From 64f49e084f1c2e12fdd1e8f45206ee6876f79972 Mon Sep 17 00:00:00 2001 From: Truls20 <145221115+Truls20@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:29:43 +0200 Subject: [PATCH 01/34] Update medical_designs.dm (#26723) --- code/modules/research/designs/medical_designs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/designs/medical_designs.dm b/code/modules/research/designs/medical_designs.dm index 3fc00cbc3c4e..8a7eb1bf4d6e 100644 --- a/code/modules/research/designs/medical_designs.dm +++ b/code/modules/research/designs/medical_designs.dm @@ -63,7 +63,7 @@ category = list("Medical") /datum/design/holostretcher - name = "Holo Strecher" + name = "Holo Stretcher" desc = "A hardlight projector for transporting patients." id = "holo_stretcher" req_tech = list("magnets" = 5, "powerstorage" = 4) From 512ec5c9dc42cbd2c6b535aceb9d5aa8319fa7da Mon Sep 17 00:00:00 2001 From: dearmochi <1496804+dearmochi@users.noreply.github.com> Date: Fri, 13 Sep 2024 01:55:54 +0900 Subject: [PATCH 02/34] Re-add removed toggle for prayer sounds (#26739) --- code/modules/client/preference/preferences_toggles.dm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/code/modules/client/preference/preferences_toggles.dm b/code/modules/client/preference/preferences_toggles.dm index fff8a9140231..84d14fbc80c3 100644 --- a/code/modules/client/preference/preferences_toggles.dm +++ b/code/modules/client/preference/preferences_toggles.dm @@ -119,6 +119,16 @@ disable_message = "You will no longer hear a sound when mentorhelp is sent." blackbox_message = "Toggle Mentor Bwoinks" +/datum/preference_toggle/toggle_prayer_sound + name = "Prayer sound" + description = "Toggle hearing a notification when prayers are received" + preftoggle_bitflag = SOUND_PRAYERNOTIFY + preftoggle_toggle = PREFTOGGLE_SOUND + preftoggle_category = PREFTOGGLE_CATEGORY_ADMIN + enable_message = "You will now hear a sound when prayers are made." + disable_message = "You will no longer hear a sound when prayers are made." + blackbox_message = "Toggle Prayer Sound" + /datum/preference_toggle/toggle_deadchat_visibility name = "Toggle Deadchat visibility" description = "Toggles Dchat's visibility" From d8eb231e795b1284e4d1c3eb2f94a4552a11e701 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:57:10 +0100 Subject: [PATCH 03/34] Adds the new R&D boards to secure tech storage on all maps (#26722) * Adds some missing boards * I didnt forget cere --- _maps/map_files/stations/boxstation.dmm | 2 ++ _maps/map_files/stations/cerestation.dmm | 2 ++ _maps/map_files/stations/deltastation.dmm | 2 ++ _maps/map_files/stations/metastation.dmm | 2 ++ 4 files changed, 8 insertions(+) diff --git a/_maps/map_files/stations/boxstation.dmm b/_maps/map_files/stations/boxstation.dmm index 849a4379553a..f77879d69408 100644 --- a/_maps/map_files/stations/boxstation.dmm +++ b/_maps/map_files/stations/boxstation.dmm @@ -39118,6 +39118,8 @@ pixel_x = 3; pixel_y = -3 }, +/obj/item/circuitboard/rnd_backup_console, +/obj/item/circuitboard/rnd_network_controller, /turf/simulated/floor/plasteel, /area/station/engineering/tech_storage) "cBs" = ( diff --git a/_maps/map_files/stations/cerestation.dmm b/_maps/map_files/stations/cerestation.dmm index 682ee1f84cc3..7ffbfce6cedc 100644 --- a/_maps/map_files/stations/cerestation.dmm +++ b/_maps/map_files/stations/cerestation.dmm @@ -62899,6 +62899,8 @@ pixel_x = 1; pixel_y = -1 }, +/obj/item/circuitboard/rnd_backup_console, +/obj/item/circuitboard/rnd_network_controller, /turf/simulated/floor/plasteel{ icon_state = "dark" }, diff --git a/_maps/map_files/stations/deltastation.dmm b/_maps/map_files/stations/deltastation.dmm index 62249a03f95e..82111b190fb7 100644 --- a/_maps/map_files/stations/deltastation.dmm +++ b/_maps/map_files/stations/deltastation.dmm @@ -24545,6 +24545,8 @@ /obj/effect/turf_decal/stripes/line{ dir = 10 }, +/obj/item/circuitboard/rnd_backup_console, +/obj/item/circuitboard/rnd_network_controller, /turf/simulated/floor/plasteel, /area/station/engineering/tech_storage) "bvX" = ( diff --git a/_maps/map_files/stations/metastation.dmm b/_maps/map_files/stations/metastation.dmm index c6b54b9eec7b..e533416ee068 100644 --- a/_maps/map_files/stations/metastation.dmm +++ b/_maps/map_files/stations/metastation.dmm @@ -15738,6 +15738,8 @@ pixel_x = 1; pixel_y = -1 }, +/obj/item/circuitboard/rnd_backup_console, +/obj/item/circuitboard/rnd_network_controller, /turf/simulated/floor/plasteel{ icon_state = "dark" }, From d01fca6b267a46c56cb504bdb5c7c7640010b31c Mon Sep 17 00:00:00 2001 From: Mikhail Dzianishchyts Date: Thu, 12 Sep 2024 19:57:57 +0300 Subject: [PATCH 04/34] Fix SMES not working after recharge (#26711) --- code/modules/power/smes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/smes.dm b/code/modules/power/smes.dm index e0949d814ff0..68134c24008c 100644 --- a/code/modules/power/smes.dm +++ b/code/modules/power/smes.dm @@ -293,7 +293,7 @@ if(output_used < 0.0001) // Either from no charge or set to 0 outputting = FALSE investigate_log("lost power and turned off", "singulo") - else if(output_attempt && charge > output_level && output_level > 0) + else if(output_attempt && charge > 0 && output_level > 0) outputting = TRUE else output_used = 0 From a450ad9b9cd3d55ad6f5bbebba0f83de29fbfc66 Mon Sep 17 00:00:00 2001 From: Mikhail Dzianishchyts Date: Thu, 12 Sep 2024 19:58:31 +0300 Subject: [PATCH 05/34] Move global access procs to the mapping subsystem (#26664) * Move global access procs to the mapping subsystem * Apply requested changes --- .../subsystem/non_firing/SSmapping.dm | 40 ++++++++++++++++ .../weather/weather_types/radiation_storm.dm | 8 ++-- .../security_levels/keycard_authentication.dm | 48 ++----------------- 3 files changed, 48 insertions(+), 48 deletions(-) diff --git a/code/controllers/subsystem/non_firing/SSmapping.dm b/code/controllers/subsystem/non_firing/SSmapping.dm index 8a7b6a972479..b5c193284354 100644 --- a/code/controllers/subsystem/non_firing/SSmapping.dm +++ b/code/controllers/subsystem/non_firing/SSmapping.dm @@ -16,6 +16,10 @@ SUBSYSTEM_DEF(mapping) var/datum/lavaland_theme/lavaland_theme ///What primary cave theme we have picked for cave generation today. var/cave_theme + // Tells if all maintenance airlocks have emergency access enabled + var/maint_all_access = FALSE + // Tells if all station airlocks have emergency access enabled + var/station_all_access = FALSE /// A mapping of environment names to MILLA environment IDs. var/list/environments @@ -356,5 +360,41 @@ SUBSYSTEM_DEF(mapping) log_world("Ruin loader finished with [budget] left to spend.") +/datum/controller/subsystem/mapping/proc/make_maint_all_access() + for(var/area/station/maintenance/A in existing_station_areas) + for(var/obj/machinery/door/airlock/D in A) + D.emergency = TRUE + D.update_icon() + GLOB.minor_announcement.Announce("Access restrictions on maintenance and external airlocks have been removed.") + maint_all_access = TRUE + SSblackbox.record_feedback("nested tally", "keycard_auths", 1, list("emergency maintenance access", "enabled")) + +/datum/controller/subsystem/mapping/proc/revoke_maint_all_access() + for(var/area/station/maintenance/A in existing_station_areas) + for(var/obj/machinery/door/airlock/D in A) + D.emergency = FALSE + D.update_icon() + GLOB.minor_announcement.Announce("Access restrictions on maintenance and external airlocks have been re-added.") + maint_all_access = FALSE + SSblackbox.record_feedback("nested tally", "keycard_auths", 1, list("emergency maintenance access", "disabled")) + +/datum/controller/subsystem/mapping/proc/make_station_all_access() + for(var/obj/machinery/door/airlock/D in GLOB.airlocks) + if(is_station_level(D.z)) + D.emergency = TRUE + D.update_icon() + GLOB.minor_announcement.Announce("Access restrictions on all station airlocks have been removed due to an ongoing crisis. Trespassing laws still apply unless ordered otherwise by Command staff.") + station_all_access = TRUE + SSblackbox.record_feedback("nested tally", "keycard_auths", 1, list("emergency station access", "enabled")) + +/datum/controller/subsystem/mapping/proc/revoke_station_all_access() + for(var/obj/machinery/door/airlock/D in GLOB.airlocks) + if(is_station_level(D.z)) + D.emergency = FALSE + D.update_icon() + GLOB.minor_announcement.Announce("Access restrictions on all station airlocks have been re-added. Seek station AI or a colleague's assistance if you are stuck.") + station_all_access = FALSE + SSblackbox.record_feedback("nested tally", "keycard_auths", 1, list("emergency station access", "disabled")) + /datum/controller/subsystem/mapping/Recover() flags |= SS_NO_INIT diff --git a/code/datums/weather/weather_types/radiation_storm.dm b/code/datums/weather/weather_types/radiation_storm.dm index ccb43e11a816..4cb7314c4ab4 100644 --- a/code/datums/weather/weather_types/radiation_storm.dm +++ b/code/datums/weather/weather_types/radiation_storm.dm @@ -38,9 +38,9 @@ /datum/weather/rad_storm/telegraph() ..() status_alarm(TRUE) - pre_maint_all_access = GLOB.maint_all_access - if(!GLOB.maint_all_access) - make_maint_all_access() + pre_maint_all_access = SSmapping.maint_all_access + if(!SSmapping.maint_all_access) + SSmapping.make_maint_all_access() /datum/weather/rad_storm/weather_act(mob/living/L) if(!prob(60)) @@ -74,7 +74,7 @@ status_alarm(FALSE) if(!pre_maint_all_access) GLOB.minor_announcement.Announce("The radiation threat has passed. Please return to your workplaces. Door access resetting momentarily.", "Anomaly Alert") - addtimer(CALLBACK(SSweather, GLOBAL_PROC_REF(revoke_maint_all_access)), 10 SECONDS) // Bit of time to get out / break into somewhere. + addtimer(CALLBACK(SSmapping, TYPE_PROC_REF(/datum/controller/subsystem/mapping, revoke_maint_all_access)), 10 SECONDS) // Bit of time to get out / break into somewhere. else GLOB.minor_announcement.Announce("The radiation threat has passed. Please return to your workplaces.", "Anomaly Alert") diff --git a/code/modules/security_levels/keycard_authentication.dm b/code/modules/security_levels/keycard_authentication.dm index 441b31198b22..9ae9a8a0da4b 100644 --- a/code/modules/security_levels/keycard_authentication.dm +++ b/code/modules/security_levels/keycard_authentication.dm @@ -177,13 +177,13 @@ if("Red Alert") INVOKE_ASYNC(SSsecurity_level, TYPE_PROC_REF(/datum/controller/subsystem/security_level, set_level), SEC_LEVEL_RED) if("Grant Emergency Maintenance Access") - make_maint_all_access() + SSmapping.make_maint_all_access() if("Revoke Emergency Maintenance Access") - revoke_maint_all_access() + SSmapping.revoke_maint_all_access() if("Activate Station-Wide Emergency Access") - make_station_all_access() + SSmapping.make_station_all_access() if("Deactivate Station-Wide Emergency Access") - revoke_station_all_access() + SSmapping.revoke_station_all_access() if("Emergency Response Team") if(is_ert_blocked()) atom_say("All Emergency Response Teams are dispatched and can not be called at this time.") @@ -215,43 +215,3 @@ /obj/machinery/keycard_auth/proc/is_ert_blocked() return SSticker.mode && SSticker.mode.ert_disabled - -GLOBAL_VAR_INIT(maint_all_access, 0) -GLOBAL_VAR_INIT(station_all_access, 0) - -// Why are these global procs? -/proc/make_maint_all_access() - for(var/area/station/maintenance/A in world) // Why are these global lists? AAAAAAAAAAAAAA - for(var/obj/machinery/door/airlock/D in A) - D.emergency = 1 - D.update_icon() - GLOB.minor_announcement.Announce("Access restrictions on maintenance and external airlocks have been removed.") - GLOB.maint_all_access = 1 - SSblackbox.record_feedback("nested tally", "keycard_auths", 1, list("emergency maintenance access", "enabled")) - -/proc/revoke_maint_all_access() - for(var/area/station/maintenance/A in world) - for(var/obj/machinery/door/airlock/D in A) - D.emergency = 0 - D.update_icon() - GLOB.minor_announcement.Announce("Access restrictions on maintenance and external airlocks have been re-added.") - GLOB.maint_all_access = 0 - SSblackbox.record_feedback("nested tally", "keycard_auths", 1, list("emergency maintenance access", "disabled")) - -/proc/make_station_all_access() - for(var/obj/machinery/door/airlock/D in GLOB.airlocks) - if(is_station_level(D.z)) - D.emergency = 1 - D.update_icon() - GLOB.minor_announcement.Announce("Access restrictions on all station airlocks have been removed due to an ongoing crisis. Trespassing laws still apply unless ordered otherwise by Command staff.") - GLOB.station_all_access = 1 - SSblackbox.record_feedback("nested tally", "keycard_auths", 1, list("emergency station access", "enabled")) - -/proc/revoke_station_all_access() - for(var/obj/machinery/door/airlock/D in GLOB.airlocks) - if(is_station_level(D.z)) - D.emergency = 0 - D.update_icon() - GLOB.minor_announcement.Announce("Access restrictions on all station airlocks have been re-added. Seek station AI or a colleague's assistance if you are stuck.") - GLOB.station_all_access = 0 - SSblackbox.record_feedback("nested tally", "keycard_auths", 1, list("emergency station access", "disabled")) From f67dbca14f3a3d4d4f7283f846bffa1c97d56fcf Mon Sep 17 00:00:00 2001 From: warriorstar-orion Date: Thu, 12 Sep 2024 12:59:09 -0400 Subject: [PATCH 06/34] refactor: use signal for explosion sensors. (#26703) --- code/game/machinery/doppler_array.dm | 25 ++++++++++----------- code/game/objects/explosion.dm | 11 +-------- code/modules/mod/modules/modules_science.dm | 12 +++++----- 3 files changed, 19 insertions(+), 29 deletions(-) diff --git a/code/game/machinery/doppler_array.dm b/code/game/machinery/doppler_array.dm index 007bfa82703d..f98f27756622 100644 --- a/code/game/machinery/doppler_array.dm +++ b/code/game/machinery/doppler_array.dm @@ -1,5 +1,3 @@ -GLOBAL_LIST_EMPTY(doppler_arrays) - /obj/machinery/doppler_array name = "tachyon-doppler array" desc = "A highly precise directional sensor array which measures the release of quants from decaying tachyons. The doppler shifting of the mirror-image formed by these quants can reveal the size, location and temporal affects of energetic disturbances within a large radius ahead of the array." @@ -28,13 +26,13 @@ GLOBAL_LIST_EMPTY(doppler_arrays) /obj/machinery/doppler_array/Initialize(mapload) . = ..() - GLOB.doppler_arrays += src + RegisterSignal(SSdcs, COMSIG_GLOB_EXPLOSION, PROC_REF(sense_explosion)) explosion_target = rand(8, 20) toxins_tech = new /datum/tech/toxins(src) /obj/machinery/doppler_array/Destroy() - GLOB.doppler_arrays -= src logged_explosions.Cut() + UnregisterSignal(SSdcs, COMSIG_GLOB_EXPLOSION) return ..() /obj/machinery/doppler_array/attackby(obj/item/I, mob/user, params) @@ -97,28 +95,28 @@ GLOBAL_LIST_EMPTY(doppler_arrays) P.info += "
\ Printed at [station_time_timestamp()]." -/obj/machinery/doppler_array/proc/sense_explosion(var/x0,var/y0,var/z0,var/devastation_range,var/heavy_impact_range,var/light_impact_range, - var/took,var/orig_dev_range,var/orig_heavy_range,var/orig_light_range) +/obj/machinery/doppler_array/proc/sense_explosion(datum/source, turf/epicenter, devastation_range, heavy_impact_range, + light_impact_range, took, orig_dev_range, orig_heavy_range, orig_light_range) if(stat & NOPOWER) return - if(z != z0) + if(z != epicenter.z) return - var/dx = abs(x0-x) - var/dy = abs(y0-y) + var/dx = abs(epicenter.x - x) + var/dy = abs(epicenter.y - y) var/distance var/direct var/capped = FALSE if(dx > dy) distance = dx - if(x0 > x) + if(epicenter.x > x) direct = EAST else direct = WEST else distance = dy - if(y0 > y) + if(epicenter.y > y) direct = NORTH else direct = SOUTH @@ -128,15 +126,16 @@ GLOBAL_LIST_EMPTY(doppler_arrays) if(!(direct & dir)) return + var/coordinates = "[epicenter.x],[epicenter.y]" var/list/messages = list("Explosive disturbance detected.", \ - "Epicenter at: grid ([x0],[y0]). Temporal displacement of tachyons: [took] seconds.", \ + "Epicenter at: grid ([coordinates]). Temporal displacement of tachyons: [took] seconds.", \ "Actual: Epicenter radius: [devastation_range]. Outer radius: [heavy_impact_range]. Shockwave radius: [light_impact_range].") // If the bomb was capped, say its theoretical size. if(devastation_range < orig_dev_range || heavy_impact_range < orig_heavy_range || light_impact_range < orig_light_range) capped = TRUE messages += "Theoretical: Epicenter radius: [orig_dev_range]. Outer radius: [orig_heavy_range]. Shockwave radius: [orig_light_range]." - logged_explosions.Insert(1, new /datum/explosion_log(station_time_timestamp(), "[x0],[y0]", "[devastation_range], [heavy_impact_range], [light_impact_range]", capped ? "[orig_dev_range], [orig_heavy_range], [orig_light_range]" : "n/a")) //Newer logs appear first + logged_explosions.Insert(1, new /datum/explosion_log(station_time_timestamp(), "[coordinates]", "[devastation_range], [heavy_impact_range], [light_impact_range]", capped ? "[orig_dev_range], [orig_heavy_range], [orig_light_range]" : "n/a")) //Newer logs appear first messages += "Event successfully logged in internal database." var/miss_by = abs(explosion_target - orig_light_range) var/tmp_tech = max_toxins_tech - miss_by diff --git a/code/game/objects/explosion.dm b/code/game/objects/explosion.dm index b1cf0e0af37f..80fa25b0f737 100644 --- a/code/game/objects/explosion.dm +++ b/code/game/objects/explosion.dm @@ -203,16 +203,7 @@ //You need to press the DebugGame verb to see these now....they were getting annoying and we've collected a fair bit of data. Just -test- changes to explosion code using this please so we can compare log_world("## DEBUG: Explosion([x0],[y0],[z0])(d[devastation_range],h[heavy_impact_range],l[light_impact_range]): Took [took] seconds.") - //Machines which report explosions. - for(var/array in GLOB.doppler_arrays) - if(!array) - continue - if(istype(array, /obj/machinery/doppler_array)) - var/obj/machinery/doppler_array/Array = array - Array.sense_explosion(x0,y0,z0,devastation_range,heavy_impact_range,light_impact_range,took,orig_dev_range,orig_heavy_range,orig_light_range) - if(istype(array, /obj/item/mod/module/reagent_scanner/advanced)) - var/obj/item/mod/module/reagent_scanner/advanced/Mod_Array = array - Mod_Array.sense_explosion(x0,y0,z0,devastation_range,heavy_impact_range,light_impact_range,took,orig_dev_range,orig_heavy_range,orig_light_range) + SEND_GLOBAL_SIGNAL(COMSIG_GLOB_EXPLOSION, epicenter, devastation_range, heavy_impact_range, light_impact_range, took, orig_dev_range, orig_heavy_range, orig_light_range) return 1 diff --git a/code/modules/mod/modules/modules_science.dm b/code/modules/mod/modules/modules_science.dm index 77d4adf73b6f..ad42c96dce30 100644 --- a/code/modules/mod/modules/modules_science.dm +++ b/code/modules/mod/modules/modules_science.dm @@ -35,21 +35,21 @@ . = ..() if(!.) return - GLOB.doppler_arrays += src + RegisterSignal(SSdcs, COMSIG_GLOB_EXPLOSION, PROC_REF(sense_explosion)) /obj/item/mod/module/reagent_scanner/advanced/on_deactivation(display_message = TRUE, deleting = FALSE) . = ..() if(!.) return - GLOB.doppler_arrays -= src + UnregisterSignal(SSdcs, COMSIG_GLOB_EXPLOSION) -/obj/item/mod/module/reagent_scanner/advanced/proc/sense_explosion(x0, y0, z0, devastation_range, heavy_impact_range, +/obj/item/mod/module/reagent_scanner/advanced/proc/sense_explosion(datum/source, turf/epicenter, devastation_range, heavy_impact_range, light_impact_range, took, orig_dev_range, orig_heavy_range, orig_light_range) var/turf/T = get_turf(src) - var/dx = abs(x0 - T.x) - var/dy = abs(y0 - T.y) + var/dx = abs(epicenter.x - T.x) + var/dy = abs(epicenter.y - T.y) var/distance - if(T.z != z0) + if(T.z != epicenter.z) return if(dx > dy) distance = dx From f7472de36cf8df9b40edb3cca4584d748a155bac Mon Sep 17 00:00:00 2001 From: Adrer Date: Thu, 12 Sep 2024 18:59:46 +0200 Subject: [PATCH 07/34] [FIX] Floorbots now actually use the colour of the toolbox they were made of (#26730) * Floorbots now actually use the colour of the toolbox they were made of * Remove random newline --------- Co-authored-by: Adrer --- code/modules/mob/living/simple_animal/bot/floorbot.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/simple_animal/bot/floorbot.dm b/code/modules/mob/living/simple_animal/bot/floorbot.dm index f092c1db333b..d1deee6abc41 100644 --- a/code/modules/mob/living/simple_animal/bot/floorbot.dm +++ b/code/modules/mob/living/simple_animal/bot/floorbot.dm @@ -412,6 +412,8 @@ /mob/living/simple_animal/bot/floorbot/update_overlays() . = ..() + if(toolbox_color) + . += "[toolbox_color]floorbot" if(mode == BOT_REPAIRING || mode == BOT_EAT_TILE || mode == BOT_MAKE_TILE) . += "floorbot_work" else From 62601ab8387144978dc2d000af277196afa4c472 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:00:32 +0200 Subject: [PATCH 08/34] Various chemthrower fixes (#26697) * Various chemthrower fixes * Slight tweak * Fixes extended thrower * Fixes * Slight examine tweak * Name tweak and a fix --- .../chemical_flamethrower.dm | 22 ++++++++++++++++--- .../chemical_flamethrower/fire_effect.dm | 5 +++-- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/code/game/objects/items/weapons/chemical_flamethrower/chemical_flamethrower.dm b/code/game/objects/items/weapons/chemical_flamethrower/chemical_flamethrower.dm index 138a3d9309cd..4dfc04c017e0 100644 --- a/code/game/objects/items/weapons/chemical_flamethrower/chemical_flamethrower.dm +++ b/code/game/objects/items/weapons/chemical_flamethrower/chemical_flamethrower.dm @@ -181,6 +181,7 @@ if(canister.ammo - difference <= 0) difference -= canister.ammo canister.ammo = 0 + canister.has_filled_reagent = FALSE // We're empty now! else canister.ammo -= difference difference = 0 @@ -211,7 +212,7 @@ desc = "A simple canister of fuel. Does not accept any pyrotechnics except for welding fuel." icon = 'icons/obj/chemical_flamethrower.dmi' icon_state = "normal" - container_type = OPENCONTAINER + container_type = REFILLABLE /// How much ammo do we have? Empty at 0. var/ammo = 100 /// Which reagent IDs do we accept @@ -230,12 +231,24 @@ var/has_filled_reagent = FALSE /// Are we silent on the first change of reagents? var/first_time_silent = FALSE // The reason for this is so we can have canisters that spawn with reagents but don't announce it on `Initialize()` + /// What chemical do we have? This will be the chemical ID, so a string + var/stored_chemical /obj/item/chemical_canister/Initialize(mapload) . = ..() create_reagents(50) +/obj/item/chemical_canister/examine(mob/user) + . = ..() + . += "[src] has [ammo] out of [initial(ammo)] units left!" + if(stored_chemical && ammo != 0) + . += "[src] is currently filled with [stored_chemical]" + /obj/item/chemical_canister/on_reagent_change() + if(!length(reagents.reagent_list)) + // Nothing to check. Has to be here because we call `clear_reagents` at the end of this proc. + return + if(has_filled_reagent && ammo != 0) audible_message("[src]'s speaker beeps: no new chemicals are accepted!") return @@ -246,14 +259,14 @@ return current_reagent_id = reagents.get_master_reagent_id() + stored_chemical = current_reagent_id reagents.isolate_reagent(current_reagent_id) var/has_enough_reagents = reagents.total_volume >= required_volume if(!first_time_silent) audible_message("[src]'s speaker beeps: \ - All reagents are removed except for [current_reagent_id]. \ The reservoir has [reagents.total_volume] out of [required_volume] units. \ - Reagent effects are [has_enough_reagents ? "in effect" : "not active"].") + Reagents are [has_enough_reagents ? "in effect" : "not active"].") first_time_silent = FALSE if(has_enough_reagents) @@ -263,6 +276,7 @@ fire_applications = reagent_to_burn.fire_stack_applications ammo = initial(ammo) has_filled_reagent = TRUE + reagents.clear_reagents() /obj/item/chemical_canister/extended name = "extended capacity chemical canister" @@ -272,6 +286,8 @@ required_volume = 20 // Bigger canister? More reagents needed. /obj/item/chemical_canister/extended/nuclear + name = "\improper Syndicate chemical canister" + desc = "A canister pre-filled with napalm to bring a fiery death to capitalism." icon_state = "pyro" accepted_chemicals = list("napalm") first_time_silent = TRUE diff --git a/code/game/objects/items/weapons/chemical_flamethrower/fire_effect.dm b/code/game/objects/items/weapons/chemical_flamethrower/fire_effect.dm index 099f9eed56c7..e98f1303f42c 100644 --- a/code/game/objects/items/weapons/chemical_flamethrower/fire_effect.dm +++ b/code/game/objects/items/weapons/chemical_flamethrower/fire_effect.dm @@ -78,7 +78,8 @@ GLOBAL_LIST_EMPTY(flame_effects) /obj/effect/fire/Crossed(atom/movable/AM, oldloc) . = ..() if(isliving(AM)) - damage_mob(AM) + if(!damage_mob(AM)) + return to_chat(AM, "[src] burns you!") return @@ -104,7 +105,7 @@ GLOBAL_LIST_EMPTY(flame_effects) var/mob/living/carbon/human/human_to_burn = mob_to_burn var/fire_armour = human_to_burn.get_thermal_protection() if(fire_armour >= FIRE_IMMUNITY_MAX_TEMP_PROTECT) - return + return FALSE if(fire_armour == FIRE_SUIT_MAX_TEMP_PROTECT) // Good protection but you won't survive infinitely in it fire_damage /= 4 From 7c3d87d2b354cf1ccf3f379c86d295a2edc38130 Mon Sep 17 00:00:00 2001 From: XFirebirdX <142694283+XFirebirdX@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:01:21 +0200 Subject: [PATCH 09/34] Update chameleon.dm (#26691) --- code/modules/clothing/chameleon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/chameleon.dm b/code/modules/clothing/chameleon.dm index dbd89bdeb7bd..a90dedb0f7d8 100644 --- a/code/modules/clothing/chameleon.dm +++ b/code/modules/clothing/chameleon.dm @@ -290,7 +290,7 @@ chameleon_action.emp_randomise(INFINITY) /obj/item/clothing/glasses/chameleon - name = "Optical Meson Scanner" + name = "optical meson scanner" desc = "Used by engineering and mining staff to see basic structural and terrain layouts through walls, regardless of lighting condition." icon_state = "meson" item_state = "meson" From 0a7873c4bcdf2b0ab70ea67bdedbd416b9ab0eff Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:02:46 +0200 Subject: [PATCH 10/34] Makes the cryo anomaly more dangerous (#26614) * Makes the cryo anomaly more dangerous * Reduces the amounts for vetus * Update code/game/objects/effects/anomalies.dm Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com> --------- Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> --- code/game/objects/effects/anomalies.dm | 43 ++++++++++++++++---------- 1 file changed, 27 insertions(+), 16 deletions(-) diff --git a/code/game/objects/effects/anomalies.dm b/code/game/objects/effects/anomalies.dm index 33093b2c11f1..969d91208fe6 100644 --- a/code/game/objects/effects/anomalies.dm +++ b/code/game/objects/effects/anomalies.dm @@ -405,32 +405,43 @@ for(var/turf/T in oview(get_turf(src), 7)) turf_targets += T + var/list/mob_targets = list() + for(var/mob/M in oview(get_turf(src), 7)) + if(!isliving(M)) + continue + mob_targets += M + for(var/mob/living/carbon/human/H in view(get_turf(src), 3)) shootAt(H) - for(var/I in 1 to rand(1, 3)) - var/turf/target = pick(turf_targets) - shootAt(target) + if(prob(10)) + var/obj/effect/nanofrost_container/A = new /obj/effect/nanofrost_container(get_turf(src)) + for(var/i in 1 to 5) + step_towards(A, pick(turf_targets)) + sleep(2) + A.Smoke() + + // This has to be in the end because we're adding mobs to a turf list + var/shots = drops_core ? rand(3, 5) : rand(1, 3) + for(var/i in 1 to shots) + if(length(mob_targets)) + turf_targets += mob_targets + shootAt(pick(turf_targets)) if(prob(50)) - for(var/turf/simulated/floor/nearby_floor in oview(get_turf(src), (drops_core ? 2 : 1))) - nearby_floor.MakeSlippery((drops_core? TURF_WET_PERMAFROST : TURF_WET_ICE), (drops_core? null : rand(10, 20 SECONDS))) + for(var/turf/possible_floor in view(get_turf(src), (drops_core ? 2 : 1))) + if(isfloorturf(possible_floor)) + var/turf/simulated/floor/nearby_floor = possible_floor + nearby_floor.MakeSlippery((drops_core ? TURF_WET_PERMAFROST : TURF_WET_ICE), (drops_core ? null : rand(10, 20 SECONDS))) var/turf/simulated/T = get_turf(src) if(istype(T)) var/datum/gas_mixture/air = new() air.set_temperature(TCMB) - air.set_sleeping_agent(20) - air.set_carbon_dioxide(20) + air.set_sleeping_agent(80) + air.set_carbon_dioxide(80) T.blind_release_air(air) - if(prob(10)) - var/obj/effect/nanofrost_container/A = new /obj/effect/nanofrost_container(get_turf(src)) - for(var/i in 1 to 5) - step_towards(A, pick(turf_targets)) - sleep(2) - A.Smoke() - /obj/effect/anomaly/cryo/proc/shootAt(atom/movable/target) var/turf/T = get_turf(src) var/turf/U = get_turf(target) @@ -451,8 +462,8 @@ if(istype(T) && drops_core) var/datum/gas_mixture/air = new() air.set_temperature(TCMB) - air.set_sleeping_agent(1000) - air.set_carbon_dioxide(1000) + air.set_sleeping_agent(3000) + air.set_carbon_dioxide(3000) T.blind_release_air(air) ///////////////////// From fe834bffee752ad3a8bf51c8e9e1ee36f7578403 Mon Sep 17 00:00:00 2001 From: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:05:26 -0400 Subject: [PATCH 11/34] Updates some salvage lore (#26595) * salvg * Update code/game/objects/items/salvage.dm Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update code/game/objects/items/salvage.dm Co-authored-by: Taurtura <141481662+Taurtura@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update code/game/objects/items/salvage.dm Co-authored-by: Taurtura <141481662+Taurtura@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> --------- Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Co-authored-by: Taurtura <141481662+Taurtura@users.noreply.github.com> --- code/game/objects/items/salvage.dm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/code/game/objects/items/salvage.dm b/code/game/objects/items/salvage.dm index d3495bb2c93d..67152ab26597 100644 --- a/code/game/objects/items/salvage.dm +++ b/code/game/objects/items/salvage.dm @@ -29,12 +29,12 @@ /obj/item/salvage/ruin/russian name = "armaments cache" - desc = "A crate of old disused Belastrav ballistic firearms clearly long past their usability. This crate would make good scrap metal for shuttle construction." + desc = "A crate of old disused Belastrav ballistic firearms that have been weathered into uselessness. They still may be of value to collectors, however." icon_state = "weapon_crate" /obj/item/salvage/ruin/brick name = "mysterious brick" - desc = "A peculier brick formed out of what appears to be plastic. This would make a fantastic collector's item." + desc = "A peculiar brick formed out of what appears to be plastic. This would make a fantastic collector's item." icon_state = "lego_brick" hitsound = 'sound/items/handling/taperecorder_drop.ogg' pickup_sound = 'sound/items/handling/taperecorder_pickup.ogg' @@ -46,7 +46,7 @@ /obj/item/salvage/ruin/nanotrasen name = "lost research notes" - desc = "A collection of research notes penned by old Nanotrasen scientists from decades past, technology lost in time- until you found them. It is a mystery what technology Central Command will push if they could just get their hands on these notes." + desc = "A collection of research notes penned by old Nanotrasen scientists from decades past, technology lost in time- until you found them. While quite dated, they may contain insights missed by today's researchers." icon_state = "research_doc" hitsound = 'sound/items/handling/paper_pickup.ogg' pickup_sound = 'sound/items/handling/paper_pickup.ogg' @@ -58,7 +58,7 @@ /obj/item/salvage/ruin/carp name = "carp scales" - desc = "A collection of scales shed from a corrupted space carp. Their culinary potential could mean untold riches for Nanotrasen." + desc = "A collection of scales shed from a corrupted space carp. Their unique molecular composition may prove useful to material scientists." icon_state = "dragon_scales" hitsound = sound('sound/effects/hit_on_shattered_glass.ogg', 20) pickup_sound = sound('sound/hallucinations/im_here2.ogg', 10) @@ -66,7 +66,7 @@ /obj/item/salvage/ruin/tablet name = "mysterious tablet" - desc = "A mysterious and old stone tablet. When you read the text on it, you start getting chills." + desc = "An old, weathered tablet made of dark stone. Merely looking at it sends chills down your spine." icon_state = "stone_tablet" hitsound = sound('sound/effects/break_stone.ogg', 20) pickup_sound = sound('sound/hallucinations/im_here2.ogg', 10) @@ -75,7 +75,7 @@ /// Loot salvage, gained from fighting space simplemobs. /obj/item/salvage/loot - desc = "A tonne of salvage looted from a fallen foe. Who spawned the base type? Report this on the github." + desc = "If you can see this forbidden salvage, report it on GitHub." /obj/item/salvage/loot/pirate name = "stolen jewellery" @@ -86,8 +86,8 @@ drop_sound = 'sound/items/handling/taperecorder_drop.ogg' /obj/item/salvage/loot/russian - name = "siosp manual" - desc = "A small manual, written in Neo-Russkyia, detailing the manifesto of Malfoy Ames, father of The Cygni Rebellion. Central Command may wish to share this with their allies in the Trans-Solar Federation." + name = "\improper Cygni manifesto" + desc = "A small book, written in Neo-Russkyia, detailing the manifesto of Malfoy Ames, father of The Cygni Rebellion. Banned in Federation space, it may fetch a decent price on the black market." icon_state = "ussp_manual" hitsound = 'sound/items/handling/paper_pickup.ogg' pickup_sound = 'sound/items/handling/paper_pickup.ogg' @@ -95,7 +95,7 @@ /obj/item/salvage/loot/syndicate name = "syndicate intel" - desc = "A folder detailing Syndicate plans to infiltrate and sabotage operations in the Epsilon Eridani sector. Central Command may find use of this to aid them in counter-intelligence." + desc = "A folder detailing Syndicate plans to infiltrate and sabotage operations in the Epsilon Eridani system. This sort of intelligence treasure will be highly valued by Company counterintelligence." icon_state = "syndie_doc" hitsound = 'sound/items/handling/paper_pickup.ogg' pickup_sound = 'sound/items/handling/paper_pickup.ogg' From 809769b181600f5d89fc915777f59b7059658cb2 Mon Sep 17 00:00:00 2001 From: Contrabang <91113370+Contrabang@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:08:48 -0400 Subject: [PATCH 12/34] Fixes and Changes for Devchat (#26726) * whatever the fuck brat summer is i guess * admins should get it too i guess * i forgor tgui build for lightmode * Update code/modules/admin/admin_verbs.dm Co-authored-by: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com> Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * Update code/modules/admin/admin_verbs.dm Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --------- Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Co-authored-by: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com> --- code/modules/admin/admin_verbs.dm | 8 ++++++-- tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss | 4 ++-- tgui/packages/tgui-panel/styles/tgchat/chat-light.scss | 4 ++-- tgui/public/tgui-panel.bundle.css | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index f918c262d01b..eb38ae84804c 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -43,6 +43,7 @@ GLOBAL_LIST_INIT(admin_verbs_admin, list( /client/proc/cmd_admin_say, /*admin-only ooc chat*/ /datum/admins/proc/PlayerNotes, /client/proc/cmd_mentor_say, + /client/proc/cmd_dev_say, /datum/admins/proc/show_player_notes, /client/proc/free_slot, /*frees slot for chosen job*/ /client/proc/update_mob_sprite, @@ -259,8 +260,8 @@ GLOBAL_LIST_INIT(view_runtimes_verbs, list( /client/proc/add_admin_verbs() if(holder) - // If they have ANYTHING OTHER THAN ONLY VIEW RUNTIMES (65536), then give them the default admin verbs - if(holder.rights != R_VIEWRUNTIMES) + // If they have ANYTHING OTHER THAN ONLY VIEW RUNTIMES AND/OR DEV, then give them the default admin verbs + if(holder.rights & ~(R_VIEWRUNTIMES|R_DEV_TEAM)) add_verb(src, GLOB.admin_verbs_default) if(holder.rights & R_BUILDMODE) add_verb(src, /client/proc/togglebuildmodeself) @@ -303,6 +304,8 @@ GLOBAL_LIST_INIT(view_runtimes_verbs, list( add_verb(src, GLOB.view_runtimes_verbs) spawn(1) // This setting exposes the profiler for people with R_VIEWRUNTIMES. They must still have it set in cfg/admin.txt control_freak = 0 + if(holder.rights & R_DEV_TEAM) + add_verb(src, /client/proc/cmd_dev_say) if(is_connecting_from_localhost()) add_verb(src, /client/proc/export_current_character) @@ -317,6 +320,7 @@ GLOBAL_LIST_INIT(view_runtimes_verbs, list( /client/proc/togglebuildmodeself, /client/proc/stealth, /client/proc/readmin, + /client/proc/cmd_dev_say, /client/proc/export_current_character, GLOB.admin_verbs_default, GLOB.admin_verbs_admin, diff --git a/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss b/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss index dd77f9a37c18..110b24534b7b 100644 --- a/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss +++ b/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss @@ -406,12 +406,12 @@ em { } .dev_channel { - color: #775bff; + color: #61b413; font-weight: bold; } .dev_channel_admin { - color: #a35cff; + color: #9ef14f; font-weight: bold; } diff --git a/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss b/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss index 84a06ada436e..7e366a5636ab 100644 --- a/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss +++ b/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss @@ -420,12 +420,12 @@ em { } .dev_channel { - color: #775bff; + color: #126719; font-weight: bold; } .dev_channel_admin { - color: #a35cff; + color: #26a419; font-weight: bold; } diff --git a/tgui/public/tgui-panel.bundle.css b/tgui/public/tgui-panel.bundle.css index 7eafbb083b64..f3f60808001d 100644 --- a/tgui/public/tgui-panel.bundle.css +++ b/tgui/public/tgui-panel.bundle.css @@ -1 +1 @@ -html,body{box-sizing:border-box;height:100%;margin:0;font-size:12px}html{overflow:hidden;cursor:default}body{overflow:auto;font-family:Verdana,Geneva,sans-serif}*,*:before,*:after{box-sizing:inherit}h1,h2,h3,h4,h5,h6{display:block;margin:0;padding:6px 0;padding:.5rem 0}h1{font-size:18px;font-size:1.5rem}h2{font-size:16px;font-size:1.333rem}h3{font-size:14px;font-size:1.167rem}h4{font-size:12px;font-size:1rem}td,th{vertical-align:baseline;text-align:left}.candystripe:nth-child(odd){background-color:rgba(0,0,0,.25)}.color-black{color:#1a1a1a!important}.color-white{color:#fff!important}.color-red{color:#df3e3e!important}.color-orange{color:#f37f33!important}.color-yellow{color:#fbda21!important}.color-olive{color:#cbe41c!important}.color-green{color:#25ca4c!important}.color-teal{color:#00d6cc!important}.color-blue{color:#2e93de!important}.color-violet{color:#7349cf!important}.color-purple{color:#ad45d0!important}.color-pink{color:#e34da1!important}.color-brown{color:#b97447!important}.color-grey{color:#848484!important}.color-good{color:#68c22d!important}.color-average{color:#f29a29!important}.color-bad{color:#df3e3e!important}.color-label{color:#8b9bb0!important}.color-gold{color:#f3b22f!important}.color-bg-black{background-color:#000!important}.color-bg-white{background-color:#d9d9d9!important}.color-bg-red{background-color:#bd2020!important}.color-bg-orange{background-color:#d95e0c!important}.color-bg-yellow{background-color:#d9b804!important}.color-bg-olive{background-color:#9aad14!important}.color-bg-green{background-color:#1b9638!important}.color-bg-teal{background-color:#009a93!important}.color-bg-blue{background-color:#1c71b1!important}.color-bg-violet{background-color:#552dab!important}.color-bg-purple{background-color:#8b2baa!important}.color-bg-pink{background-color:#cf2082!important}.color-bg-brown{background-color:#8c5836!important}.color-bg-grey{background-color:#646464!important}.color-bg-good{background-color:#4d9121!important}.color-bg-average{background-color:#cd7a0d!important}.color-bg-bad{background-color:#bd2020!important}.color-bg-label{background-color:#657a94!important}.color-bg-gold{background-color:#d6920c!important}.color-border-black{border-color:#1a1a1a!important}.color-border-white{border-color:#fff!important}.color-border-red{border-color:#df3e3e!important}.color-border-orange{border-color:#f37f33!important}.color-border-yellow{border-color:#fbda21!important}.color-border-olive{border-color:#cbe41c!important}.color-border-green{border-color:#25ca4c!important}.color-border-teal{border-color:#00d6cc!important}.color-border-blue{border-color:#2e93de!important}.color-border-violet{border-color:#7349cf!important}.color-border-purple{border-color:#ad45d0!important}.color-border-pink{border-color:#e34da1!important}.color-border-brown{border-color:#b97447!important}.color-border-grey{border-color:#848484!important}.color-border-good{border-color:#68c22d!important}.color-border-average{border-color:#f29a29!important}.color-border-bad{border-color:#df3e3e!important}.color-border-label{border-color:#8b9bb0!important}.color-border-gold{border-color:#f3b22f!important}.debug-layout,.debug-layout *:not(g):not(path){color:rgba(255,255,255,.9)!important;background:rgba(0,0,0,0)!important;outline:1px solid rgba(255,255,255,.5)!important;box-shadow:none!important;filter:none!important}.debug-layout:hover,.debug-layout *:not(g):not(path):hover{outline-color:rgba(255,255,255,.8)!important}.outline-dotted{outline-style:dotted!important}.outline-dashed{outline-style:dashed!important}.outline-solid{outline-style:solid!important}.outline-double{outline-style:double!important}.outline-groove{outline-style:groove!important}.outline-ridge{outline-style:ridge!important}.outline-inset{outline-style:inset!important}.outline-outset{outline-style:outset!important}.outline-color-black{outline:.167rem solid #1a1a1a!important}.outline-color-white{outline:.167rem solid #fff!important}.outline-color-red{outline:.167rem solid #df3e3e!important}.outline-color-orange{outline:.167rem solid #f37f33!important}.outline-color-yellow{outline:.167rem solid #fbda21!important}.outline-color-olive{outline:.167rem solid #cbe41c!important}.outline-color-green{outline:.167rem solid #25ca4c!important}.outline-color-teal{outline:.167rem solid #00d6cc!important}.outline-color-blue{outline:.167rem solid #2e93de!important}.outline-color-violet{outline:.167rem solid #7349cf!important}.outline-color-purple{outline:.167rem solid #ad45d0!important}.outline-color-pink{outline:.167rem solid #e34da1!important}.outline-color-brown{outline:.167rem solid #b97447!important}.outline-color-grey{outline:.167rem solid #848484!important}.outline-color-good{outline:.167rem solid #68c22d!important}.outline-color-average{outline:.167rem solid #f29a29!important}.outline-color-bad{outline:.167rem solid #df3e3e!important}.outline-color-label{outline:.167rem solid #8b9bb0!important}.outline-color-gold{outline:.167rem solid #f3b22f!important}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-baseline{text-align:baseline}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-pre{white-space:pre}.text-bold{font-weight:700}.text-italic{font-style:italic}.text-underline{text-decoration:underline}.BlockQuote{color:#8b9bb0;border-left:.1666666667em solid #8b9bb0;padding-left:.5em;margin-bottom:.5em}.BlockQuote:last-child{margin-bottom:0}.Button{position:relative;display:inline-block;line-height:1.667em;padding:0 .5em;margin-right:.1666666667em;white-space:nowrap;outline:0;border-radius:.16em;margin-bottom:.1666666667em;user-select:none;-ms-user-select:none}.Button:last-child{margin-right:0;margin-bottom:0}.Button .fa,.Button .fas,.Button .far{margin-left:-.25em;margin-right:-.25em;min-width:1.333em;text-align:center}.Button--hasContent .fa,.Button--hasContent .fas,.Button--hasContent .far{margin-right:.25em}.Button--hasContent.Button--iconRight .fa,.Button--hasContent.Button--iconRight .fas,.Button--hasContent.Button--iconRight .far{margin-right:0;margin-left:.25em}.Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.Button--fluid{display:block;margin-left:0;margin-right:0}.Button--circular{border-radius:50%}.Button--compact{padding:0 .25em;line-height:1.333em}.Button--multiLine{white-space:normal;word-wrap:break-word}.Button--modal{float:right;z-index:1;margin-top:-.5rem}.Button--color--black{background-color:#000;color:#fff;transition:color .2s,background-color .2s}.Button--color--black:hover{background-color:#101010;color:#fff}.Button--color--black--translucent{background-color:rgba(0,0,0,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--black--translucent:hover{background-color:rgba(16,16,16,.5);color:#fff}.Button--color--white{background-color:#d9d9d9;color:#000;transition:color .2s,background-color .2s}.Button--color--white:hover{background-color:#f8f8f8;color:#000}.Button--color--white--translucent{background-color:rgba(217,217,217,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--white--translucent:hover{background-color:rgba(248,248,248,.5);color:#fff}.Button--color--red{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.Button--color--red:hover{background-color:#d93f3f;color:#fff}.Button--color--red--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--red--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.Button--color--orange{background-color:#d95e0c;color:#fff;transition:color .2s,background-color .2s}.Button--color--orange:hover{background-color:#ef7e33;color:#fff}.Button--color--orange--translucent{background-color:rgba(217,94,12,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--orange--translucent:hover{background-color:rgba(239,126,51,.5);color:#fff}.Button--color--yellow{background-color:#d9b804;color:#000;transition:color .2s,background-color .2s}.Button--color--yellow:hover{background-color:#f5d523;color:#000}.Button--color--yellow--translucent{background-color:rgba(217,184,4,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--yellow--translucent:hover{background-color:rgba(245,213,35,.5);color:#fff}.Button--color--olive{background-color:#9aad14;color:#fff;transition:color .2s,background-color .2s}.Button--color--olive:hover{background-color:#bdd327;color:#fff}.Button--color--olive--translucent{background-color:rgba(154,173,20,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--olive--translucent:hover{background-color:rgba(189,211,39,.5);color:#fff}.Button--color--green{background-color:#1b9638;color:#fff;transition:color .2s,background-color .2s}.Button--color--green:hover{background-color:#2fb94f;color:#fff}.Button--color--green--translucent{background-color:rgba(27,150,56,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--green--translucent:hover{background-color:rgba(47,185,79,.5);color:#fff}.Button--color--teal{background-color:#009a93;color:#fff;transition:color .2s,background-color .2s}.Button--color--teal:hover{background-color:#10bdb6;color:#fff}.Button--color--teal--translucent{background-color:rgba(0,154,147,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--teal--translucent:hover{background-color:rgba(16,189,182,.5);color:#fff}.Button--color--blue{background-color:#1c71b1;color:#fff;transition:color .2s,background-color .2s}.Button--color--blue:hover{background-color:#308fd6;color:#fff}.Button--color--blue--translucent{background-color:rgba(28,113,177,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--blue--translucent:hover{background-color:rgba(48,143,214,.5);color:#fff}.Button--color--violet{background-color:#552dab;color:#fff;transition:color .2s,background-color .2s}.Button--color--violet:hover{background-color:#7249ca;color:#fff}.Button--color--violet--translucent{background-color:rgba(85,45,171,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--violet--translucent:hover{background-color:rgba(114,73,202,.5);color:#fff}.Button--color--purple{background-color:#8b2baa;color:#fff;transition:color .2s,background-color .2s}.Button--color--purple:hover{background-color:#aa46ca;color:#fff}.Button--color--purple--translucent{background-color:rgba(139,43,170,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--purple--translucent:hover{background-color:rgba(170,70,202,.5);color:#fff}.Button--color--pink{background-color:#cf2082;color:#fff;transition:color .2s,background-color .2s}.Button--color--pink:hover{background-color:#e04ca0;color:#fff}.Button--color--pink--translucent{background-color:rgba(207,32,130,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--pink--translucent:hover{background-color:rgba(224,76,160,.5);color:#fff}.Button--color--brown{background-color:#8c5836;color:#fff;transition:color .2s,background-color .2s}.Button--color--brown:hover{background-color:#ae724c;color:#fff}.Button--color--brown--translucent{background-color:rgba(140,88,54,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--brown--translucent:hover{background-color:rgba(174,114,76,.5);color:#fff}.Button--color--grey{background-color:#646464;color:#fff;transition:color .2s,background-color .2s}.Button--color--grey:hover{background-color:#818181;color:#fff}.Button--color--grey--translucent{background-color:rgba(100,100,100,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--grey--translucent:hover{background-color:rgba(129,129,129,.5);color:#fff}.Button--color--good{background-color:#4d9121;color:#fff;transition:color .2s,background-color .2s}.Button--color--good:hover{background-color:#67b335;color:#fff}.Button--color--good--translucent{background-color:rgba(77,145,33,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--good--translucent:hover{background-color:rgba(103,179,53,.5);color:#fff}.Button--color--average{background-color:#cd7a0d;color:#fff;transition:color .2s,background-color .2s}.Button--color--average:hover{background-color:#eb972b;color:#fff}.Button--color--average--translucent{background-color:rgba(205,122,13,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--average--translucent:hover{background-color:rgba(235,151,43,.5);color:#fff}.Button--color--bad{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.Button--color--bad:hover{background-color:#d93f3f;color:#fff}.Button--color--bad--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--bad--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.Button--color--label{background-color:#657a94;color:#fff;transition:color .2s,background-color .2s}.Button--color--label:hover{background-color:#8a9aae;color:#fff}.Button--color--label--translucent{background-color:rgba(101,122,148,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--label--translucent:hover{background-color:rgba(138,154,174,.5);color:#fff}.Button--color--gold{background-color:#d6920c;color:#fff;transition:color .2s,background-color .2s}.Button--color--gold:hover{background-color:#eeaf30;color:#fff}.Button--color--gold--translucent{background-color:rgba(214,146,12,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--gold--translucent:hover{background-color:rgba(238,175,48,.5);color:#fff}.Button--color--transparent{background-color:rgba(32,32,32,0);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--transparent:hover{background-color:rgba(50,50,50,.81);color:#fff}.Button--color--default{background-color:#3e6189;color:#fff;transition:color .2s,background-color .2s}.Button--color--default:hover{background-color:#567daa;color:#fff}.Button--color--default--translucent{background-color:rgba(40,40,40,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--default--translucent:hover{background-color:rgba(61,61,61,.5);color:#fff}.Button--color--caution{background-color:#d9b804;color:#000;transition:color .2s,background-color .2s}.Button--color--caution:hover{background-color:#f5d523;color:#000}.Button--color--caution--translucent{background-color:rgba(217,184,4,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--caution--translucent:hover{background-color:rgba(245,213,35,.5);color:#fff}.Button--color--danger{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.Button--color--danger:hover{background-color:#d93f3f;color:#fff}.Button--color--danger--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--danger--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.Button--disabled{background-color:#999!important;color:rgba(255,255,255,.75)!important}.Button--disabled--translucent{background-color:rgba(77,23,23,.5)!important;color:rgba(255,255,255,.5)!important}.Button--selected,.Button--selected--translucent{background-color:#1b9638;color:#fff;transition:color .2s,background-color .2s}.Button--selected:hover,.Button--selected--translucent:hover{background-color:#2fb94f;color:#fff}.ColorBox{display:inline-block;width:1em;height:1em;line-height:1em;text-align:center}.Dimmer{display:flex;justify-content:center;align-items:center;position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.75);z-index:1}.Dropdown{position:relative;align-items:center}.Dropdown__control{display:inline-block;align-items:center;font-family:Verdana,sans-serif;font-size:1em;width:8.3333333333em;line-height:1.3333333333em;-ms-user-select:none;user-select:none}.Dropdown__arrow-button{float:right;padding-left:.35em;width:1.2em;height:1.8333333333em;border-left:.0833333333em solid #000;border-left:.0833333333em solid rgba(0,0,0,.25)}.Dropdown__menu{overflow-y:auto;align-items:center;z-index:5;max-height:16.6666666667em;border-radius:0 0 .1666666667em .1666666667em;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75)}.Dropdown__menu-scroll{overflow-y:scroll}.Dropdown__menuentry{padding:.1666666667em .3333333333em;font-family:Verdana,sans-serif;font-size:1em;line-height:1.4166666667em;transition:background-color .1s ease-out}.Dropdown__menuentry.selected{background-color:rgba(255,255,255,.5)!important;transition:background-color 0ms}.Dropdown__menuentry:hover{background-color:rgba(255,255,255,.2);transition:background-color 0ms}.Dropdown__over{top:auto;bottom:100%}.Dropdown__selected-text{display:inline-block;text-overflow:ellipsis;white-space:nowrap;height:1.4166666667em;width:calc(100% - 1.2em);text-align:left;padding-top:2.5px}.Flex{display:-ms-flexbox;display:flex}.Flex--inline{display:inline-flex}.Flex--iefix{display:block}.Flex--iefix.Flex--inline,.Flex__item--iefix{display:inline-block}.Flex--iefix--column>.Flex__item--iefix{display:block}.Knob{position:relative;font-size:1rem;width:2.6em;height:2.6em;margin:0 auto -.2em;cursor:n-resize}.Knob:after{content:".";color:rgba(0,0,0,0);line-height:2.5em}.Knob__circle{position:absolute;top:.1em;bottom:.1em;left:.1em;right:.1em;margin:.3em;background-color:#333;background-image:linear-gradient(to bottom,rgba(255,255,255,.15),rgba(255,255,255,0));border-radius:50%;box-shadow:0 .05em .5em rgba(0,0,0,.5)}.Knob__cursorBox{position:absolute;top:0;bottom:0;left:0;right:0}.Knob__cursor{position:relative;top:.05em;margin:0 auto;width:.2em;height:.8em;background-color:rgba(255,255,255,.9)}.Knob__popupValue,.Knob__popupValue--right{position:absolute;top:-2rem;right:50%;font-size:1rem;text-align:center;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.Knob__popupValue--right{top:.25rem;right:-50%}.Knob__ring{position:absolute;top:0;bottom:0;left:0;right:0;padding:.1em}.Knob__ringTrackPivot{transform:rotate(135deg)}.Knob__ringTrack{fill:rgba(0,0,0,0);stroke:rgba(255,255,255,.1);stroke-width:8;stroke-linecap:round;stroke-dasharray:235.62}.Knob__ringFillPivot{transform:rotate(135deg)}.Knob--bipolar .Knob__ringFillPivot{transform:rotate(270deg)}.Knob__ringFill{fill:rgba(0,0,0,0);stroke:#6a96c9;stroke-width:8;stroke-linecap:round;stroke-dasharray:314.16;transition:stroke 50ms}.Knob--color--black .Knob__ringFill{stroke:#1a1a1a}.Knob--color--white .Knob__ringFill{stroke:#fff}.Knob--color--red .Knob__ringFill{stroke:#df3e3e}.Knob--color--orange .Knob__ringFill{stroke:#f37f33}.Knob--color--yellow .Knob__ringFill{stroke:#fbda21}.Knob--color--olive .Knob__ringFill{stroke:#cbe41c}.Knob--color--green .Knob__ringFill{stroke:#25ca4c}.Knob--color--teal .Knob__ringFill{stroke:#00d6cc}.Knob--color--blue .Knob__ringFill{stroke:#2e93de}.Knob--color--violet .Knob__ringFill{stroke:#7349cf}.Knob--color--purple .Knob__ringFill{stroke:#ad45d0}.Knob--color--pink .Knob__ringFill{stroke:#e34da1}.Knob--color--brown .Knob__ringFill{stroke:#b97447}.Knob--color--grey .Knob__ringFill{stroke:#848484}.Knob--color--good .Knob__ringFill{stroke:#68c22d}.Knob--color--average .Knob__ringFill{stroke:#f29a29}.Knob--color--bad .Knob__ringFill{stroke:#df3e3e}.Knob--color--label .Knob__ringFill{stroke:#8b9bb0}.Knob--color--gold .Knob__ringFill{stroke:#f3b22f}.LabeledList{display:table;width:100%;width:calc(100% + 1em);border-collapse:collapse;border-spacing:0;margin:-.25em -.5em 0;padding:0}.LabeledList__row{display:table-row}.LabeledList__row:last-child .LabeledList__cell{padding-bottom:0}.LabeledList__cell{display:table-cell;margin:0;padding:.25em .5em;border:0;text-align:left;vertical-align:baseline}.LabeledList__label{width:1%;white-space:nowrap;min-width:5em}.LabeledList__buttons{width:.1%;white-space:nowrap;text-align:right;padding-top:.0833333333em;padding-bottom:0}.LabeledList__breakContents{word-break:break-all;word-wrap:break-word}.Modal{background-color:#202020;max-width:calc(100% - 1rem);padding:1rem;scrollbar-base-color:#181818;scrollbar-face-color:#363636;scrollbar-3dlight-color:#202020;scrollbar-highlight-color:#202020;scrollbar-track-color:#181818;scrollbar-arrow-color:#909090;scrollbar-shadow-color:#363636}.NoticeBox{padding:.33em .5em;margin-bottom:.5em;box-shadow:none;font-weight:700;font-style:italic;color:#000;background-color:#bb9b68;background-image:repeating-linear-gradient(-45deg,transparent,transparent .8333333333em,rgba(0,0,0,.1) .8333333333em,rgba(0,0,0,.1) 1.6666666667em)}.NoticeBox--color--black{color:#fff;background-color:#000}.NoticeBox--color--white{color:#000;background-color:#b3b3b3}.NoticeBox--color--red{color:#fff;background-color:#701f1f}.NoticeBox--color--orange{color:#fff;background-color:#854114}.NoticeBox--color--yellow{color:#000;background-color:#83710d}.NoticeBox--color--olive{color:#000;background-color:#576015}.NoticeBox--color--green{color:#fff;background-color:#174e24}.NoticeBox--color--teal{color:#fff;background-color:#064845}.NoticeBox--color--blue{color:#fff;background-color:#1b4565}.NoticeBox--color--violet{color:#fff;background-color:#3b2864}.NoticeBox--color--purple{color:#fff;background-color:#542663}.NoticeBox--color--pink{color:#fff;background-color:#802257}.NoticeBox--color--brown{color:#fff;background-color:#4c3729}.NoticeBox--color--grey{color:#fff;background-color:#3e3e3e}.NoticeBox--color--good{color:#fff;background-color:#2e4b1a}.NoticeBox--color--average{color:#fff;background-color:#7b4e13}.NoticeBox--color--bad{color:#fff;background-color:#701f1f}.NoticeBox--color--label{color:#fff;background-color:#53565a}.NoticeBox--color--gold{color:#fff;background-color:#825d13}.NoticeBox--type--info{color:#fff;background-color:#235982}.NoticeBox--type--success{color:#fff;background-color:#1e662f}.NoticeBox--type--warning{color:#fff;background-color:#a95219}.NoticeBox--type--danger{color:#fff;background-color:#8f2828}.NumberInput{position:relative;display:inline-block;border:.0833333333em solid #88bfff;border:.0833333333em solid rgba(136,191,255,.75);border-radius:.16em;color:#88bfff;background-color:#0a0a0a;padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;text-align:right;overflow:visible;cursor:n-resize}.NumberInput--fluid{display:block}.NumberInput__content{margin-left:.5em}.NumberInput__barContainer{position:absolute;top:.1666666667em;bottom:.1666666667em;left:.1666666667em}.NumberInput__bar{position:absolute;bottom:0;left:0;width:.25em;box-sizing:border-box;border-bottom:.0833333333em solid #88bfff;background-color:#88bfff}.NumberInput__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:#0a0a0a;color:#fff;text-align:right}.ProgressBar{display:inline-block;position:relative;width:100%;padding:0 .5em;border-radius:.16em;background-color:rgba(0,0,0,0);transition:border-color .5s}.ProgressBar__fill{position:absolute;top:-.5px;left:0;bottom:-.5px}.ProgressBar__fill--animated{transition:background-color .5s,width .5s}.ProgressBar__content{position:relative;line-height:1.4166666667em;width:100%;text-align:right}.ProgressBar--color--default{border:.0833333333em solid #3e6189}.ProgressBar--color--default .ProgressBar__fill{background-color:#3e6189}.ProgressBar--color--disabled{border:1px solid #999}.ProgressBar--color--disabled .ProgressBar__fill{background-color:#999}.ProgressBar--color--black{border:.0833333333em solid #000!important}.ProgressBar--color--black .ProgressBar__fill{background-color:#000}.ProgressBar--color--white{border:.0833333333em solid #d9d9d9!important}.ProgressBar--color--white .ProgressBar__fill{background-color:#d9d9d9}.ProgressBar--color--red{border:.0833333333em solid #bd2020!important}.ProgressBar--color--red .ProgressBar__fill{background-color:#bd2020}.ProgressBar--color--orange{border:.0833333333em solid #d95e0c!important}.ProgressBar--color--orange .ProgressBar__fill{background-color:#d95e0c}.ProgressBar--color--yellow{border:.0833333333em solid #d9b804!important}.ProgressBar--color--yellow .ProgressBar__fill{background-color:#d9b804}.ProgressBar--color--olive{border:.0833333333em solid #9aad14!important}.ProgressBar--color--olive .ProgressBar__fill{background-color:#9aad14}.ProgressBar--color--green{border:.0833333333em solid #1b9638!important}.ProgressBar--color--green .ProgressBar__fill{background-color:#1b9638}.ProgressBar--color--teal{border:.0833333333em solid #009a93!important}.ProgressBar--color--teal .ProgressBar__fill{background-color:#009a93}.ProgressBar--color--blue{border:.0833333333em solid #1c71b1!important}.ProgressBar--color--blue .ProgressBar__fill{background-color:#1c71b1}.ProgressBar--color--violet{border:.0833333333em solid #552dab!important}.ProgressBar--color--violet .ProgressBar__fill{background-color:#552dab}.ProgressBar--color--purple{border:.0833333333em solid #8b2baa!important}.ProgressBar--color--purple .ProgressBar__fill{background-color:#8b2baa}.ProgressBar--color--pink{border:.0833333333em solid #cf2082!important}.ProgressBar--color--pink .ProgressBar__fill{background-color:#cf2082}.ProgressBar--color--brown{border:.0833333333em solid #8c5836!important}.ProgressBar--color--brown .ProgressBar__fill{background-color:#8c5836}.ProgressBar--color--grey{border:.0833333333em solid #646464!important}.ProgressBar--color--grey .ProgressBar__fill{background-color:#646464}.ProgressBar--color--good{border:.0833333333em solid #4d9121!important}.ProgressBar--color--good .ProgressBar__fill{background-color:#4d9121}.ProgressBar--color--average{border:.0833333333em solid #cd7a0d!important}.ProgressBar--color--average .ProgressBar__fill{background-color:#cd7a0d}.ProgressBar--color--bad{border:.0833333333em solid #bd2020!important}.ProgressBar--color--bad .ProgressBar__fill{background-color:#bd2020}.ProgressBar--color--label{border:.0833333333em solid #657a94!important}.ProgressBar--color--label .ProgressBar__fill{background-color:#657a94}.ProgressBar--color--gold{border:.0833333333em solid #d6920c!important}.ProgressBar--color--gold .ProgressBar__fill{background-color:#d6920c}.Section{position:relative;margin-bottom:.5em;background-color:#131313;box-sizing:border-box}.Section:last-child{margin-bottom:0}.Section__title{position:relative;padding:.5em;border-bottom:.1666666667em solid #4972a1}.Section__titleText{font-size:1.1666666667em;font-weight:700;color:#fff}.Section__buttons{position:absolute;display:inline-block;right:.5em;margin-top:-.0833333333em}.Section__rest{position:relative}.Section__content{padding:.66em .5em}.Section--fitted>.Section__rest>.Section__content{padding:0}.Section--fill{display:flex;flex-direction:column;height:100%}.Section--fill>.Section__rest{flex-grow:1}.Section--fill>.Section__rest>.Section__content{height:100%}.Section--fill.Section--scrollable>.Section__rest>.Section__content{position:absolute;top:0;left:0;right:0;bottom:0}.Section--fill.Section--iefix{display:table!important;width:100%!important;height:100%!important;border-collapse:collapse;border-spacing:0}.Section--fill.Section--iefix>.Section__rest{display:table-row!important;height:100%!important}.Section--scrollable{overflow-x:hidden;overflow-y:hidden}.Section--scrollable>.Section__rest>.Section__content{overflow-y:auto;overflow-x:hidden}.Section .Section{background-color:rgba(0,0,0,0);margin-left:-.5em;margin-right:-.5em}.Section .Section:first-child{margin-top:-.5em}.Section .Section .Section__titleText{font-size:1.0833333333em}.Section .Section .Section .Section__titleText{font-size:1em}.Slider:not(.Slider__disabled){cursor:e-resize}.Slider__cursorOffset{position:absolute;top:0;left:0;bottom:0;transition:none!important}.Slider__cursor{position:absolute;top:0;right:-.0833333333em;bottom:0;width:0;border-left:.1666666667em solid #fff}.Slider__pointer{position:absolute;right:-.4166666667em;bottom:-.3333333333em;width:0;height:0;border-left:.4166666667em solid rgba(0,0,0,0);border-right:.4166666667em solid rgba(0,0,0,0);border-bottom:.4166666667em solid #fff}.Slider__popupValue{position:absolute;right:0;top:-2rem;font-size:1rem;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.Divider--horizontal{margin:.5em 0}.Divider--horizontal:not(.Divider--hidden){border-top:.1666666667em solid rgba(255,255,255,.1)}.Divider--vertical{height:100%;margin:0 .5em}.Divider--vertical:not(.Divider--hidden){border-left:.1666666667em solid rgba(255,255,255,.1)}.Stack--fill{height:100%}.Stack--horizontal>.Stack__item{margin-left:.5em}.Stack--horizontal>.Stack__item:first-child{margin-left:0}.Stack--vertical>.Stack__item{margin-top:.5em}.Stack--vertical>.Stack__item:first-child{margin-top:0}.Stack--zebra>.Stack__item:nth-child(2n){background-color:#131313}.Stack--horizontal>.Stack__divider:not(.Stack__divider--hidden){border-left:.1666666667em solid rgba(255,255,255,.1)}.Stack--vertical>.Stack__divider:not(.Stack__divider--hidden){border-top:.1666666667em solid rgba(255,255,255,.1)}.Table{display:table;width:100%;border-collapse:collapse;border-spacing:0;margin:0}.Table--collapsing{width:auto}.Table__row{display:table-row}.Table__cell{display:table-cell;padding:0 .25em}.Table__cell:first-child{padding-left:0}.Table__cell:last-child{padding-right:0}.Table__row--header .Table__cell,.Table__cell--header{font-weight:700;padding-bottom:.5em}.Table__cell--collapsing{width:1%;white-space:nowrap}.Tabs{display:flex;align-items:stretch;overflow:hidden;background-color:#131313}.Tabs--fill{height:100%}.Section .Tabs{background-color:rgba(0,0,0,0)}.Section:not(.Section--fitted) .Tabs{margin:0 -.5em .5em}.Section:not(.Section--fitted) .Tabs:first-child{margin-top:-.5em}.Tabs--vertical{flex-direction:column;padding:.25em .25em .25em 0}.Tabs--horizontal{margin-bottom:.5em;padding:.25em .25em 0}.Tabs--horizontal:last-child{margin-bottom:0}.Tabs__Tab{flex-grow:0}.Tabs--fluid .Tabs__Tab{flex-grow:1}.Tab{display:flex;align-items:center;justify-content:space-between;background-color:rgba(0,0,0,0);color:rgba(255,255,255,.5);min-height:2.25em;min-width:4em;transition:background-color 50ms ease-out}.Tab:not(.Tab--selected):hover{background-color:rgba(255,255,255,.075);transition:background-color 0}.Tab--selected{background-color:rgba(255,255,255,.125);color:#dfe7f0}.Tab__text{flex-grow:1;margin:0 .5em}.Tab__left{min-width:1.5em;text-align:center;margin-left:.25em}.Tab__right{min-width:1.5em;text-align:center;margin-right:.25em}.Tabs--horizontal .Tab{border-top:.1666666667em solid rgba(0,0,0,0);border-bottom:.1666666667em solid rgba(0,0,0,0);border-top-left-radius:.25em;border-top-right-radius:.25em}.Tabs--horizontal .Tab--selected{border-bottom:.1666666667em solid #d4dfec}.Tabs--vertical .Tab{min-height:2em;border-left:.1666666667em solid rgba(0,0,0,0);border-right:.1666666667em solid rgba(0,0,0,0);border-top-right-radius:.25em;border-bottom-right-radius:.25em}.Tabs--vertical .Tab--selected{border-left:.1666666667em solid #d4dfec}.Tab--selected.Tab--color--black{color:#535353}.Tabs--horizontal .Tab--selected.Tab--color--black{border-bottom-color:#1a1a1a}.Tabs--vertical .Tab--selected.Tab--color--black{border-left-color:#1a1a1a}.Tab--selected.Tab--color--white{color:#fff}.Tabs--horizontal .Tab--selected.Tab--color--white{border-bottom-color:#fff}.Tabs--vertical .Tab--selected.Tab--color--white{border-left-color:#fff}.Tab--selected.Tab--color--red{color:#e76e6e}.Tabs--horizontal .Tab--selected.Tab--color--red{border-bottom-color:#df3e3e}.Tabs--vertical .Tab--selected.Tab--color--red{border-left-color:#df3e3e}.Tab--selected.Tab--color--orange{color:#f69f66}.Tabs--horizontal .Tab--selected.Tab--color--orange{border-bottom-color:#f37f33}.Tabs--vertical .Tab--selected.Tab--color--orange{border-left-color:#f37f33}.Tab--selected.Tab--color--yellow{color:#fce358}.Tabs--horizontal .Tab--selected.Tab--color--yellow{border-bottom-color:#fbda21}.Tabs--vertical .Tab--selected.Tab--color--yellow{border-left-color:#fbda21}.Tab--selected.Tab--color--olive{color:#d8eb55}.Tabs--horizontal .Tab--selected.Tab--color--olive{border-bottom-color:#cbe41c}.Tabs--vertical .Tab--selected.Tab--color--olive{border-left-color:#cbe41c}.Tab--selected.Tab--color--green{color:#53e074}.Tabs--horizontal .Tab--selected.Tab--color--green{border-bottom-color:#25ca4c}.Tabs--vertical .Tab--selected.Tab--color--green{border-left-color:#25ca4c}.Tab--selected.Tab--color--teal{color:#21fff5}.Tabs--horizontal .Tab--selected.Tab--color--teal{border-bottom-color:#00d6cc}.Tabs--vertical .Tab--selected.Tab--color--teal{border-left-color:#00d6cc}.Tab--selected.Tab--color--blue{color:#62aee6}.Tabs--horizontal .Tab--selected.Tab--color--blue{border-bottom-color:#2e93de}.Tabs--vertical .Tab--selected.Tab--color--blue{border-left-color:#2e93de}.Tab--selected.Tab--color--violet{color:#9676db}.Tabs--horizontal .Tab--selected.Tab--color--violet{border-bottom-color:#7349cf}.Tabs--vertical .Tab--selected.Tab--color--violet{border-left-color:#7349cf}.Tab--selected.Tab--color--purple{color:#c274db}.Tabs--horizontal .Tab--selected.Tab--color--purple{border-bottom-color:#ad45d0}.Tabs--vertical .Tab--selected.Tab--color--purple{border-left-color:#ad45d0}.Tab--selected.Tab--color--pink{color:#ea79b9}.Tabs--horizontal .Tab--selected.Tab--color--pink{border-bottom-color:#e34da1}.Tabs--vertical .Tab--selected.Tab--color--pink{border-left-color:#e34da1}.Tab--selected.Tab--color--brown{color:#ca9775}.Tabs--horizontal .Tab--selected.Tab--color--brown{border-bottom-color:#b97447}.Tabs--vertical .Tab--selected.Tab--color--brown{border-left-color:#b97447}.Tab--selected.Tab--color--grey{color:#a3a3a3}.Tabs--horizontal .Tab--selected.Tab--color--grey{border-bottom-color:#848484}.Tabs--vertical .Tab--selected.Tab--color--grey{border-left-color:#848484}.Tab--selected.Tab--color--good{color:#8cd95a}.Tabs--horizontal .Tab--selected.Tab--color--good{border-bottom-color:#68c22d}.Tabs--vertical .Tab--selected.Tab--color--good{border-left-color:#68c22d}.Tab--selected.Tab--color--average{color:#f5b35e}.Tabs--horizontal .Tab--selected.Tab--color--average{border-bottom-color:#f29a29}.Tabs--vertical .Tab--selected.Tab--color--average{border-left-color:#f29a29}.Tab--selected.Tab--color--bad{color:#e76e6e}.Tabs--horizontal .Tab--selected.Tab--color--bad{border-bottom-color:#df3e3e}.Tabs--vertical .Tab--selected.Tab--color--bad{border-left-color:#df3e3e}.Tab--selected.Tab--color--label{color:#a8b4c4}.Tabs--horizontal .Tab--selected.Tab--color--label{border-bottom-color:#8b9bb0}.Tabs--vertical .Tab--selected.Tab--color--label{border-left-color:#8b9bb0}.Tab--selected.Tab--color--gold{color:#f6c563}.Tabs--horizontal .Tab--selected.Tab--color--gold{border-bottom-color:#f3b22f}.Tabs--vertical .Tab--selected.Tab--color--gold{border-left-color:#f3b22f}.Input{position:relative;display:inline-block;width:10em;border:.0833333333em solid #88bfff;border:.0833333333em solid rgba(136,191,255,.75);border-radius:.16em;background-color:#0a0a0a;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;overflow:visible;white-space:nowrap}.Input--disabled{color:#777;border-color:#848484;border-color:rgba(132,132,132,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.Input--fluid{display:block;width:auto}.Input__baseline{display:inline-block;color:rgba(0,0,0,0)}.Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit}.Input__input::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.Input__textarea{border:0;width:calc(100% + 4px);font-size:1em;line-height:1.4166666667em;margin-left:-.3333333333em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.Input__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.Input--monospace .Input__input{font-family:Consolas,monospace}.TextArea{position:relative;display:inline-block;border:.0833333333em solid #88bfff;border:.0833333333em solid rgba(136,191,255,.75);border-radius:.16em;background-color:#0a0a0a;margin-right:.1666666667em;line-height:1.4166666667em;box-sizing:border-box;width:100%}.TextArea--fluid{display:block;width:auto;height:auto}.TextArea__textarea{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;height:100%;font-size:1em;line-height:1.4166666667em;min-height:1.4166666667em;margin:0;padding:0 .5em;font-family:inherit;background-color:rgba(0,0,0,0);color:inherit;box-sizing:border-box;word-wrap:break-word;overflow:hidden}.TextArea__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.TextArea__textarea:-ms-input-placeholder{font-style:italic;color:rgba(125,125,125,.75)}.Tooltip{z-index:2;padding:.5em .75em;pointer-events:none;text-align:left;transition:opacity .15s ease-out;background-color:#000;color:#fff;box-shadow:.1em .1em 1.25em -.1em rgba(0,0,0,.5);border-radius:.16em;max-width:20.8333333333em}.Chat{color:#abc6ec}.Chat__badge{display:inline-block;min-width:.5em;font-size:.7em;padding:.2em .3em;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#dc143c;border-radius:10px;transition:font-size .2s}.Chat__badge:before{content:"x"}.Chat__badge--animate{font-size:.9em;transition:font-size 0ms}.Chat__scrollButton{position:fixed;right:2em;bottom:1em}.Chat__reconnected{font-size:.85em;text-align:center;margin:1em 0 2em}.Chat__reconnected:before{content:"Reconnected";display:inline-block;border-radius:1em;padding:0 .7em;color:#db2828;background-color:#131313}.Chat__reconnected:after{content:"";display:block;margin-top:-.75em;border-bottom:.1666666667em solid #db2828}.Chat__highlight{color:#000}.Chat__highlight--restricted{color:#fff;background-color:#a00;font-weight:700}.ChatMessage{word-wrap:break-word}.ChatMessage--highlighted{position:relative;border-left:.1666666667em solid #fd4;padding-left:.5em}.ChatMessage--highlighted:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,221,68,.1);pointer-events:none}.Ping{position:relative;padding:.125em .25em;border:.0833333333em solid rgba(140,140,140,.5);border-radius:.25em;width:3.75em;text-align:right}.Ping__indicator{content:"";position:absolute;top:.5em;left:.5em;width:.5em;height:.5em;background-color:#888;border-radius:.25em}.Notifications{position:absolute;top:1em;left:.75em;right:2em}.Notification{color:#fff;background-color:#dc143c;padding:.5em;margin:1em 0}.Notification:first-child{margin-top:0}.Notification:last-child{margin-bottom:0}html,body{scrollbar-color:#363636 #181818}.Layout,.Layout *{scrollbar-base-color:#181818;scrollbar-face-color:#363636;scrollbar-3dlight-color:#202020;scrollbar-highlight-color:#202020;scrollbar-track-color:#181818;scrollbar-arrow-color:#909090;scrollbar-shadow-color:#363636}.Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.Layout__content--flexRow{display:flex;flex-flow:row}.Layout__content--flexColumn{display:flex;flex-flow:column}.Layout__content--scrollable{overflow-y:auto;margin-bottom:0}.Layout__content--noMargin{margin:0}.Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#202020;background-image:linear-gradient(to bottom,#202020,#202020)}.Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px;height:2.6666666667rem}.Window__rest{position:fixed;top:32px;top:2.6666666667rem;bottom:0;left:0;right:0}.Window__contentPadding{margin:.5rem;height:100%;height:calc(100% - 1.01rem)}.Window__contentPadding:after{height:0}.Layout__content--scrollable .Window__contentPadding:after{display:block;content:"";height:.5rem}.Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(56,56,56,.25);pointer-events:none}.Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;width:1.6666666667rem;height:20px;height:1.6666666667rem;cursor:se-resize}.Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;height:.5rem;cursor:s-resize}.Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;width:.25rem;cursor:e-resize}img{margin:0;padding:0;line-height:1;-ms-interpolation-mode:nearest-neighbor;image-rendering:pixelated}img.icon{height:1em;min-height:16px;width:auto;vertical-align:bottom}.emoji16x16{vertical-align:middle}a{color:#397ea5}a.popt{text-decoration:none}.popup{position:fixed;top:50%;left:50%;background:#ddd}.popup .close{position:absolute;background:#aaa;top:0;right:0;color:#333;text-decoration:none;z-index:2;padding:0 10px;height:30px;line-height:30px}.popup .close:hover{background:#999}.popup .head{background:#999;color:#ddd;padding:0 10px;height:30px;line-height:30px;text-transform:uppercase;font-size:.9em;font-weight:700;border-bottom:2px solid green}.popup input{border:1px solid #999;background:#fff;margin:0;padding:5px;outline:none;color:#333}.popup input[type=text]:hover,.popup input[type=text]:active,.popup input[type=text]:focus{border-color:green}.popup input[type=submit]{padding:5px 10px;background:#999;color:#ddd;text-transform:uppercase;font-size:.9em;font-weight:700}.popup input[type=submit]:hover,.popup input[type=submit]:focus,.popup input[type=submit]:active{background:#aaa;cursor:pointer}.changeFont{padding:10px}.changeFont a{display:block;text-decoration:none;padding:3px;color:#333}.changeFont a:hover{background:#ccc}.highlightPopup{padding:10px;text-align:center}.highlightPopup input[type=text]{display:block;width:215px;text-align:left;margin-top:5px}.highlightPopup input.highlightColor{background-color:#ff0}.highlightPopup input.highlightTermSubmit{margin-top:5px}.contextMenu{background-color:#ddd;position:fixed;margin:2px;width:150px}.contextMenu a{display:block;padding:2px 5px;text-decoration:none;color:#333}.contextMenu a:hover{background-color:#ccc}.filterMessages{padding:5px}.filterMessages div{padding:2px 0}.icon-stack{height:1em;line-height:1em;width:1em;vertical-align:middle;margin-top:-2px}.motd{color:#a4bad6;font-family:Verdana,sans-serif;white-space:normal}.motd h1,.motd h2,.motd h3,.motd h4,.motd h5,.motd h6{color:#a4bad6;text-decoration:underline}.motd a,.motd a:link,.motd a:active,.motd a:hover{color:#a4bad6}.italic,.italics,.emote{font-style:italic}.highlight{background:#ff0}h1,h2,h3,h4,h5,h6{color:#a4bad6;font-family:Georgia,Verdana,sans-serif}em{font-style:normal;font-weight:700}.darkmblue{color:#6685f5}.prefix,.ooc{font-weight:700}.looc{color:#69c;font-weight:700}.adminobserverooc{color:#09c;font-weight:700}.adminooc{color:#b82e00;font-weight:700}.adminobserver{color:#960;font-weight:700}.admin{color:#386aff;font-weight:700}.adminsay{color:#9611d4;font-weight:700}.mentorhelp{color:#07b;font-weight:700}.adminhelp{color:#a00;font-weight:700}.playerreply{color:#80b;font-weight:700}.pmsend{color:#6685f5}.debug{color:#6d2f83}.name,.yell{font-weight:700}.siliconsay{font-family:Courier New,Courier,monospace}.deadsay{color:#e2c1ff}.radio{color:#20b142}.deptradio{color:#939}.comradio{color:#5f5cff}.syndradio{color:#8f4a4b}.dsquadradio{color:#998599}.resteamradio{color:#18bc46}.airadio{color:#ff5ed7}.centradio{color:#2681a5}.secradio{color:#dd3535}.engradio{color:#feac20}.medradio{color:#00b5ad}.sciradio{color:#c68cfa}.supradio{color:#b88646}.srvradio{color:#bbd164}.proradio{color:#b84f92}.admin_channel{color:#03fc9d;font-weight:700}.all_admin_ping{color:#12a5f4;font-weight:700;font-size:120%;text-align:center}.mentor_channel{color:#775bff;font-weight:700}.mentor_channel_admin{color:#a35cff;font-weight:700}.dev_channel{color:#775bff;font-weight:700}.dev_channel_admin{color:#a35cff;font-weight:700}.djradio{color:#960}.binaryradio{color:#1b00fb;font-family:Courier New,Courier,monospace}.mommiradio{color:#6685f5}.alert{color:#d82020}h1.alert,h2.alert{color:#a4bad6}.ghostalert{color:#cc00c6;font-style:italic;font-weight:700}.emote{font-style:italic}.selecteddna{color:#a4bad6;background-color:#001b1b}.attack{color:red}.moderate{color:#c00}.disarm{color:#900}.passive{color:#600}.warning{color:#c51e1e;font-style:italic}.boldwarning{color:#c51e1e;font-style:italic;font-weight:700}.danger{color:#c51e1e;font-weight:700}.userdanger{color:#c51e1e;font-weight:700;font-size:120%}.biggerdanger{color:red;font-weight:700;font-size:150%}.notice{color:#6685f5}.boldnotice{color:#6685f5;font-weight:700}.suicide{color:#ff5050;font-style:italic}.green{color:#03bb39}.pr_announce,.boldannounceic,.boldannounceooc{color:#c51e1e;font-weight:700}.greenannounce{color:#059223;font-weight:700}.alien{color:#c433c4}.noticealien{color:#00c000}.alertalien{color:#00c000;font-weight:700}.terrorspider{color:#cf52fa}.dantalion{color:#8b2c5e}.chaosverygood{color:#19e0c0;font-weight:700;font-size:120%}.chaosgood{color:#19e0c0;font-weight:700}.chaosneutral{color:#479ac0;font-weight:700}.chaosbad{color:#9047c0;font-weight:700}.chaosverybad{color:#9047c0;font-weight:700;font-size:120%}.sinister{color:purple;font-weight:700;font-style:italic}.medal{font-weight:700}.blob{color:#006221;font-weight:700;font-style:italic}.confirm{color:#00af3b}.rose{color:#ff5050}.sans{font-family:Comic Sans MS,cursive,sans-serif}.wingdings{font-family:Wingdings,Webdings}.robot{font-family:OCR-A,monospace;font-size:1.15em;font-weight:700}.ancient{color:#008b8b;font-style:italic}.newscaster{color:#c00}.mod{color:#735638;font-weight:700}.modooc{color:#184880;font-weight:700}.adminmod{color:#f0aa14;font-weight:700}.tajaran{color:#803b56}.skrell{color:#00ced1}.solcom{color:#8282fb}.com_srus{color:#7c4848}.soghun{color:#228b22}.changeling{color:#00b4de}.vox{color:#a0a}.diona{color:#804000;font-weight:700}.trinary{color:#727272}.kidan{color:#c64c05}.slime{color:#07a}.drask{color:#a3d4eb;font-family:Arial Black}.moth{color:#869b29;font-family:Copperplate}.clown{color:red}.vulpkanin{color:#b97a57}.abductor{color:purple;font-style:italic}.mind_control{color:#a00d6f;font-size:3;font-weight:700;font-style:italic}.rough{font-family:Trebuchet MS,cursive,sans-serif}.say_quote{font-family:Georgia,Verdana,sans-serif}.cult{color:purple;font-weight:700;font-style:italic}.cultspeech{color:#af0000;font-style:italic}.cultitalic{color:#a60000;font-style:italic}.cultlarge{color:#a60000;font-weight:700;font-size:120%}.narsie{color:#a60000;font-weight:700;font-size:300%}.narsiesmall{color:#a60000;font-weight:700;font-size:200%}.zombie{color:#7c4848}.zombielarge{color:#7c4848;font-weight:700;font-size:120%}.interface{color:#9031c4}.big{font-size:150%}.reallybig{font-size:175%}.greentext{color:#0f0;font-size:150%}.redtext{color:red;font-size:150%}.bold{font-weight:700}.his_grace{color:#15d512;font-family:Courier New,cursive,sans-serif;font-style:italic}.center{text-align:center}.red{color:red}.purple{color:#9031c4}.skeleton{color:#c8c8c8;font-weight:700;font-style:italic}.gutter{color:#7092be;font-family:Trebuchet MS,cursive,sans-serif}.orange{color:orange}.orangei{color:orange;font-style:italic}.orangeb{color:orange;font-weight:700}.resonate{color:#298f85}.healthscan_oxy{color:#5cc9ff}.revennotice{color:#6685f5}.revenboldnotice{color:#6685f5;font-weight:700}.revenbignotice{color:#6685f5;font-weight:700;font-size:120%}.revenminor{color:#823abb}.revenwarning{color:#760fbb;font-style:italic}.revendanger{color:#760fbb;font-weight:700;font-size:120%}.specialnotice{color:#4a6f82;font-weight:700;font-size:120%}.good{color:green}.average{color:#ff8000}.bad{color:red}.italics,.talkinto{font-style:italic}.whisper{font-style:italic;color:#ccc}.recruit{color:#5c00e6;font-weight:700;font-style:italic}.memo{color:#638500;text-align:center}.memoedit{text-align:center;font-size:75%}.connectionClosed,.fatalError{background:red;color:#fff;padding:5px}.connectionClosed.restored{background:green}.internal.boldnshit{color:#6685f5;font-weight:700}.rebooting{background:#2979af;color:#fff;padding:5px}.rebooting a{color:#fff!important;text-decoration-color:#fff!important}.text-normal{font-weight:400;font-style:normal}.hidden{display:none;visibility:hidden}.colossus{color:#7f282a;font-size:175%}.hierophant{color:#609;font-weight:700;font-style:italic}.hierophant_warning{color:#609;font-style:italic}.emoji{max-height:16px;max-width:16px}.adminticket{color:#3daf21;font-weight:700}.adminticketalt{color:#ccb847;font-weight:700}span.body .codephrases{color:#55f}span.body .coderesponses{color:#f33}.announcement h1,.announcement h2{color:#a4bad6;margin:8pt 0;line-height:1.2}.announcement p{color:#d82020;line-height:1.3}.announcement.minor h1{font-size:180%}.announcement.minor h2{font-size:170%}.announcement.sec h1{color:red;font-size:180%;font-family:Verdana,sans-serif}.bolditalics{font-style:italic;font-weight:700}.boxed_message{background:#1b1c1e;border:1px solid #a3b9d9;margin:.5em;padding:.5em .75em;text-align:center}.boxed_message.left_align_text{text-align:left}.boxed_message.red_border{background:#1e1b1b;border-color:#a00}.boxed_message.green_border{background:#1b1e1c;border-color:#0f0}.boxed_message.purple_border{background:#1d1c1f;border-color:#8000ff}.boxed_message.notice_border{background:#1b1c1e;border-color:#6685f5}.boxed_message.thick_border{border-width:thick}.oxygen{color:#449dff}.nitrogen{color:#f94541}.carbon_dioxide{color:#ccc}.plasma{color:#eb6b00}.sleeping_agent{color:#f28b89}.agent_b{color:teal}.theme-light .color-black{color:#000!important}.theme-light .color-white{color:#e6e6e6!important}.theme-light .color-red{color:#c82121!important}.theme-light .color-orange{color:#e6630d!important}.theme-light .color-yellow{color:#e5c304!important}.theme-light .color-olive{color:#a3b816!important}.theme-light .color-green{color:#1d9f3b!important}.theme-light .color-teal{color:#00a39c!important}.theme-light .color-blue{color:#1e78bb!important}.theme-light .color-violet{color:#5a30b5!important}.theme-light .color-purple{color:#932eb4!important}.theme-light .color-pink{color:#db228a!important}.theme-light .color-brown{color:#955d39!important}.theme-light .color-grey{color:#e6e6e6!important}.theme-light .color-good{color:#529923!important}.theme-light .color-average{color:#da810e!important}.theme-light .color-bad{color:#c82121!important}.theme-light .color-label{color:#353535!important}.theme-light .color-gold{color:#e39b0d!important}.theme-light .color-bg-black{background-color:#000!important}.theme-light .color-bg-white{background-color:#bfbfbf!important}.theme-light .color-bg-red{background-color:#a61c1c!important}.theme-light .color-bg-orange{background-color:#c0530b!important}.theme-light .color-bg-yellow{background-color:#bfa303!important}.theme-light .color-bg-olive{background-color:#889912!important}.theme-light .color-bg-green{background-color:#188532!important}.theme-light .color-bg-teal{background-color:#008882!important}.theme-light .color-bg-blue{background-color:#19649c!important}.theme-light .color-bg-violet{background-color:#4b2897!important}.theme-light .color-bg-purple{background-color:#7a2696!important}.theme-light .color-bg-pink{background-color:#b61d73!important}.theme-light .color-bg-brown{background-color:#7c4d2f!important}.theme-light .color-bg-grey{background-color:#bfbfbf!important}.theme-light .color-bg-good{background-color:#44801d!important}.theme-light .color-bg-average{background-color:#b56b0b!important}.theme-light .color-bg-bad{background-color:#a61c1c!important}.theme-light .color-bg-label{background-color:#2c2c2c!important}.theme-light .color-bg-gold{background-color:#bd810b!important}.theme-light .color-border-black{border-color:#000!important}.theme-light .color-border-white{border-color:#e6e6e6!important}.theme-light .color-border-red{border-color:#c82121!important}.theme-light .color-border-orange{border-color:#e6630d!important}.theme-light .color-border-yellow{border-color:#e5c304!important}.theme-light .color-border-olive{border-color:#a3b816!important}.theme-light .color-border-green{border-color:#1d9f3b!important}.theme-light .color-border-teal{border-color:#00a39c!important}.theme-light .color-border-blue{border-color:#1e78bb!important}.theme-light .color-border-violet{border-color:#5a30b5!important}.theme-light .color-border-purple{border-color:#932eb4!important}.theme-light .color-border-pink{border-color:#db228a!important}.theme-light .color-border-brown{border-color:#955d39!important}.theme-light .color-border-grey{border-color:#e6e6e6!important}.theme-light .color-border-good{border-color:#529923!important}.theme-light .color-border-average{border-color:#da810e!important}.theme-light .color-border-bad{border-color:#c82121!important}.theme-light .color-border-label{border-color:#353535!important}.theme-light .color-border-gold{border-color:#e39b0d!important}.theme-light .Tabs{display:flex;align-items:stretch;overflow:hidden;background-color:#fff}.theme-light .Tabs--fill{height:100%}.theme-light .Section .Tabs{background-color:rgba(0,0,0,0)}.theme-light .Section:not(.Section--fitted) .Tabs{margin:0 -.5em .5em}.theme-light .Section:not(.Section--fitted) .Tabs:first-child{margin-top:-.5em}.theme-light .Tabs--vertical{flex-direction:column;padding:.25em .25em .25em 0}.theme-light .Tabs--horizontal{margin-bottom:.5em;padding:.25em .25em 0}.theme-light .Tabs--horizontal:last-child{margin-bottom:0}.theme-light .Tabs__Tab{flex-grow:0}.theme-light .Tabs--fluid .Tabs__Tab{flex-grow:1}.theme-light .Tab{display:flex;align-items:center;justify-content:space-between;background-color:rgba(0,0,0,0);color:rgba(0,0,0,.5);min-height:2.25em;min-width:4em;transition:background-color 50ms ease-out}.theme-light .Tab:not(.Tab--selected):hover{background-color:rgba(0,0,0,.075);transition:background-color 0}.theme-light .Tab--selected{background-color:rgba(0,0,0,.125);color:#404040}.theme-light .Tab__text{flex-grow:1;margin:0 .5em}.theme-light .Tab__left{min-width:1.5em;text-align:center;margin-left:.25em}.theme-light .Tab__right{min-width:1.5em;text-align:center;margin-right:.25em}.theme-light .Tabs--horizontal .Tab{border-top:.1666666667em solid rgba(0,0,0,0);border-bottom:.1666666667em solid rgba(0,0,0,0);border-top-left-radius:.25em;border-top-right-radius:.25em}.theme-light .Tabs--horizontal .Tab--selected{border-bottom:.1666666667em solid #000}.theme-light .Tabs--vertical .Tab{min-height:2em;border-left:.1666666667em solid rgba(0,0,0,0);border-right:.1666666667em solid rgba(0,0,0,0);border-top-right-radius:.25em;border-bottom-right-radius:.25em}.theme-light .Tabs--vertical .Tab--selected{border-left:.1666666667em solid #000}.theme-light .Tab--selected.Tab--color--black{color:#404040}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--black{border-bottom-color:#000}.theme-light .Tabs--vertical .Tab--selected.Tab--color--black{border-left-color:#000}.theme-light .Tab--selected.Tab--color--white{color:#ececec}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--white{border-bottom-color:#e6e6e6}.theme-light .Tabs--vertical .Tab--selected.Tab--color--white{border-left-color:#e6e6e6}.theme-light .Tab--selected.Tab--color--red{color:#e14d4d}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--red{border-bottom-color:#c82121}.theme-light .Tabs--vertical .Tab--selected.Tab--color--red{border-left-color:#c82121}.theme-light .Tab--selected.Tab--color--orange{color:#f48942}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--orange{border-bottom-color:#e6630d}.theme-light .Tabs--vertical .Tab--selected.Tab--color--orange{border-left-color:#e6630d}.theme-light .Tab--selected.Tab--color--yellow{color:#fcdd33}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--yellow{border-bottom-color:#e5c304}.theme-light .Tabs--vertical .Tab--selected.Tab--color--yellow{border-left-color:#e5c304}.theme-light .Tab--selected.Tab--color--olive{color:#d0e732}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--olive{border-bottom-color:#a3b816}.theme-light .Tabs--vertical .Tab--selected.Tab--color--olive{border-left-color:#a3b816}.theme-light .Tab--selected.Tab--color--green{color:#33da5a}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--green{border-bottom-color:#1d9f3b}.theme-light .Tabs--vertical .Tab--selected.Tab--color--green{border-left-color:#1d9f3b}.theme-light .Tab--selected.Tab--color--teal{color:#00faef}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--teal{border-bottom-color:#00a39c}.theme-light .Tabs--vertical .Tab--selected.Tab--color--teal{border-left-color:#00a39c}.theme-light .Tab--selected.Tab--color--blue{color:#419ce1}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--blue{border-bottom-color:#1e78bb}.theme-light .Tabs--vertical .Tab--selected.Tab--color--blue{border-left-color:#1e78bb}.theme-light .Tab--selected.Tab--color--violet{color:#7f58d3}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--violet{border-bottom-color:#5a30b5}.theme-light .Tabs--vertical .Tab--selected.Tab--color--violet{border-left-color:#5a30b5}.theme-light .Tab--selected.Tab--color--purple{color:#b455d4}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--purple{border-bottom-color:#932eb4}.theme-light .Tabs--vertical .Tab--selected.Tab--color--purple{border-left-color:#932eb4}.theme-light .Tab--selected.Tab--color--pink{color:#e558a7}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--pink{border-bottom-color:#db228a}.theme-light .Tabs--vertical .Tab--selected.Tab--color--pink{border-left-color:#db228a}.theme-light .Tab--selected.Tab--color--brown{color:#c0825a}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--brown{border-bottom-color:#955d39}.theme-light .Tabs--vertical .Tab--selected.Tab--color--brown{border-left-color:#955d39}.theme-light .Tab--selected.Tab--color--grey{color:#ececec}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--grey{border-bottom-color:#e6e6e6}.theme-light .Tabs--vertical .Tab--selected.Tab--color--grey{border-left-color:#e6e6e6}.theme-light .Tab--selected.Tab--color--good{color:#77d23b}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--good{border-bottom-color:#529923}.theme-light .Tabs--vertical .Tab--selected.Tab--color--good{border-left-color:#529923}.theme-light .Tab--selected.Tab--color--average{color:#f3a23a}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--average{border-bottom-color:#da810e}.theme-light .Tabs--vertical .Tab--selected.Tab--color--average{border-left-color:#da810e}.theme-light .Tab--selected.Tab--color--bad{color:#e14d4d}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--bad{border-bottom-color:#c82121}.theme-light .Tabs--vertical .Tab--selected.Tab--color--bad{border-left-color:#c82121}.theme-light .Tab--selected.Tab--color--label{color:#686868}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--label{border-bottom-color:#353535}.theme-light .Tabs--vertical .Tab--selected.Tab--color--label{border-left-color:#353535}.theme-light .Tab--selected.Tab--color--gold{color:#f4b73f}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--gold{border-bottom-color:#e39b0d}.theme-light .Tabs--vertical .Tab--selected.Tab--color--gold{border-left-color:#e39b0d}.theme-light .Section{position:relative;margin-bottom:.5em;background-color:#fff;box-sizing:border-box}.theme-light .Section:last-child{margin-bottom:0}.theme-light .Section__title{position:relative;padding:.5em;border-bottom:.1666666667em solid #fff}.theme-light .Section__titleText{font-size:1.1666666667em;font-weight:700;color:#000}.theme-light .Section__buttons{position:absolute;display:inline-block;right:.5em;margin-top:-.0833333333em}.theme-light .Section__rest{position:relative}.theme-light .Section__content{padding:.66em .5em}.theme-light .Section--fitted>.Section__rest>.Section__content{padding:0}.theme-light .Section--fill{display:flex;flex-direction:column;height:100%}.theme-light .Section--fill>.Section__rest{flex-grow:1}.theme-light .Section--fill>.Section__rest>.Section__content{height:100%}.theme-light .Section--fill.Section--scrollable>.Section__rest>.Section__content{position:absolute;top:0;left:0;right:0;bottom:0}.theme-light .Section--fill.Section--iefix{display:table!important;width:100%!important;height:100%!important;border-collapse:collapse;border-spacing:0}.theme-light .Section--fill.Section--iefix>.Section__rest{display:table-row!important;height:100%!important}.theme-light .Section--scrollable{overflow-x:hidden;overflow-y:hidden}.theme-light .Section--scrollable>.Section__rest>.Section__content{overflow-y:auto;overflow-x:hidden}.theme-light .Section .Section{background-color:rgba(0,0,0,0);margin-left:-.5em;margin-right:-.5em}.theme-light .Section .Section:first-child{margin-top:-.5em}.theme-light .Section .Section .Section__titleText{font-size:1.0833333333em}.theme-light .Section .Section .Section .Section__titleText{font-size:1em}.theme-light .Button{position:relative;display:inline-block;line-height:1.667em;padding:0 .5em;margin-right:.1666666667em;white-space:nowrap;outline:0;border-radius:.16em;margin-bottom:.1666666667em;user-select:none;-ms-user-select:none}.theme-light .Button:last-child{margin-right:0;margin-bottom:0}.theme-light .Button .fa,.theme-light .Button .fas,.theme-light .Button .far{margin-left:-.25em;margin-right:-.25em;min-width:1.333em;text-align:center}.theme-light .Button--hasContent .fa,.theme-light .Button--hasContent .fas,.theme-light .Button--hasContent .far{margin-right:.25em}.theme-light .Button--hasContent.Button--iconRight .fa,.theme-light .Button--hasContent.Button--iconRight .fas,.theme-light .Button--hasContent.Button--iconRight .far{margin-right:0;margin-left:.25em}.theme-light .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-light .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-light .Button--circular{border-radius:50%}.theme-light .Button--compact{padding:0 .25em;line-height:1.333em}.theme-light .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-light .Button--modal{float:right;z-index:1;margin-top:-.5rem}.theme-light .Button--color--black{background-color:#000;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--black:hover{background-color:#101010;color:#fff}.theme-light .Button--color--black--translucent{background-color:rgba(0,0,0,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--black--translucent:hover{background-color:rgba(16,16,16,.5);color:#fff}.theme-light .Button--color--white{background-color:#bfbfbf;color:#000;transition:color .2s,background-color .2s}.theme-light .Button--color--white:hover{background-color:#e7e7e7;color:#000}.theme-light .Button--color--white--translucent{background-color:rgba(191,191,191,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--white--translucent:hover{background-color:rgba(231,231,231,.5);color:#fff}.theme-light .Button--color--red{background-color:#a61c1c;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--red:hover{background-color:#cb3030;color:#fff}.theme-light .Button--color--red--translucent{background-color:rgba(166,28,28,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--red--translucent:hover{background-color:rgba(203,48,48,.5);color:#fff}.theme-light .Button--color--orange{background-color:#c0530b;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--orange:hover{background-color:#e76d1d;color:#fff}.theme-light .Button--color--orange--translucent{background-color:rgba(192,83,11,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--orange--translucent:hover{background-color:rgba(231,109,29,.5);color:#fff}.theme-light .Button--color--yellow{background-color:#bfa303;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--yellow:hover{background-color:#e7c714;color:#fff}.theme-light .Button--color--yellow--translucent{background-color:rgba(191,163,3,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--yellow--translucent:hover{background-color:rgba(231,199,20,.5);color:#fff}.theme-light .Button--color--olive{background-color:#889912;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--olive:hover{background-color:#a9bc25;color:#fff}.theme-light .Button--color--olive--translucent{background-color:rgba(136,153,18,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--olive--translucent:hover{background-color:rgba(169,188,37,.5);color:#fff}.theme-light .Button--color--green{background-color:#188532;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--green:hover{background-color:#2ba648;color:#fff}.theme-light .Button--color--green--translucent{background-color:rgba(24,133,50,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--green--translucent:hover{background-color:rgba(43,166,72,.5);color:#fff}.theme-light .Button--color--teal{background-color:#008882;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--teal:hover{background-color:#10a9a2;color:#fff}.theme-light .Button--color--teal--translucent{background-color:rgba(0,136,130,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--teal--translucent:hover{background-color:rgba(16,169,162,.5);color:#fff}.theme-light .Button--color--blue{background-color:#19649c;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--blue:hover{background-color:#2c81c0;color:#fff}.theme-light .Button--color--blue--translucent{background-color:rgba(25,100,156,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--blue--translucent:hover{background-color:rgba(44,129,192,.5);color:#fff}.theme-light .Button--color--violet{background-color:#4b2897;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--violet:hover{background-color:#653db9;color:#fff}.theme-light .Button--color--violet--translucent{background-color:rgba(75,40,151,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--violet--translucent:hover{background-color:rgba(101,61,185,.5);color:#fff}.theme-light .Button--color--purple{background-color:#7a2696;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--purple:hover{background-color:#9a3bb9;color:#fff}.theme-light .Button--color--purple--translucent{background-color:rgba(122,38,150,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--purple--translucent:hover{background-color:rgba(154,59,185,.5);color:#fff}.theme-light .Button--color--pink{background-color:#b61d73;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--pink:hover{background-color:#d93591;color:#fff}.theme-light .Button--color--pink--translucent{background-color:rgba(182,29,115,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--pink--translucent:hover{background-color:rgba(217,53,145,.5);color:#fff}.theme-light .Button--color--brown{background-color:#7c4d2f;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--brown:hover{background-color:#9c6745;color:#fff}.theme-light .Button--color--brown--translucent{background-color:rgba(124,77,47,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--brown--translucent:hover{background-color:rgba(156,103,69,.5);color:#fff}.theme-light .Button--color--grey{background-color:#bfbfbf;color:#000;transition:color .2s,background-color .2s}.theme-light .Button--color--grey:hover{background-color:#e7e7e7;color:#000}.theme-light .Button--color--grey--translucent{background-color:rgba(191,191,191,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--grey--translucent:hover{background-color:rgba(231,231,231,.5);color:#fff}.theme-light .Button--color--good{background-color:#44801d;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--good:hover{background-color:#5d9f31;color:#fff}.theme-light .Button--color--good--translucent{background-color:rgba(68,128,29,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--good--translucent:hover{background-color:rgba(93,159,49,.5);color:#fff}.theme-light .Button--color--average{background-color:#b56b0b;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--average:hover{background-color:#dc891d;color:#fff}.theme-light .Button--color--average--translucent{background-color:rgba(181,107,11,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--average--translucent:hover{background-color:rgba(220,137,29,.5);color:#fff}.theme-light .Button--color--bad{background-color:#a61c1c;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--bad:hover{background-color:#cb3030;color:#fff}.theme-light .Button--color--bad--translucent{background-color:rgba(166,28,28,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--bad--translucent:hover{background-color:rgba(203,48,48,.5);color:#fff}.theme-light .Button--color--label{background-color:#2c2c2c;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--label:hover{background-color:#424242;color:#fff}.theme-light .Button--color--label--translucent{background-color:rgba(44,44,44,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--label--translucent:hover{background-color:rgba(66,66,66,.5);color:#fff}.theme-light .Button--color--gold{background-color:#bd810b;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--gold:hover{background-color:#e5a11c;color:#fff}.theme-light .Button--color--gold--translucent{background-color:rgba(189,129,11,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--gold--translucent:hover{background-color:rgba(229,161,28,.5);color:#fff}.theme-light .Button--color--transparent{background-color:rgba(238,238,238,0);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--transparent:hover{background-color:rgba(255,255,255,.81);color:#000}.theme-light .Button--color--default{background-color:#bbb;color:#000;transition:color .2s,background-color .2s}.theme-light .Button--color--default:hover{background-color:#e3e3e3;color:#000}.theme-light .Button--color--default--translucent{background-color:rgba(251,251,251,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--default--translucent:hover{background-color:rgba(254,254,254,.5);color:#fff}.theme-light .Button--color--caution{background-color:#be6209;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--caution:hover{background-color:#e67f1a;color:#fff}.theme-light .Button--color--caution--translucent{background-color:rgba(190,98,9,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--caution--translucent:hover{background-color:rgba(230,127,26,.5);color:#fff}.theme-light .Button--color--danger{background-color:#9a9d00;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--danger:hover{background-color:#bec110;color:#fff}.theme-light .Button--color--danger--translucent{background-color:rgba(154,157,0,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--danger--translucent:hover{background-color:rgba(190,193,16,.5);color:#fff}.theme-light .Button--disabled{background-color:#363636!important;color:rgba(0,0,0,.75)!important}.theme-light .Button--disabled--translucent{background-color:rgba(77,23,23,.5)!important;color:rgba(0,0,0,.5)!important}.theme-light .Button--selected,.theme-light .Button--selected--translucent{background-color:#0668b8;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--selected:hover,.theme-light .Button--selected--translucent:hover{background-color:#1785df;color:#fff}.theme-light .NumberInput{position:relative;display:inline-block;border:.0833333333em solid #353535;border:.0833333333em solid rgba(53,53,53,.75);border-radius:.16em;color:#353535;background-color:#e6e6e6;padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;text-align:right;overflow:visible;cursor:n-resize}.theme-light .NumberInput--fluid{display:block}.theme-light .NumberInput__content{margin-left:.5em}.theme-light .NumberInput__barContainer{position:absolute;top:.1666666667em;bottom:.1666666667em;left:.1666666667em}.theme-light .NumberInput__bar{position:absolute;bottom:0;left:0;width:.25em;box-sizing:border-box;border-bottom:.0833333333em solid #353535;background-color:#353535}.theme-light .NumberInput__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:#e6e6e6;color:#000;text-align:right}.theme-light .Input{position:relative;display:inline-block;width:10em;border:.0833333333em solid #353535;border:.0833333333em solid rgba(53,53,53,.75);border-radius:.16em;color:#000;background-color:#e6e6e6;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;overflow:visible;white-space:nowrap}.theme-light .Input--disabled{color:#777;border-color:#000;border-color:rgba(0,0,0,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.theme-light .Input--fluid{display:block;width:auto}.theme-light .Input__baseline{display:inline-block;color:rgba(0,0,0,0)}.theme-light .Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#000;color:inherit}.theme-light .Input__input::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-light .Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-light .Input__textarea{border:0;width:calc(100% + 4px);font-size:1em;line-height:1.4166666667em;margin-left:-.3333333333em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.theme-light .Input__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-light .Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-light .Input--monospace .Input__input{font-family:Consolas,monospace}.theme-light .TextArea{position:relative;display:inline-block;border:.0833333333em solid #353535;border:.0833333333em solid rgba(53,53,53,.75);border-radius:.16em;background-color:#e6e6e6;margin-right:.1666666667em;line-height:1.4166666667em;box-sizing:border-box;width:100%}.theme-light .TextArea--fluid{display:block;width:auto;height:auto}.theme-light .TextArea__textarea{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;height:100%;font-size:1em;line-height:1.4166666667em;min-height:1.4166666667em;margin:0;padding:0 .5em;font-family:inherit;background-color:rgba(0,0,0,0);color:inherit;box-sizing:border-box;word-wrap:break-word;overflow:hidden}.theme-light .TextArea__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-light .TextArea__textarea:-ms-input-placeholder{font-style:italic;color:rgba(125,125,125,.75)}.theme-light .Knob{position:relative;font-size:1rem;width:2.6em;height:2.6em;margin:0 auto -.2em;cursor:n-resize}.theme-light .Knob:after{content:".";color:rgba(0,0,0,0);line-height:2.5em}.theme-light .Knob__circle{position:absolute;top:.1em;bottom:.1em;left:.1em;right:.1em;margin:.3em;background-color:#333;background-image:linear-gradient(to bottom,rgba(255,255,255,.15),rgba(255,255,255,0));border-radius:50%;box-shadow:0 .05em .5em rgba(0,0,0,.5)}.theme-light .Knob__cursorBox{position:absolute;top:0;bottom:0;left:0;right:0}.theme-light .Knob__cursor{position:relative;top:.05em;margin:0 auto;width:.2em;height:.8em;background-color:rgba(255,255,255,.9)}.theme-light .Knob__popupValue,.theme-light .Knob__popupValue--right{position:absolute;top:-2rem;right:50%;font-size:1rem;text-align:center;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.theme-light .Knob__popupValue--right{top:.25rem;right:-50%}.theme-light .Knob__ring{position:absolute;top:0;bottom:0;left:0;right:0;padding:.1em}.theme-light .Knob__ringTrackPivot{transform:rotate(135deg)}.theme-light .Knob__ringTrack{fill:rgba(0,0,0,0);stroke:rgba(255,255,255,.1);stroke-width:8;stroke-linecap:round;stroke-dasharray:235.62}.theme-light .Knob__ringFillPivot{transform:rotate(135deg)}.theme-light .Knob--bipolar .Knob__ringFillPivot{transform:rotate(270deg)}.theme-light .Knob__ringFill{fill:rgba(0,0,0,0);stroke:#6a96c9;stroke-width:8;stroke-linecap:round;stroke-dasharray:314.16;transition:stroke 50ms}.theme-light .Knob--color--black .Knob__ringFill{stroke:#000}.theme-light .Knob--color--white .Knob__ringFill{stroke:#e6e6e6}.theme-light .Knob--color--red .Knob__ringFill{stroke:#c82121}.theme-light .Knob--color--orange .Knob__ringFill{stroke:#e6630d}.theme-light .Knob--color--yellow .Knob__ringFill{stroke:#e5c304}.theme-light .Knob--color--olive .Knob__ringFill{stroke:#a3b816}.theme-light .Knob--color--green .Knob__ringFill{stroke:#1d9f3b}.theme-light .Knob--color--teal .Knob__ringFill{stroke:#00a39c}.theme-light .Knob--color--blue .Knob__ringFill{stroke:#1e78bb}.theme-light .Knob--color--violet .Knob__ringFill{stroke:#5a30b5}.theme-light .Knob--color--purple .Knob__ringFill{stroke:#932eb4}.theme-light .Knob--color--pink .Knob__ringFill{stroke:#db228a}.theme-light .Knob--color--brown .Knob__ringFill{stroke:#955d39}.theme-light .Knob--color--grey .Knob__ringFill{stroke:#e6e6e6}.theme-light .Knob--color--good .Knob__ringFill{stroke:#529923}.theme-light .Knob--color--average .Knob__ringFill{stroke:#da810e}.theme-light .Knob--color--bad .Knob__ringFill{stroke:#c82121}.theme-light .Knob--color--label .Knob__ringFill{stroke:#353535}.theme-light .Knob--color--gold .Knob__ringFill{stroke:#e39b0d}.theme-light .Slider:not(.Slider__disabled){cursor:e-resize}.theme-light .Slider__cursorOffset{position:absolute;top:0;left:0;bottom:0;transition:none!important}.theme-light .Slider__cursor{position:absolute;top:0;right:-.0833333333em;bottom:0;width:0;border-left:.1666666667em solid #000}.theme-light .Slider__pointer{position:absolute;right:-.4166666667em;bottom:-.3333333333em;width:0;height:0;border-left:.4166666667em solid rgba(0,0,0,0);border-right:.4166666667em solid rgba(0,0,0,0);border-bottom:.4166666667em solid #000}.theme-light .Slider__popupValue{position:absolute;right:0;top:-2rem;font-size:1rem;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.theme-light .ProgressBar{display:inline-block;position:relative;width:100%;padding:0 .5em;border-radius:.16em;background-color:rgba(0,0,0,0);transition:border-color .5s}.theme-light .ProgressBar__fill{position:absolute;top:-.5px;left:0;bottom:-.5px}.theme-light .ProgressBar__fill--animated{transition:background-color .5s,width .5s}.theme-light .ProgressBar__content{position:relative;line-height:1.4166666667em;width:100%;text-align:right}.theme-light .ProgressBar--color--default{border:.0833333333em solid #bfbfbf}.theme-light .ProgressBar--color--default .ProgressBar__fill{background-color:#bfbfbf}.theme-light .ProgressBar--color--disabled{border:1px solid #999}.theme-light .ProgressBar--color--disabled .ProgressBar__fill{background-color:#999}.theme-light .ProgressBar--color--black{border:.0833333333em solid #000!important}.theme-light .ProgressBar--color--black .ProgressBar__fill{background-color:#000}.theme-light .ProgressBar--color--white{border:.0833333333em solid #bfbfbf!important}.theme-light .ProgressBar--color--white .ProgressBar__fill{background-color:#bfbfbf}.theme-light .ProgressBar--color--red{border:.0833333333em solid #a61c1c!important}.theme-light .ProgressBar--color--red .ProgressBar__fill{background-color:#a61c1c}.theme-light .ProgressBar--color--orange{border:.0833333333em solid #c0530b!important}.theme-light .ProgressBar--color--orange .ProgressBar__fill{background-color:#c0530b}.theme-light .ProgressBar--color--yellow{border:.0833333333em solid #bfa303!important}.theme-light .ProgressBar--color--yellow .ProgressBar__fill{background-color:#bfa303}.theme-light .ProgressBar--color--olive{border:.0833333333em solid #889912!important}.theme-light .ProgressBar--color--olive .ProgressBar__fill{background-color:#889912}.theme-light .ProgressBar--color--green{border:.0833333333em solid #188532!important}.theme-light .ProgressBar--color--green .ProgressBar__fill{background-color:#188532}.theme-light .ProgressBar--color--teal{border:.0833333333em solid #008882!important}.theme-light .ProgressBar--color--teal .ProgressBar__fill{background-color:#008882}.theme-light .ProgressBar--color--blue{border:.0833333333em solid #19649c!important}.theme-light .ProgressBar--color--blue .ProgressBar__fill{background-color:#19649c}.theme-light .ProgressBar--color--violet{border:.0833333333em solid #4b2897!important}.theme-light .ProgressBar--color--violet .ProgressBar__fill{background-color:#4b2897}.theme-light .ProgressBar--color--purple{border:.0833333333em solid #7a2696!important}.theme-light .ProgressBar--color--purple .ProgressBar__fill{background-color:#7a2696}.theme-light .ProgressBar--color--pink{border:.0833333333em solid #b61d73!important}.theme-light .ProgressBar--color--pink .ProgressBar__fill{background-color:#b61d73}.theme-light .ProgressBar--color--brown{border:.0833333333em solid #7c4d2f!important}.theme-light .ProgressBar--color--brown .ProgressBar__fill{background-color:#7c4d2f}.theme-light .ProgressBar--color--grey{border:.0833333333em solid #bfbfbf!important}.theme-light .ProgressBar--color--grey .ProgressBar__fill{background-color:#bfbfbf}.theme-light .ProgressBar--color--good{border:.0833333333em solid #44801d!important}.theme-light .ProgressBar--color--good .ProgressBar__fill{background-color:#44801d}.theme-light .ProgressBar--color--average{border:.0833333333em solid #b56b0b!important}.theme-light .ProgressBar--color--average .ProgressBar__fill{background-color:#b56b0b}.theme-light .ProgressBar--color--bad{border:.0833333333em solid #a61c1c!important}.theme-light .ProgressBar--color--bad .ProgressBar__fill{background-color:#a61c1c}.theme-light .ProgressBar--color--label{border:.0833333333em solid #2c2c2c!important}.theme-light .ProgressBar--color--label .ProgressBar__fill{background-color:#2c2c2c}.theme-light .ProgressBar--color--gold{border:.0833333333em solid #bd810b!important}.theme-light .ProgressBar--color--gold .ProgressBar__fill{background-color:#bd810b}.theme-light .Chat{color:#000}.theme-light .Chat__badge{display:inline-block;min-width:.5em;font-size:.7em;padding:.2em .3em;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#dc143c;border-radius:10px;transition:font-size .2s}.theme-light .Chat__badge:before{content:"x"}.theme-light .Chat__badge--animate{font-size:.9em;transition:font-size 0ms}.theme-light .Chat__scrollButton{position:fixed;right:2em;bottom:1em}.theme-light .Chat__reconnected{font-size:.85em;text-align:center;margin:1em 0 2em}.theme-light .Chat__reconnected:before{content:"Reconnected";display:inline-block;border-radius:1em;padding:0 .7em;color:#db2828;background-color:#fff}.theme-light .Chat__reconnected:after{content:"";display:block;margin-top:-.75em;border-bottom:.1666666667em solid #db2828}.theme-light .Chat__highlight{color:#000}.theme-light .Chat__highlight--restricted{color:#fff;background-color:#a00;font-weight:700}.theme-light .ChatMessage{word-wrap:break-word}.theme-light .ChatMessage--highlighted{position:relative;border-left:.1666666667em solid #fd4;padding-left:.5em}.theme-light .ChatMessage--highlighted:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,221,68,.1);pointer-events:none}.theme-light html,.theme-light body{scrollbar-color:#a7a7a7 #f2f2f2}.theme-light .Layout,.theme-light .Layout *{scrollbar-base-color:#f2f2f2;scrollbar-face-color:#d6d6d6;scrollbar-3dlight-color:#eee;scrollbar-highlight-color:#eee;scrollbar-track-color:#f2f2f2;scrollbar-arrow-color:#777;scrollbar-shadow-color:#d6d6d6}.theme-light .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.theme-light .Layout__content--flexRow{display:flex;flex-flow:row}.theme-light .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-light .Layout__content--scrollable{overflow-y:auto;margin-bottom:0}.theme-light .Layout__content--noMargin{margin:0}.theme-light .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#000;background-color:#eee;background-image:linear-gradient(to bottom,#eee,#eee)}.theme-light .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px;height:2.6666666667rem}.theme-light .Window__rest{position:fixed;top:32px;top:2.6666666667rem;bottom:0;left:0;right:0}.theme-light .Window__contentPadding{margin:.5rem;height:100%;height:calc(100% - 1.01rem)}.theme-light .Window__contentPadding:after{height:0}.theme-light .Layout__content--scrollable .Window__contentPadding:after{display:block;content:"";height:.5rem}.theme-light .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(252,252,252,.25);pointer-events:none}.theme-light .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;width:1.6666666667rem;height:20px;height:1.6666666667rem;cursor:se-resize}.theme-light .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;height:.5rem;cursor:s-resize}.theme-light .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;width:.25rem;cursor:e-resize}.theme-light .TitleBar{background-color:#eee;border-bottom:1px solid rgba(0,0,0,.25);box-shadow:0 2px 2px rgba(0,0,0,.1);box-shadow:0 .1666666667rem .1666666667rem rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-light .TitleBar__clickable{color:rgba(0,0,0,.5);background-color:#eee;transition:color .25s,background-color .25s}.theme-light .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-light .TitleBar__title{position:absolute;top:0;left:46px;left:3.8333333333rem;color:rgba(0,0,0,.75);font-size:14px;font-size:1.1666666667rem;line-height:31px;line-height:2.5833333333rem;white-space:nowrap}.theme-light .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px;height:2.6666666667rem}.theme-light .TitleBar__statusIcon{position:absolute;top:0;left:12px;left:1rem;transition:color .5s;font-size:20px;font-size:1.6666666667rem;line-height:32px!important;line-height:2.6666666667rem!important}.theme-light .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;width:3.75rem;height:32px;height:2.6666666667rem;font-size:20px;font-size:1.6666666667rem;line-height:31px;line-height:2.5833333333rem;text-align:center}.theme-light .TitleBar__devBuildIndicator{position:absolute;top:6px;top:.5rem;right:52px;right:4.3333333333rem;min-width:20px;min-width:1.6666666667rem;padding:2px 4px;padding:.1666666667rem .3333333333rem;background-color:rgba(91,170,39,.75);color:#fff;text-align:center}.theme-light html,.theme-light body{padding:0;margin:0;height:100%;color:#000}.theme-light body{background:#fff;font-family:Verdana,sans-serif;font-size:13px;line-height:1.2;overflow-x:hidden;overflow-y:scroll;word-wrap:break-word}.theme-light img{margin:0;padding:0;line-height:1;-ms-interpolation-mode:nearest-neighbor;image-rendering:pixelated}.theme-light img.icon{height:1em;min-height:16px;width:auto;vertical-align:bottom}.theme-light a{color:#00f}.theme-light a.popt{text-decoration:none}.theme-light .popup{position:fixed;top:50%;left:50%;background:#ddd}.theme-light .popup .close{position:absolute;background:#aaa;top:0;right:0;color:#333;text-decoration:none;z-index:2;padding:0 10px;height:30px;line-height:30px}.theme-light .popup .close:hover{background:#999}.theme-light .popup .head{background:#999;color:#ddd;padding:0 10px;height:30px;line-height:30px;text-transform:uppercase;font-size:.9em;font-weight:700;border-bottom:2px solid green}.theme-light .popup input{border:1px solid #999;background:#fff;margin:0;padding:5px;outline:none;color:#333}.theme-light .popup input[type=text]:hover,.theme-light .popup input[type=text]:active,.theme-light .popup input[type=text]:focus{border-color:green}.theme-light .popup input[type=submit]{padding:5px 10px;background:#999;color:#ddd;text-transform:uppercase;font-size:.9em;font-weight:700}.theme-light .popup input[type=submit]:hover,.theme-light .popup input[type=submit]:focus,.theme-light .popup input[type=submit]:active{background:#aaa;cursor:pointer}.theme-light .changeFont{padding:10px}.theme-light .changeFont a{display:block;text-decoration:none;padding:3px;color:#333}.theme-light .changeFont a:hover{background:#ccc}.theme-light .highlightPopup{padding:10px;text-align:center}.theme-light .highlightPopup input[type=text]{display:block;width:215px;text-align:left;margin-top:5px}.theme-light .highlightPopup input.highlightColor{background-color:#ff0}.theme-light .highlightPopup input.highlightTermSubmit{margin-top:5px}.theme-light .contextMenu{background-color:#ddd;position:fixed;margin:2px;width:150px}.theme-light .contextMenu a{display:block;padding:2px 5px;text-decoration:none;color:#333}.theme-light .contextMenu a:hover{background-color:#ccc}.theme-light .filterMessages{padding:5px}.theme-light .filterMessages div{padding:2px 0}.theme-light .icon-stack{height:1em;line-height:1em;width:1em;vertical-align:middle;margin-top:-2px}.theme-light .motd{color:#638500;font-family:Verdana,sans-serif;white-space:normal}.theme-light .motd h1,.theme-light .motd h2,.theme-light .motd h3,.theme-light .motd h4,.theme-light .motd h5,.theme-light .motd h6{color:#638500;text-decoration:underline}.theme-light .motd a,.theme-light .motd a:link,.theme-light .motd a:active,.theme-light .motd a:hover{color:#638500}.theme-light .italic,.theme-light .italics,.theme-light .emote{font-style:italic}.theme-light .highlight{background:#ff0}.theme-light h1,.theme-light h2,.theme-light h3,.theme-light h4,.theme-light h5,.theme-light h6{color:#00f;font-family:Georgia,Verdana,sans-serif}.theme-light em{font-style:normal;font-weight:700}.theme-light .darkmblue{color:#00f}.theme-light .prefix,.theme-light .ooc{font-weight:700}.theme-light .looc{color:#69c;font-weight:700}.theme-light .adminobserverooc{color:#09c;font-weight:700}.theme-light .adminooc{color:#b82e00;font-weight:700}.theme-light .adminobserver{color:#960;font-weight:700}.theme-light .admin{color:#386aff;font-weight:700}.theme-light .adminsay{color:#9611d4;font-weight:700}.theme-light .mentorhelp{color:#07b;font-weight:700}.theme-light .adminhelp{color:#a00;font-weight:700}.theme-light .playerreply{color:#80b;font-weight:700}.theme-light .pmsend{color:#00f}.theme-light .debug{color:#6d2f83}.theme-light .name,.theme-light .yell{font-weight:700}.theme-light .siliconsay{font-family:Courier New,Courier,monospace}.theme-light .deadsay{color:#5c00e6}.theme-light .radio{color:#408010}.theme-light .deptradio{color:#939}.theme-light .comradio{color:#204090}.theme-light .syndradio{color:#6d3f40}.theme-light .dsquadradio{color:#686868}.theme-light .resteamradio{color:#18bc46}.theme-light .airadio{color:#f0f}.theme-light .centradio{color:#5c5c7c}.theme-light .secradio{color:#a30000}.theme-light .engradio{color:#a66300}.theme-light .medradio{color:#009190}.theme-light .sciradio{color:#939}.theme-light .supradio{color:#7f6539}.theme-light .srvradio{color:#80a000}.theme-light .proradio{color:#e3027a}.theme-light .admin_channel{color:#9a04d1;font-weight:700}.theme-light .all_admin_ping{color:#12a5f4;font-weight:700;font-size:120%;text-align:center}.theme-light .mentor_channel{color:#775bff;font-weight:700}.theme-light .mentor_channel_admin{color:#a35cff;font-weight:700}.theme-light .dev_channel{color:#775bff;font-weight:700}.theme-light .dev_channel_admin{color:#a35cff;font-weight:700}.theme-light .djradio{color:#630}.theme-light .binaryradio{color:#0b0050;font-family:Courier New,Courier,monospace}.theme-light .mommiradio{color:navy}.theme-light .alert{color:red}.theme-light h1.alert,.theme-light h2.alert{color:#000}.theme-light .ghostalert{color:#5c00e6;font-style:italic;font-weight:700}.theme-light .emote{font-style:italic}.theme-light .selecteddna{color:#fff;background-color:#001b1b}.theme-light .attack{color:red}.theme-light .moderate{color:#c00}.theme-light .disarm{color:#900}.theme-light .passive{color:#600}.theme-light .warning{color:red;font-style:italic}.theme-light .boldwarning{color:red;font-style:italic;font-weight:700}.theme-light .danger{color:red;font-weight:700}.theme-light .userdanger{color:red;font-weight:700;font-size:120%}.theme-light .biggerdanger{color:red;font-weight:700;font-size:150%}.theme-light .notice{color:#009}.theme-light .boldnotice{color:#009;font-weight:700}.theme-light .suicide{color:#ff5050;font-style:italic}.theme-light .green{color:#03bb39}.theme-light .pr_announce{color:#228b22;font-weight:700}.theme-light .boldannounceic,.theme-light .boldannounceooc{color:red;font-weight:700}.theme-light .greenannounce{color:#0f0;font-weight:700}.theme-light .alien{color:#543354}.theme-light .noticealien{color:#00c000}.theme-light .alertalien{color:#00c000;font-weight:700}.theme-light .terrorspider{color:#320e32}.theme-light .dantalion{color:#6a2148}.theme-light .chaosverygood{color:#19e0c0;font-weight:700;font-size:120%}.theme-light .chaosgood{color:#19e0c0;font-weight:700}.theme-light .chaosneutral{color:#479ac0;font-weight:700}.theme-light .chaosbad{color:#9047c0;font-weight:700}.theme-light .chaosverybad{color:#9047c0;font-weight:700;font-size:120%}.theme-light .sinister{color:purple;font-weight:700;font-style:italic}.theme-light .blob{color:#006221;font-weight:700;font-style:italic}.theme-light .confirm{color:#00af3b}.theme-light .rose{color:#ff5050}.theme-light .sans{font-family:Comic Sans MS,cursive,sans-serif}.theme-light .wingdings{font-family:Wingdings,Webdings}.theme-light .robot{font-family:OCR-A,monospace;font-size:1.15em;font-weight:700}.theme-light .ancient{color:#008b8b;font-style:italic}.theme-light .newscaster{color:maroon}.theme-light .mod{color:#735638;font-weight:700}.theme-light .modooc{color:#184880;font-weight:700}.theme-light .adminmod{color:#402a14;font-weight:700}.theme-light .tajaran{color:#803b56}.theme-light .skrell{color:#00ced1}.theme-light .solcom{color:#22228b}.theme-light .com_srus{color:#7c4848}.theme-light .soghun{color:#228b22}.theme-light .changeling{color:purple}.theme-light .vox{color:#a0a}.theme-light .diona{color:#804000;font-weight:700}.theme-light .trinary{color:#727272}.theme-light .kidan{color:#664205}.theme-light .slime{color:#07a}.theme-light .drask{color:#a3d4eb;font-family:Arial Black}.theme-light .moth{color:#869b29;font-family:Copperplate}.theme-light .clown{color:red}.theme-light .vulpkanin{color:#b97a57}.theme-light .abductor{color:purple;font-style:italic}.theme-light .mind_control{color:#a00d6f;font-size:3;font-weight:700;font-style:italic}.theme-light .rough{font-family:Trebuchet MS,cursive,sans-serif}.theme-light .say_quote{font-family:Georgia,Verdana,sans-serif}.theme-light .cult{color:purple;font-weight:700;font-style:italic}.theme-light .cultspeech{color:#7f0000;font-style:italic}.theme-light .cultitalic{color:#960000;font-style:italic}.theme-light .cultlarge{color:#960000;font-weight:700;font-size:120%}.theme-light .narsie{color:#960000;font-weight:700;font-size:300%}.theme-light .narsiesmall{color:#960000;font-weight:700;font-size:200%}.theme-light .zombie{color:#7c4848}.theme-light .zombielarge{color:#7c4848;font-weight:700;font-size:120%}.theme-light .interface{color:#303}.theme-light .big{font-size:150%}.theme-light .reallybig{font-size:175%}.theme-light .greentext{color:#0f0;font-size:150%}.theme-light .redtext{color:red;font-size:150%}.theme-light .bold{font-weight:700}.theme-light .his_grace{color:#15d512;font-family:Courier New,cursive,sans-serif;font-style:italic}.theme-light .center{text-align:center}.theme-light .red{color:red}.theme-light .purple{color:#5e2d79}.theme-light .skeleton{color:#585858;font-weight:700;font-style:italic}.theme-light .gutter{color:#7092be;font-family:Trebuchet MS,cursive,sans-serif}.theme-light .orange{color:orange}.theme-light .orangei{color:orange;font-style:italic}.theme-light .orangeb{color:orange;font-weight:700}.theme-light .resonate{color:#298f85}.theme-light .healthscan_oxy{color:#0074bd}.theme-light .revennotice{color:#1d2953}.theme-light .revenboldnotice{color:#1d2953;font-weight:700}.theme-light .revenbignotice{color:#1d2953;font-weight:700;font-size:120%}.theme-light .revenminor{color:#823abb}.theme-light .revenwarning{color:#760fbb;font-style:italic}.theme-light .revendanger{color:#760fbb;font-weight:700;font-size:120%}.theme-light .specialnoticebold{color:#36525e;font-weight:700;font-size:120%}.theme-light .specialnotice{color:#36525e;font-size:120%}.theme-light .medal{font-weight:700}.theme-light .good{color:green}.theme-light .average{color:#ff8000}.theme-light .bad{color:red}.theme-light .italics,.theme-light .talkinto{font-style:italic}.theme-light .whisper{font-style:italic;color:#333}.theme-light .recruit{color:#5c00e6;font-weight:700;font-style:italic}.theme-light .memo{color:#638500;text-align:center}.theme-light .memoedit{text-align:center;font-size:75%}.theme-light .connectionClosed,.theme-light .fatalError{background:red;color:#fff;padding:5px}.theme-light .connectionClosed.restored{background:green}.theme-light .internal.boldnshit{color:#00f;font-weight:700}.theme-light .rebooting{background:#2979af;color:#fff;padding:5px}.theme-light .rebooting a{color:#fff!important;text-decoration-color:#fff!important}.theme-light .text-normal{font-weight:400;font-style:normal}.theme-light .hidden{display:none;visibility:hidden}.theme-light .colossus{color:#7f282a;font-size:175%}.theme-light .hierophant{color:#609;font-weight:700;font-style:italic}.theme-light .hierophant_warning{color:#609;font-style:italic}.theme-light .emoji{max-height:16px;max-width:16px}.theme-light .adminticket{color:#3e7336;font-weight:700}.theme-light .adminticketalt{color:#014c8a;font-weight:700}.theme-light span.body .codephrases{color:#00f}.theme-light span.body .coderesponses{color:red}.theme-light .announcement h1,.theme-light .announcement h2{color:#000;margin:8pt 0;line-height:1.2}.theme-light .announcement p{color:#d82020;line-height:1.3}.theme-light .announcement.minor h1{font-size:180%}.theme-light .announcement.minor h2{font-size:170%}.theme-light .announcement.sec h1{color:red;font-size:180%;font-family:Verdana,sans-serif}.theme-light .bolditalics{font-style:italic;font-weight:700}.theme-light .boxed_message{background:#f7fcff;border:1px solid #111a26;margin:.5em;padding:.5em .75em;text-align:center}.theme-light .boxed_message.left_align_text{text-align:left}.theme-light .boxed_message.red_border{background:#fff7f7;border-color:#a00}.theme-light .boxed_message.green_border{background:#f7fff7;border-color:#0f0}.theme-light .boxed_message.purple_border{background:#fdf7ff;border-color:#a0f}.theme-light .boxed_message.notice_border{background:#f7fdff;border-color:#0000bf}.theme-light .boxed_message.thick_border{border-width:thick}.theme-light .oxygen{color:#006adb}.theme-light .nitrogen{color:#d00a06}.theme-light .carbon_dioxide{color:#1f1f1f}.theme-light .plasma{color:#853c00}.theme-light .sleeping_agent{color:#e82f2c}.theme-light .agent_b{color:#004d4d}.theme-ntos .color-black{color:#1a1a1a!important}.theme-ntos .color-white{color:#fff!important}.theme-ntos .color-red{color:#df3e3e!important}.theme-ntos .color-orange{color:#f37f33!important}.theme-ntos .color-yellow{color:#fbda21!important}.theme-ntos .color-olive{color:#cbe41c!important}.theme-ntos .color-green{color:#25ca4c!important}.theme-ntos .color-teal{color:#00d6cc!important}.theme-ntos .color-blue{color:#2e93de!important}.theme-ntos .color-violet{color:#7349cf!important}.theme-ntos .color-purple{color:#ad45d0!important}.theme-ntos .color-pink{color:#e34da1!important}.theme-ntos .color-brown{color:#b97447!important}.theme-ntos .color-grey{color:#848484!important}.theme-ntos .color-good{color:#68c22d!important}.theme-ntos .color-average{color:#f29a29!important}.theme-ntos .color-bad{color:#df3e3e!important}.theme-ntos .color-label{color:#8b9bb0!important}.theme-ntos .color-gold{color:#f3b22f!important}.theme-ntos .color-bg-black{background-color:#000!important}.theme-ntos .color-bg-white{background-color:#d9d9d9!important}.theme-ntos .color-bg-red{background-color:#bd2020!important}.theme-ntos .color-bg-orange{background-color:#d95e0c!important}.theme-ntos .color-bg-yellow{background-color:#d9b804!important}.theme-ntos .color-bg-olive{background-color:#9aad14!important}.theme-ntos .color-bg-green{background-color:#1b9638!important}.theme-ntos .color-bg-teal{background-color:#009a93!important}.theme-ntos .color-bg-blue{background-color:#1c71b1!important}.theme-ntos .color-bg-violet{background-color:#552dab!important}.theme-ntos .color-bg-purple{background-color:#8b2baa!important}.theme-ntos .color-bg-pink{background-color:#cf2082!important}.theme-ntos .color-bg-brown{background-color:#8c5836!important}.theme-ntos .color-bg-grey{background-color:#646464!important}.theme-ntos .color-bg-good{background-color:#4d9121!important}.theme-ntos .color-bg-average{background-color:#cd7a0d!important}.theme-ntos .color-bg-bad{background-color:#bd2020!important}.theme-ntos .color-bg-label{background-color:#657a94!important}.theme-ntos .color-bg-gold{background-color:#d6920c!important}.theme-ntos .color-border-black{border-color:#1a1a1a!important}.theme-ntos .color-border-white{border-color:#fff!important}.theme-ntos .color-border-red{border-color:#df3e3e!important}.theme-ntos .color-border-orange{border-color:#f37f33!important}.theme-ntos .color-border-yellow{border-color:#fbda21!important}.theme-ntos .color-border-olive{border-color:#cbe41c!important}.theme-ntos .color-border-green{border-color:#25ca4c!important}.theme-ntos .color-border-teal{border-color:#00d6cc!important}.theme-ntos .color-border-blue{border-color:#2e93de!important}.theme-ntos .color-border-violet{border-color:#7349cf!important}.theme-ntos .color-border-purple{border-color:#ad45d0!important}.theme-ntos .color-border-pink{border-color:#e34da1!important}.theme-ntos .color-border-brown{border-color:#b97447!important}.theme-ntos .color-border-grey{border-color:#848484!important}.theme-ntos .color-border-good{border-color:#68c22d!important}.theme-ntos .color-border-average{border-color:#f29a29!important}.theme-ntos .color-border-bad{border-color:#df3e3e!important}.theme-ntos .color-border-label{border-color:#8b9bb0!important}.theme-ntos .color-border-gold{border-color:#f3b22f!important}.theme-ntos .Section{position:relative;margin-bottom:.5em;background-color:#121922;box-sizing:border-box}.theme-ntos .Section:last-child{margin-bottom:0}.theme-ntos .Section__title{position:relative;padding:.5em;border-bottom:.1666666667em solid #4972a1}.theme-ntos .Section__titleText{font-size:1.1666666667em;font-weight:700;color:#fff}.theme-ntos .Section__buttons{position:absolute;display:inline-block;right:.5em;margin-top:-.0833333333em}.theme-ntos .Section__rest{position:relative}.theme-ntos .Section__content{padding:.66em .5em}.theme-ntos .Section--fitted>.Section__rest>.Section__content{padding:0}.theme-ntos .Section--fill{display:flex;flex-direction:column;height:100%}.theme-ntos .Section--fill>.Section__rest{flex-grow:1}.theme-ntos .Section--fill>.Section__rest>.Section__content{height:100%}.theme-ntos .Section--fill.Section--scrollable>.Section__rest>.Section__content{position:absolute;top:0;left:0;right:0;bottom:0}.theme-ntos .Section--fill.Section--iefix{display:table!important;width:100%!important;height:100%!important;border-collapse:collapse;border-spacing:0}.theme-ntos .Section--fill.Section--iefix>.Section__rest{display:table-row!important;height:100%!important}.theme-ntos .Section--scrollable{overflow-x:hidden;overflow-y:hidden}.theme-ntos .Section--scrollable>.Section__rest>.Section__content{overflow-y:auto;overflow-x:hidden}.theme-ntos .Section .Section{background-color:rgba(0,0,0,0);margin-left:-.5em;margin-right:-.5em}.theme-ntos .Section .Section:first-child{margin-top:-.5em}.theme-ntos .Section .Section .Section__titleText{font-size:1.0833333333em}.theme-ntos .Section .Section .Section .Section__titleText{font-size:1em}.theme-ntos .Button{position:relative;display:inline-block;line-height:1.667em;padding:0 .5em;margin-right:.1666666667em;white-space:nowrap;outline:0;border-radius:.16em;margin-bottom:.1666666667em;user-select:none;-ms-user-select:none}.theme-ntos .Button:last-child{margin-right:0;margin-bottom:0}.theme-ntos .Button .fa,.theme-ntos .Button .fas,.theme-ntos .Button .far{margin-left:-.25em;margin-right:-.25em;min-width:1.333em;text-align:center}.theme-ntos .Button--hasContent .fa,.theme-ntos .Button--hasContent .fas,.theme-ntos .Button--hasContent .far{margin-right:.25em}.theme-ntos .Button--hasContent.Button--iconRight .fa,.theme-ntos .Button--hasContent.Button--iconRight .fas,.theme-ntos .Button--hasContent.Button--iconRight .far{margin-right:0;margin-left:.25em}.theme-ntos .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-ntos .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-ntos .Button--circular{border-radius:50%}.theme-ntos .Button--compact{padding:0 .25em;line-height:1.333em}.theme-ntos .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-ntos .Button--modal{float:right;z-index:1;margin-top:-.5rem}.theme-ntos .Button--color--black{background-color:#000;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--black:hover{background-color:#101010;color:#fff}.theme-ntos .Button--color--black--translucent{background-color:rgba(0,0,0,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--black--translucent:hover{background-color:rgba(16,16,16,.5);color:#fff}.theme-ntos .Button--color--white{background-color:#d9d9d9;color:#000;transition:color .2s,background-color .2s}.theme-ntos .Button--color--white:hover{background-color:#f8f8f8;color:#000}.theme-ntos .Button--color--white--translucent{background-color:rgba(217,217,217,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--white--translucent:hover{background-color:rgba(248,248,248,.5);color:#fff}.theme-ntos .Button--color--red{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--red:hover{background-color:#d93f3f;color:#fff}.theme-ntos .Button--color--red--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--red--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.theme-ntos .Button--color--orange{background-color:#d95e0c;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--orange:hover{background-color:#ef7e33;color:#fff}.theme-ntos .Button--color--orange--translucent{background-color:rgba(217,94,12,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--orange--translucent:hover{background-color:rgba(239,126,51,.5);color:#fff}.theme-ntos .Button--color--yellow{background-color:#d9b804;color:#000;transition:color .2s,background-color .2s}.theme-ntos .Button--color--yellow:hover{background-color:#f5d523;color:#000}.theme-ntos .Button--color--yellow--translucent{background-color:rgba(217,184,4,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--yellow--translucent:hover{background-color:rgba(245,213,35,.5);color:#fff}.theme-ntos .Button--color--olive{background-color:#9aad14;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--olive:hover{background-color:#bdd327;color:#fff}.theme-ntos .Button--color--olive--translucent{background-color:rgba(154,173,20,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--olive--translucent:hover{background-color:rgba(189,211,39,.5);color:#fff}.theme-ntos .Button--color--green{background-color:#1b9638;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--green:hover{background-color:#2fb94f;color:#fff}.theme-ntos .Button--color--green--translucent{background-color:rgba(27,150,56,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--green--translucent:hover{background-color:rgba(47,185,79,.5);color:#fff}.theme-ntos .Button--color--teal{background-color:#009a93;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--teal:hover{background-color:#10bdb6;color:#fff}.theme-ntos .Button--color--teal--translucent{background-color:rgba(0,154,147,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--teal--translucent:hover{background-color:rgba(16,189,182,.5);color:#fff}.theme-ntos .Button--color--blue{background-color:#1c71b1;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--blue:hover{background-color:#308fd6;color:#fff}.theme-ntos .Button--color--blue--translucent{background-color:rgba(28,113,177,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--blue--translucent:hover{background-color:rgba(48,143,214,.5);color:#fff}.theme-ntos .Button--color--violet{background-color:#552dab;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--violet:hover{background-color:#7249ca;color:#fff}.theme-ntos .Button--color--violet--translucent{background-color:rgba(85,45,171,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--violet--translucent:hover{background-color:rgba(114,73,202,.5);color:#fff}.theme-ntos .Button--color--purple{background-color:#8b2baa;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--purple:hover{background-color:#aa46ca;color:#fff}.theme-ntos .Button--color--purple--translucent{background-color:rgba(139,43,170,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--purple--translucent:hover{background-color:rgba(170,70,202,.5);color:#fff}.theme-ntos .Button--color--pink{background-color:#cf2082;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--pink:hover{background-color:#e04ca0;color:#fff}.theme-ntos .Button--color--pink--translucent{background-color:rgba(207,32,130,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--pink--translucent:hover{background-color:rgba(224,76,160,.5);color:#fff}.theme-ntos .Button--color--brown{background-color:#8c5836;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--brown:hover{background-color:#ae724c;color:#fff}.theme-ntos .Button--color--brown--translucent{background-color:rgba(140,88,54,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--brown--translucent:hover{background-color:rgba(174,114,76,.5);color:#fff}.theme-ntos .Button--color--grey{background-color:#646464;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--grey:hover{background-color:#818181;color:#fff}.theme-ntos .Button--color--grey--translucent{background-color:rgba(100,100,100,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--grey--translucent:hover{background-color:rgba(129,129,129,.5);color:#fff}.theme-ntos .Button--color--good{background-color:#4d9121;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--good:hover{background-color:#67b335;color:#fff}.theme-ntos .Button--color--good--translucent{background-color:rgba(77,145,33,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--good--translucent:hover{background-color:rgba(103,179,53,.5);color:#fff}.theme-ntos .Button--color--average{background-color:#cd7a0d;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--average:hover{background-color:#eb972b;color:#fff}.theme-ntos .Button--color--average--translucent{background-color:rgba(205,122,13,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--average--translucent:hover{background-color:rgba(235,151,43,.5);color:#fff}.theme-ntos .Button--color--bad{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--bad:hover{background-color:#d93f3f;color:#fff}.theme-ntos .Button--color--bad--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--bad--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.theme-ntos .Button--color--label{background-color:#657a94;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--label:hover{background-color:#8a9aae;color:#fff}.theme-ntos .Button--color--label--translucent{background-color:rgba(101,122,148,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--label--translucent:hover{background-color:rgba(138,154,174,.5);color:#fff}.theme-ntos .Button--color--gold{background-color:#d6920c;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--gold:hover{background-color:#eeaf30;color:#fff}.theme-ntos .Button--color--gold--translucent{background-color:rgba(214,146,12,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--gold--translucent:hover{background-color:rgba(238,175,48,.5);color:#fff}.theme-ntos .Button--color--transparent{background-color:rgba(27,38,51,0);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--transparent:hover{background-color:rgba(44,57,73,.81);color:#fff}.theme-ntos .Button--color--default{background-color:#384e68;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--default:hover{background-color:#4f6885;color:#fff}.theme-ntos .Button--color--default--translucent{background-color:rgba(35,47,60,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--default--translucent:hover{background-color:rgba(56,69,84,.5);color:#fff}.theme-ntos .Button--color--caution{background-color:#d9b804;color:#000;transition:color .2s,background-color .2s}.theme-ntos .Button--color--caution:hover{background-color:#f5d523;color:#000}.theme-ntos .Button--color--caution--translucent{background-color:rgba(217,184,4,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--caution--translucent:hover{background-color:rgba(245,213,35,.5);color:#fff}.theme-ntos .Button--color--danger{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--danger:hover{background-color:#d93f3f;color:#fff}.theme-ntos .Button--color--danger--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--danger--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.theme-ntos .Button--disabled{background-color:#999!important;color:rgba(255,255,255,.75)!important}.theme-ntos .Button--disabled--translucent{background-color:rgba(77,23,23,.5)!important;color:rgba(255,255,255,.5)!important}.theme-ntos .Button--selected,.theme-ntos .Button--selected--translucent{background-color:#1b9638;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--selected:hover,.theme-ntos .Button--selected--translucent:hover{background-color:#2fb94f;color:#fff}.theme-ntos .NumberInput{position:relative;display:inline-block;border:.0833333333em solid #88bfff;border:.0833333333em solid rgba(136,191,255,.75);border-radius:.16em;color:#88bfff;background-color:#0a0a0a;padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;text-align:right;overflow:visible;cursor:n-resize}.theme-ntos .NumberInput--fluid{display:block}.theme-ntos .NumberInput__content{margin-left:.5em}.theme-ntos .NumberInput__barContainer{position:absolute;top:.1666666667em;bottom:.1666666667em;left:.1666666667em}.theme-ntos .NumberInput__bar{position:absolute;bottom:0;left:0;width:.25em;box-sizing:border-box;border-bottom:.0833333333em solid #88bfff;background-color:#88bfff}.theme-ntos .NumberInput__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:#0a0a0a;color:#fff;text-align:right}.theme-ntos .Input{position:relative;display:inline-block;width:10em;border:.0833333333em solid #88bfff;border:.0833333333em solid rgba(136,191,255,.75);border-radius:.16em;background-color:#0a0a0a;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;overflow:visible;white-space:nowrap}.theme-ntos .Input--disabled{color:#777;border-color:#848484;border-color:rgba(132,132,132,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.theme-ntos .Input--fluid{display:block;width:auto}.theme-ntos .Input__baseline{display:inline-block;color:rgba(0,0,0,0)}.theme-ntos .Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit}.theme-ntos .Input__input::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-ntos .Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-ntos .Input__textarea{border:0;width:calc(100% + 4px);font-size:1em;line-height:1.4166666667em;margin-left:-.3333333333em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.theme-ntos .Input__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-ntos .Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-ntos .Input--monospace .Input__input{font-family:Consolas,monospace}.theme-ntos .TextArea{position:relative;display:inline-block;border:.0833333333em solid #88bfff;border:.0833333333em solid rgba(136,191,255,.75);border-radius:.16em;background-color:#0a0a0a;margin-right:.1666666667em;line-height:1.4166666667em;box-sizing:border-box;width:100%}.theme-ntos .TextArea--fluid{display:block;width:auto;height:auto}.theme-ntos .TextArea__textarea{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;height:100%;font-size:1em;line-height:1.4166666667em;min-height:1.4166666667em;margin:0;padding:0 .5em;font-family:inherit;background-color:rgba(0,0,0,0);color:inherit;box-sizing:border-box;word-wrap:break-word;overflow:hidden}.theme-ntos .TextArea__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-ntos .TextArea__textarea:-ms-input-placeholder{font-style:italic;color:rgba(125,125,125,.75)}.theme-ntos .Knob{position:relative;font-size:1rem;width:2.6em;height:2.6em;margin:0 auto -.2em;cursor:n-resize}.theme-ntos .Knob:after{content:".";color:rgba(0,0,0,0);line-height:2.5em}.theme-ntos .Knob__circle{position:absolute;top:.1em;bottom:.1em;left:.1em;right:.1em;margin:.3em;background-color:#333;background-image:linear-gradient(to bottom,rgba(255,255,255,.15),rgba(255,255,255,0));border-radius:50%;box-shadow:0 .05em .5em rgba(0,0,0,.5)}.theme-ntos .Knob__cursorBox{position:absolute;top:0;bottom:0;left:0;right:0}.theme-ntos .Knob__cursor{position:relative;top:.05em;margin:0 auto;width:.2em;height:.8em;background-color:rgba(255,255,255,.9)}.theme-ntos .Knob__popupValue,.theme-ntos .Knob__popupValue--right{position:absolute;top:-2rem;right:50%;font-size:1rem;text-align:center;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.theme-ntos .Knob__popupValue--right{top:.25rem;right:-50%}.theme-ntos .Knob__ring{position:absolute;top:0;bottom:0;left:0;right:0;padding:.1em}.theme-ntos .Knob__ringTrackPivot{transform:rotate(135deg)}.theme-ntos .Knob__ringTrack{fill:rgba(0,0,0,0);stroke:rgba(255,255,255,.1);stroke-width:8;stroke-linecap:round;stroke-dasharray:235.62}.theme-ntos .Knob__ringFillPivot{transform:rotate(135deg)}.theme-ntos .Knob--bipolar .Knob__ringFillPivot{transform:rotate(270deg)}.theme-ntos .Knob__ringFill{fill:rgba(0,0,0,0);stroke:#6a96c9;stroke-width:8;stroke-linecap:round;stroke-dasharray:314.16;transition:stroke 50ms}.theme-ntos .Knob--color--black .Knob__ringFill{stroke:#1a1a1a}.theme-ntos .Knob--color--white .Knob__ringFill{stroke:#fff}.theme-ntos .Knob--color--red .Knob__ringFill{stroke:#df3e3e}.theme-ntos .Knob--color--orange .Knob__ringFill{stroke:#f37f33}.theme-ntos .Knob--color--yellow .Knob__ringFill{stroke:#fbda21}.theme-ntos .Knob--color--olive .Knob__ringFill{stroke:#cbe41c}.theme-ntos .Knob--color--green .Knob__ringFill{stroke:#25ca4c}.theme-ntos .Knob--color--teal .Knob__ringFill{stroke:#00d6cc}.theme-ntos .Knob--color--blue .Knob__ringFill{stroke:#2e93de}.theme-ntos .Knob--color--violet .Knob__ringFill{stroke:#7349cf}.theme-ntos .Knob--color--purple .Knob__ringFill{stroke:#ad45d0}.theme-ntos .Knob--color--pink .Knob__ringFill{stroke:#e34da1}.theme-ntos .Knob--color--brown .Knob__ringFill{stroke:#b97447}.theme-ntos .Knob--color--grey .Knob__ringFill{stroke:#848484}.theme-ntos .Knob--color--good .Knob__ringFill{stroke:#68c22d}.theme-ntos .Knob--color--average .Knob__ringFill{stroke:#f29a29}.theme-ntos .Knob--color--bad .Knob__ringFill{stroke:#df3e3e}.theme-ntos .Knob--color--label .Knob__ringFill{stroke:#8b9bb0}.theme-ntos .Knob--color--gold .Knob__ringFill{stroke:#f3b22f}.theme-ntos .Slider:not(.Slider__disabled){cursor:e-resize}.theme-ntos .Slider__cursorOffset{position:absolute;top:0;left:0;bottom:0;transition:none!important}.theme-ntos .Slider__cursor{position:absolute;top:0;right:-.0833333333em;bottom:0;width:0;border-left:.1666666667em solid #fff}.theme-ntos .Slider__pointer{position:absolute;right:-.4166666667em;bottom:-.3333333333em;width:0;height:0;border-left:.4166666667em solid rgba(0,0,0,0);border-right:.4166666667em solid rgba(0,0,0,0);border-bottom:.4166666667em solid #fff}.theme-ntos .Slider__popupValue{position:absolute;right:0;top:-2rem;font-size:1rem;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.theme-ntos .ProgressBar{display:inline-block;position:relative;width:100%;padding:0 .5em;border-radius:.16em;background-color:rgba(0,0,0,0);transition:border-color .5s}.theme-ntos .ProgressBar__fill{position:absolute;top:-.5px;left:0;bottom:-.5px}.theme-ntos .ProgressBar__fill--animated{transition:background-color .5s,width .5s}.theme-ntos .ProgressBar__content{position:relative;line-height:1.4166666667em;width:100%;text-align:right}.theme-ntos .ProgressBar--color--default{border:.0833333333em solid #3e6189}.theme-ntos .ProgressBar--color--default .ProgressBar__fill{background-color:#3e6189}.theme-ntos .ProgressBar--color--disabled{border:1px solid #999}.theme-ntos .ProgressBar--color--disabled .ProgressBar__fill{background-color:#999}.theme-ntos .ProgressBar--color--black{border:.0833333333em solid #000!important}.theme-ntos .ProgressBar--color--black .ProgressBar__fill{background-color:#000}.theme-ntos .ProgressBar--color--white{border:.0833333333em solid #d9d9d9!important}.theme-ntos .ProgressBar--color--white .ProgressBar__fill{background-color:#d9d9d9}.theme-ntos .ProgressBar--color--red{border:.0833333333em solid #bd2020!important}.theme-ntos .ProgressBar--color--red .ProgressBar__fill{background-color:#bd2020}.theme-ntos .ProgressBar--color--orange{border:.0833333333em solid #d95e0c!important}.theme-ntos .ProgressBar--color--orange .ProgressBar__fill{background-color:#d95e0c}.theme-ntos .ProgressBar--color--yellow{border:.0833333333em solid #d9b804!important}.theme-ntos .ProgressBar--color--yellow .ProgressBar__fill{background-color:#d9b804}.theme-ntos .ProgressBar--color--olive{border:.0833333333em solid #9aad14!important}.theme-ntos .ProgressBar--color--olive .ProgressBar__fill{background-color:#9aad14}.theme-ntos .ProgressBar--color--green{border:.0833333333em solid #1b9638!important}.theme-ntos .ProgressBar--color--green .ProgressBar__fill{background-color:#1b9638}.theme-ntos .ProgressBar--color--teal{border:.0833333333em solid #009a93!important}.theme-ntos .ProgressBar--color--teal .ProgressBar__fill{background-color:#009a93}.theme-ntos .ProgressBar--color--blue{border:.0833333333em solid #1c71b1!important}.theme-ntos .ProgressBar--color--blue .ProgressBar__fill{background-color:#1c71b1}.theme-ntos .ProgressBar--color--violet{border:.0833333333em solid #552dab!important}.theme-ntos .ProgressBar--color--violet .ProgressBar__fill{background-color:#552dab}.theme-ntos .ProgressBar--color--purple{border:.0833333333em solid #8b2baa!important}.theme-ntos .ProgressBar--color--purple .ProgressBar__fill{background-color:#8b2baa}.theme-ntos .ProgressBar--color--pink{border:.0833333333em solid #cf2082!important}.theme-ntos .ProgressBar--color--pink .ProgressBar__fill{background-color:#cf2082}.theme-ntos .ProgressBar--color--brown{border:.0833333333em solid #8c5836!important}.theme-ntos .ProgressBar--color--brown .ProgressBar__fill{background-color:#8c5836}.theme-ntos .ProgressBar--color--grey{border:.0833333333em solid #646464!important}.theme-ntos .ProgressBar--color--grey .ProgressBar__fill{background-color:#646464}.theme-ntos .ProgressBar--color--good{border:.0833333333em solid #4d9121!important}.theme-ntos .ProgressBar--color--good .ProgressBar__fill{background-color:#4d9121}.theme-ntos .ProgressBar--color--average{border:.0833333333em solid #cd7a0d!important}.theme-ntos .ProgressBar--color--average .ProgressBar__fill{background-color:#cd7a0d}.theme-ntos .ProgressBar--color--bad{border:.0833333333em solid #bd2020!important}.theme-ntos .ProgressBar--color--bad .ProgressBar__fill{background-color:#bd2020}.theme-ntos .ProgressBar--color--label{border:.0833333333em solid #657a94!important}.theme-ntos .ProgressBar--color--label .ProgressBar__fill{background-color:#657a94}.theme-ntos .ProgressBar--color--gold{border:.0833333333em solid #d6920c!important}.theme-ntos .ProgressBar--color--gold .ProgressBar__fill{background-color:#d6920c}.theme-ntos .Chat{color:#abc6ec}.theme-ntos .Chat__badge{display:inline-block;min-width:.5em;font-size:.7em;padding:.2em .3em;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#dc143c;border-radius:10px;transition:font-size .2s}.theme-ntos .Chat__badge:before{content:"x"}.theme-ntos .Chat__badge--animate{font-size:.9em;transition:font-size 0ms}.theme-ntos .Chat__scrollButton{position:fixed;right:2em;bottom:1em}.theme-ntos .Chat__reconnected{font-size:.85em;text-align:center;margin:1em 0 2em}.theme-ntos .Chat__reconnected:before{content:"Reconnected";display:inline-block;border-radius:1em;padding:0 .7em;color:#db2828;background-color:#121922}.theme-ntos .Chat__reconnected:after{content:"";display:block;margin-top:-.75em;border-bottom:.1666666667em solid #db2828}.theme-ntos .Chat__highlight{color:#000}.theme-ntos .Chat__highlight--restricted{color:#fff;background-color:#a00;font-weight:700}.theme-ntos .ChatMessage{word-wrap:break-word}.theme-ntos .ChatMessage--highlighted{position:relative;border-left:.1666666667em solid #fd4;padding-left:.5em}.theme-ntos .ChatMessage--highlighted:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,221,68,.1);pointer-events:none}.theme-ntos html,.theme-ntos body{scrollbar-color:#2a3b4f #141d26}.theme-ntos .Layout,.theme-ntos .Layout *{scrollbar-base-color:#141d26;scrollbar-face-color:#2a3b4f;scrollbar-3dlight-color:#1b2633;scrollbar-highlight-color:#1b2633;scrollbar-track-color:#141d26;scrollbar-arrow-color:#7290b4;scrollbar-shadow-color:#2a3b4f}.theme-ntos .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.theme-ntos .Layout__content--flexRow{display:flex;flex-flow:row}.theme-ntos .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-ntos .Layout__content--scrollable{overflow-y:auto;margin-bottom:0}.theme-ntos .Layout__content--noMargin{margin:0}.theme-ntos .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#1b2633;background-image:linear-gradient(to bottom,#1b2633,#1b2633)}.theme-ntos .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px;height:2.6666666667rem}.theme-ntos .Window__rest{position:fixed;top:32px;top:2.6666666667rem;bottom:0;left:0;right:0}.theme-ntos .Window__contentPadding{margin:.5rem;height:100%;height:calc(100% - 1.01rem)}.theme-ntos .Window__contentPadding:after{height:0}.theme-ntos .Layout__content--scrollable .Window__contentPadding:after{display:block;content:"";height:.5rem}.theme-ntos .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(50,63,78,.25);pointer-events:none}.theme-ntos .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;width:1.6666666667rem;height:20px;height:1.6666666667rem;cursor:se-resize}.theme-ntos .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;height:.5rem;cursor:s-resize}.theme-ntos .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;width:.25rem;cursor:e-resize}.theme-ntos .TitleBar{background-color:#1b2633;border-bottom:1px solid rgba(0,0,0,.25);box-shadow:0 2px 2px rgba(0,0,0,.1);box-shadow:0 .1666666667rem .1666666667rem rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-ntos .TitleBar__clickable{color:rgba(255,0,0,.5);background-color:#1b2633;transition:color .25s,background-color .25s}.theme-ntos .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-ntos .TitleBar__title{position:absolute;top:0;left:46px;left:3.8333333333rem;color:rgba(255,0,0,.75);font-size:14px;font-size:1.1666666667rem;line-height:31px;line-height:2.5833333333rem;white-space:nowrap}.theme-ntos .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px;height:2.6666666667rem}.theme-ntos .TitleBar__statusIcon{position:absolute;top:0;left:12px;left:1rem;transition:color .5s;font-size:20px;font-size:1.6666666667rem;line-height:32px!important;line-height:2.6666666667rem!important}.theme-ntos .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;width:3.75rem;height:32px;height:2.6666666667rem;font-size:20px;font-size:1.6666666667rem;line-height:31px;line-height:2.5833333333rem;text-align:center}.theme-ntos .TitleBar__devBuildIndicator{position:absolute;top:6px;top:.5rem;right:52px;right:4.3333333333rem;min-width:20px;min-width:1.6666666667rem;padding:2px 4px;padding:.1666666667rem .3333333333rem;background-color:rgba(91,170,39,.75);color:#fff;text-align:center}.theme-ntos .boxed_message{background:#1c242e;border:1px solid #a3b9d9;margin:.5em;padding:.5em .75em;text-align:center}.theme-ntos .boxed_message.left_align_text{text-align:left}.theme-ntos .boxed_message.red_border{background:#2e1c1c;border-color:#a00}.theme-ntos .boxed_message.green_border{background:#1c2e22;border-color:#0f0}.theme-ntos .boxed_message.purple_border{background:#221c2e;border-color:#8000ff}.theme-ntos .boxed_message.notice_border{background:#1f2633;border-color:#6685f5}.theme-ntos .boxed_message.thick_border{border-width:thick}.theme-syndicate .color-black{color:#1a1a1a!important}.theme-syndicate .color-white{color:#fff!important}.theme-syndicate .color-red{color:#df3e3e!important}.theme-syndicate .color-orange{color:#f37f33!important}.theme-syndicate .color-yellow{color:#fbda21!important}.theme-syndicate .color-olive{color:#cbe41c!important}.theme-syndicate .color-green{color:#25ca4c!important}.theme-syndicate .color-teal{color:#00d6cc!important}.theme-syndicate .color-blue{color:#2e93de!important}.theme-syndicate .color-violet{color:#7349cf!important}.theme-syndicate .color-purple{color:#ad45d0!important}.theme-syndicate .color-pink{color:#e34da1!important}.theme-syndicate .color-brown{color:#b97447!important}.theme-syndicate .color-grey{color:#848484!important}.theme-syndicate .color-good{color:#68c22d!important}.theme-syndicate .color-average{color:#f29a29!important}.theme-syndicate .color-bad{color:#df3e3e!important}.theme-syndicate .color-label{color:#8b9bb0!important}.theme-syndicate .color-gold{color:#f3b22f!important}.theme-syndicate .color-bg-black{background-color:#000!important}.theme-syndicate .color-bg-white{background-color:#d9d9d9!important}.theme-syndicate .color-bg-red{background-color:#bd2020!important}.theme-syndicate .color-bg-orange{background-color:#d95e0c!important}.theme-syndicate .color-bg-yellow{background-color:#d9b804!important}.theme-syndicate .color-bg-olive{background-color:#9aad14!important}.theme-syndicate .color-bg-green{background-color:#1b9638!important}.theme-syndicate .color-bg-teal{background-color:#009a93!important}.theme-syndicate .color-bg-blue{background-color:#1c71b1!important}.theme-syndicate .color-bg-violet{background-color:#552dab!important}.theme-syndicate .color-bg-purple{background-color:#8b2baa!important}.theme-syndicate .color-bg-pink{background-color:#cf2082!important}.theme-syndicate .color-bg-brown{background-color:#8c5836!important}.theme-syndicate .color-bg-grey{background-color:#646464!important}.theme-syndicate .color-bg-good{background-color:#4d9121!important}.theme-syndicate .color-bg-average{background-color:#cd7a0d!important}.theme-syndicate .color-bg-bad{background-color:#bd2020!important}.theme-syndicate .color-bg-label{background-color:#657a94!important}.theme-syndicate .color-bg-gold{background-color:#d6920c!important}.theme-syndicate .color-border-black{border-color:#1a1a1a!important}.theme-syndicate .color-border-white{border-color:#fff!important}.theme-syndicate .color-border-red{border-color:#df3e3e!important}.theme-syndicate .color-border-orange{border-color:#f37f33!important}.theme-syndicate .color-border-yellow{border-color:#fbda21!important}.theme-syndicate .color-border-olive{border-color:#cbe41c!important}.theme-syndicate .color-border-green{border-color:#25ca4c!important}.theme-syndicate .color-border-teal{border-color:#00d6cc!important}.theme-syndicate .color-border-blue{border-color:#2e93de!important}.theme-syndicate .color-border-violet{border-color:#7349cf!important}.theme-syndicate .color-border-purple{border-color:#ad45d0!important}.theme-syndicate .color-border-pink{border-color:#e34da1!important}.theme-syndicate .color-border-brown{border-color:#b97447!important}.theme-syndicate .color-border-grey{border-color:#848484!important}.theme-syndicate .color-border-good{border-color:#68c22d!important}.theme-syndicate .color-border-average{border-color:#f29a29!important}.theme-syndicate .color-border-bad{border-color:#df3e3e!important}.theme-syndicate .color-border-label{border-color:#8b9bb0!important}.theme-syndicate .color-border-gold{border-color:#f3b22f!important}.theme-syndicate .Section{position:relative;margin-bottom:.5em;background-color:#2b0101;box-sizing:border-box}.theme-syndicate .Section:last-child{margin-bottom:0}.theme-syndicate .Section__title{position:relative;padding:.5em;border-bottom:.1666666667em solid #397439}.theme-syndicate .Section__titleText{font-size:1.1666666667em;font-weight:700;color:#fff}.theme-syndicate .Section__buttons{position:absolute;display:inline-block;right:.5em;margin-top:-.0833333333em}.theme-syndicate .Section__rest{position:relative}.theme-syndicate .Section__content{padding:.66em .5em}.theme-syndicate .Section--fitted>.Section__rest>.Section__content{padding:0}.theme-syndicate .Section--fill{display:flex;flex-direction:column;height:100%}.theme-syndicate .Section--fill>.Section__rest{flex-grow:1}.theme-syndicate .Section--fill>.Section__rest>.Section__content{height:100%}.theme-syndicate .Section--fill.Section--scrollable>.Section__rest>.Section__content{position:absolute;top:0;left:0;right:0;bottom:0}.theme-syndicate .Section--fill.Section--iefix{display:table!important;width:100%!important;height:100%!important;border-collapse:collapse;border-spacing:0}.theme-syndicate .Section--fill.Section--iefix>.Section__rest{display:table-row!important;height:100%!important}.theme-syndicate .Section--scrollable{overflow-x:hidden;overflow-y:hidden}.theme-syndicate .Section--scrollable>.Section__rest>.Section__content{overflow-y:auto;overflow-x:hidden}.theme-syndicate .Section .Section{background-color:rgba(0,0,0,0);margin-left:-.5em;margin-right:-.5em}.theme-syndicate .Section .Section:first-child{margin-top:-.5em}.theme-syndicate .Section .Section .Section__titleText{font-size:1.0833333333em}.theme-syndicate .Section .Section .Section .Section__titleText{font-size:1em}.theme-syndicate .Button{position:relative;display:inline-block;line-height:1.667em;padding:0 .5em;margin-right:.1666666667em;white-space:nowrap;outline:0;border-radius:.16em;margin-bottom:.1666666667em;user-select:none;-ms-user-select:none}.theme-syndicate .Button:last-child{margin-right:0;margin-bottom:0}.theme-syndicate .Button .fa,.theme-syndicate .Button .fas,.theme-syndicate .Button .far{margin-left:-.25em;margin-right:-.25em;min-width:1.333em;text-align:center}.theme-syndicate .Button--hasContent .fa,.theme-syndicate .Button--hasContent .fas,.theme-syndicate .Button--hasContent .far{margin-right:.25em}.theme-syndicate .Button--hasContent.Button--iconRight .fa,.theme-syndicate .Button--hasContent.Button--iconRight .fas,.theme-syndicate .Button--hasContent.Button--iconRight .far{margin-right:0;margin-left:.25em}.theme-syndicate .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-syndicate .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-syndicate .Button--circular{border-radius:50%}.theme-syndicate .Button--compact{padding:0 .25em;line-height:1.333em}.theme-syndicate .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-syndicate .Button--modal{float:right;z-index:1;margin-top:-.5rem}.theme-syndicate .Button--color--black{background-color:#000;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--black:hover{background-color:#101010;color:#fff}.theme-syndicate .Button--color--black--translucent{background-color:rgba(0,0,0,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--black--translucent:hover{background-color:rgba(16,16,16,.5);color:#fff}.theme-syndicate .Button--color--white{background-color:#d9d9d9;color:#000;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--white:hover{background-color:#f8f8f8;color:#000}.theme-syndicate .Button--color--white--translucent{background-color:rgba(217,217,217,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--white--translucent:hover{background-color:rgba(248,248,248,.5);color:#fff}.theme-syndicate .Button--color--red{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--red:hover{background-color:#d93f3f;color:#fff}.theme-syndicate .Button--color--red--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--red--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.theme-syndicate .Button--color--orange{background-color:#d95e0c;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--orange:hover{background-color:#ef7e33;color:#fff}.theme-syndicate .Button--color--orange--translucent{background-color:rgba(217,94,12,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--orange--translucent:hover{background-color:rgba(239,126,51,.5);color:#fff}.theme-syndicate .Button--color--yellow{background-color:#d9b804;color:#000;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--yellow:hover{background-color:#f5d523;color:#000}.theme-syndicate .Button--color--yellow--translucent{background-color:rgba(217,184,4,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--yellow--translucent:hover{background-color:rgba(245,213,35,.5);color:#fff}.theme-syndicate .Button--color--olive{background-color:#9aad14;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--olive:hover{background-color:#bdd327;color:#fff}.theme-syndicate .Button--color--olive--translucent{background-color:rgba(154,173,20,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--olive--translucent:hover{background-color:rgba(189,211,39,.5);color:#fff}.theme-syndicate .Button--color--green{background-color:#1b9638;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--green:hover{background-color:#2fb94f;color:#fff}.theme-syndicate .Button--color--green--translucent{background-color:rgba(27,150,56,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--green--translucent:hover{background-color:rgba(47,185,79,.5);color:#fff}.theme-syndicate .Button--color--teal{background-color:#009a93;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--teal:hover{background-color:#10bdb6;color:#fff}.theme-syndicate .Button--color--teal--translucent{background-color:rgba(0,154,147,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--teal--translucent:hover{background-color:rgba(16,189,182,.5);color:#fff}.theme-syndicate .Button--color--blue{background-color:#1c71b1;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--blue:hover{background-color:#308fd6;color:#fff}.theme-syndicate .Button--color--blue--translucent{background-color:rgba(28,113,177,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--blue--translucent:hover{background-color:rgba(48,143,214,.5);color:#fff}.theme-syndicate .Button--color--violet{background-color:#552dab;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--violet:hover{background-color:#7249ca;color:#fff}.theme-syndicate .Button--color--violet--translucent{background-color:rgba(85,45,171,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--violet--translucent:hover{background-color:rgba(114,73,202,.5);color:#fff}.theme-syndicate .Button--color--purple{background-color:#8b2baa;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--purple:hover{background-color:#aa46ca;color:#fff}.theme-syndicate .Button--color--purple--translucent{background-color:rgba(139,43,170,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--purple--translucent:hover{background-color:rgba(170,70,202,.5);color:#fff}.theme-syndicate .Button--color--pink{background-color:#cf2082;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--pink:hover{background-color:#e04ca0;color:#fff}.theme-syndicate .Button--color--pink--translucent{background-color:rgba(207,32,130,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--pink--translucent:hover{background-color:rgba(224,76,160,.5);color:#fff}.theme-syndicate .Button--color--brown{background-color:#8c5836;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--brown:hover{background-color:#ae724c;color:#fff}.theme-syndicate .Button--color--brown--translucent{background-color:rgba(140,88,54,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--brown--translucent:hover{background-color:rgba(174,114,76,.5);color:#fff}.theme-syndicate .Button--color--grey{background-color:#646464;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--grey:hover{background-color:#818181;color:#fff}.theme-syndicate .Button--color--grey--translucent{background-color:rgba(100,100,100,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--grey--translucent:hover{background-color:rgba(129,129,129,.5);color:#fff}.theme-syndicate .Button--color--good{background-color:#4d9121;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--good:hover{background-color:#67b335;color:#fff}.theme-syndicate .Button--color--good--translucent{background-color:rgba(77,145,33,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--good--translucent:hover{background-color:rgba(103,179,53,.5);color:#fff}.theme-syndicate .Button--color--average{background-color:#cd7a0d;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--average:hover{background-color:#eb972b;color:#fff}.theme-syndicate .Button--color--average--translucent{background-color:rgba(205,122,13,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--average--translucent:hover{background-color:rgba(235,151,43,.5);color:#fff}.theme-syndicate .Button--color--bad{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--bad:hover{background-color:#d93f3f;color:#fff}.theme-syndicate .Button--color--bad--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--bad--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.theme-syndicate .Button--color--label{background-color:#657a94;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--label:hover{background-color:#8a9aae;color:#fff}.theme-syndicate .Button--color--label--translucent{background-color:rgba(101,122,148,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--label--translucent:hover{background-color:rgba(138,154,174,.5);color:#fff}.theme-syndicate .Button--color--gold{background-color:#d6920c;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--gold:hover{background-color:#eeaf30;color:#fff}.theme-syndicate .Button--color--gold--translucent{background-color:rgba(214,146,12,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--gold--translucent:hover{background-color:rgba(238,175,48,.5);color:#fff}.theme-syndicate .Button--color--transparent{background-color:rgba(77,2,2,0);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--transparent:hover{background-color:rgba(103,14,14,.81);color:#fff}.theme-syndicate .Button--color--default{background-color:#397439;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--default:hover{background-color:#509350;color:#fff}.theme-syndicate .Button--color--default--translucent{background-color:rgba(88,8,8,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--default--translucent:hover{background-color:rgba(115,25,25,.5);color:#fff}.theme-syndicate .Button--color--caution{background-color:#be6209;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--caution:hover{background-color:#e67f1a;color:#fff}.theme-syndicate .Button--color--caution--translucent{background-color:rgba(190,98,9,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--caution--translucent:hover{background-color:rgba(230,127,26,.5);color:#fff}.theme-syndicate .Button--color--danger{background-color:#9a9d00;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--danger:hover{background-color:#bec110;color:#fff}.theme-syndicate .Button--color--danger--translucent{background-color:rgba(154,157,0,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--danger--translucent:hover{background-color:rgba(190,193,16,.5);color:#fff}.theme-syndicate .Button--disabled{background-color:#363636!important;color:rgba(255,255,255,.75)!important}.theme-syndicate .Button--disabled--translucent{background-color:rgba(77,23,23,.5)!important;color:rgba(255,255,255,.5)!important}.theme-syndicate .Button--selected,.theme-syndicate .Button--selected--translucent{background-color:#9d0808;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--selected:hover,.theme-syndicate .Button--selected--translucent:hover{background-color:#c11919;color:#fff}.theme-syndicate .NoticeBox{padding:.33em .5em;margin-bottom:.5em;box-shadow:none;font-weight:700;font-style:italic;color:#fff;background-color:#910101;background-image:repeating-linear-gradient(-45deg,transparent,transparent .8333333333em,rgba(0,0,0,.1) .8333333333em,rgba(0,0,0,.1) 1.6666666667em)}.theme-syndicate .NoticeBox--color--black{color:#fff;background-color:#000}.theme-syndicate .NoticeBox--color--white{color:#000;background-color:#b3b3b3}.theme-syndicate .NoticeBox--color--red{color:#fff;background-color:#701f1f}.theme-syndicate .NoticeBox--color--orange{color:#fff;background-color:#854114}.theme-syndicate .NoticeBox--color--yellow{color:#000;background-color:#83710d}.theme-syndicate .NoticeBox--color--olive{color:#000;background-color:#576015}.theme-syndicate .NoticeBox--color--green{color:#fff;background-color:#174e24}.theme-syndicate .NoticeBox--color--teal{color:#fff;background-color:#064845}.theme-syndicate .NoticeBox--color--blue{color:#fff;background-color:#1b4565}.theme-syndicate .NoticeBox--color--violet{color:#fff;background-color:#3b2864}.theme-syndicate .NoticeBox--color--purple{color:#fff;background-color:#542663}.theme-syndicate .NoticeBox--color--pink{color:#fff;background-color:#802257}.theme-syndicate .NoticeBox--color--brown{color:#fff;background-color:#4c3729}.theme-syndicate .NoticeBox--color--grey{color:#fff;background-color:#3e3e3e}.theme-syndicate .NoticeBox--color--good{color:#fff;background-color:#2e4b1a}.theme-syndicate .NoticeBox--color--average{color:#fff;background-color:#7b4e13}.theme-syndicate .NoticeBox--color--bad{color:#fff;background-color:#701f1f}.theme-syndicate .NoticeBox--color--label{color:#fff;background-color:#53565a}.theme-syndicate .NoticeBox--color--gold{color:#fff;background-color:#825d13}.theme-syndicate .NoticeBox--type--info{color:#fff;background-color:#235982}.theme-syndicate .NoticeBox--type--success{color:#fff;background-color:#1e662f}.theme-syndicate .NoticeBox--type--warning{color:#fff;background-color:#a95219}.theme-syndicate .NoticeBox--type--danger{color:#fff;background-color:#8f2828}.theme-syndicate .NumberInput{position:relative;display:inline-block;border:.0833333333em solid #87ce87;border:.0833333333em solid rgba(135,206,135,.75);border-radius:.16em;color:#87ce87;background-color:#0a0a0a;padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;text-align:right;overflow:visible;cursor:n-resize}.theme-syndicate .NumberInput--fluid{display:block}.theme-syndicate .NumberInput__content{margin-left:.5em}.theme-syndicate .NumberInput__barContainer{position:absolute;top:.1666666667em;bottom:.1666666667em;left:.1666666667em}.theme-syndicate .NumberInput__bar{position:absolute;bottom:0;left:0;width:.25em;box-sizing:border-box;border-bottom:.0833333333em solid #87ce87;background-color:#87ce87}.theme-syndicate .NumberInput__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:#0a0a0a;color:#fff;text-align:right}.theme-syndicate .Input{position:relative;display:inline-block;width:10em;border:.0833333333em solid #87ce87;border:.0833333333em solid rgba(135,206,135,.75);border-radius:.16em;background-color:#0a0a0a;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;overflow:visible;white-space:nowrap}.theme-syndicate .Input--disabled{color:#777;border-color:#6b6b6b;border-color:rgba(107,107,107,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.theme-syndicate .Input--fluid{display:block;width:auto}.theme-syndicate .Input__baseline{display:inline-block;color:rgba(0,0,0,0)}.theme-syndicate .Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit}.theme-syndicate .Input__input::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-syndicate .Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-syndicate .Input__textarea{border:0;width:calc(100% + 4px);font-size:1em;line-height:1.4166666667em;margin-left:-.3333333333em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.theme-syndicate .Input__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-syndicate .Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-syndicate .Input--monospace .Input__input{font-family:Consolas,monospace}.theme-syndicate .TextArea{position:relative;display:inline-block;border:.0833333333em solid #87ce87;border:.0833333333em solid rgba(135,206,135,.75);border-radius:.16em;background-color:#0a0a0a;margin-right:.1666666667em;line-height:1.4166666667em;box-sizing:border-box;width:100%}.theme-syndicate .TextArea--fluid{display:block;width:auto;height:auto}.theme-syndicate .TextArea__textarea{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;height:100%;font-size:1em;line-height:1.4166666667em;min-height:1.4166666667em;margin:0;padding:0 .5em;font-family:inherit;background-color:rgba(0,0,0,0);color:inherit;box-sizing:border-box;word-wrap:break-word;overflow:hidden}.theme-syndicate .TextArea__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-syndicate .TextArea__textarea:-ms-input-placeholder{font-style:italic;color:rgba(125,125,125,.75)}.theme-syndicate .Knob{position:relative;font-size:1rem;width:2.6em;height:2.6em;margin:0 auto -.2em;cursor:n-resize}.theme-syndicate .Knob:after{content:".";color:rgba(0,0,0,0);line-height:2.5em}.theme-syndicate .Knob__circle{position:absolute;top:.1em;bottom:.1em;left:.1em;right:.1em;margin:.3em;background-color:#333;background-image:linear-gradient(to bottom,rgba(255,255,255,.15),rgba(255,255,255,0));border-radius:50%;box-shadow:0 .05em .5em rgba(0,0,0,.5)}.theme-syndicate .Knob__cursorBox{position:absolute;top:0;bottom:0;left:0;right:0}.theme-syndicate .Knob__cursor{position:relative;top:.05em;margin:0 auto;width:.2em;height:.8em;background-color:rgba(255,255,255,.9)}.theme-syndicate .Knob__popupValue,.theme-syndicate .Knob__popupValue--right{position:absolute;top:-2rem;right:50%;font-size:1rem;text-align:center;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.theme-syndicate .Knob__popupValue--right{top:.25rem;right:-50%}.theme-syndicate .Knob__ring{position:absolute;top:0;bottom:0;left:0;right:0;padding:.1em}.theme-syndicate .Knob__ringTrackPivot{transform:rotate(135deg)}.theme-syndicate .Knob__ringTrack{fill:rgba(0,0,0,0);stroke:rgba(255,255,255,.1);stroke-width:8;stroke-linecap:round;stroke-dasharray:235.62}.theme-syndicate .Knob__ringFillPivot{transform:rotate(135deg)}.theme-syndicate .Knob--bipolar .Knob__ringFillPivot{transform:rotate(270deg)}.theme-syndicate .Knob__ringFill{fill:rgba(0,0,0,0);stroke:#6a96c9;stroke-width:8;stroke-linecap:round;stroke-dasharray:314.16;transition:stroke 50ms}.theme-syndicate .Knob--color--black .Knob__ringFill{stroke:#1a1a1a}.theme-syndicate .Knob--color--white .Knob__ringFill{stroke:#fff}.theme-syndicate .Knob--color--red .Knob__ringFill{stroke:#df3e3e}.theme-syndicate .Knob--color--orange .Knob__ringFill{stroke:#f37f33}.theme-syndicate .Knob--color--yellow .Knob__ringFill{stroke:#fbda21}.theme-syndicate .Knob--color--olive .Knob__ringFill{stroke:#cbe41c}.theme-syndicate .Knob--color--green .Knob__ringFill{stroke:#25ca4c}.theme-syndicate .Knob--color--teal .Knob__ringFill{stroke:#00d6cc}.theme-syndicate .Knob--color--blue .Knob__ringFill{stroke:#2e93de}.theme-syndicate .Knob--color--violet .Knob__ringFill{stroke:#7349cf}.theme-syndicate .Knob--color--purple .Knob__ringFill{stroke:#ad45d0}.theme-syndicate .Knob--color--pink .Knob__ringFill{stroke:#e34da1}.theme-syndicate .Knob--color--brown .Knob__ringFill{stroke:#b97447}.theme-syndicate .Knob--color--grey .Knob__ringFill{stroke:#848484}.theme-syndicate .Knob--color--good .Knob__ringFill{stroke:#68c22d}.theme-syndicate .Knob--color--average .Knob__ringFill{stroke:#f29a29}.theme-syndicate .Knob--color--bad .Knob__ringFill{stroke:#df3e3e}.theme-syndicate .Knob--color--label .Knob__ringFill{stroke:#8b9bb0}.theme-syndicate .Knob--color--gold .Knob__ringFill{stroke:#f3b22f}.theme-syndicate .Slider:not(.Slider__disabled){cursor:e-resize}.theme-syndicate .Slider__cursorOffset{position:absolute;top:0;left:0;bottom:0;transition:none!important}.theme-syndicate .Slider__cursor{position:absolute;top:0;right:-.0833333333em;bottom:0;width:0;border-left:.1666666667em solid #fff}.theme-syndicate .Slider__pointer{position:absolute;right:-.4166666667em;bottom:-.3333333333em;width:0;height:0;border-left:.4166666667em solid rgba(0,0,0,0);border-right:.4166666667em solid rgba(0,0,0,0);border-bottom:.4166666667em solid #fff}.theme-syndicate .Slider__popupValue{position:absolute;right:0;top:-2rem;font-size:1rem;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.theme-syndicate .ProgressBar{display:inline-block;position:relative;width:100%;padding:0 .5em;border-radius:.16em;background-color:rgba(0,0,0,.5);transition:border-color .5s}.theme-syndicate .ProgressBar__fill{position:absolute;top:-.5px;left:0;bottom:-.5px}.theme-syndicate .ProgressBar__fill--animated{transition:background-color .5s,width .5s}.theme-syndicate .ProgressBar__content{position:relative;line-height:1.4166666667em;width:100%;text-align:right}.theme-syndicate .ProgressBar--color--default{border:.0833333333em solid #306330}.theme-syndicate .ProgressBar--color--default .ProgressBar__fill{background-color:#306330}.theme-syndicate .ProgressBar--color--disabled{border:1px solid #999}.theme-syndicate .ProgressBar--color--disabled .ProgressBar__fill{background-color:#999}.theme-syndicate .ProgressBar--color--black{border:.0833333333em solid #000!important}.theme-syndicate .ProgressBar--color--black .ProgressBar__fill{background-color:#000}.theme-syndicate .ProgressBar--color--white{border:.0833333333em solid #d9d9d9!important}.theme-syndicate .ProgressBar--color--white .ProgressBar__fill{background-color:#d9d9d9}.theme-syndicate .ProgressBar--color--red{border:.0833333333em solid #bd2020!important}.theme-syndicate .ProgressBar--color--red .ProgressBar__fill{background-color:#bd2020}.theme-syndicate .ProgressBar--color--orange{border:.0833333333em solid #d95e0c!important}.theme-syndicate .ProgressBar--color--orange .ProgressBar__fill{background-color:#d95e0c}.theme-syndicate .ProgressBar--color--yellow{border:.0833333333em solid #d9b804!important}.theme-syndicate .ProgressBar--color--yellow .ProgressBar__fill{background-color:#d9b804}.theme-syndicate .ProgressBar--color--olive{border:.0833333333em solid #9aad14!important}.theme-syndicate .ProgressBar--color--olive .ProgressBar__fill{background-color:#9aad14}.theme-syndicate .ProgressBar--color--green{border:.0833333333em solid #1b9638!important}.theme-syndicate .ProgressBar--color--green .ProgressBar__fill{background-color:#1b9638}.theme-syndicate .ProgressBar--color--teal{border:.0833333333em solid #009a93!important}.theme-syndicate .ProgressBar--color--teal .ProgressBar__fill{background-color:#009a93}.theme-syndicate .ProgressBar--color--blue{border:.0833333333em solid #1c71b1!important}.theme-syndicate .ProgressBar--color--blue .ProgressBar__fill{background-color:#1c71b1}.theme-syndicate .ProgressBar--color--violet{border:.0833333333em solid #552dab!important}.theme-syndicate .ProgressBar--color--violet .ProgressBar__fill{background-color:#552dab}.theme-syndicate .ProgressBar--color--purple{border:.0833333333em solid #8b2baa!important}.theme-syndicate .ProgressBar--color--purple .ProgressBar__fill{background-color:#8b2baa}.theme-syndicate .ProgressBar--color--pink{border:.0833333333em solid #cf2082!important}.theme-syndicate .ProgressBar--color--pink .ProgressBar__fill{background-color:#cf2082}.theme-syndicate .ProgressBar--color--brown{border:.0833333333em solid #8c5836!important}.theme-syndicate .ProgressBar--color--brown .ProgressBar__fill{background-color:#8c5836}.theme-syndicate .ProgressBar--color--grey{border:.0833333333em solid #646464!important}.theme-syndicate .ProgressBar--color--grey .ProgressBar__fill{background-color:#646464}.theme-syndicate .ProgressBar--color--good{border:.0833333333em solid #4d9121!important}.theme-syndicate .ProgressBar--color--good .ProgressBar__fill{background-color:#4d9121}.theme-syndicate .ProgressBar--color--average{border:.0833333333em solid #cd7a0d!important}.theme-syndicate .ProgressBar--color--average .ProgressBar__fill{background-color:#cd7a0d}.theme-syndicate .ProgressBar--color--bad{border:.0833333333em solid #bd2020!important}.theme-syndicate .ProgressBar--color--bad .ProgressBar__fill{background-color:#bd2020}.theme-syndicate .ProgressBar--color--label{border:.0833333333em solid #657a94!important}.theme-syndicate .ProgressBar--color--label .ProgressBar__fill{background-color:#657a94}.theme-syndicate .ProgressBar--color--gold{border:.0833333333em solid #d6920c!important}.theme-syndicate .ProgressBar--color--gold .ProgressBar__fill{background-color:#d6920c}.theme-syndicate .Chat{color:#abc6ec}.theme-syndicate .Chat__badge{display:inline-block;min-width:.5em;font-size:.7em;padding:.2em .3em;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#dc143c;border-radius:10px;transition:font-size .2s}.theme-syndicate .Chat__badge:before{content:"x"}.theme-syndicate .Chat__badge--animate{font-size:.9em;transition:font-size 0ms}.theme-syndicate .Chat__scrollButton{position:fixed;right:2em;bottom:1em}.theme-syndicate .Chat__reconnected{font-size:.85em;text-align:center;margin:1em 0 2em}.theme-syndicate .Chat__reconnected:before{content:"Reconnected";display:inline-block;border-radius:1em;padding:0 .7em;color:#db2828;background-color:#2b0101}.theme-syndicate .Chat__reconnected:after{content:"";display:block;margin-top:-.75em;border-bottom:.1666666667em solid #db2828}.theme-syndicate .Chat__highlight{color:#000}.theme-syndicate .Chat__highlight--restricted{color:#fff;background-color:#a00;font-weight:700}.theme-syndicate .ChatMessage{word-wrap:break-word}.theme-syndicate .ChatMessage--highlighted{position:relative;border-left:.1666666667em solid #fd4;padding-left:.5em}.theme-syndicate .ChatMessage--highlighted:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,221,68,.1);pointer-events:none}.theme-syndicate html,.theme-syndicate body{scrollbar-color:#770303 #3a0202}.theme-syndicate .Layout,.theme-syndicate .Layout *{scrollbar-base-color:#3a0202;scrollbar-face-color:#770303;scrollbar-3dlight-color:#4d0202;scrollbar-highlight-color:#4d0202;scrollbar-track-color:#3a0202;scrollbar-arrow-color:#fa2d2d;scrollbar-shadow-color:#770303}.theme-syndicate .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.theme-syndicate .Layout__content--flexRow{display:flex;flex-flow:row}.theme-syndicate .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-syndicate .Layout__content--scrollable{overflow-y:auto;margin-bottom:0}.theme-syndicate .Layout__content--noMargin{margin:0}.theme-syndicate .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#4d0202;background-image:linear-gradient(to bottom,#4d0202,#4d0202)}.theme-syndicate .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px;height:2.6666666667rem}.theme-syndicate .Window__rest{position:fixed;top:32px;top:2.6666666667rem;bottom:0;left:0;right:0}.theme-syndicate .Window__contentPadding{margin:.5rem;height:100%;height:calc(100% - 1.01rem)}.theme-syndicate .Window__contentPadding:after{height:0}.theme-syndicate .Layout__content--scrollable .Window__contentPadding:after{display:block;content:"";height:.5rem}.theme-syndicate .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(108,22,22,.25);pointer-events:none}.theme-syndicate .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;width:1.6666666667rem;height:20px;height:1.6666666667rem;cursor:se-resize}.theme-syndicate .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;height:.5rem;cursor:s-resize}.theme-syndicate .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;width:.25rem;cursor:e-resize}.theme-syndicate .TitleBar{background-color:#910101;border-bottom:1px solid #161616;box-shadow:0 2px 2px rgba(0,0,0,.1);box-shadow:0 .1666666667rem .1666666667rem rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-syndicate .TitleBar__clickable{color:rgba(255,255,255,.5);background-color:#910101;transition:color .25s,background-color .25s}.theme-syndicate .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-syndicate .TitleBar__title{position:absolute;top:0;left:46px;left:3.8333333333rem;color:rgba(255,255,255,.75);font-size:14px;font-size:1.1666666667rem;line-height:31px;line-height:2.5833333333rem;white-space:nowrap}.theme-syndicate .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px;height:2.6666666667rem}.theme-syndicate .TitleBar__statusIcon{position:absolute;top:0;left:12px;left:1rem;transition:color .5s;font-size:20px;font-size:1.6666666667rem;line-height:32px!important;line-height:2.6666666667rem!important}.theme-syndicate .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;width:3.75rem;height:32px;height:2.6666666667rem;font-size:20px;font-size:1.6666666667rem;line-height:31px;line-height:2.5833333333rem;text-align:center}.theme-syndicate .TitleBar__devBuildIndicator{position:absolute;top:6px;top:.5rem;right:52px;right:4.3333333333rem;min-width:20px;min-width:1.6666666667rem;padding:2px 4px;padding:.1666666667rem .3333333333rem;background-color:rgba(91,170,39,.75);color:#fff;text-align:center}.theme-syndicate .adminooc{color:#29ccbe}.theme-syndicate .debug{color:#8f39e6}.theme-syndicate .boxed_message{background:rgba(20,20,35,.25);border:1px solid #a3b9d9;margin:.5em;padding:.5em .75em;text-align:center}.theme-syndicate .boxed_message.left_align_text{text-align:left}.theme-syndicate .boxed_message.red_border{background:rgba(0,0,0,.2);border-color:red}.theme-syndicate .boxed_message.green_border{background:rgba(0,75,0,.25);border-color:#0f0}.theme-syndicate .boxed_message.purple_border{background:rgba(25,0,50,.25);border-color:#8000ff}.theme-syndicate .boxed_message.notice_border{background:rgba(0,0,75,.25);border-color:#6685f5}.theme-syndicate .boxed_message.thick_border{border-width:thick}.theme-paradise .color-black{color:#1a1a1a!important}.theme-paradise .color-white{color:#fff!important}.theme-paradise .color-red{color:#df3e3e!important}.theme-paradise .color-orange{color:#f37f33!important}.theme-paradise .color-yellow{color:#fbda21!important}.theme-paradise .color-olive{color:#cbe41c!important}.theme-paradise .color-green{color:#25ca4c!important}.theme-paradise .color-teal{color:#00d6cc!important}.theme-paradise .color-blue{color:#2e93de!important}.theme-paradise .color-violet{color:#7349cf!important}.theme-paradise .color-purple{color:#ad45d0!important}.theme-paradise .color-pink{color:#e34da1!important}.theme-paradise .color-brown{color:#b97447!important}.theme-paradise .color-grey{color:#848484!important}.theme-paradise .color-good{color:#68c22d!important}.theme-paradise .color-average{color:#f29a29!important}.theme-paradise .color-bad{color:#df3e3e!important}.theme-paradise .color-label{color:#955d4b!important}.theme-paradise .color-gold{color:#f3b22f!important}.theme-paradise .color-bg-black{background-color:#000!important}.theme-paradise .color-bg-white{background-color:#d9d9d9!important}.theme-paradise .color-bg-red{background-color:#bd2020!important}.theme-paradise .color-bg-orange{background-color:#d95e0c!important}.theme-paradise .color-bg-yellow{background-color:#d9b804!important}.theme-paradise .color-bg-olive{background-color:#9aad14!important}.theme-paradise .color-bg-green{background-color:#1b9638!important}.theme-paradise .color-bg-teal{background-color:#009a93!important}.theme-paradise .color-bg-blue{background-color:#1c71b1!important}.theme-paradise .color-bg-violet{background-color:#552dab!important}.theme-paradise .color-bg-purple{background-color:#8b2baa!important}.theme-paradise .color-bg-pink{background-color:#cf2082!important}.theme-paradise .color-bg-brown{background-color:#8c5836!important}.theme-paradise .color-bg-grey{background-color:#646464!important}.theme-paradise .color-bg-good{background-color:#4d9121!important}.theme-paradise .color-bg-average{background-color:#cd7a0d!important}.theme-paradise .color-bg-bad{background-color:#bd2020!important}.theme-paradise .color-bg-label{background-color:#6d4436!important}.theme-paradise .color-bg-gold{background-color:#d6920c!important}.theme-paradise .color-border-black{border-color:#1a1a1a!important}.theme-paradise .color-border-white{border-color:#fff!important}.theme-paradise .color-border-red{border-color:#df3e3e!important}.theme-paradise .color-border-orange{border-color:#f37f33!important}.theme-paradise .color-border-yellow{border-color:#fbda21!important}.theme-paradise .color-border-olive{border-color:#cbe41c!important}.theme-paradise .color-border-green{border-color:#25ca4c!important}.theme-paradise .color-border-teal{border-color:#00d6cc!important}.theme-paradise .color-border-blue{border-color:#2e93de!important}.theme-paradise .color-border-violet{border-color:#7349cf!important}.theme-paradise .color-border-purple{border-color:#ad45d0!important}.theme-paradise .color-border-pink{border-color:#e34da1!important}.theme-paradise .color-border-brown{border-color:#b97447!important}.theme-paradise .color-border-grey{border-color:#848484!important}.theme-paradise .color-border-good{border-color:#68c22d!important}.theme-paradise .color-border-average{border-color:#f29a29!important}.theme-paradise .color-border-bad{border-color:#df3e3e!important}.theme-paradise .color-border-label{border-color:#955d4b!important}.theme-paradise .color-border-gold{border-color:#f3b22f!important}.theme-paradise .Section{position:relative;margin-bottom:.5em;background-color:#40071a;background-color:rgba(0,0,0,.5);box-sizing:border-box}.theme-paradise .Section:last-child{margin-bottom:0}.theme-paradise .Section__title{position:relative;padding:.5em;border-bottom:.1666666667em solid #208080}.theme-paradise .Section__titleText{font-size:1.1666666667em;font-weight:700;color:#fff}.theme-paradise .Section__buttons{position:absolute;display:inline-block;right:.5em;margin-top:-.0833333333em}.theme-paradise .Section__rest{position:relative}.theme-paradise .Section__content{padding:.66em .5em}.theme-paradise .Section--fitted>.Section__rest>.Section__content{padding:0}.theme-paradise .Section--fill{display:flex;flex-direction:column;height:100%}.theme-paradise .Section--fill>.Section__rest{flex-grow:1}.theme-paradise .Section--fill>.Section__rest>.Section__content{height:100%}.theme-paradise .Section--fill.Section--scrollable>.Section__rest>.Section__content{position:absolute;top:0;left:0;right:0;bottom:0}.theme-paradise .Section--fill.Section--iefix{display:table!important;width:100%!important;height:100%!important;border-collapse:collapse;border-spacing:0}.theme-paradise .Section--fill.Section--iefix>.Section__rest{display:table-row!important;height:100%!important}.theme-paradise .Section--scrollable{overflow-x:hidden;overflow-y:hidden}.theme-paradise .Section--scrollable>.Section__rest>.Section__content{overflow-y:auto;overflow-x:hidden}.theme-paradise .Section .Section{background-color:rgba(0,0,0,0);margin-left:-.5em;margin-right:-.5em}.theme-paradise .Section .Section:first-child{margin-top:-.5em}.theme-paradise .Section .Section .Section__titleText{font-size:1.0833333333em}.theme-paradise .Section .Section .Section .Section__titleText{font-size:1em}.theme-paradise .Button{position:relative;display:inline-block;line-height:1.667em;padding:0 .5em;margin-right:.1666666667em;white-space:nowrap;outline:0;border-radius:.16em;margin-bottom:.1666666667em;user-select:none;-ms-user-select:none}.theme-paradise .Button:last-child{margin-right:0;margin-bottom:0}.theme-paradise .Button .fa,.theme-paradise .Button .fas,.theme-paradise .Button .far{margin-left:-.25em;margin-right:-.25em;min-width:1.333em;text-align:center}.theme-paradise .Button--hasContent .fa,.theme-paradise .Button--hasContent .fas,.theme-paradise .Button--hasContent .far{margin-right:.25em}.theme-paradise .Button--hasContent.Button--iconRight .fa,.theme-paradise .Button--hasContent.Button--iconRight .fas,.theme-paradise .Button--hasContent.Button--iconRight .far{margin-right:0;margin-left:.25em}.theme-paradise .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-paradise .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-paradise .Button--circular{border-radius:50%}.theme-paradise .Button--compact{padding:0 .25em;line-height:1.333em}.theme-paradise .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-paradise .Button--modal{float:right;z-index:1;margin-top:-.5rem}.theme-paradise .Button--color--black{background-color:#000;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--black:hover{background-color:#101010;color:#fff}.theme-paradise .Button--color--black--translucent{background-color:rgba(0,0,0,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--black--translucent:hover{background-color:rgba(16,16,16,.5);color:#fff}.theme-paradise .Button--color--white{background-color:#d9d9d9;color:#000;transition:color .2s,background-color .2s}.theme-paradise .Button--color--white:hover{background-color:#f8f8f8;color:#000}.theme-paradise .Button--color--white--translucent{background-color:rgba(217,217,217,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--white--translucent:hover{background-color:rgba(248,248,248,.5);color:#fff}.theme-paradise .Button--color--red{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--red:hover{background-color:#d93f3f;color:#fff}.theme-paradise .Button--color--red--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--red--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.theme-paradise .Button--color--orange{background-color:#d95e0c;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--orange:hover{background-color:#ef7e33;color:#fff}.theme-paradise .Button--color--orange--translucent{background-color:rgba(217,94,12,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--orange--translucent:hover{background-color:rgba(239,126,51,.5);color:#fff}.theme-paradise .Button--color--yellow{background-color:#d9b804;color:#000;transition:color .2s,background-color .2s}.theme-paradise .Button--color--yellow:hover{background-color:#f5d523;color:#000}.theme-paradise .Button--color--yellow--translucent{background-color:rgba(217,184,4,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--yellow--translucent:hover{background-color:rgba(245,213,35,.5);color:#fff}.theme-paradise .Button--color--olive{background-color:#9aad14;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--olive:hover{background-color:#bdd327;color:#fff}.theme-paradise .Button--color--olive--translucent{background-color:rgba(154,173,20,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--olive--translucent:hover{background-color:rgba(189,211,39,.5);color:#fff}.theme-paradise .Button--color--green{background-color:#1b9638;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--green:hover{background-color:#2fb94f;color:#fff}.theme-paradise .Button--color--green--translucent{background-color:rgba(27,150,56,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--green--translucent:hover{background-color:rgba(47,185,79,.5);color:#fff}.theme-paradise .Button--color--teal{background-color:#009a93;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--teal:hover{background-color:#10bdb6;color:#fff}.theme-paradise .Button--color--teal--translucent{background-color:rgba(0,154,147,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--teal--translucent:hover{background-color:rgba(16,189,182,.5);color:#fff}.theme-paradise .Button--color--blue{background-color:#1c71b1;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--blue:hover{background-color:#308fd6;color:#fff}.theme-paradise .Button--color--blue--translucent{background-color:rgba(28,113,177,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--blue--translucent:hover{background-color:rgba(48,143,214,.5);color:#fff}.theme-paradise .Button--color--violet{background-color:#552dab;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--violet:hover{background-color:#7249ca;color:#fff}.theme-paradise .Button--color--violet--translucent{background-color:rgba(85,45,171,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--violet--translucent:hover{background-color:rgba(114,73,202,.5);color:#fff}.theme-paradise .Button--color--purple{background-color:#8b2baa;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--purple:hover{background-color:#aa46ca;color:#fff}.theme-paradise .Button--color--purple--translucent{background-color:rgba(139,43,170,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--purple--translucent:hover{background-color:rgba(170,70,202,.5);color:#fff}.theme-paradise .Button--color--pink{background-color:#cf2082;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--pink:hover{background-color:#e04ca0;color:#fff}.theme-paradise .Button--color--pink--translucent{background-color:rgba(207,32,130,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--pink--translucent:hover{background-color:rgba(224,76,160,.5);color:#fff}.theme-paradise .Button--color--brown{background-color:#8c5836;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--brown:hover{background-color:#ae724c;color:#fff}.theme-paradise .Button--color--brown--translucent{background-color:rgba(140,88,54,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--brown--translucent:hover{background-color:rgba(174,114,76,.5);color:#fff}.theme-paradise .Button--color--grey{background-color:#646464;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--grey:hover{background-color:#818181;color:#fff}.theme-paradise .Button--color--grey--translucent{background-color:rgba(100,100,100,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--grey--translucent:hover{background-color:rgba(129,129,129,.5);color:#fff}.theme-paradise .Button--color--good{background-color:#4d9121;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--good:hover{background-color:#67b335;color:#fff}.theme-paradise .Button--color--good--translucent{background-color:rgba(77,145,33,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--good--translucent:hover{background-color:rgba(103,179,53,.5);color:#fff}.theme-paradise .Button--color--average{background-color:#cd7a0d;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--average:hover{background-color:#eb972b;color:#fff}.theme-paradise .Button--color--average--translucent{background-color:rgba(205,122,13,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--average--translucent:hover{background-color:rgba(235,151,43,.5);color:#fff}.theme-paradise .Button--color--bad{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--bad:hover{background-color:#d93f3f;color:#fff}.theme-paradise .Button--color--bad--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--bad--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.theme-paradise .Button--color--label{background-color:#6d4436;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--label:hover{background-color:#8b5d4d;color:#fff}.theme-paradise .Button--color--label--translucent{background-color:rgba(109,68,54,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--label--translucent:hover{background-color:rgba(139,93,77,.5);color:#fff}.theme-paradise .Button--color--gold{background-color:#d6920c;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--gold:hover{background-color:#eeaf30;color:#fff}.theme-paradise .Button--color--gold--translucent{background-color:rgba(214,146,12,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--gold--translucent:hover{background-color:rgba(238,175,48,.5);color:#fff}.theme-paradise .Button--color--transparent{background-color:rgba(128,13,51,0);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--transparent:hover{background-color:rgba(164,27,73,.81);color:#fff}.theme-paradise .Button--color--default{background-color:#208080;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--default:hover{background-color:#34a0a0;color:#fff}.theme-paradise .Button--color--default--translucent{background-color:rgba(141,20,60,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--default--translucent:hover{background-color:rgba(175,39,84,.5);color:#fff}.theme-paradise .Button--color--caution{background-color:#d9b804;color:#000;transition:color .2s,background-color .2s}.theme-paradise .Button--color--caution:hover{background-color:#f5d523;color:#000}.theme-paradise .Button--color--caution--translucent{background-color:rgba(217,184,4,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--caution--translucent:hover{background-color:rgba(245,213,35,.5);color:#fff}.theme-paradise .Button--color--danger{background-color:#8c1eff;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--danger:hover{background-color:#ae61ff;color:#fff}.theme-paradise .Button--color--danger--translucent{background-color:rgba(140,30,255,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--danger--translucent:hover{background-color:rgba(174,97,255,.5);color:#fff}.theme-paradise .Button--disabled{background-color:#999!important;color:rgba(255,255,255,.75)!important}.theme-paradise .Button--disabled--translucent{background-color:rgba(77,23,23,.5)!important;color:rgba(255,255,255,.5)!important}.theme-paradise .Button--selected,.theme-paradise .Button--selected--translucent{background-color:#bf6030;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--selected:hover,.theme-paradise .Button--selected--translucent:hover{background-color:#d4835a;color:#fff}.theme-paradise .NumberInput{position:relative;display:inline-block;border:.0833333333em solid #e65c2e;border:.0833333333em solid rgba(230,92,46,.75);border-radius:.16em;color:#e65c2e;background-color:rgba(0,0,0,.25);padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;text-align:right;overflow:visible;cursor:n-resize}.theme-paradise .NumberInput--fluid{display:block}.theme-paradise .NumberInput__content{margin-left:.5em}.theme-paradise .NumberInput__barContainer{position:absolute;top:.1666666667em;bottom:.1666666667em;left:.1666666667em}.theme-paradise .NumberInput__bar{position:absolute;bottom:0;left:0;width:.25em;box-sizing:border-box;border-bottom:.0833333333em solid #e65c2e;background-color:#e65c2e}.theme-paradise .NumberInput__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,.25);color:#fff;text-align:right}.theme-paradise .Input{position:relative;display:inline-block;width:10em;border:.0833333333em solid #e65c2e;border:.0833333333em solid rgba(230,92,46,.75);border-radius:.16em;background-color:rgba(0,0,0,.25);color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;overflow:visible;white-space:nowrap}.theme-paradise .Input--disabled{color:#777;border-color:#4a4a4a;border-color:rgba(74,74,74,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.theme-paradise .Input--fluid{display:block;width:auto}.theme-paradise .Input__baseline{display:inline-block;color:rgba(0,0,0,0)}.theme-paradise .Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit}.theme-paradise .Input__input::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-paradise .Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-paradise .Input__textarea{border:0;width:calc(100% + 4px);font-size:1em;line-height:1.4166666667em;margin-left:-.3333333333em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.theme-paradise .Input__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-paradise .Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-paradise .Input--monospace .Input__input{font-family:Consolas,monospace}.theme-paradise .TextArea{position:relative;display:inline-block;border:.0833333333em solid #e65c2e;border:.0833333333em solid rgba(230,92,46,.75);border-radius:.16em;background-color:rgba(0,0,0,.25);margin-right:.1666666667em;line-height:1.4166666667em;box-sizing:border-box;width:100%}.theme-paradise .TextArea--fluid{display:block;width:auto;height:auto}.theme-paradise .TextArea__textarea{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;height:100%;font-size:1em;line-height:1.4166666667em;min-height:1.4166666667em;margin:0;padding:0 .5em;font-family:inherit;background-color:rgba(0,0,0,0);color:inherit;box-sizing:border-box;word-wrap:break-word;overflow:hidden}.theme-paradise .TextArea__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-paradise .TextArea__textarea:-ms-input-placeholder{font-style:italic;color:rgba(125,125,125,.75)}.theme-paradise .Knob{position:relative;font-size:1rem;width:2.6em;height:2.6em;margin:0 auto -.2em;cursor:n-resize}.theme-paradise .Knob:after{content:".";color:rgba(0,0,0,0);line-height:2.5em}.theme-paradise .Knob__circle{position:absolute;top:.1em;bottom:.1em;left:.1em;right:.1em;margin:.3em;background-color:#333;background-image:linear-gradient(to bottom,rgba(255,255,255,.15),rgba(255,255,255,0));border-radius:50%;box-shadow:0 .05em .5em rgba(0,0,0,.5)}.theme-paradise .Knob__cursorBox{position:absolute;top:0;bottom:0;left:0;right:0}.theme-paradise .Knob__cursor{position:relative;top:.05em;margin:0 auto;width:.2em;height:.8em;background-color:rgba(255,255,255,.9)}.theme-paradise .Knob__popupValue,.theme-paradise .Knob__popupValue--right{position:absolute;top:-2rem;right:50%;font-size:1rem;text-align:center;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.theme-paradise .Knob__popupValue--right{top:.25rem;right:-50%}.theme-paradise .Knob__ring{position:absolute;top:0;bottom:0;left:0;right:0;padding:.1em}.theme-paradise .Knob__ringTrackPivot{transform:rotate(135deg)}.theme-paradise .Knob__ringTrack{fill:rgba(0,0,0,0);stroke:rgba(255,255,255,.1);stroke-width:8;stroke-linecap:round;stroke-dasharray:235.62}.theme-paradise .Knob__ringFillPivot{transform:rotate(135deg)}.theme-paradise .Knob--bipolar .Knob__ringFillPivot{transform:rotate(270deg)}.theme-paradise .Knob__ringFill{fill:rgba(0,0,0,0);stroke:#6a96c9;stroke-width:8;stroke-linecap:round;stroke-dasharray:314.16;transition:stroke 50ms}.theme-paradise .Knob--color--black .Knob__ringFill{stroke:#1a1a1a}.theme-paradise .Knob--color--white .Knob__ringFill{stroke:#fff}.theme-paradise .Knob--color--red .Knob__ringFill{stroke:#df3e3e}.theme-paradise .Knob--color--orange .Knob__ringFill{stroke:#f37f33}.theme-paradise .Knob--color--yellow .Knob__ringFill{stroke:#fbda21}.theme-paradise .Knob--color--olive .Knob__ringFill{stroke:#cbe41c}.theme-paradise .Knob--color--green .Knob__ringFill{stroke:#25ca4c}.theme-paradise .Knob--color--teal .Knob__ringFill{stroke:#00d6cc}.theme-paradise .Knob--color--blue .Knob__ringFill{stroke:#2e93de}.theme-paradise .Knob--color--violet .Knob__ringFill{stroke:#7349cf}.theme-paradise .Knob--color--purple .Knob__ringFill{stroke:#ad45d0}.theme-paradise .Knob--color--pink .Knob__ringFill{stroke:#e34da1}.theme-paradise .Knob--color--brown .Knob__ringFill{stroke:#b97447}.theme-paradise .Knob--color--grey .Knob__ringFill{stroke:#848484}.theme-paradise .Knob--color--good .Knob__ringFill{stroke:#68c22d}.theme-paradise .Knob--color--average .Knob__ringFill{stroke:#f29a29}.theme-paradise .Knob--color--bad .Knob__ringFill{stroke:#df3e3e}.theme-paradise .Knob--color--label .Knob__ringFill{stroke:#955d4b}.theme-paradise .Knob--color--gold .Knob__ringFill{stroke:#f3b22f}.theme-paradise .Slider:not(.Slider__disabled){cursor:e-resize}.theme-paradise .Slider__cursorOffset{position:absolute;top:0;left:0;bottom:0;transition:none!important}.theme-paradise .Slider__cursor{position:absolute;top:0;right:-.0833333333em;bottom:0;width:0;border-left:.1666666667em solid #fff}.theme-paradise .Slider__pointer{position:absolute;right:-.4166666667em;bottom:-.3333333333em;width:0;height:0;border-left:.4166666667em solid rgba(0,0,0,0);border-right:.4166666667em solid rgba(0,0,0,0);border-bottom:.4166666667em solid #fff}.theme-paradise .Slider__popupValue{position:absolute;right:0;top:-2rem;font-size:1rem;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.theme-paradise .ProgressBar{display:inline-block;position:relative;width:100%;padding:0 .5em;border-radius:.16em;background-color:rgba(0,0,0,0);transition:border-color .5s}.theme-paradise .ProgressBar__fill{position:absolute;top:-.5px;left:0;bottom:-.5px}.theme-paradise .ProgressBar__fill--animated{transition:background-color .5s,width .5s}.theme-paradise .ProgressBar__content{position:relative;line-height:1.4166666667em;width:100%;text-align:right}.theme-paradise .ProgressBar--color--default{border:.0833333333em solid #1b6d6d}.theme-paradise .ProgressBar--color--default .ProgressBar__fill{background-color:#1b6d6d}.theme-paradise .ProgressBar--color--disabled{border:1px solid #999}.theme-paradise .ProgressBar--color--disabled .ProgressBar__fill{background-color:#999}.theme-paradise .ProgressBar--color--black{border:.0833333333em solid #000!important}.theme-paradise .ProgressBar--color--black .ProgressBar__fill{background-color:#000}.theme-paradise .ProgressBar--color--white{border:.0833333333em solid #d9d9d9!important}.theme-paradise .ProgressBar--color--white .ProgressBar__fill{background-color:#d9d9d9}.theme-paradise .ProgressBar--color--red{border:.0833333333em solid #bd2020!important}.theme-paradise .ProgressBar--color--red .ProgressBar__fill{background-color:#bd2020}.theme-paradise .ProgressBar--color--orange{border:.0833333333em solid #d95e0c!important}.theme-paradise .ProgressBar--color--orange .ProgressBar__fill{background-color:#d95e0c}.theme-paradise .ProgressBar--color--yellow{border:.0833333333em solid #d9b804!important}.theme-paradise .ProgressBar--color--yellow .ProgressBar__fill{background-color:#d9b804}.theme-paradise .ProgressBar--color--olive{border:.0833333333em solid #9aad14!important}.theme-paradise .ProgressBar--color--olive .ProgressBar__fill{background-color:#9aad14}.theme-paradise .ProgressBar--color--green{border:.0833333333em solid #1b9638!important}.theme-paradise .ProgressBar--color--green .ProgressBar__fill{background-color:#1b9638}.theme-paradise .ProgressBar--color--teal{border:.0833333333em solid #009a93!important}.theme-paradise .ProgressBar--color--teal .ProgressBar__fill{background-color:#009a93}.theme-paradise .ProgressBar--color--blue{border:.0833333333em solid #1c71b1!important}.theme-paradise .ProgressBar--color--blue .ProgressBar__fill{background-color:#1c71b1}.theme-paradise .ProgressBar--color--violet{border:.0833333333em solid #552dab!important}.theme-paradise .ProgressBar--color--violet .ProgressBar__fill{background-color:#552dab}.theme-paradise .ProgressBar--color--purple{border:.0833333333em solid #8b2baa!important}.theme-paradise .ProgressBar--color--purple .ProgressBar__fill{background-color:#8b2baa}.theme-paradise .ProgressBar--color--pink{border:.0833333333em solid #cf2082!important}.theme-paradise .ProgressBar--color--pink .ProgressBar__fill{background-color:#cf2082}.theme-paradise .ProgressBar--color--brown{border:.0833333333em solid #8c5836!important}.theme-paradise .ProgressBar--color--brown .ProgressBar__fill{background-color:#8c5836}.theme-paradise .ProgressBar--color--grey{border:.0833333333em solid #646464!important}.theme-paradise .ProgressBar--color--grey .ProgressBar__fill{background-color:#646464}.theme-paradise .ProgressBar--color--good{border:.0833333333em solid #4d9121!important}.theme-paradise .ProgressBar--color--good .ProgressBar__fill{background-color:#4d9121}.theme-paradise .ProgressBar--color--average{border:.0833333333em solid #cd7a0d!important}.theme-paradise .ProgressBar--color--average .ProgressBar__fill{background-color:#cd7a0d}.theme-paradise .ProgressBar--color--bad{border:.0833333333em solid #bd2020!important}.theme-paradise .ProgressBar--color--bad .ProgressBar__fill{background-color:#bd2020}.theme-paradise .ProgressBar--color--label{border:.0833333333em solid #6d4436!important}.theme-paradise .ProgressBar--color--label .ProgressBar__fill{background-color:#6d4436}.theme-paradise .ProgressBar--color--gold{border:.0833333333em solid #d6920c!important}.theme-paradise .ProgressBar--color--gold .ProgressBar__fill{background-color:#d6920c}.theme-paradise .Chat{color:#abc6ec}.theme-paradise .Chat__badge{display:inline-block;min-width:.5em;font-size:.7em;padding:.2em .3em;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#dc143c;border-radius:10px;transition:font-size .2s}.theme-paradise .Chat__badge:before{content:"x"}.theme-paradise .Chat__badge--animate{font-size:.9em;transition:font-size 0ms}.theme-paradise .Chat__scrollButton{position:fixed;right:2em;bottom:1em}.theme-paradise .Chat__reconnected{font-size:.85em;text-align:center;margin:1em 0 2em}.theme-paradise .Chat__reconnected:before{content:"Reconnected";display:inline-block;border-radius:1em;padding:0 .7em;color:#fff;background-color:#db2828}.theme-paradise .Chat__reconnected:after{content:"";display:block;margin-top:-.75em;border-bottom:.1666666667em solid #db2828}.theme-paradise .Chat__highlight{color:#000}.theme-paradise .Chat__highlight--restricted{color:#fff;background-color:#a00;font-weight:700}.theme-paradise .ChatMessage{word-wrap:break-word}.theme-paradise .ChatMessage--highlighted{position:relative;border-left:.1666666667em solid #fd4;padding-left:.5em}.theme-paradise .ChatMessage--highlighted:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,221,68,.1);pointer-events:none}.theme-paradise html,.theme-paradise body{scrollbar-color:#cb1551 #680b29}.theme-paradise .Layout,.theme-paradise .Layout *{scrollbar-base-color:#680b29;scrollbar-face-color:#99103d;scrollbar-3dlight-color:#800d33;scrollbar-highlight-color:#800d33;scrollbar-track-color:#680b29;scrollbar-arrow-color:#ea2e6c;scrollbar-shadow-color:#99103d}.theme-paradise .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.theme-paradise .Layout__content--flexRow{display:flex;flex-flow:row}.theme-paradise .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-paradise .Layout__content--scrollable{overflow-y:auto;margin-bottom:0}.theme-paradise .Layout__content--noMargin{margin:0}.theme-paradise .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#800d33;background-image:linear-gradient(to bottom,#80014b,#80460d)}.theme-paradise .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px;height:2.6666666667rem}.theme-paradise .Window__rest{position:fixed;top:32px;top:2.6666666667rem;bottom:0;left:0;right:0}.theme-paradise .Window__contentPadding{margin:.5rem;height:100%;height:calc(100% - 1.01rem)}.theme-paradise .Window__contentPadding:after{height:0}.theme-paradise .Layout__content--scrollable .Window__contentPadding:after{display:block;content:"";height:.5rem}.theme-paradise .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(166,34,78,.25);pointer-events:none}.theme-paradise .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;width:1.6666666667rem;height:20px;height:1.6666666667rem;cursor:se-resize}.theme-paradise .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;height:.5rem;cursor:s-resize}.theme-paradise .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;width:.25rem;cursor:e-resize}.theme-paradise .TitleBar{background-color:#800d33;border-bottom:1px solid rgba(0,0,0,.25);box-shadow:0 2px 2px rgba(0,0,0,.1);box-shadow:0 .1666666667rem .1666666667rem rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-paradise .TitleBar__clickable{color:rgba(255,0,0,.5);background-color:#800d33;transition:color .25s,background-color .25s}.theme-paradise .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-paradise .TitleBar__title{position:absolute;top:0;left:46px;left:3.8333333333rem;color:rgba(255,0,0,.75);font-size:14px;font-size:1.1666666667rem;line-height:31px;line-height:2.5833333333rem;white-space:nowrap}.theme-paradise .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px;height:2.6666666667rem}.theme-paradise .TitleBar__statusIcon{position:absolute;top:0;left:12px;left:1rem;transition:color .5s;font-size:20px;font-size:1.6666666667rem;line-height:32px!important;line-height:2.6666666667rem!important}.theme-paradise .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;width:3.75rem;height:32px;height:2.6666666667rem;font-size:20px;font-size:1.6666666667rem;line-height:31px;line-height:2.5833333333rem;text-align:center}.theme-paradise .TitleBar__devBuildIndicator{position:absolute;top:6px;top:.5rem;right:52px;right:4.3333333333rem;min-width:20px;min-width:1.6666666667rem;padding:2px 4px;padding:.1666666667rem .3333333333rem;background-color:rgba(91,170,39,.75);color:#fff;text-align:center}.theme-paradise .adminooc{color:#29ccbe}.theme-paradise .debug{color:#8f39e6}.theme-paradise .boxed_message{background:rgba(0,0,0,.25);border:1px solid #a3b9d9;margin:.5em;padding:.5em .75em;text-align:center}.theme-paradise .boxed_message.left_align_text{text-align:left}.theme-paradise .boxed_message.red_border{background:rgba(0,0,0,.25);border-color:#a00}.theme-paradise .boxed_message.green_border{background:rgba(0,0,0,.25);border-color:#0f0}.theme-paradise .boxed_message.purple_border{background:rgba(0,0,0,.25);border-color:#8000ff}.theme-paradise .boxed_message.notice_border{background:rgba(0,0,0,.25);border-color:#6685f5}.theme-paradise .boxed_message.thick_border{border-width:thick} +html,body{box-sizing:border-box;height:100%;margin:0;font-size:12px}html{overflow:hidden;cursor:default}body{overflow:auto;font-family:Verdana,Geneva,sans-serif}*,*:before,*:after{box-sizing:inherit}h1,h2,h3,h4,h5,h6{display:block;margin:0;padding:6px 0;padding:.5rem 0}h1{font-size:18px;font-size:1.5rem}h2{font-size:16px;font-size:1.333rem}h3{font-size:14px;font-size:1.167rem}h4{font-size:12px;font-size:1rem}td,th{vertical-align:baseline;text-align:left}.candystripe:nth-child(odd){background-color:rgba(0,0,0,.25)}.color-black{color:#1a1a1a!important}.color-white{color:#fff!important}.color-red{color:#df3e3e!important}.color-orange{color:#f37f33!important}.color-yellow{color:#fbda21!important}.color-olive{color:#cbe41c!important}.color-green{color:#25ca4c!important}.color-teal{color:#00d6cc!important}.color-blue{color:#2e93de!important}.color-violet{color:#7349cf!important}.color-purple{color:#ad45d0!important}.color-pink{color:#e34da1!important}.color-brown{color:#b97447!important}.color-grey{color:#848484!important}.color-good{color:#68c22d!important}.color-average{color:#f29a29!important}.color-bad{color:#df3e3e!important}.color-label{color:#8b9bb0!important}.color-gold{color:#f3b22f!important}.color-bg-black{background-color:#000!important}.color-bg-white{background-color:#d9d9d9!important}.color-bg-red{background-color:#bd2020!important}.color-bg-orange{background-color:#d95e0c!important}.color-bg-yellow{background-color:#d9b804!important}.color-bg-olive{background-color:#9aad14!important}.color-bg-green{background-color:#1b9638!important}.color-bg-teal{background-color:#009a93!important}.color-bg-blue{background-color:#1c71b1!important}.color-bg-violet{background-color:#552dab!important}.color-bg-purple{background-color:#8b2baa!important}.color-bg-pink{background-color:#cf2082!important}.color-bg-brown{background-color:#8c5836!important}.color-bg-grey{background-color:#646464!important}.color-bg-good{background-color:#4d9121!important}.color-bg-average{background-color:#cd7a0d!important}.color-bg-bad{background-color:#bd2020!important}.color-bg-label{background-color:#657a94!important}.color-bg-gold{background-color:#d6920c!important}.color-border-black{border-color:#1a1a1a!important}.color-border-white{border-color:#fff!important}.color-border-red{border-color:#df3e3e!important}.color-border-orange{border-color:#f37f33!important}.color-border-yellow{border-color:#fbda21!important}.color-border-olive{border-color:#cbe41c!important}.color-border-green{border-color:#25ca4c!important}.color-border-teal{border-color:#00d6cc!important}.color-border-blue{border-color:#2e93de!important}.color-border-violet{border-color:#7349cf!important}.color-border-purple{border-color:#ad45d0!important}.color-border-pink{border-color:#e34da1!important}.color-border-brown{border-color:#b97447!important}.color-border-grey{border-color:#848484!important}.color-border-good{border-color:#68c22d!important}.color-border-average{border-color:#f29a29!important}.color-border-bad{border-color:#df3e3e!important}.color-border-label{border-color:#8b9bb0!important}.color-border-gold{border-color:#f3b22f!important}.debug-layout,.debug-layout *:not(g):not(path){color:rgba(255,255,255,.9)!important;background:rgba(0,0,0,0)!important;outline:1px solid rgba(255,255,255,.5)!important;box-shadow:none!important;filter:none!important}.debug-layout:hover,.debug-layout *:not(g):not(path):hover{outline-color:rgba(255,255,255,.8)!important}.outline-dotted{outline-style:dotted!important}.outline-dashed{outline-style:dashed!important}.outline-solid{outline-style:solid!important}.outline-double{outline-style:double!important}.outline-groove{outline-style:groove!important}.outline-ridge{outline-style:ridge!important}.outline-inset{outline-style:inset!important}.outline-outset{outline-style:outset!important}.outline-color-black{outline:.167rem solid #1a1a1a!important}.outline-color-white{outline:.167rem solid #fff!important}.outline-color-red{outline:.167rem solid #df3e3e!important}.outline-color-orange{outline:.167rem solid #f37f33!important}.outline-color-yellow{outline:.167rem solid #fbda21!important}.outline-color-olive{outline:.167rem solid #cbe41c!important}.outline-color-green{outline:.167rem solid #25ca4c!important}.outline-color-teal{outline:.167rem solid #00d6cc!important}.outline-color-blue{outline:.167rem solid #2e93de!important}.outline-color-violet{outline:.167rem solid #7349cf!important}.outline-color-purple{outline:.167rem solid #ad45d0!important}.outline-color-pink{outline:.167rem solid #e34da1!important}.outline-color-brown{outline:.167rem solid #b97447!important}.outline-color-grey{outline:.167rem solid #848484!important}.outline-color-good{outline:.167rem solid #68c22d!important}.outline-color-average{outline:.167rem solid #f29a29!important}.outline-color-bad{outline:.167rem solid #df3e3e!important}.outline-color-label{outline:.167rem solid #8b9bb0!important}.outline-color-gold{outline:.167rem solid #f3b22f!important}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-baseline{text-align:baseline}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-pre{white-space:pre}.text-bold{font-weight:700}.text-italic{font-style:italic}.text-underline{text-decoration:underline}.BlockQuote{color:#8b9bb0;border-left:.1666666667em solid #8b9bb0;padding-left:.5em;margin-bottom:.5em}.BlockQuote:last-child{margin-bottom:0}.Button{position:relative;display:inline-block;line-height:1.667em;padding:0 .5em;margin-right:.1666666667em;white-space:nowrap;outline:0;border-radius:.16em;margin-bottom:.1666666667em;user-select:none;-ms-user-select:none}.Button:last-child{margin-right:0;margin-bottom:0}.Button .fa,.Button .fas,.Button .far{margin-left:-.25em;margin-right:-.25em;min-width:1.333em;text-align:center}.Button--hasContent .fa,.Button--hasContent .fas,.Button--hasContent .far{margin-right:.25em}.Button--hasContent.Button--iconRight .fa,.Button--hasContent.Button--iconRight .fas,.Button--hasContent.Button--iconRight .far{margin-right:0;margin-left:.25em}.Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.Button--fluid{display:block;margin-left:0;margin-right:0}.Button--circular{border-radius:50%}.Button--compact{padding:0 .25em;line-height:1.333em}.Button--multiLine{white-space:normal;word-wrap:break-word}.Button--modal{float:right;z-index:1;margin-top:-.5rem}.Button--color--black{background-color:#000;color:#fff;transition:color .2s,background-color .2s}.Button--color--black:hover{background-color:#101010;color:#fff}.Button--color--black--translucent{background-color:rgba(0,0,0,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--black--translucent:hover{background-color:rgba(16,16,16,.5);color:#fff}.Button--color--white{background-color:#d9d9d9;color:#000;transition:color .2s,background-color .2s}.Button--color--white:hover{background-color:#f8f8f8;color:#000}.Button--color--white--translucent{background-color:rgba(217,217,217,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--white--translucent:hover{background-color:rgba(248,248,248,.5);color:#fff}.Button--color--red{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.Button--color--red:hover{background-color:#d93f3f;color:#fff}.Button--color--red--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--red--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.Button--color--orange{background-color:#d95e0c;color:#fff;transition:color .2s,background-color .2s}.Button--color--orange:hover{background-color:#ef7e33;color:#fff}.Button--color--orange--translucent{background-color:rgba(217,94,12,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--orange--translucent:hover{background-color:rgba(239,126,51,.5);color:#fff}.Button--color--yellow{background-color:#d9b804;color:#000;transition:color .2s,background-color .2s}.Button--color--yellow:hover{background-color:#f5d523;color:#000}.Button--color--yellow--translucent{background-color:rgba(217,184,4,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--yellow--translucent:hover{background-color:rgba(245,213,35,.5);color:#fff}.Button--color--olive{background-color:#9aad14;color:#fff;transition:color .2s,background-color .2s}.Button--color--olive:hover{background-color:#bdd327;color:#fff}.Button--color--olive--translucent{background-color:rgba(154,173,20,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--olive--translucent:hover{background-color:rgba(189,211,39,.5);color:#fff}.Button--color--green{background-color:#1b9638;color:#fff;transition:color .2s,background-color .2s}.Button--color--green:hover{background-color:#2fb94f;color:#fff}.Button--color--green--translucent{background-color:rgba(27,150,56,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--green--translucent:hover{background-color:rgba(47,185,79,.5);color:#fff}.Button--color--teal{background-color:#009a93;color:#fff;transition:color .2s,background-color .2s}.Button--color--teal:hover{background-color:#10bdb6;color:#fff}.Button--color--teal--translucent{background-color:rgba(0,154,147,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--teal--translucent:hover{background-color:rgba(16,189,182,.5);color:#fff}.Button--color--blue{background-color:#1c71b1;color:#fff;transition:color .2s,background-color .2s}.Button--color--blue:hover{background-color:#308fd6;color:#fff}.Button--color--blue--translucent{background-color:rgba(28,113,177,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--blue--translucent:hover{background-color:rgba(48,143,214,.5);color:#fff}.Button--color--violet{background-color:#552dab;color:#fff;transition:color .2s,background-color .2s}.Button--color--violet:hover{background-color:#7249ca;color:#fff}.Button--color--violet--translucent{background-color:rgba(85,45,171,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--violet--translucent:hover{background-color:rgba(114,73,202,.5);color:#fff}.Button--color--purple{background-color:#8b2baa;color:#fff;transition:color .2s,background-color .2s}.Button--color--purple:hover{background-color:#aa46ca;color:#fff}.Button--color--purple--translucent{background-color:rgba(139,43,170,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--purple--translucent:hover{background-color:rgba(170,70,202,.5);color:#fff}.Button--color--pink{background-color:#cf2082;color:#fff;transition:color .2s,background-color .2s}.Button--color--pink:hover{background-color:#e04ca0;color:#fff}.Button--color--pink--translucent{background-color:rgba(207,32,130,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--pink--translucent:hover{background-color:rgba(224,76,160,.5);color:#fff}.Button--color--brown{background-color:#8c5836;color:#fff;transition:color .2s,background-color .2s}.Button--color--brown:hover{background-color:#ae724c;color:#fff}.Button--color--brown--translucent{background-color:rgba(140,88,54,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--brown--translucent:hover{background-color:rgba(174,114,76,.5);color:#fff}.Button--color--grey{background-color:#646464;color:#fff;transition:color .2s,background-color .2s}.Button--color--grey:hover{background-color:#818181;color:#fff}.Button--color--grey--translucent{background-color:rgba(100,100,100,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--grey--translucent:hover{background-color:rgba(129,129,129,.5);color:#fff}.Button--color--good{background-color:#4d9121;color:#fff;transition:color .2s,background-color .2s}.Button--color--good:hover{background-color:#67b335;color:#fff}.Button--color--good--translucent{background-color:rgba(77,145,33,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--good--translucent:hover{background-color:rgba(103,179,53,.5);color:#fff}.Button--color--average{background-color:#cd7a0d;color:#fff;transition:color .2s,background-color .2s}.Button--color--average:hover{background-color:#eb972b;color:#fff}.Button--color--average--translucent{background-color:rgba(205,122,13,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--average--translucent:hover{background-color:rgba(235,151,43,.5);color:#fff}.Button--color--bad{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.Button--color--bad:hover{background-color:#d93f3f;color:#fff}.Button--color--bad--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--bad--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.Button--color--label{background-color:#657a94;color:#fff;transition:color .2s,background-color .2s}.Button--color--label:hover{background-color:#8a9aae;color:#fff}.Button--color--label--translucent{background-color:rgba(101,122,148,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--label--translucent:hover{background-color:rgba(138,154,174,.5);color:#fff}.Button--color--gold{background-color:#d6920c;color:#fff;transition:color .2s,background-color .2s}.Button--color--gold:hover{background-color:#eeaf30;color:#fff}.Button--color--gold--translucent{background-color:rgba(214,146,12,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--gold--translucent:hover{background-color:rgba(238,175,48,.5);color:#fff}.Button--color--transparent{background-color:rgba(32,32,32,0);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--transparent:hover{background-color:rgba(50,50,50,.81);color:#fff}.Button--color--default{background-color:#3e6189;color:#fff;transition:color .2s,background-color .2s}.Button--color--default:hover{background-color:#567daa;color:#fff}.Button--color--default--translucent{background-color:rgba(40,40,40,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--default--translucent:hover{background-color:rgba(61,61,61,.5);color:#fff}.Button--color--caution{background-color:#d9b804;color:#000;transition:color .2s,background-color .2s}.Button--color--caution:hover{background-color:#f5d523;color:#000}.Button--color--caution--translucent{background-color:rgba(217,184,4,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--caution--translucent:hover{background-color:rgba(245,213,35,.5);color:#fff}.Button--color--danger{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.Button--color--danger:hover{background-color:#d93f3f;color:#fff}.Button--color--danger--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.Button--color--danger--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.Button--disabled{background-color:#999!important;color:rgba(255,255,255,.75)!important}.Button--disabled--translucent{background-color:rgba(77,23,23,.5)!important;color:rgba(255,255,255,.5)!important}.Button--selected,.Button--selected--translucent{background-color:#1b9638;color:#fff;transition:color .2s,background-color .2s}.Button--selected:hover,.Button--selected--translucent:hover{background-color:#2fb94f;color:#fff}.ColorBox{display:inline-block;width:1em;height:1em;line-height:1em;text-align:center}.Dimmer{display:flex;justify-content:center;align-items:center;position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.75);z-index:1}.Dropdown{position:relative;align-items:center}.Dropdown__control{display:inline-block;align-items:center;font-family:Verdana,sans-serif;font-size:1em;width:8.3333333333em;line-height:1.3333333333em;-ms-user-select:none;user-select:none}.Dropdown__arrow-button{float:right;padding-left:.35em;width:1.2em;height:1.8333333333em;border-left:.0833333333em solid #000;border-left:.0833333333em solid rgba(0,0,0,.25)}.Dropdown__menu{overflow-y:auto;align-items:center;z-index:5;max-height:16.6666666667em;border-radius:0 0 .1666666667em .1666666667em;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75)}.Dropdown__menu-scroll{overflow-y:scroll}.Dropdown__menuentry{padding:.1666666667em .3333333333em;font-family:Verdana,sans-serif;font-size:1em;line-height:1.4166666667em;transition:background-color .1s ease-out}.Dropdown__menuentry.selected{background-color:rgba(255,255,255,.5)!important;transition:background-color 0ms}.Dropdown__menuentry:hover{background-color:rgba(255,255,255,.2);transition:background-color 0ms}.Dropdown__over{top:auto;bottom:100%}.Dropdown__selected-text{display:inline-block;text-overflow:ellipsis;white-space:nowrap;height:1.4166666667em;width:calc(100% - 1.2em);text-align:left;padding-top:2.5px}.Flex{display:-ms-flexbox;display:flex}.Flex--inline{display:inline-flex}.Flex--iefix{display:block}.Flex--iefix.Flex--inline,.Flex__item--iefix{display:inline-block}.Flex--iefix--column>.Flex__item--iefix{display:block}.Knob{position:relative;font-size:1rem;width:2.6em;height:2.6em;margin:0 auto -.2em;cursor:n-resize}.Knob:after{content:".";color:rgba(0,0,0,0);line-height:2.5em}.Knob__circle{position:absolute;top:.1em;bottom:.1em;left:.1em;right:.1em;margin:.3em;background-color:#333;background-image:linear-gradient(to bottom,rgba(255,255,255,.15),rgba(255,255,255,0));border-radius:50%;box-shadow:0 .05em .5em rgba(0,0,0,.5)}.Knob__cursorBox{position:absolute;top:0;bottom:0;left:0;right:0}.Knob__cursor{position:relative;top:.05em;margin:0 auto;width:.2em;height:.8em;background-color:rgba(255,255,255,.9)}.Knob__popupValue,.Knob__popupValue--right{position:absolute;top:-2rem;right:50%;font-size:1rem;text-align:center;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.Knob__popupValue--right{top:.25rem;right:-50%}.Knob__ring{position:absolute;top:0;bottom:0;left:0;right:0;padding:.1em}.Knob__ringTrackPivot{transform:rotate(135deg)}.Knob__ringTrack{fill:rgba(0,0,0,0);stroke:rgba(255,255,255,.1);stroke-width:8;stroke-linecap:round;stroke-dasharray:235.62}.Knob__ringFillPivot{transform:rotate(135deg)}.Knob--bipolar .Knob__ringFillPivot{transform:rotate(270deg)}.Knob__ringFill{fill:rgba(0,0,0,0);stroke:#6a96c9;stroke-width:8;stroke-linecap:round;stroke-dasharray:314.16;transition:stroke 50ms}.Knob--color--black .Knob__ringFill{stroke:#1a1a1a}.Knob--color--white .Knob__ringFill{stroke:#fff}.Knob--color--red .Knob__ringFill{stroke:#df3e3e}.Knob--color--orange .Knob__ringFill{stroke:#f37f33}.Knob--color--yellow .Knob__ringFill{stroke:#fbda21}.Knob--color--olive .Knob__ringFill{stroke:#cbe41c}.Knob--color--green .Knob__ringFill{stroke:#25ca4c}.Knob--color--teal .Knob__ringFill{stroke:#00d6cc}.Knob--color--blue .Knob__ringFill{stroke:#2e93de}.Knob--color--violet .Knob__ringFill{stroke:#7349cf}.Knob--color--purple .Knob__ringFill{stroke:#ad45d0}.Knob--color--pink .Knob__ringFill{stroke:#e34da1}.Knob--color--brown .Knob__ringFill{stroke:#b97447}.Knob--color--grey .Knob__ringFill{stroke:#848484}.Knob--color--good .Knob__ringFill{stroke:#68c22d}.Knob--color--average .Knob__ringFill{stroke:#f29a29}.Knob--color--bad .Knob__ringFill{stroke:#df3e3e}.Knob--color--label .Knob__ringFill{stroke:#8b9bb0}.Knob--color--gold .Knob__ringFill{stroke:#f3b22f}.LabeledList{display:table;width:100%;width:calc(100% + 1em);border-collapse:collapse;border-spacing:0;margin:-.25em -.5em 0;padding:0}.LabeledList__row{display:table-row}.LabeledList__row:last-child .LabeledList__cell{padding-bottom:0}.LabeledList__cell{display:table-cell;margin:0;padding:.25em .5em;border:0;text-align:left;vertical-align:baseline}.LabeledList__label{width:1%;white-space:nowrap;min-width:5em}.LabeledList__buttons{width:.1%;white-space:nowrap;text-align:right;padding-top:.0833333333em;padding-bottom:0}.LabeledList__breakContents{word-break:break-all;word-wrap:break-word}.Modal{background-color:#202020;max-width:calc(100% - 1rem);padding:1rem;scrollbar-base-color:#181818;scrollbar-face-color:#363636;scrollbar-3dlight-color:#202020;scrollbar-highlight-color:#202020;scrollbar-track-color:#181818;scrollbar-arrow-color:#909090;scrollbar-shadow-color:#363636}.NoticeBox{padding:.33em .5em;margin-bottom:.5em;box-shadow:none;font-weight:700;font-style:italic;color:#000;background-color:#bb9b68;background-image:repeating-linear-gradient(-45deg,transparent,transparent .8333333333em,rgba(0,0,0,.1) .8333333333em,rgba(0,0,0,.1) 1.6666666667em)}.NoticeBox--color--black{color:#fff;background-color:#000}.NoticeBox--color--white{color:#000;background-color:#b3b3b3}.NoticeBox--color--red{color:#fff;background-color:#701f1f}.NoticeBox--color--orange{color:#fff;background-color:#854114}.NoticeBox--color--yellow{color:#000;background-color:#83710d}.NoticeBox--color--olive{color:#000;background-color:#576015}.NoticeBox--color--green{color:#fff;background-color:#174e24}.NoticeBox--color--teal{color:#fff;background-color:#064845}.NoticeBox--color--blue{color:#fff;background-color:#1b4565}.NoticeBox--color--violet{color:#fff;background-color:#3b2864}.NoticeBox--color--purple{color:#fff;background-color:#542663}.NoticeBox--color--pink{color:#fff;background-color:#802257}.NoticeBox--color--brown{color:#fff;background-color:#4c3729}.NoticeBox--color--grey{color:#fff;background-color:#3e3e3e}.NoticeBox--color--good{color:#fff;background-color:#2e4b1a}.NoticeBox--color--average{color:#fff;background-color:#7b4e13}.NoticeBox--color--bad{color:#fff;background-color:#701f1f}.NoticeBox--color--label{color:#fff;background-color:#53565a}.NoticeBox--color--gold{color:#fff;background-color:#825d13}.NoticeBox--type--info{color:#fff;background-color:#235982}.NoticeBox--type--success{color:#fff;background-color:#1e662f}.NoticeBox--type--warning{color:#fff;background-color:#a95219}.NoticeBox--type--danger{color:#fff;background-color:#8f2828}.NumberInput{position:relative;display:inline-block;border:.0833333333em solid #88bfff;border:.0833333333em solid rgba(136,191,255,.75);border-radius:.16em;color:#88bfff;background-color:#0a0a0a;padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;text-align:right;overflow:visible;cursor:n-resize}.NumberInput--fluid{display:block}.NumberInput__content{margin-left:.5em}.NumberInput__barContainer{position:absolute;top:.1666666667em;bottom:.1666666667em;left:.1666666667em}.NumberInput__bar{position:absolute;bottom:0;left:0;width:.25em;box-sizing:border-box;border-bottom:.0833333333em solid #88bfff;background-color:#88bfff}.NumberInput__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:#0a0a0a;color:#fff;text-align:right}.ProgressBar{display:inline-block;position:relative;width:100%;padding:0 .5em;border-radius:.16em;background-color:rgba(0,0,0,0);transition:border-color .5s}.ProgressBar__fill{position:absolute;top:-.5px;left:0;bottom:-.5px}.ProgressBar__fill--animated{transition:background-color .5s,width .5s}.ProgressBar__content{position:relative;line-height:1.4166666667em;width:100%;text-align:right}.ProgressBar--color--default{border:.0833333333em solid #3e6189}.ProgressBar--color--default .ProgressBar__fill{background-color:#3e6189}.ProgressBar--color--disabled{border:1px solid #999}.ProgressBar--color--disabled .ProgressBar__fill{background-color:#999}.ProgressBar--color--black{border:.0833333333em solid #000!important}.ProgressBar--color--black .ProgressBar__fill{background-color:#000}.ProgressBar--color--white{border:.0833333333em solid #d9d9d9!important}.ProgressBar--color--white .ProgressBar__fill{background-color:#d9d9d9}.ProgressBar--color--red{border:.0833333333em solid #bd2020!important}.ProgressBar--color--red .ProgressBar__fill{background-color:#bd2020}.ProgressBar--color--orange{border:.0833333333em solid #d95e0c!important}.ProgressBar--color--orange .ProgressBar__fill{background-color:#d95e0c}.ProgressBar--color--yellow{border:.0833333333em solid #d9b804!important}.ProgressBar--color--yellow .ProgressBar__fill{background-color:#d9b804}.ProgressBar--color--olive{border:.0833333333em solid #9aad14!important}.ProgressBar--color--olive .ProgressBar__fill{background-color:#9aad14}.ProgressBar--color--green{border:.0833333333em solid #1b9638!important}.ProgressBar--color--green .ProgressBar__fill{background-color:#1b9638}.ProgressBar--color--teal{border:.0833333333em solid #009a93!important}.ProgressBar--color--teal .ProgressBar__fill{background-color:#009a93}.ProgressBar--color--blue{border:.0833333333em solid #1c71b1!important}.ProgressBar--color--blue .ProgressBar__fill{background-color:#1c71b1}.ProgressBar--color--violet{border:.0833333333em solid #552dab!important}.ProgressBar--color--violet .ProgressBar__fill{background-color:#552dab}.ProgressBar--color--purple{border:.0833333333em solid #8b2baa!important}.ProgressBar--color--purple .ProgressBar__fill{background-color:#8b2baa}.ProgressBar--color--pink{border:.0833333333em solid #cf2082!important}.ProgressBar--color--pink .ProgressBar__fill{background-color:#cf2082}.ProgressBar--color--brown{border:.0833333333em solid #8c5836!important}.ProgressBar--color--brown .ProgressBar__fill{background-color:#8c5836}.ProgressBar--color--grey{border:.0833333333em solid #646464!important}.ProgressBar--color--grey .ProgressBar__fill{background-color:#646464}.ProgressBar--color--good{border:.0833333333em solid #4d9121!important}.ProgressBar--color--good .ProgressBar__fill{background-color:#4d9121}.ProgressBar--color--average{border:.0833333333em solid #cd7a0d!important}.ProgressBar--color--average .ProgressBar__fill{background-color:#cd7a0d}.ProgressBar--color--bad{border:.0833333333em solid #bd2020!important}.ProgressBar--color--bad .ProgressBar__fill{background-color:#bd2020}.ProgressBar--color--label{border:.0833333333em solid #657a94!important}.ProgressBar--color--label .ProgressBar__fill{background-color:#657a94}.ProgressBar--color--gold{border:.0833333333em solid #d6920c!important}.ProgressBar--color--gold .ProgressBar__fill{background-color:#d6920c}.Section{position:relative;margin-bottom:.5em;background-color:#131313;box-sizing:border-box}.Section:last-child{margin-bottom:0}.Section__title{position:relative;padding:.5em;border-bottom:.1666666667em solid #4972a1}.Section__titleText{font-size:1.1666666667em;font-weight:700;color:#fff}.Section__buttons{position:absolute;display:inline-block;right:.5em;margin-top:-.0833333333em}.Section__rest{position:relative}.Section__content{padding:.66em .5em}.Section--fitted>.Section__rest>.Section__content{padding:0}.Section--fill{display:flex;flex-direction:column;height:100%}.Section--fill>.Section__rest{flex-grow:1}.Section--fill>.Section__rest>.Section__content{height:100%}.Section--fill.Section--scrollable>.Section__rest>.Section__content{position:absolute;top:0;left:0;right:0;bottom:0}.Section--fill.Section--iefix{display:table!important;width:100%!important;height:100%!important;border-collapse:collapse;border-spacing:0}.Section--fill.Section--iefix>.Section__rest{display:table-row!important;height:100%!important}.Section--scrollable{overflow-x:hidden;overflow-y:hidden}.Section--scrollable>.Section__rest>.Section__content{overflow-y:auto;overflow-x:hidden}.Section .Section{background-color:rgba(0,0,0,0);margin-left:-.5em;margin-right:-.5em}.Section .Section:first-child{margin-top:-.5em}.Section .Section .Section__titleText{font-size:1.0833333333em}.Section .Section .Section .Section__titleText{font-size:1em}.Slider:not(.Slider__disabled){cursor:e-resize}.Slider__cursorOffset{position:absolute;top:0;left:0;bottom:0;transition:none!important}.Slider__cursor{position:absolute;top:0;right:-.0833333333em;bottom:0;width:0;border-left:.1666666667em solid #fff}.Slider__pointer{position:absolute;right:-.4166666667em;bottom:-.3333333333em;width:0;height:0;border-left:.4166666667em solid rgba(0,0,0,0);border-right:.4166666667em solid rgba(0,0,0,0);border-bottom:.4166666667em solid #fff}.Slider__popupValue{position:absolute;right:0;top:-2rem;font-size:1rem;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.Divider--horizontal{margin:.5em 0}.Divider--horizontal:not(.Divider--hidden){border-top:.1666666667em solid rgba(255,255,255,.1)}.Divider--vertical{height:100%;margin:0 .5em}.Divider--vertical:not(.Divider--hidden){border-left:.1666666667em solid rgba(255,255,255,.1)}.Stack--fill{height:100%}.Stack--horizontal>.Stack__item{margin-left:.5em}.Stack--horizontal>.Stack__item:first-child{margin-left:0}.Stack--vertical>.Stack__item{margin-top:.5em}.Stack--vertical>.Stack__item:first-child{margin-top:0}.Stack--zebra>.Stack__item:nth-child(2n){background-color:#131313}.Stack--horizontal>.Stack__divider:not(.Stack__divider--hidden){border-left:.1666666667em solid rgba(255,255,255,.1)}.Stack--vertical>.Stack__divider:not(.Stack__divider--hidden){border-top:.1666666667em solid rgba(255,255,255,.1)}.Table{display:table;width:100%;border-collapse:collapse;border-spacing:0;margin:0}.Table--collapsing{width:auto}.Table__row{display:table-row}.Table__cell{display:table-cell;padding:0 .25em}.Table__cell:first-child{padding-left:0}.Table__cell:last-child{padding-right:0}.Table__row--header .Table__cell,.Table__cell--header{font-weight:700;padding-bottom:.5em}.Table__cell--collapsing{width:1%;white-space:nowrap}.Tabs{display:flex;align-items:stretch;overflow:hidden;background-color:#131313}.Tabs--fill{height:100%}.Section .Tabs{background-color:rgba(0,0,0,0)}.Section:not(.Section--fitted) .Tabs{margin:0 -.5em .5em}.Section:not(.Section--fitted) .Tabs:first-child{margin-top:-.5em}.Tabs--vertical{flex-direction:column;padding:.25em .25em .25em 0}.Tabs--horizontal{margin-bottom:.5em;padding:.25em .25em 0}.Tabs--horizontal:last-child{margin-bottom:0}.Tabs__Tab{flex-grow:0}.Tabs--fluid .Tabs__Tab{flex-grow:1}.Tab{display:flex;align-items:center;justify-content:space-between;background-color:rgba(0,0,0,0);color:rgba(255,255,255,.5);min-height:2.25em;min-width:4em;transition:background-color 50ms ease-out}.Tab:not(.Tab--selected):hover{background-color:rgba(255,255,255,.075);transition:background-color 0}.Tab--selected{background-color:rgba(255,255,255,.125);color:#dfe7f0}.Tab__text{flex-grow:1;margin:0 .5em}.Tab__left{min-width:1.5em;text-align:center;margin-left:.25em}.Tab__right{min-width:1.5em;text-align:center;margin-right:.25em}.Tabs--horizontal .Tab{border-top:.1666666667em solid rgba(0,0,0,0);border-bottom:.1666666667em solid rgba(0,0,0,0);border-top-left-radius:.25em;border-top-right-radius:.25em}.Tabs--horizontal .Tab--selected{border-bottom:.1666666667em solid #d4dfec}.Tabs--vertical .Tab{min-height:2em;border-left:.1666666667em solid rgba(0,0,0,0);border-right:.1666666667em solid rgba(0,0,0,0);border-top-right-radius:.25em;border-bottom-right-radius:.25em}.Tabs--vertical .Tab--selected{border-left:.1666666667em solid #d4dfec}.Tab--selected.Tab--color--black{color:#535353}.Tabs--horizontal .Tab--selected.Tab--color--black{border-bottom-color:#1a1a1a}.Tabs--vertical .Tab--selected.Tab--color--black{border-left-color:#1a1a1a}.Tab--selected.Tab--color--white{color:#fff}.Tabs--horizontal .Tab--selected.Tab--color--white{border-bottom-color:#fff}.Tabs--vertical .Tab--selected.Tab--color--white{border-left-color:#fff}.Tab--selected.Tab--color--red{color:#e76e6e}.Tabs--horizontal .Tab--selected.Tab--color--red{border-bottom-color:#df3e3e}.Tabs--vertical .Tab--selected.Tab--color--red{border-left-color:#df3e3e}.Tab--selected.Tab--color--orange{color:#f69f66}.Tabs--horizontal .Tab--selected.Tab--color--orange{border-bottom-color:#f37f33}.Tabs--vertical .Tab--selected.Tab--color--orange{border-left-color:#f37f33}.Tab--selected.Tab--color--yellow{color:#fce358}.Tabs--horizontal .Tab--selected.Tab--color--yellow{border-bottom-color:#fbda21}.Tabs--vertical .Tab--selected.Tab--color--yellow{border-left-color:#fbda21}.Tab--selected.Tab--color--olive{color:#d8eb55}.Tabs--horizontal .Tab--selected.Tab--color--olive{border-bottom-color:#cbe41c}.Tabs--vertical .Tab--selected.Tab--color--olive{border-left-color:#cbe41c}.Tab--selected.Tab--color--green{color:#53e074}.Tabs--horizontal .Tab--selected.Tab--color--green{border-bottom-color:#25ca4c}.Tabs--vertical .Tab--selected.Tab--color--green{border-left-color:#25ca4c}.Tab--selected.Tab--color--teal{color:#21fff5}.Tabs--horizontal .Tab--selected.Tab--color--teal{border-bottom-color:#00d6cc}.Tabs--vertical .Tab--selected.Tab--color--teal{border-left-color:#00d6cc}.Tab--selected.Tab--color--blue{color:#62aee6}.Tabs--horizontal .Tab--selected.Tab--color--blue{border-bottom-color:#2e93de}.Tabs--vertical .Tab--selected.Tab--color--blue{border-left-color:#2e93de}.Tab--selected.Tab--color--violet{color:#9676db}.Tabs--horizontal .Tab--selected.Tab--color--violet{border-bottom-color:#7349cf}.Tabs--vertical .Tab--selected.Tab--color--violet{border-left-color:#7349cf}.Tab--selected.Tab--color--purple{color:#c274db}.Tabs--horizontal .Tab--selected.Tab--color--purple{border-bottom-color:#ad45d0}.Tabs--vertical .Tab--selected.Tab--color--purple{border-left-color:#ad45d0}.Tab--selected.Tab--color--pink{color:#ea79b9}.Tabs--horizontal .Tab--selected.Tab--color--pink{border-bottom-color:#e34da1}.Tabs--vertical .Tab--selected.Tab--color--pink{border-left-color:#e34da1}.Tab--selected.Tab--color--brown{color:#ca9775}.Tabs--horizontal .Tab--selected.Tab--color--brown{border-bottom-color:#b97447}.Tabs--vertical .Tab--selected.Tab--color--brown{border-left-color:#b97447}.Tab--selected.Tab--color--grey{color:#a3a3a3}.Tabs--horizontal .Tab--selected.Tab--color--grey{border-bottom-color:#848484}.Tabs--vertical .Tab--selected.Tab--color--grey{border-left-color:#848484}.Tab--selected.Tab--color--good{color:#8cd95a}.Tabs--horizontal .Tab--selected.Tab--color--good{border-bottom-color:#68c22d}.Tabs--vertical .Tab--selected.Tab--color--good{border-left-color:#68c22d}.Tab--selected.Tab--color--average{color:#f5b35e}.Tabs--horizontal .Tab--selected.Tab--color--average{border-bottom-color:#f29a29}.Tabs--vertical .Tab--selected.Tab--color--average{border-left-color:#f29a29}.Tab--selected.Tab--color--bad{color:#e76e6e}.Tabs--horizontal .Tab--selected.Tab--color--bad{border-bottom-color:#df3e3e}.Tabs--vertical .Tab--selected.Tab--color--bad{border-left-color:#df3e3e}.Tab--selected.Tab--color--label{color:#a8b4c4}.Tabs--horizontal .Tab--selected.Tab--color--label{border-bottom-color:#8b9bb0}.Tabs--vertical .Tab--selected.Tab--color--label{border-left-color:#8b9bb0}.Tab--selected.Tab--color--gold{color:#f6c563}.Tabs--horizontal .Tab--selected.Tab--color--gold{border-bottom-color:#f3b22f}.Tabs--vertical .Tab--selected.Tab--color--gold{border-left-color:#f3b22f}.Input{position:relative;display:inline-block;width:10em;border:.0833333333em solid #88bfff;border:.0833333333em solid rgba(136,191,255,.75);border-radius:.16em;background-color:#0a0a0a;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;overflow:visible;white-space:nowrap}.Input--disabled{color:#777;border-color:#848484;border-color:rgba(132,132,132,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.Input--fluid{display:block;width:auto}.Input__baseline{display:inline-block;color:rgba(0,0,0,0)}.Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit}.Input__input::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.Input__textarea{border:0;width:calc(100% + 4px);font-size:1em;line-height:1.4166666667em;margin-left:-.3333333333em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.Input__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.Input--monospace .Input__input{font-family:Consolas,monospace}.TextArea{position:relative;display:inline-block;border:.0833333333em solid #88bfff;border:.0833333333em solid rgba(136,191,255,.75);border-radius:.16em;background-color:#0a0a0a;margin-right:.1666666667em;line-height:1.4166666667em;box-sizing:border-box;width:100%}.TextArea--fluid{display:block;width:auto;height:auto}.TextArea__textarea{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;height:100%;font-size:1em;line-height:1.4166666667em;min-height:1.4166666667em;margin:0;padding:0 .5em;font-family:inherit;background-color:rgba(0,0,0,0);color:inherit;box-sizing:border-box;word-wrap:break-word;overflow:hidden}.TextArea__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.TextArea__textarea:-ms-input-placeholder{font-style:italic;color:rgba(125,125,125,.75)}.Tooltip{z-index:2;padding:.5em .75em;pointer-events:none;text-align:left;transition:opacity .15s ease-out;background-color:#000;color:#fff;box-shadow:.1em .1em 1.25em -.1em rgba(0,0,0,.5);border-radius:.16em;max-width:20.8333333333em}.Chat{color:#abc6ec}.Chat__badge{display:inline-block;min-width:.5em;font-size:.7em;padding:.2em .3em;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#dc143c;border-radius:10px;transition:font-size .2s}.Chat__badge:before{content:"x"}.Chat__badge--animate{font-size:.9em;transition:font-size 0ms}.Chat__scrollButton{position:fixed;right:2em;bottom:1em}.Chat__reconnected{font-size:.85em;text-align:center;margin:1em 0 2em}.Chat__reconnected:before{content:"Reconnected";display:inline-block;border-radius:1em;padding:0 .7em;color:#db2828;background-color:#131313}.Chat__reconnected:after{content:"";display:block;margin-top:-.75em;border-bottom:.1666666667em solid #db2828}.Chat__highlight{color:#000}.Chat__highlight--restricted{color:#fff;background-color:#a00;font-weight:700}.ChatMessage{word-wrap:break-word}.ChatMessage--highlighted{position:relative;border-left:.1666666667em solid #fd4;padding-left:.5em}.ChatMessage--highlighted:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,221,68,.1);pointer-events:none}.Ping{position:relative;padding:.125em .25em;border:.0833333333em solid rgba(140,140,140,.5);border-radius:.25em;width:3.75em;text-align:right}.Ping__indicator{content:"";position:absolute;top:.5em;left:.5em;width:.5em;height:.5em;background-color:#888;border-radius:.25em}.Notifications{position:absolute;top:1em;left:.75em;right:2em}.Notification{color:#fff;background-color:#dc143c;padding:.5em;margin:1em 0}.Notification:first-child{margin-top:0}.Notification:last-child{margin-bottom:0}html,body{scrollbar-color:#363636 #181818}.Layout,.Layout *{scrollbar-base-color:#181818;scrollbar-face-color:#363636;scrollbar-3dlight-color:#202020;scrollbar-highlight-color:#202020;scrollbar-track-color:#181818;scrollbar-arrow-color:#909090;scrollbar-shadow-color:#363636}.Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.Layout__content--flexRow{display:flex;flex-flow:row}.Layout__content--flexColumn{display:flex;flex-flow:column}.Layout__content--scrollable{overflow-y:auto;margin-bottom:0}.Layout__content--noMargin{margin:0}.Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#202020;background-image:linear-gradient(to bottom,#202020,#202020)}.Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px;height:2.6666666667rem}.Window__rest{position:fixed;top:32px;top:2.6666666667rem;bottom:0;left:0;right:0}.Window__contentPadding{margin:.5rem;height:100%;height:calc(100% - 1.01rem)}.Window__contentPadding:after{height:0}.Layout__content--scrollable .Window__contentPadding:after{display:block;content:"";height:.5rem}.Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(56,56,56,.25);pointer-events:none}.Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;width:1.6666666667rem;height:20px;height:1.6666666667rem;cursor:se-resize}.Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;height:.5rem;cursor:s-resize}.Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;width:.25rem;cursor:e-resize}img{margin:0;padding:0;line-height:1;-ms-interpolation-mode:nearest-neighbor;image-rendering:pixelated}img.icon{height:1em;min-height:16px;width:auto;vertical-align:bottom}.emoji16x16{vertical-align:middle}a{color:#397ea5}a.popt{text-decoration:none}.popup{position:fixed;top:50%;left:50%;background:#ddd}.popup .close{position:absolute;background:#aaa;top:0;right:0;color:#333;text-decoration:none;z-index:2;padding:0 10px;height:30px;line-height:30px}.popup .close:hover{background:#999}.popup .head{background:#999;color:#ddd;padding:0 10px;height:30px;line-height:30px;text-transform:uppercase;font-size:.9em;font-weight:700;border-bottom:2px solid green}.popup input{border:1px solid #999;background:#fff;margin:0;padding:5px;outline:none;color:#333}.popup input[type=text]:hover,.popup input[type=text]:active,.popup input[type=text]:focus{border-color:green}.popup input[type=submit]{padding:5px 10px;background:#999;color:#ddd;text-transform:uppercase;font-size:.9em;font-weight:700}.popup input[type=submit]:hover,.popup input[type=submit]:focus,.popup input[type=submit]:active{background:#aaa;cursor:pointer}.changeFont{padding:10px}.changeFont a{display:block;text-decoration:none;padding:3px;color:#333}.changeFont a:hover{background:#ccc}.highlightPopup{padding:10px;text-align:center}.highlightPopup input[type=text]{display:block;width:215px;text-align:left;margin-top:5px}.highlightPopup input.highlightColor{background-color:#ff0}.highlightPopup input.highlightTermSubmit{margin-top:5px}.contextMenu{background-color:#ddd;position:fixed;margin:2px;width:150px}.contextMenu a{display:block;padding:2px 5px;text-decoration:none;color:#333}.contextMenu a:hover{background-color:#ccc}.filterMessages{padding:5px}.filterMessages div{padding:2px 0}.icon-stack{height:1em;line-height:1em;width:1em;vertical-align:middle;margin-top:-2px}.motd{color:#a4bad6;font-family:Verdana,sans-serif;white-space:normal}.motd h1,.motd h2,.motd h3,.motd h4,.motd h5,.motd h6{color:#a4bad6;text-decoration:underline}.motd a,.motd a:link,.motd a:active,.motd a:hover{color:#a4bad6}.italic,.italics,.emote{font-style:italic}.highlight{background:#ff0}h1,h2,h3,h4,h5,h6{color:#a4bad6;font-family:Georgia,Verdana,sans-serif}em{font-style:normal;font-weight:700}.darkmblue{color:#6685f5}.prefix,.ooc{font-weight:700}.looc{color:#69c;font-weight:700}.adminobserverooc{color:#09c;font-weight:700}.adminooc{color:#b82e00;font-weight:700}.adminobserver{color:#960;font-weight:700}.admin{color:#386aff;font-weight:700}.adminsay{color:#9611d4;font-weight:700}.mentorhelp{color:#07b;font-weight:700}.adminhelp{color:#a00;font-weight:700}.playerreply{color:#80b;font-weight:700}.pmsend{color:#6685f5}.debug{color:#6d2f83}.name,.yell{font-weight:700}.siliconsay{font-family:Courier New,Courier,monospace}.deadsay{color:#e2c1ff}.radio{color:#20b142}.deptradio{color:#939}.comradio{color:#5f5cff}.syndradio{color:#8f4a4b}.dsquadradio{color:#998599}.resteamradio{color:#18bc46}.airadio{color:#ff5ed7}.centradio{color:#2681a5}.secradio{color:#dd3535}.engradio{color:#feac20}.medradio{color:#00b5ad}.sciradio{color:#c68cfa}.supradio{color:#b88646}.srvradio{color:#bbd164}.proradio{color:#b84f92}.admin_channel{color:#03fc9d;font-weight:700}.all_admin_ping{color:#12a5f4;font-weight:700;font-size:120%;text-align:center}.mentor_channel{color:#775bff;font-weight:700}.mentor_channel_admin{color:#a35cff;font-weight:700}.dev_channel{color:#61b413;font-weight:700}.dev_channel_admin{color:#9ef14f;font-weight:700}.djradio{color:#960}.binaryradio{color:#1b00fb;font-family:Courier New,Courier,monospace}.mommiradio{color:#6685f5}.alert{color:#d82020}h1.alert,h2.alert{color:#a4bad6}.ghostalert{color:#cc00c6;font-style:italic;font-weight:700}.emote{font-style:italic}.selecteddna{color:#a4bad6;background-color:#001b1b}.attack{color:red}.moderate{color:#c00}.disarm{color:#900}.passive{color:#600}.warning{color:#c51e1e;font-style:italic}.boldwarning{color:#c51e1e;font-style:italic;font-weight:700}.danger{color:#c51e1e;font-weight:700}.userdanger{color:#c51e1e;font-weight:700;font-size:120%}.biggerdanger{color:red;font-weight:700;font-size:150%}.notice{color:#6685f5}.boldnotice{color:#6685f5;font-weight:700}.suicide{color:#ff5050;font-style:italic}.green{color:#03bb39}.pr_announce,.boldannounceic,.boldannounceooc{color:#c51e1e;font-weight:700}.greenannounce{color:#059223;font-weight:700}.alien{color:#c433c4}.noticealien{color:#00c000}.alertalien{color:#00c000;font-weight:700}.terrorspider{color:#cf52fa}.dantalion{color:#8b2c5e}.chaosverygood{color:#19e0c0;font-weight:700;font-size:120%}.chaosgood{color:#19e0c0;font-weight:700}.chaosneutral{color:#479ac0;font-weight:700}.chaosbad{color:#9047c0;font-weight:700}.chaosverybad{color:#9047c0;font-weight:700;font-size:120%}.sinister{color:purple;font-weight:700;font-style:italic}.medal{font-weight:700}.blob{color:#006221;font-weight:700;font-style:italic}.confirm{color:#00af3b}.rose{color:#ff5050}.sans{font-family:Comic Sans MS,cursive,sans-serif}.wingdings{font-family:Wingdings,Webdings}.robot{font-family:OCR-A,monospace;font-size:1.15em;font-weight:700}.ancient{color:#008b8b;font-style:italic}.newscaster{color:#c00}.mod{color:#735638;font-weight:700}.modooc{color:#184880;font-weight:700}.adminmod{color:#f0aa14;font-weight:700}.tajaran{color:#803b56}.skrell{color:#00ced1}.solcom{color:#8282fb}.com_srus{color:#7c4848}.soghun{color:#228b22}.changeling{color:#00b4de}.vox{color:#a0a}.diona{color:#804000;font-weight:700}.trinary{color:#727272}.kidan{color:#c64c05}.slime{color:#07a}.drask{color:#a3d4eb;font-family:Arial Black}.moth{color:#869b29;font-family:Copperplate}.clown{color:red}.vulpkanin{color:#b97a57}.abductor{color:purple;font-style:italic}.mind_control{color:#a00d6f;font-size:3;font-weight:700;font-style:italic}.rough{font-family:Trebuchet MS,cursive,sans-serif}.say_quote{font-family:Georgia,Verdana,sans-serif}.cult{color:purple;font-weight:700;font-style:italic}.cultspeech{color:#af0000;font-style:italic}.cultitalic{color:#a60000;font-style:italic}.cultlarge{color:#a60000;font-weight:700;font-size:120%}.narsie{color:#a60000;font-weight:700;font-size:300%}.narsiesmall{color:#a60000;font-weight:700;font-size:200%}.zombie{color:#7c4848}.zombielarge{color:#7c4848;font-weight:700;font-size:120%}.interface{color:#9031c4}.big{font-size:150%}.reallybig{font-size:175%}.greentext{color:#0f0;font-size:150%}.redtext{color:red;font-size:150%}.bold{font-weight:700}.his_grace{color:#15d512;font-family:Courier New,cursive,sans-serif;font-style:italic}.center{text-align:center}.red{color:red}.purple{color:#9031c4}.skeleton{color:#c8c8c8;font-weight:700;font-style:italic}.gutter{color:#7092be;font-family:Trebuchet MS,cursive,sans-serif}.orange{color:orange}.orangei{color:orange;font-style:italic}.orangeb{color:orange;font-weight:700}.resonate{color:#298f85}.healthscan_oxy{color:#5cc9ff}.revennotice{color:#6685f5}.revenboldnotice{color:#6685f5;font-weight:700}.revenbignotice{color:#6685f5;font-weight:700;font-size:120%}.revenminor{color:#823abb}.revenwarning{color:#760fbb;font-style:italic}.revendanger{color:#760fbb;font-weight:700;font-size:120%}.specialnotice{color:#4a6f82;font-weight:700;font-size:120%}.good{color:green}.average{color:#ff8000}.bad{color:red}.italics,.talkinto{font-style:italic}.whisper{font-style:italic;color:#ccc}.recruit{color:#5c00e6;font-weight:700;font-style:italic}.memo{color:#638500;text-align:center}.memoedit{text-align:center;font-size:75%}.connectionClosed,.fatalError{background:red;color:#fff;padding:5px}.connectionClosed.restored{background:green}.internal.boldnshit{color:#6685f5;font-weight:700}.rebooting{background:#2979af;color:#fff;padding:5px}.rebooting a{color:#fff!important;text-decoration-color:#fff!important}.text-normal{font-weight:400;font-style:normal}.hidden{display:none;visibility:hidden}.colossus{color:#7f282a;font-size:175%}.hierophant{color:#609;font-weight:700;font-style:italic}.hierophant_warning{color:#609;font-style:italic}.emoji{max-height:16px;max-width:16px}.adminticket{color:#3daf21;font-weight:700}.adminticketalt{color:#ccb847;font-weight:700}span.body .codephrases{color:#55f}span.body .coderesponses{color:#f33}.announcement h1,.announcement h2{color:#a4bad6;margin:8pt 0;line-height:1.2}.announcement p{color:#d82020;line-height:1.3}.announcement.minor h1{font-size:180%}.announcement.minor h2{font-size:170%}.announcement.sec h1{color:red;font-size:180%;font-family:Verdana,sans-serif}.bolditalics{font-style:italic;font-weight:700}.boxed_message{background:#1b1c1e;border:1px solid #a3b9d9;margin:.5em;padding:.5em .75em;text-align:center}.boxed_message.left_align_text{text-align:left}.boxed_message.red_border{background:#1e1b1b;border-color:#a00}.boxed_message.green_border{background:#1b1e1c;border-color:#0f0}.boxed_message.purple_border{background:#1d1c1f;border-color:#8000ff}.boxed_message.notice_border{background:#1b1c1e;border-color:#6685f5}.boxed_message.thick_border{border-width:thick}.oxygen{color:#449dff}.nitrogen{color:#f94541}.carbon_dioxide{color:#ccc}.plasma{color:#eb6b00}.sleeping_agent{color:#f28b89}.agent_b{color:teal}.theme-light .color-black{color:#000!important}.theme-light .color-white{color:#e6e6e6!important}.theme-light .color-red{color:#c82121!important}.theme-light .color-orange{color:#e6630d!important}.theme-light .color-yellow{color:#e5c304!important}.theme-light .color-olive{color:#a3b816!important}.theme-light .color-green{color:#1d9f3b!important}.theme-light .color-teal{color:#00a39c!important}.theme-light .color-blue{color:#1e78bb!important}.theme-light .color-violet{color:#5a30b5!important}.theme-light .color-purple{color:#932eb4!important}.theme-light .color-pink{color:#db228a!important}.theme-light .color-brown{color:#955d39!important}.theme-light .color-grey{color:#e6e6e6!important}.theme-light .color-good{color:#529923!important}.theme-light .color-average{color:#da810e!important}.theme-light .color-bad{color:#c82121!important}.theme-light .color-label{color:#353535!important}.theme-light .color-gold{color:#e39b0d!important}.theme-light .color-bg-black{background-color:#000!important}.theme-light .color-bg-white{background-color:#bfbfbf!important}.theme-light .color-bg-red{background-color:#a61c1c!important}.theme-light .color-bg-orange{background-color:#c0530b!important}.theme-light .color-bg-yellow{background-color:#bfa303!important}.theme-light .color-bg-olive{background-color:#889912!important}.theme-light .color-bg-green{background-color:#188532!important}.theme-light .color-bg-teal{background-color:#008882!important}.theme-light .color-bg-blue{background-color:#19649c!important}.theme-light .color-bg-violet{background-color:#4b2897!important}.theme-light .color-bg-purple{background-color:#7a2696!important}.theme-light .color-bg-pink{background-color:#b61d73!important}.theme-light .color-bg-brown{background-color:#7c4d2f!important}.theme-light .color-bg-grey{background-color:#bfbfbf!important}.theme-light .color-bg-good{background-color:#44801d!important}.theme-light .color-bg-average{background-color:#b56b0b!important}.theme-light .color-bg-bad{background-color:#a61c1c!important}.theme-light .color-bg-label{background-color:#2c2c2c!important}.theme-light .color-bg-gold{background-color:#bd810b!important}.theme-light .color-border-black{border-color:#000!important}.theme-light .color-border-white{border-color:#e6e6e6!important}.theme-light .color-border-red{border-color:#c82121!important}.theme-light .color-border-orange{border-color:#e6630d!important}.theme-light .color-border-yellow{border-color:#e5c304!important}.theme-light .color-border-olive{border-color:#a3b816!important}.theme-light .color-border-green{border-color:#1d9f3b!important}.theme-light .color-border-teal{border-color:#00a39c!important}.theme-light .color-border-blue{border-color:#1e78bb!important}.theme-light .color-border-violet{border-color:#5a30b5!important}.theme-light .color-border-purple{border-color:#932eb4!important}.theme-light .color-border-pink{border-color:#db228a!important}.theme-light .color-border-brown{border-color:#955d39!important}.theme-light .color-border-grey{border-color:#e6e6e6!important}.theme-light .color-border-good{border-color:#529923!important}.theme-light .color-border-average{border-color:#da810e!important}.theme-light .color-border-bad{border-color:#c82121!important}.theme-light .color-border-label{border-color:#353535!important}.theme-light .color-border-gold{border-color:#e39b0d!important}.theme-light .Tabs{display:flex;align-items:stretch;overflow:hidden;background-color:#fff}.theme-light .Tabs--fill{height:100%}.theme-light .Section .Tabs{background-color:rgba(0,0,0,0)}.theme-light .Section:not(.Section--fitted) .Tabs{margin:0 -.5em .5em}.theme-light .Section:not(.Section--fitted) .Tabs:first-child{margin-top:-.5em}.theme-light .Tabs--vertical{flex-direction:column;padding:.25em .25em .25em 0}.theme-light .Tabs--horizontal{margin-bottom:.5em;padding:.25em .25em 0}.theme-light .Tabs--horizontal:last-child{margin-bottom:0}.theme-light .Tabs__Tab{flex-grow:0}.theme-light .Tabs--fluid .Tabs__Tab{flex-grow:1}.theme-light .Tab{display:flex;align-items:center;justify-content:space-between;background-color:rgba(0,0,0,0);color:rgba(0,0,0,.5);min-height:2.25em;min-width:4em;transition:background-color 50ms ease-out}.theme-light .Tab:not(.Tab--selected):hover{background-color:rgba(0,0,0,.075);transition:background-color 0}.theme-light .Tab--selected{background-color:rgba(0,0,0,.125);color:#404040}.theme-light .Tab__text{flex-grow:1;margin:0 .5em}.theme-light .Tab__left{min-width:1.5em;text-align:center;margin-left:.25em}.theme-light .Tab__right{min-width:1.5em;text-align:center;margin-right:.25em}.theme-light .Tabs--horizontal .Tab{border-top:.1666666667em solid rgba(0,0,0,0);border-bottom:.1666666667em solid rgba(0,0,0,0);border-top-left-radius:.25em;border-top-right-radius:.25em}.theme-light .Tabs--horizontal .Tab--selected{border-bottom:.1666666667em solid #000}.theme-light .Tabs--vertical .Tab{min-height:2em;border-left:.1666666667em solid rgba(0,0,0,0);border-right:.1666666667em solid rgba(0,0,0,0);border-top-right-radius:.25em;border-bottom-right-radius:.25em}.theme-light .Tabs--vertical .Tab--selected{border-left:.1666666667em solid #000}.theme-light .Tab--selected.Tab--color--black{color:#404040}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--black{border-bottom-color:#000}.theme-light .Tabs--vertical .Tab--selected.Tab--color--black{border-left-color:#000}.theme-light .Tab--selected.Tab--color--white{color:#ececec}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--white{border-bottom-color:#e6e6e6}.theme-light .Tabs--vertical .Tab--selected.Tab--color--white{border-left-color:#e6e6e6}.theme-light .Tab--selected.Tab--color--red{color:#e14d4d}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--red{border-bottom-color:#c82121}.theme-light .Tabs--vertical .Tab--selected.Tab--color--red{border-left-color:#c82121}.theme-light .Tab--selected.Tab--color--orange{color:#f48942}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--orange{border-bottom-color:#e6630d}.theme-light .Tabs--vertical .Tab--selected.Tab--color--orange{border-left-color:#e6630d}.theme-light .Tab--selected.Tab--color--yellow{color:#fcdd33}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--yellow{border-bottom-color:#e5c304}.theme-light .Tabs--vertical .Tab--selected.Tab--color--yellow{border-left-color:#e5c304}.theme-light .Tab--selected.Tab--color--olive{color:#d0e732}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--olive{border-bottom-color:#a3b816}.theme-light .Tabs--vertical .Tab--selected.Tab--color--olive{border-left-color:#a3b816}.theme-light .Tab--selected.Tab--color--green{color:#33da5a}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--green{border-bottom-color:#1d9f3b}.theme-light .Tabs--vertical .Tab--selected.Tab--color--green{border-left-color:#1d9f3b}.theme-light .Tab--selected.Tab--color--teal{color:#00faef}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--teal{border-bottom-color:#00a39c}.theme-light .Tabs--vertical .Tab--selected.Tab--color--teal{border-left-color:#00a39c}.theme-light .Tab--selected.Tab--color--blue{color:#419ce1}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--blue{border-bottom-color:#1e78bb}.theme-light .Tabs--vertical .Tab--selected.Tab--color--blue{border-left-color:#1e78bb}.theme-light .Tab--selected.Tab--color--violet{color:#7f58d3}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--violet{border-bottom-color:#5a30b5}.theme-light .Tabs--vertical .Tab--selected.Tab--color--violet{border-left-color:#5a30b5}.theme-light .Tab--selected.Tab--color--purple{color:#b455d4}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--purple{border-bottom-color:#932eb4}.theme-light .Tabs--vertical .Tab--selected.Tab--color--purple{border-left-color:#932eb4}.theme-light .Tab--selected.Tab--color--pink{color:#e558a7}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--pink{border-bottom-color:#db228a}.theme-light .Tabs--vertical .Tab--selected.Tab--color--pink{border-left-color:#db228a}.theme-light .Tab--selected.Tab--color--brown{color:#c0825a}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--brown{border-bottom-color:#955d39}.theme-light .Tabs--vertical .Tab--selected.Tab--color--brown{border-left-color:#955d39}.theme-light .Tab--selected.Tab--color--grey{color:#ececec}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--grey{border-bottom-color:#e6e6e6}.theme-light .Tabs--vertical .Tab--selected.Tab--color--grey{border-left-color:#e6e6e6}.theme-light .Tab--selected.Tab--color--good{color:#77d23b}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--good{border-bottom-color:#529923}.theme-light .Tabs--vertical .Tab--selected.Tab--color--good{border-left-color:#529923}.theme-light .Tab--selected.Tab--color--average{color:#f3a23a}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--average{border-bottom-color:#da810e}.theme-light .Tabs--vertical .Tab--selected.Tab--color--average{border-left-color:#da810e}.theme-light .Tab--selected.Tab--color--bad{color:#e14d4d}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--bad{border-bottom-color:#c82121}.theme-light .Tabs--vertical .Tab--selected.Tab--color--bad{border-left-color:#c82121}.theme-light .Tab--selected.Tab--color--label{color:#686868}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--label{border-bottom-color:#353535}.theme-light .Tabs--vertical .Tab--selected.Tab--color--label{border-left-color:#353535}.theme-light .Tab--selected.Tab--color--gold{color:#f4b73f}.theme-light .Tabs--horizontal .Tab--selected.Tab--color--gold{border-bottom-color:#e39b0d}.theme-light .Tabs--vertical .Tab--selected.Tab--color--gold{border-left-color:#e39b0d}.theme-light .Section{position:relative;margin-bottom:.5em;background-color:#fff;box-sizing:border-box}.theme-light .Section:last-child{margin-bottom:0}.theme-light .Section__title{position:relative;padding:.5em;border-bottom:.1666666667em solid #fff}.theme-light .Section__titleText{font-size:1.1666666667em;font-weight:700;color:#000}.theme-light .Section__buttons{position:absolute;display:inline-block;right:.5em;margin-top:-.0833333333em}.theme-light .Section__rest{position:relative}.theme-light .Section__content{padding:.66em .5em}.theme-light .Section--fitted>.Section__rest>.Section__content{padding:0}.theme-light .Section--fill{display:flex;flex-direction:column;height:100%}.theme-light .Section--fill>.Section__rest{flex-grow:1}.theme-light .Section--fill>.Section__rest>.Section__content{height:100%}.theme-light .Section--fill.Section--scrollable>.Section__rest>.Section__content{position:absolute;top:0;left:0;right:0;bottom:0}.theme-light .Section--fill.Section--iefix{display:table!important;width:100%!important;height:100%!important;border-collapse:collapse;border-spacing:0}.theme-light .Section--fill.Section--iefix>.Section__rest{display:table-row!important;height:100%!important}.theme-light .Section--scrollable{overflow-x:hidden;overflow-y:hidden}.theme-light .Section--scrollable>.Section__rest>.Section__content{overflow-y:auto;overflow-x:hidden}.theme-light .Section .Section{background-color:rgba(0,0,0,0);margin-left:-.5em;margin-right:-.5em}.theme-light .Section .Section:first-child{margin-top:-.5em}.theme-light .Section .Section .Section__titleText{font-size:1.0833333333em}.theme-light .Section .Section .Section .Section__titleText{font-size:1em}.theme-light .Button{position:relative;display:inline-block;line-height:1.667em;padding:0 .5em;margin-right:.1666666667em;white-space:nowrap;outline:0;border-radius:.16em;margin-bottom:.1666666667em;user-select:none;-ms-user-select:none}.theme-light .Button:last-child{margin-right:0;margin-bottom:0}.theme-light .Button .fa,.theme-light .Button .fas,.theme-light .Button .far{margin-left:-.25em;margin-right:-.25em;min-width:1.333em;text-align:center}.theme-light .Button--hasContent .fa,.theme-light .Button--hasContent .fas,.theme-light .Button--hasContent .far{margin-right:.25em}.theme-light .Button--hasContent.Button--iconRight .fa,.theme-light .Button--hasContent.Button--iconRight .fas,.theme-light .Button--hasContent.Button--iconRight .far{margin-right:0;margin-left:.25em}.theme-light .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-light .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-light .Button--circular{border-radius:50%}.theme-light .Button--compact{padding:0 .25em;line-height:1.333em}.theme-light .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-light .Button--modal{float:right;z-index:1;margin-top:-.5rem}.theme-light .Button--color--black{background-color:#000;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--black:hover{background-color:#101010;color:#fff}.theme-light .Button--color--black--translucent{background-color:rgba(0,0,0,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--black--translucent:hover{background-color:rgba(16,16,16,.5);color:#fff}.theme-light .Button--color--white{background-color:#bfbfbf;color:#000;transition:color .2s,background-color .2s}.theme-light .Button--color--white:hover{background-color:#e7e7e7;color:#000}.theme-light .Button--color--white--translucent{background-color:rgba(191,191,191,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--white--translucent:hover{background-color:rgba(231,231,231,.5);color:#fff}.theme-light .Button--color--red{background-color:#a61c1c;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--red:hover{background-color:#cb3030;color:#fff}.theme-light .Button--color--red--translucent{background-color:rgba(166,28,28,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--red--translucent:hover{background-color:rgba(203,48,48,.5);color:#fff}.theme-light .Button--color--orange{background-color:#c0530b;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--orange:hover{background-color:#e76d1d;color:#fff}.theme-light .Button--color--orange--translucent{background-color:rgba(192,83,11,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--orange--translucent:hover{background-color:rgba(231,109,29,.5);color:#fff}.theme-light .Button--color--yellow{background-color:#bfa303;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--yellow:hover{background-color:#e7c714;color:#fff}.theme-light .Button--color--yellow--translucent{background-color:rgba(191,163,3,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--yellow--translucent:hover{background-color:rgba(231,199,20,.5);color:#fff}.theme-light .Button--color--olive{background-color:#889912;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--olive:hover{background-color:#a9bc25;color:#fff}.theme-light .Button--color--olive--translucent{background-color:rgba(136,153,18,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--olive--translucent:hover{background-color:rgba(169,188,37,.5);color:#fff}.theme-light .Button--color--green{background-color:#188532;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--green:hover{background-color:#2ba648;color:#fff}.theme-light .Button--color--green--translucent{background-color:rgba(24,133,50,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--green--translucent:hover{background-color:rgba(43,166,72,.5);color:#fff}.theme-light .Button--color--teal{background-color:#008882;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--teal:hover{background-color:#10a9a2;color:#fff}.theme-light .Button--color--teal--translucent{background-color:rgba(0,136,130,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--teal--translucent:hover{background-color:rgba(16,169,162,.5);color:#fff}.theme-light .Button--color--blue{background-color:#19649c;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--blue:hover{background-color:#2c81c0;color:#fff}.theme-light .Button--color--blue--translucent{background-color:rgba(25,100,156,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--blue--translucent:hover{background-color:rgba(44,129,192,.5);color:#fff}.theme-light .Button--color--violet{background-color:#4b2897;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--violet:hover{background-color:#653db9;color:#fff}.theme-light .Button--color--violet--translucent{background-color:rgba(75,40,151,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--violet--translucent:hover{background-color:rgba(101,61,185,.5);color:#fff}.theme-light .Button--color--purple{background-color:#7a2696;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--purple:hover{background-color:#9a3bb9;color:#fff}.theme-light .Button--color--purple--translucent{background-color:rgba(122,38,150,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--purple--translucent:hover{background-color:rgba(154,59,185,.5);color:#fff}.theme-light .Button--color--pink{background-color:#b61d73;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--pink:hover{background-color:#d93591;color:#fff}.theme-light .Button--color--pink--translucent{background-color:rgba(182,29,115,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--pink--translucent:hover{background-color:rgba(217,53,145,.5);color:#fff}.theme-light .Button--color--brown{background-color:#7c4d2f;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--brown:hover{background-color:#9c6745;color:#fff}.theme-light .Button--color--brown--translucent{background-color:rgba(124,77,47,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--brown--translucent:hover{background-color:rgba(156,103,69,.5);color:#fff}.theme-light .Button--color--grey{background-color:#bfbfbf;color:#000;transition:color .2s,background-color .2s}.theme-light .Button--color--grey:hover{background-color:#e7e7e7;color:#000}.theme-light .Button--color--grey--translucent{background-color:rgba(191,191,191,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--grey--translucent:hover{background-color:rgba(231,231,231,.5);color:#fff}.theme-light .Button--color--good{background-color:#44801d;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--good:hover{background-color:#5d9f31;color:#fff}.theme-light .Button--color--good--translucent{background-color:rgba(68,128,29,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--good--translucent:hover{background-color:rgba(93,159,49,.5);color:#fff}.theme-light .Button--color--average{background-color:#b56b0b;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--average:hover{background-color:#dc891d;color:#fff}.theme-light .Button--color--average--translucent{background-color:rgba(181,107,11,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--average--translucent:hover{background-color:rgba(220,137,29,.5);color:#fff}.theme-light .Button--color--bad{background-color:#a61c1c;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--bad:hover{background-color:#cb3030;color:#fff}.theme-light .Button--color--bad--translucent{background-color:rgba(166,28,28,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--bad--translucent:hover{background-color:rgba(203,48,48,.5);color:#fff}.theme-light .Button--color--label{background-color:#2c2c2c;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--label:hover{background-color:#424242;color:#fff}.theme-light .Button--color--label--translucent{background-color:rgba(44,44,44,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--label--translucent:hover{background-color:rgba(66,66,66,.5);color:#fff}.theme-light .Button--color--gold{background-color:#bd810b;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--gold:hover{background-color:#e5a11c;color:#fff}.theme-light .Button--color--gold--translucent{background-color:rgba(189,129,11,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--gold--translucent:hover{background-color:rgba(229,161,28,.5);color:#fff}.theme-light .Button--color--transparent{background-color:rgba(238,238,238,0);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--transparent:hover{background-color:rgba(255,255,255,.81);color:#000}.theme-light .Button--color--default{background-color:#bbb;color:#000;transition:color .2s,background-color .2s}.theme-light .Button--color--default:hover{background-color:#e3e3e3;color:#000}.theme-light .Button--color--default--translucent{background-color:rgba(251,251,251,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--default--translucent:hover{background-color:rgba(254,254,254,.5);color:#fff}.theme-light .Button--color--caution{background-color:#be6209;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--caution:hover{background-color:#e67f1a;color:#fff}.theme-light .Button--color--caution--translucent{background-color:rgba(190,98,9,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--caution--translucent:hover{background-color:rgba(230,127,26,.5);color:#fff}.theme-light .Button--color--danger{background-color:#9a9d00;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--color--danger:hover{background-color:#bec110;color:#fff}.theme-light .Button--color--danger--translucent{background-color:rgba(154,157,0,.33);color:rgba(0,0,0,.5);transition:color .2s,background-color .2s}.theme-light .Button--color--danger--translucent:hover{background-color:rgba(190,193,16,.5);color:#fff}.theme-light .Button--disabled{background-color:#363636!important;color:rgba(0,0,0,.75)!important}.theme-light .Button--disabled--translucent{background-color:rgba(77,23,23,.5)!important;color:rgba(0,0,0,.5)!important}.theme-light .Button--selected,.theme-light .Button--selected--translucent{background-color:#0668b8;color:#fff;transition:color .2s,background-color .2s}.theme-light .Button--selected:hover,.theme-light .Button--selected--translucent:hover{background-color:#1785df;color:#fff}.theme-light .NumberInput{position:relative;display:inline-block;border:.0833333333em solid #353535;border:.0833333333em solid rgba(53,53,53,.75);border-radius:.16em;color:#353535;background-color:#e6e6e6;padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;text-align:right;overflow:visible;cursor:n-resize}.theme-light .NumberInput--fluid{display:block}.theme-light .NumberInput__content{margin-left:.5em}.theme-light .NumberInput__barContainer{position:absolute;top:.1666666667em;bottom:.1666666667em;left:.1666666667em}.theme-light .NumberInput__bar{position:absolute;bottom:0;left:0;width:.25em;box-sizing:border-box;border-bottom:.0833333333em solid #353535;background-color:#353535}.theme-light .NumberInput__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:#e6e6e6;color:#000;text-align:right}.theme-light .Input{position:relative;display:inline-block;width:10em;border:.0833333333em solid #353535;border:.0833333333em solid rgba(53,53,53,.75);border-radius:.16em;color:#000;background-color:#e6e6e6;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;overflow:visible;white-space:nowrap}.theme-light .Input--disabled{color:#777;border-color:#000;border-color:rgba(0,0,0,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.theme-light .Input--fluid{display:block;width:auto}.theme-light .Input__baseline{display:inline-block;color:rgba(0,0,0,0)}.theme-light .Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#000;color:inherit}.theme-light .Input__input::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-light .Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-light .Input__textarea{border:0;width:calc(100% + 4px);font-size:1em;line-height:1.4166666667em;margin-left:-.3333333333em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.theme-light .Input__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-light .Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-light .Input--monospace .Input__input{font-family:Consolas,monospace}.theme-light .TextArea{position:relative;display:inline-block;border:.0833333333em solid #353535;border:.0833333333em solid rgba(53,53,53,.75);border-radius:.16em;background-color:#e6e6e6;margin-right:.1666666667em;line-height:1.4166666667em;box-sizing:border-box;width:100%}.theme-light .TextArea--fluid{display:block;width:auto;height:auto}.theme-light .TextArea__textarea{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;height:100%;font-size:1em;line-height:1.4166666667em;min-height:1.4166666667em;margin:0;padding:0 .5em;font-family:inherit;background-color:rgba(0,0,0,0);color:inherit;box-sizing:border-box;word-wrap:break-word;overflow:hidden}.theme-light .TextArea__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-light .TextArea__textarea:-ms-input-placeholder{font-style:italic;color:rgba(125,125,125,.75)}.theme-light .Knob{position:relative;font-size:1rem;width:2.6em;height:2.6em;margin:0 auto -.2em;cursor:n-resize}.theme-light .Knob:after{content:".";color:rgba(0,0,0,0);line-height:2.5em}.theme-light .Knob__circle{position:absolute;top:.1em;bottom:.1em;left:.1em;right:.1em;margin:.3em;background-color:#333;background-image:linear-gradient(to bottom,rgba(255,255,255,.15),rgba(255,255,255,0));border-radius:50%;box-shadow:0 .05em .5em rgba(0,0,0,.5)}.theme-light .Knob__cursorBox{position:absolute;top:0;bottom:0;left:0;right:0}.theme-light .Knob__cursor{position:relative;top:.05em;margin:0 auto;width:.2em;height:.8em;background-color:rgba(255,255,255,.9)}.theme-light .Knob__popupValue,.theme-light .Knob__popupValue--right{position:absolute;top:-2rem;right:50%;font-size:1rem;text-align:center;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.theme-light .Knob__popupValue--right{top:.25rem;right:-50%}.theme-light .Knob__ring{position:absolute;top:0;bottom:0;left:0;right:0;padding:.1em}.theme-light .Knob__ringTrackPivot{transform:rotate(135deg)}.theme-light .Knob__ringTrack{fill:rgba(0,0,0,0);stroke:rgba(255,255,255,.1);stroke-width:8;stroke-linecap:round;stroke-dasharray:235.62}.theme-light .Knob__ringFillPivot{transform:rotate(135deg)}.theme-light .Knob--bipolar .Knob__ringFillPivot{transform:rotate(270deg)}.theme-light .Knob__ringFill{fill:rgba(0,0,0,0);stroke:#6a96c9;stroke-width:8;stroke-linecap:round;stroke-dasharray:314.16;transition:stroke 50ms}.theme-light .Knob--color--black .Knob__ringFill{stroke:#000}.theme-light .Knob--color--white .Knob__ringFill{stroke:#e6e6e6}.theme-light .Knob--color--red .Knob__ringFill{stroke:#c82121}.theme-light .Knob--color--orange .Knob__ringFill{stroke:#e6630d}.theme-light .Knob--color--yellow .Knob__ringFill{stroke:#e5c304}.theme-light .Knob--color--olive .Knob__ringFill{stroke:#a3b816}.theme-light .Knob--color--green .Knob__ringFill{stroke:#1d9f3b}.theme-light .Knob--color--teal .Knob__ringFill{stroke:#00a39c}.theme-light .Knob--color--blue .Knob__ringFill{stroke:#1e78bb}.theme-light .Knob--color--violet .Knob__ringFill{stroke:#5a30b5}.theme-light .Knob--color--purple .Knob__ringFill{stroke:#932eb4}.theme-light .Knob--color--pink .Knob__ringFill{stroke:#db228a}.theme-light .Knob--color--brown .Knob__ringFill{stroke:#955d39}.theme-light .Knob--color--grey .Knob__ringFill{stroke:#e6e6e6}.theme-light .Knob--color--good .Knob__ringFill{stroke:#529923}.theme-light .Knob--color--average .Knob__ringFill{stroke:#da810e}.theme-light .Knob--color--bad .Knob__ringFill{stroke:#c82121}.theme-light .Knob--color--label .Knob__ringFill{stroke:#353535}.theme-light .Knob--color--gold .Knob__ringFill{stroke:#e39b0d}.theme-light .Slider:not(.Slider__disabled){cursor:e-resize}.theme-light .Slider__cursorOffset{position:absolute;top:0;left:0;bottom:0;transition:none!important}.theme-light .Slider__cursor{position:absolute;top:0;right:-.0833333333em;bottom:0;width:0;border-left:.1666666667em solid #000}.theme-light .Slider__pointer{position:absolute;right:-.4166666667em;bottom:-.3333333333em;width:0;height:0;border-left:.4166666667em solid rgba(0,0,0,0);border-right:.4166666667em solid rgba(0,0,0,0);border-bottom:.4166666667em solid #000}.theme-light .Slider__popupValue{position:absolute;right:0;top:-2rem;font-size:1rem;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.theme-light .ProgressBar{display:inline-block;position:relative;width:100%;padding:0 .5em;border-radius:.16em;background-color:rgba(0,0,0,0);transition:border-color .5s}.theme-light .ProgressBar__fill{position:absolute;top:-.5px;left:0;bottom:-.5px}.theme-light .ProgressBar__fill--animated{transition:background-color .5s,width .5s}.theme-light .ProgressBar__content{position:relative;line-height:1.4166666667em;width:100%;text-align:right}.theme-light .ProgressBar--color--default{border:.0833333333em solid #bfbfbf}.theme-light .ProgressBar--color--default .ProgressBar__fill{background-color:#bfbfbf}.theme-light .ProgressBar--color--disabled{border:1px solid #999}.theme-light .ProgressBar--color--disabled .ProgressBar__fill{background-color:#999}.theme-light .ProgressBar--color--black{border:.0833333333em solid #000!important}.theme-light .ProgressBar--color--black .ProgressBar__fill{background-color:#000}.theme-light .ProgressBar--color--white{border:.0833333333em solid #bfbfbf!important}.theme-light .ProgressBar--color--white .ProgressBar__fill{background-color:#bfbfbf}.theme-light .ProgressBar--color--red{border:.0833333333em solid #a61c1c!important}.theme-light .ProgressBar--color--red .ProgressBar__fill{background-color:#a61c1c}.theme-light .ProgressBar--color--orange{border:.0833333333em solid #c0530b!important}.theme-light .ProgressBar--color--orange .ProgressBar__fill{background-color:#c0530b}.theme-light .ProgressBar--color--yellow{border:.0833333333em solid #bfa303!important}.theme-light .ProgressBar--color--yellow .ProgressBar__fill{background-color:#bfa303}.theme-light .ProgressBar--color--olive{border:.0833333333em solid #889912!important}.theme-light .ProgressBar--color--olive .ProgressBar__fill{background-color:#889912}.theme-light .ProgressBar--color--green{border:.0833333333em solid #188532!important}.theme-light .ProgressBar--color--green .ProgressBar__fill{background-color:#188532}.theme-light .ProgressBar--color--teal{border:.0833333333em solid #008882!important}.theme-light .ProgressBar--color--teal .ProgressBar__fill{background-color:#008882}.theme-light .ProgressBar--color--blue{border:.0833333333em solid #19649c!important}.theme-light .ProgressBar--color--blue .ProgressBar__fill{background-color:#19649c}.theme-light .ProgressBar--color--violet{border:.0833333333em solid #4b2897!important}.theme-light .ProgressBar--color--violet .ProgressBar__fill{background-color:#4b2897}.theme-light .ProgressBar--color--purple{border:.0833333333em solid #7a2696!important}.theme-light .ProgressBar--color--purple .ProgressBar__fill{background-color:#7a2696}.theme-light .ProgressBar--color--pink{border:.0833333333em solid #b61d73!important}.theme-light .ProgressBar--color--pink .ProgressBar__fill{background-color:#b61d73}.theme-light .ProgressBar--color--brown{border:.0833333333em solid #7c4d2f!important}.theme-light .ProgressBar--color--brown .ProgressBar__fill{background-color:#7c4d2f}.theme-light .ProgressBar--color--grey{border:.0833333333em solid #bfbfbf!important}.theme-light .ProgressBar--color--grey .ProgressBar__fill{background-color:#bfbfbf}.theme-light .ProgressBar--color--good{border:.0833333333em solid #44801d!important}.theme-light .ProgressBar--color--good .ProgressBar__fill{background-color:#44801d}.theme-light .ProgressBar--color--average{border:.0833333333em solid #b56b0b!important}.theme-light .ProgressBar--color--average .ProgressBar__fill{background-color:#b56b0b}.theme-light .ProgressBar--color--bad{border:.0833333333em solid #a61c1c!important}.theme-light .ProgressBar--color--bad .ProgressBar__fill{background-color:#a61c1c}.theme-light .ProgressBar--color--label{border:.0833333333em solid #2c2c2c!important}.theme-light .ProgressBar--color--label .ProgressBar__fill{background-color:#2c2c2c}.theme-light .ProgressBar--color--gold{border:.0833333333em solid #bd810b!important}.theme-light .ProgressBar--color--gold .ProgressBar__fill{background-color:#bd810b}.theme-light .Chat{color:#000}.theme-light .Chat__badge{display:inline-block;min-width:.5em;font-size:.7em;padding:.2em .3em;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#dc143c;border-radius:10px;transition:font-size .2s}.theme-light .Chat__badge:before{content:"x"}.theme-light .Chat__badge--animate{font-size:.9em;transition:font-size 0ms}.theme-light .Chat__scrollButton{position:fixed;right:2em;bottom:1em}.theme-light .Chat__reconnected{font-size:.85em;text-align:center;margin:1em 0 2em}.theme-light .Chat__reconnected:before{content:"Reconnected";display:inline-block;border-radius:1em;padding:0 .7em;color:#db2828;background-color:#fff}.theme-light .Chat__reconnected:after{content:"";display:block;margin-top:-.75em;border-bottom:.1666666667em solid #db2828}.theme-light .Chat__highlight{color:#000}.theme-light .Chat__highlight--restricted{color:#fff;background-color:#a00;font-weight:700}.theme-light .ChatMessage{word-wrap:break-word}.theme-light .ChatMessage--highlighted{position:relative;border-left:.1666666667em solid #fd4;padding-left:.5em}.theme-light .ChatMessage--highlighted:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,221,68,.1);pointer-events:none}.theme-light html,.theme-light body{scrollbar-color:#a7a7a7 #f2f2f2}.theme-light .Layout,.theme-light .Layout *{scrollbar-base-color:#f2f2f2;scrollbar-face-color:#d6d6d6;scrollbar-3dlight-color:#eee;scrollbar-highlight-color:#eee;scrollbar-track-color:#f2f2f2;scrollbar-arrow-color:#777;scrollbar-shadow-color:#d6d6d6}.theme-light .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.theme-light .Layout__content--flexRow{display:flex;flex-flow:row}.theme-light .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-light .Layout__content--scrollable{overflow-y:auto;margin-bottom:0}.theme-light .Layout__content--noMargin{margin:0}.theme-light .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#000;background-color:#eee;background-image:linear-gradient(to bottom,#eee,#eee)}.theme-light .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px;height:2.6666666667rem}.theme-light .Window__rest{position:fixed;top:32px;top:2.6666666667rem;bottom:0;left:0;right:0}.theme-light .Window__contentPadding{margin:.5rem;height:100%;height:calc(100% - 1.01rem)}.theme-light .Window__contentPadding:after{height:0}.theme-light .Layout__content--scrollable .Window__contentPadding:after{display:block;content:"";height:.5rem}.theme-light .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(252,252,252,.25);pointer-events:none}.theme-light .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;width:1.6666666667rem;height:20px;height:1.6666666667rem;cursor:se-resize}.theme-light .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;height:.5rem;cursor:s-resize}.theme-light .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;width:.25rem;cursor:e-resize}.theme-light .TitleBar{background-color:#eee;border-bottom:1px solid rgba(0,0,0,.25);box-shadow:0 2px 2px rgba(0,0,0,.1);box-shadow:0 .1666666667rem .1666666667rem rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-light .TitleBar__clickable{color:rgba(0,0,0,.5);background-color:#eee;transition:color .25s,background-color .25s}.theme-light .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-light .TitleBar__title{position:absolute;top:0;left:46px;left:3.8333333333rem;color:rgba(0,0,0,.75);font-size:14px;font-size:1.1666666667rem;line-height:31px;line-height:2.5833333333rem;white-space:nowrap}.theme-light .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px;height:2.6666666667rem}.theme-light .TitleBar__statusIcon{position:absolute;top:0;left:12px;left:1rem;transition:color .5s;font-size:20px;font-size:1.6666666667rem;line-height:32px!important;line-height:2.6666666667rem!important}.theme-light .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;width:3.75rem;height:32px;height:2.6666666667rem;font-size:20px;font-size:1.6666666667rem;line-height:31px;line-height:2.5833333333rem;text-align:center}.theme-light .TitleBar__devBuildIndicator{position:absolute;top:6px;top:.5rem;right:52px;right:4.3333333333rem;min-width:20px;min-width:1.6666666667rem;padding:2px 4px;padding:.1666666667rem .3333333333rem;background-color:rgba(91,170,39,.75);color:#fff;text-align:center}.theme-light html,.theme-light body{padding:0;margin:0;height:100%;color:#000}.theme-light body{background:#fff;font-family:Verdana,sans-serif;font-size:13px;line-height:1.2;overflow-x:hidden;overflow-y:scroll;word-wrap:break-word}.theme-light img{margin:0;padding:0;line-height:1;-ms-interpolation-mode:nearest-neighbor;image-rendering:pixelated}.theme-light img.icon{height:1em;min-height:16px;width:auto;vertical-align:bottom}.theme-light a{color:#00f}.theme-light a.popt{text-decoration:none}.theme-light .popup{position:fixed;top:50%;left:50%;background:#ddd}.theme-light .popup .close{position:absolute;background:#aaa;top:0;right:0;color:#333;text-decoration:none;z-index:2;padding:0 10px;height:30px;line-height:30px}.theme-light .popup .close:hover{background:#999}.theme-light .popup .head{background:#999;color:#ddd;padding:0 10px;height:30px;line-height:30px;text-transform:uppercase;font-size:.9em;font-weight:700;border-bottom:2px solid green}.theme-light .popup input{border:1px solid #999;background:#fff;margin:0;padding:5px;outline:none;color:#333}.theme-light .popup input[type=text]:hover,.theme-light .popup input[type=text]:active,.theme-light .popup input[type=text]:focus{border-color:green}.theme-light .popup input[type=submit]{padding:5px 10px;background:#999;color:#ddd;text-transform:uppercase;font-size:.9em;font-weight:700}.theme-light .popup input[type=submit]:hover,.theme-light .popup input[type=submit]:focus,.theme-light .popup input[type=submit]:active{background:#aaa;cursor:pointer}.theme-light .changeFont{padding:10px}.theme-light .changeFont a{display:block;text-decoration:none;padding:3px;color:#333}.theme-light .changeFont a:hover{background:#ccc}.theme-light .highlightPopup{padding:10px;text-align:center}.theme-light .highlightPopup input[type=text]{display:block;width:215px;text-align:left;margin-top:5px}.theme-light .highlightPopup input.highlightColor{background-color:#ff0}.theme-light .highlightPopup input.highlightTermSubmit{margin-top:5px}.theme-light .contextMenu{background-color:#ddd;position:fixed;margin:2px;width:150px}.theme-light .contextMenu a{display:block;padding:2px 5px;text-decoration:none;color:#333}.theme-light .contextMenu a:hover{background-color:#ccc}.theme-light .filterMessages{padding:5px}.theme-light .filterMessages div{padding:2px 0}.theme-light .icon-stack{height:1em;line-height:1em;width:1em;vertical-align:middle;margin-top:-2px}.theme-light .motd{color:#638500;font-family:Verdana,sans-serif;white-space:normal}.theme-light .motd h1,.theme-light .motd h2,.theme-light .motd h3,.theme-light .motd h4,.theme-light .motd h5,.theme-light .motd h6{color:#638500;text-decoration:underline}.theme-light .motd a,.theme-light .motd a:link,.theme-light .motd a:active,.theme-light .motd a:hover{color:#638500}.theme-light .italic,.theme-light .italics,.theme-light .emote{font-style:italic}.theme-light .highlight{background:#ff0}.theme-light h1,.theme-light h2,.theme-light h3,.theme-light h4,.theme-light h5,.theme-light h6{color:#00f;font-family:Georgia,Verdana,sans-serif}.theme-light em{font-style:normal;font-weight:700}.theme-light .darkmblue{color:#00f}.theme-light .prefix,.theme-light .ooc{font-weight:700}.theme-light .looc{color:#69c;font-weight:700}.theme-light .adminobserverooc{color:#09c;font-weight:700}.theme-light .adminooc{color:#b82e00;font-weight:700}.theme-light .adminobserver{color:#960;font-weight:700}.theme-light .admin{color:#386aff;font-weight:700}.theme-light .adminsay{color:#9611d4;font-weight:700}.theme-light .mentorhelp{color:#07b;font-weight:700}.theme-light .adminhelp{color:#a00;font-weight:700}.theme-light .playerreply{color:#80b;font-weight:700}.theme-light .pmsend{color:#00f}.theme-light .debug{color:#6d2f83}.theme-light .name,.theme-light .yell{font-weight:700}.theme-light .siliconsay{font-family:Courier New,Courier,monospace}.theme-light .deadsay{color:#5c00e6}.theme-light .radio{color:#408010}.theme-light .deptradio{color:#939}.theme-light .comradio{color:#204090}.theme-light .syndradio{color:#6d3f40}.theme-light .dsquadradio{color:#686868}.theme-light .resteamradio{color:#18bc46}.theme-light .airadio{color:#f0f}.theme-light .centradio{color:#5c5c7c}.theme-light .secradio{color:#a30000}.theme-light .engradio{color:#a66300}.theme-light .medradio{color:#009190}.theme-light .sciradio{color:#939}.theme-light .supradio{color:#7f6539}.theme-light .srvradio{color:#80a000}.theme-light .proradio{color:#e3027a}.theme-light .admin_channel{color:#9a04d1;font-weight:700}.theme-light .all_admin_ping{color:#12a5f4;font-weight:700;font-size:120%;text-align:center}.theme-light .mentor_channel{color:#775bff;font-weight:700}.theme-light .mentor_channel_admin{color:#a35cff;font-weight:700}.theme-light .dev_channel{color:#126719;font-weight:700}.theme-light .dev_channel_admin{color:#26a419;font-weight:700}.theme-light .djradio{color:#630}.theme-light .binaryradio{color:#0b0050;font-family:Courier New,Courier,monospace}.theme-light .mommiradio{color:navy}.theme-light .alert{color:red}.theme-light h1.alert,.theme-light h2.alert{color:#000}.theme-light .ghostalert{color:#5c00e6;font-style:italic;font-weight:700}.theme-light .emote{font-style:italic}.theme-light .selecteddna{color:#fff;background-color:#001b1b}.theme-light .attack{color:red}.theme-light .moderate{color:#c00}.theme-light .disarm{color:#900}.theme-light .passive{color:#600}.theme-light .warning{color:red;font-style:italic}.theme-light .boldwarning{color:red;font-style:italic;font-weight:700}.theme-light .danger{color:red;font-weight:700}.theme-light .userdanger{color:red;font-weight:700;font-size:120%}.theme-light .biggerdanger{color:red;font-weight:700;font-size:150%}.theme-light .notice{color:#009}.theme-light .boldnotice{color:#009;font-weight:700}.theme-light .suicide{color:#ff5050;font-style:italic}.theme-light .green{color:#03bb39}.theme-light .pr_announce{color:#228b22;font-weight:700}.theme-light .boldannounceic,.theme-light .boldannounceooc{color:red;font-weight:700}.theme-light .greenannounce{color:#0f0;font-weight:700}.theme-light .alien{color:#543354}.theme-light .noticealien{color:#00c000}.theme-light .alertalien{color:#00c000;font-weight:700}.theme-light .terrorspider{color:#320e32}.theme-light .dantalion{color:#6a2148}.theme-light .chaosverygood{color:#19e0c0;font-weight:700;font-size:120%}.theme-light .chaosgood{color:#19e0c0;font-weight:700}.theme-light .chaosneutral{color:#479ac0;font-weight:700}.theme-light .chaosbad{color:#9047c0;font-weight:700}.theme-light .chaosverybad{color:#9047c0;font-weight:700;font-size:120%}.theme-light .sinister{color:purple;font-weight:700;font-style:italic}.theme-light .blob{color:#006221;font-weight:700;font-style:italic}.theme-light .confirm{color:#00af3b}.theme-light .rose{color:#ff5050}.theme-light .sans{font-family:Comic Sans MS,cursive,sans-serif}.theme-light .wingdings{font-family:Wingdings,Webdings}.theme-light .robot{font-family:OCR-A,monospace;font-size:1.15em;font-weight:700}.theme-light .ancient{color:#008b8b;font-style:italic}.theme-light .newscaster{color:maroon}.theme-light .mod{color:#735638;font-weight:700}.theme-light .modooc{color:#184880;font-weight:700}.theme-light .adminmod{color:#402a14;font-weight:700}.theme-light .tajaran{color:#803b56}.theme-light .skrell{color:#00ced1}.theme-light .solcom{color:#22228b}.theme-light .com_srus{color:#7c4848}.theme-light .soghun{color:#228b22}.theme-light .changeling{color:purple}.theme-light .vox{color:#a0a}.theme-light .diona{color:#804000;font-weight:700}.theme-light .trinary{color:#727272}.theme-light .kidan{color:#664205}.theme-light .slime{color:#07a}.theme-light .drask{color:#a3d4eb;font-family:Arial Black}.theme-light .moth{color:#869b29;font-family:Copperplate}.theme-light .clown{color:red}.theme-light .vulpkanin{color:#b97a57}.theme-light .abductor{color:purple;font-style:italic}.theme-light .mind_control{color:#a00d6f;font-size:3;font-weight:700;font-style:italic}.theme-light .rough{font-family:Trebuchet MS,cursive,sans-serif}.theme-light .say_quote{font-family:Georgia,Verdana,sans-serif}.theme-light .cult{color:purple;font-weight:700;font-style:italic}.theme-light .cultspeech{color:#7f0000;font-style:italic}.theme-light .cultitalic{color:#960000;font-style:italic}.theme-light .cultlarge{color:#960000;font-weight:700;font-size:120%}.theme-light .narsie{color:#960000;font-weight:700;font-size:300%}.theme-light .narsiesmall{color:#960000;font-weight:700;font-size:200%}.theme-light .zombie{color:#7c4848}.theme-light .zombielarge{color:#7c4848;font-weight:700;font-size:120%}.theme-light .interface{color:#303}.theme-light .big{font-size:150%}.theme-light .reallybig{font-size:175%}.theme-light .greentext{color:#0f0;font-size:150%}.theme-light .redtext{color:red;font-size:150%}.theme-light .bold{font-weight:700}.theme-light .his_grace{color:#15d512;font-family:Courier New,cursive,sans-serif;font-style:italic}.theme-light .center{text-align:center}.theme-light .red{color:red}.theme-light .purple{color:#5e2d79}.theme-light .skeleton{color:#585858;font-weight:700;font-style:italic}.theme-light .gutter{color:#7092be;font-family:Trebuchet MS,cursive,sans-serif}.theme-light .orange{color:orange}.theme-light .orangei{color:orange;font-style:italic}.theme-light .orangeb{color:orange;font-weight:700}.theme-light .resonate{color:#298f85}.theme-light .healthscan_oxy{color:#0074bd}.theme-light .revennotice{color:#1d2953}.theme-light .revenboldnotice{color:#1d2953;font-weight:700}.theme-light .revenbignotice{color:#1d2953;font-weight:700;font-size:120%}.theme-light .revenminor{color:#823abb}.theme-light .revenwarning{color:#760fbb;font-style:italic}.theme-light .revendanger{color:#760fbb;font-weight:700;font-size:120%}.theme-light .specialnoticebold{color:#36525e;font-weight:700;font-size:120%}.theme-light .specialnotice{color:#36525e;font-size:120%}.theme-light .medal{font-weight:700}.theme-light .good{color:green}.theme-light .average{color:#ff8000}.theme-light .bad{color:red}.theme-light .italics,.theme-light .talkinto{font-style:italic}.theme-light .whisper{font-style:italic;color:#333}.theme-light .recruit{color:#5c00e6;font-weight:700;font-style:italic}.theme-light .memo{color:#638500;text-align:center}.theme-light .memoedit{text-align:center;font-size:75%}.theme-light .connectionClosed,.theme-light .fatalError{background:red;color:#fff;padding:5px}.theme-light .connectionClosed.restored{background:green}.theme-light .internal.boldnshit{color:#00f;font-weight:700}.theme-light .rebooting{background:#2979af;color:#fff;padding:5px}.theme-light .rebooting a{color:#fff!important;text-decoration-color:#fff!important}.theme-light .text-normal{font-weight:400;font-style:normal}.theme-light .hidden{display:none;visibility:hidden}.theme-light .colossus{color:#7f282a;font-size:175%}.theme-light .hierophant{color:#609;font-weight:700;font-style:italic}.theme-light .hierophant_warning{color:#609;font-style:italic}.theme-light .emoji{max-height:16px;max-width:16px}.theme-light .adminticket{color:#3e7336;font-weight:700}.theme-light .adminticketalt{color:#014c8a;font-weight:700}.theme-light span.body .codephrases{color:#00f}.theme-light span.body .coderesponses{color:red}.theme-light .announcement h1,.theme-light .announcement h2{color:#000;margin:8pt 0;line-height:1.2}.theme-light .announcement p{color:#d82020;line-height:1.3}.theme-light .announcement.minor h1{font-size:180%}.theme-light .announcement.minor h2{font-size:170%}.theme-light .announcement.sec h1{color:red;font-size:180%;font-family:Verdana,sans-serif}.theme-light .bolditalics{font-style:italic;font-weight:700}.theme-light .boxed_message{background:#f7fcff;border:1px solid #111a26;margin:.5em;padding:.5em .75em;text-align:center}.theme-light .boxed_message.left_align_text{text-align:left}.theme-light .boxed_message.red_border{background:#fff7f7;border-color:#a00}.theme-light .boxed_message.green_border{background:#f7fff7;border-color:#0f0}.theme-light .boxed_message.purple_border{background:#fdf7ff;border-color:#a0f}.theme-light .boxed_message.notice_border{background:#f7fdff;border-color:#0000bf}.theme-light .boxed_message.thick_border{border-width:thick}.theme-light .oxygen{color:#006adb}.theme-light .nitrogen{color:#d00a06}.theme-light .carbon_dioxide{color:#1f1f1f}.theme-light .plasma{color:#853c00}.theme-light .sleeping_agent{color:#e82f2c}.theme-light .agent_b{color:#004d4d}.theme-ntos .color-black{color:#1a1a1a!important}.theme-ntos .color-white{color:#fff!important}.theme-ntos .color-red{color:#df3e3e!important}.theme-ntos .color-orange{color:#f37f33!important}.theme-ntos .color-yellow{color:#fbda21!important}.theme-ntos .color-olive{color:#cbe41c!important}.theme-ntos .color-green{color:#25ca4c!important}.theme-ntos .color-teal{color:#00d6cc!important}.theme-ntos .color-blue{color:#2e93de!important}.theme-ntos .color-violet{color:#7349cf!important}.theme-ntos .color-purple{color:#ad45d0!important}.theme-ntos .color-pink{color:#e34da1!important}.theme-ntos .color-brown{color:#b97447!important}.theme-ntos .color-grey{color:#848484!important}.theme-ntos .color-good{color:#68c22d!important}.theme-ntos .color-average{color:#f29a29!important}.theme-ntos .color-bad{color:#df3e3e!important}.theme-ntos .color-label{color:#8b9bb0!important}.theme-ntos .color-gold{color:#f3b22f!important}.theme-ntos .color-bg-black{background-color:#000!important}.theme-ntos .color-bg-white{background-color:#d9d9d9!important}.theme-ntos .color-bg-red{background-color:#bd2020!important}.theme-ntos .color-bg-orange{background-color:#d95e0c!important}.theme-ntos .color-bg-yellow{background-color:#d9b804!important}.theme-ntos .color-bg-olive{background-color:#9aad14!important}.theme-ntos .color-bg-green{background-color:#1b9638!important}.theme-ntos .color-bg-teal{background-color:#009a93!important}.theme-ntos .color-bg-blue{background-color:#1c71b1!important}.theme-ntos .color-bg-violet{background-color:#552dab!important}.theme-ntos .color-bg-purple{background-color:#8b2baa!important}.theme-ntos .color-bg-pink{background-color:#cf2082!important}.theme-ntos .color-bg-brown{background-color:#8c5836!important}.theme-ntos .color-bg-grey{background-color:#646464!important}.theme-ntos .color-bg-good{background-color:#4d9121!important}.theme-ntos .color-bg-average{background-color:#cd7a0d!important}.theme-ntos .color-bg-bad{background-color:#bd2020!important}.theme-ntos .color-bg-label{background-color:#657a94!important}.theme-ntos .color-bg-gold{background-color:#d6920c!important}.theme-ntos .color-border-black{border-color:#1a1a1a!important}.theme-ntos .color-border-white{border-color:#fff!important}.theme-ntos .color-border-red{border-color:#df3e3e!important}.theme-ntos .color-border-orange{border-color:#f37f33!important}.theme-ntos .color-border-yellow{border-color:#fbda21!important}.theme-ntos .color-border-olive{border-color:#cbe41c!important}.theme-ntos .color-border-green{border-color:#25ca4c!important}.theme-ntos .color-border-teal{border-color:#00d6cc!important}.theme-ntos .color-border-blue{border-color:#2e93de!important}.theme-ntos .color-border-violet{border-color:#7349cf!important}.theme-ntos .color-border-purple{border-color:#ad45d0!important}.theme-ntos .color-border-pink{border-color:#e34da1!important}.theme-ntos .color-border-brown{border-color:#b97447!important}.theme-ntos .color-border-grey{border-color:#848484!important}.theme-ntos .color-border-good{border-color:#68c22d!important}.theme-ntos .color-border-average{border-color:#f29a29!important}.theme-ntos .color-border-bad{border-color:#df3e3e!important}.theme-ntos .color-border-label{border-color:#8b9bb0!important}.theme-ntos .color-border-gold{border-color:#f3b22f!important}.theme-ntos .Section{position:relative;margin-bottom:.5em;background-color:#121922;box-sizing:border-box}.theme-ntos .Section:last-child{margin-bottom:0}.theme-ntos .Section__title{position:relative;padding:.5em;border-bottom:.1666666667em solid #4972a1}.theme-ntos .Section__titleText{font-size:1.1666666667em;font-weight:700;color:#fff}.theme-ntos .Section__buttons{position:absolute;display:inline-block;right:.5em;margin-top:-.0833333333em}.theme-ntos .Section__rest{position:relative}.theme-ntos .Section__content{padding:.66em .5em}.theme-ntos .Section--fitted>.Section__rest>.Section__content{padding:0}.theme-ntos .Section--fill{display:flex;flex-direction:column;height:100%}.theme-ntos .Section--fill>.Section__rest{flex-grow:1}.theme-ntos .Section--fill>.Section__rest>.Section__content{height:100%}.theme-ntos .Section--fill.Section--scrollable>.Section__rest>.Section__content{position:absolute;top:0;left:0;right:0;bottom:0}.theme-ntos .Section--fill.Section--iefix{display:table!important;width:100%!important;height:100%!important;border-collapse:collapse;border-spacing:0}.theme-ntos .Section--fill.Section--iefix>.Section__rest{display:table-row!important;height:100%!important}.theme-ntos .Section--scrollable{overflow-x:hidden;overflow-y:hidden}.theme-ntos .Section--scrollable>.Section__rest>.Section__content{overflow-y:auto;overflow-x:hidden}.theme-ntos .Section .Section{background-color:rgba(0,0,0,0);margin-left:-.5em;margin-right:-.5em}.theme-ntos .Section .Section:first-child{margin-top:-.5em}.theme-ntos .Section .Section .Section__titleText{font-size:1.0833333333em}.theme-ntos .Section .Section .Section .Section__titleText{font-size:1em}.theme-ntos .Button{position:relative;display:inline-block;line-height:1.667em;padding:0 .5em;margin-right:.1666666667em;white-space:nowrap;outline:0;border-radius:.16em;margin-bottom:.1666666667em;user-select:none;-ms-user-select:none}.theme-ntos .Button:last-child{margin-right:0;margin-bottom:0}.theme-ntos .Button .fa,.theme-ntos .Button .fas,.theme-ntos .Button .far{margin-left:-.25em;margin-right:-.25em;min-width:1.333em;text-align:center}.theme-ntos .Button--hasContent .fa,.theme-ntos .Button--hasContent .fas,.theme-ntos .Button--hasContent .far{margin-right:.25em}.theme-ntos .Button--hasContent.Button--iconRight .fa,.theme-ntos .Button--hasContent.Button--iconRight .fas,.theme-ntos .Button--hasContent.Button--iconRight .far{margin-right:0;margin-left:.25em}.theme-ntos .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-ntos .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-ntos .Button--circular{border-radius:50%}.theme-ntos .Button--compact{padding:0 .25em;line-height:1.333em}.theme-ntos .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-ntos .Button--modal{float:right;z-index:1;margin-top:-.5rem}.theme-ntos .Button--color--black{background-color:#000;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--black:hover{background-color:#101010;color:#fff}.theme-ntos .Button--color--black--translucent{background-color:rgba(0,0,0,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--black--translucent:hover{background-color:rgba(16,16,16,.5);color:#fff}.theme-ntos .Button--color--white{background-color:#d9d9d9;color:#000;transition:color .2s,background-color .2s}.theme-ntos .Button--color--white:hover{background-color:#f8f8f8;color:#000}.theme-ntos .Button--color--white--translucent{background-color:rgba(217,217,217,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--white--translucent:hover{background-color:rgba(248,248,248,.5);color:#fff}.theme-ntos .Button--color--red{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--red:hover{background-color:#d93f3f;color:#fff}.theme-ntos .Button--color--red--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--red--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.theme-ntos .Button--color--orange{background-color:#d95e0c;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--orange:hover{background-color:#ef7e33;color:#fff}.theme-ntos .Button--color--orange--translucent{background-color:rgba(217,94,12,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--orange--translucent:hover{background-color:rgba(239,126,51,.5);color:#fff}.theme-ntos .Button--color--yellow{background-color:#d9b804;color:#000;transition:color .2s,background-color .2s}.theme-ntos .Button--color--yellow:hover{background-color:#f5d523;color:#000}.theme-ntos .Button--color--yellow--translucent{background-color:rgba(217,184,4,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--yellow--translucent:hover{background-color:rgba(245,213,35,.5);color:#fff}.theme-ntos .Button--color--olive{background-color:#9aad14;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--olive:hover{background-color:#bdd327;color:#fff}.theme-ntos .Button--color--olive--translucent{background-color:rgba(154,173,20,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--olive--translucent:hover{background-color:rgba(189,211,39,.5);color:#fff}.theme-ntos .Button--color--green{background-color:#1b9638;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--green:hover{background-color:#2fb94f;color:#fff}.theme-ntos .Button--color--green--translucent{background-color:rgba(27,150,56,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--green--translucent:hover{background-color:rgba(47,185,79,.5);color:#fff}.theme-ntos .Button--color--teal{background-color:#009a93;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--teal:hover{background-color:#10bdb6;color:#fff}.theme-ntos .Button--color--teal--translucent{background-color:rgba(0,154,147,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--teal--translucent:hover{background-color:rgba(16,189,182,.5);color:#fff}.theme-ntos .Button--color--blue{background-color:#1c71b1;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--blue:hover{background-color:#308fd6;color:#fff}.theme-ntos .Button--color--blue--translucent{background-color:rgba(28,113,177,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--blue--translucent:hover{background-color:rgba(48,143,214,.5);color:#fff}.theme-ntos .Button--color--violet{background-color:#552dab;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--violet:hover{background-color:#7249ca;color:#fff}.theme-ntos .Button--color--violet--translucent{background-color:rgba(85,45,171,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--violet--translucent:hover{background-color:rgba(114,73,202,.5);color:#fff}.theme-ntos .Button--color--purple{background-color:#8b2baa;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--purple:hover{background-color:#aa46ca;color:#fff}.theme-ntos .Button--color--purple--translucent{background-color:rgba(139,43,170,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--purple--translucent:hover{background-color:rgba(170,70,202,.5);color:#fff}.theme-ntos .Button--color--pink{background-color:#cf2082;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--pink:hover{background-color:#e04ca0;color:#fff}.theme-ntos .Button--color--pink--translucent{background-color:rgba(207,32,130,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--pink--translucent:hover{background-color:rgba(224,76,160,.5);color:#fff}.theme-ntos .Button--color--brown{background-color:#8c5836;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--brown:hover{background-color:#ae724c;color:#fff}.theme-ntos .Button--color--brown--translucent{background-color:rgba(140,88,54,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--brown--translucent:hover{background-color:rgba(174,114,76,.5);color:#fff}.theme-ntos .Button--color--grey{background-color:#646464;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--grey:hover{background-color:#818181;color:#fff}.theme-ntos .Button--color--grey--translucent{background-color:rgba(100,100,100,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--grey--translucent:hover{background-color:rgba(129,129,129,.5);color:#fff}.theme-ntos .Button--color--good{background-color:#4d9121;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--good:hover{background-color:#67b335;color:#fff}.theme-ntos .Button--color--good--translucent{background-color:rgba(77,145,33,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--good--translucent:hover{background-color:rgba(103,179,53,.5);color:#fff}.theme-ntos .Button--color--average{background-color:#cd7a0d;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--average:hover{background-color:#eb972b;color:#fff}.theme-ntos .Button--color--average--translucent{background-color:rgba(205,122,13,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--average--translucent:hover{background-color:rgba(235,151,43,.5);color:#fff}.theme-ntos .Button--color--bad{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--bad:hover{background-color:#d93f3f;color:#fff}.theme-ntos .Button--color--bad--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--bad--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.theme-ntos .Button--color--label{background-color:#657a94;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--label:hover{background-color:#8a9aae;color:#fff}.theme-ntos .Button--color--label--translucent{background-color:rgba(101,122,148,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--label--translucent:hover{background-color:rgba(138,154,174,.5);color:#fff}.theme-ntos .Button--color--gold{background-color:#d6920c;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--gold:hover{background-color:#eeaf30;color:#fff}.theme-ntos .Button--color--gold--translucent{background-color:rgba(214,146,12,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--gold--translucent:hover{background-color:rgba(238,175,48,.5);color:#fff}.theme-ntos .Button--color--transparent{background-color:rgba(27,38,51,0);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--transparent:hover{background-color:rgba(44,57,73,.81);color:#fff}.theme-ntos .Button--color--default{background-color:#384e68;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--default:hover{background-color:#4f6885;color:#fff}.theme-ntos .Button--color--default--translucent{background-color:rgba(35,47,60,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--default--translucent:hover{background-color:rgba(56,69,84,.5);color:#fff}.theme-ntos .Button--color--caution{background-color:#d9b804;color:#000;transition:color .2s,background-color .2s}.theme-ntos .Button--color--caution:hover{background-color:#f5d523;color:#000}.theme-ntos .Button--color--caution--translucent{background-color:rgba(217,184,4,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--caution--translucent:hover{background-color:rgba(245,213,35,.5);color:#fff}.theme-ntos .Button--color--danger{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--color--danger:hover{background-color:#d93f3f;color:#fff}.theme-ntos .Button--color--danger--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-ntos .Button--color--danger--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.theme-ntos .Button--disabled{background-color:#999!important;color:rgba(255,255,255,.75)!important}.theme-ntos .Button--disabled--translucent{background-color:rgba(77,23,23,.5)!important;color:rgba(255,255,255,.5)!important}.theme-ntos .Button--selected,.theme-ntos .Button--selected--translucent{background-color:#1b9638;color:#fff;transition:color .2s,background-color .2s}.theme-ntos .Button--selected:hover,.theme-ntos .Button--selected--translucent:hover{background-color:#2fb94f;color:#fff}.theme-ntos .NumberInput{position:relative;display:inline-block;border:.0833333333em solid #88bfff;border:.0833333333em solid rgba(136,191,255,.75);border-radius:.16em;color:#88bfff;background-color:#0a0a0a;padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;text-align:right;overflow:visible;cursor:n-resize}.theme-ntos .NumberInput--fluid{display:block}.theme-ntos .NumberInput__content{margin-left:.5em}.theme-ntos .NumberInput__barContainer{position:absolute;top:.1666666667em;bottom:.1666666667em;left:.1666666667em}.theme-ntos .NumberInput__bar{position:absolute;bottom:0;left:0;width:.25em;box-sizing:border-box;border-bottom:.0833333333em solid #88bfff;background-color:#88bfff}.theme-ntos .NumberInput__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:#0a0a0a;color:#fff;text-align:right}.theme-ntos .Input{position:relative;display:inline-block;width:10em;border:.0833333333em solid #88bfff;border:.0833333333em solid rgba(136,191,255,.75);border-radius:.16em;background-color:#0a0a0a;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;overflow:visible;white-space:nowrap}.theme-ntos .Input--disabled{color:#777;border-color:#848484;border-color:rgba(132,132,132,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.theme-ntos .Input--fluid{display:block;width:auto}.theme-ntos .Input__baseline{display:inline-block;color:rgba(0,0,0,0)}.theme-ntos .Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit}.theme-ntos .Input__input::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-ntos .Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-ntos .Input__textarea{border:0;width:calc(100% + 4px);font-size:1em;line-height:1.4166666667em;margin-left:-.3333333333em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.theme-ntos .Input__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-ntos .Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-ntos .Input--monospace .Input__input{font-family:Consolas,monospace}.theme-ntos .TextArea{position:relative;display:inline-block;border:.0833333333em solid #88bfff;border:.0833333333em solid rgba(136,191,255,.75);border-radius:.16em;background-color:#0a0a0a;margin-right:.1666666667em;line-height:1.4166666667em;box-sizing:border-box;width:100%}.theme-ntos .TextArea--fluid{display:block;width:auto;height:auto}.theme-ntos .TextArea__textarea{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;height:100%;font-size:1em;line-height:1.4166666667em;min-height:1.4166666667em;margin:0;padding:0 .5em;font-family:inherit;background-color:rgba(0,0,0,0);color:inherit;box-sizing:border-box;word-wrap:break-word;overflow:hidden}.theme-ntos .TextArea__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-ntos .TextArea__textarea:-ms-input-placeholder{font-style:italic;color:rgba(125,125,125,.75)}.theme-ntos .Knob{position:relative;font-size:1rem;width:2.6em;height:2.6em;margin:0 auto -.2em;cursor:n-resize}.theme-ntos .Knob:after{content:".";color:rgba(0,0,0,0);line-height:2.5em}.theme-ntos .Knob__circle{position:absolute;top:.1em;bottom:.1em;left:.1em;right:.1em;margin:.3em;background-color:#333;background-image:linear-gradient(to bottom,rgba(255,255,255,.15),rgba(255,255,255,0));border-radius:50%;box-shadow:0 .05em .5em rgba(0,0,0,.5)}.theme-ntos .Knob__cursorBox{position:absolute;top:0;bottom:0;left:0;right:0}.theme-ntos .Knob__cursor{position:relative;top:.05em;margin:0 auto;width:.2em;height:.8em;background-color:rgba(255,255,255,.9)}.theme-ntos .Knob__popupValue,.theme-ntos .Knob__popupValue--right{position:absolute;top:-2rem;right:50%;font-size:1rem;text-align:center;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.theme-ntos .Knob__popupValue--right{top:.25rem;right:-50%}.theme-ntos .Knob__ring{position:absolute;top:0;bottom:0;left:0;right:0;padding:.1em}.theme-ntos .Knob__ringTrackPivot{transform:rotate(135deg)}.theme-ntos .Knob__ringTrack{fill:rgba(0,0,0,0);stroke:rgba(255,255,255,.1);stroke-width:8;stroke-linecap:round;stroke-dasharray:235.62}.theme-ntos .Knob__ringFillPivot{transform:rotate(135deg)}.theme-ntos .Knob--bipolar .Knob__ringFillPivot{transform:rotate(270deg)}.theme-ntos .Knob__ringFill{fill:rgba(0,0,0,0);stroke:#6a96c9;stroke-width:8;stroke-linecap:round;stroke-dasharray:314.16;transition:stroke 50ms}.theme-ntos .Knob--color--black .Knob__ringFill{stroke:#1a1a1a}.theme-ntos .Knob--color--white .Knob__ringFill{stroke:#fff}.theme-ntos .Knob--color--red .Knob__ringFill{stroke:#df3e3e}.theme-ntos .Knob--color--orange .Knob__ringFill{stroke:#f37f33}.theme-ntos .Knob--color--yellow .Knob__ringFill{stroke:#fbda21}.theme-ntos .Knob--color--olive .Knob__ringFill{stroke:#cbe41c}.theme-ntos .Knob--color--green .Knob__ringFill{stroke:#25ca4c}.theme-ntos .Knob--color--teal .Knob__ringFill{stroke:#00d6cc}.theme-ntos .Knob--color--blue .Knob__ringFill{stroke:#2e93de}.theme-ntos .Knob--color--violet .Knob__ringFill{stroke:#7349cf}.theme-ntos .Knob--color--purple .Knob__ringFill{stroke:#ad45d0}.theme-ntos .Knob--color--pink .Knob__ringFill{stroke:#e34da1}.theme-ntos .Knob--color--brown .Knob__ringFill{stroke:#b97447}.theme-ntos .Knob--color--grey .Knob__ringFill{stroke:#848484}.theme-ntos .Knob--color--good .Knob__ringFill{stroke:#68c22d}.theme-ntos .Knob--color--average .Knob__ringFill{stroke:#f29a29}.theme-ntos .Knob--color--bad .Knob__ringFill{stroke:#df3e3e}.theme-ntos .Knob--color--label .Knob__ringFill{stroke:#8b9bb0}.theme-ntos .Knob--color--gold .Knob__ringFill{stroke:#f3b22f}.theme-ntos .Slider:not(.Slider__disabled){cursor:e-resize}.theme-ntos .Slider__cursorOffset{position:absolute;top:0;left:0;bottom:0;transition:none!important}.theme-ntos .Slider__cursor{position:absolute;top:0;right:-.0833333333em;bottom:0;width:0;border-left:.1666666667em solid #fff}.theme-ntos .Slider__pointer{position:absolute;right:-.4166666667em;bottom:-.3333333333em;width:0;height:0;border-left:.4166666667em solid rgba(0,0,0,0);border-right:.4166666667em solid rgba(0,0,0,0);border-bottom:.4166666667em solid #fff}.theme-ntos .Slider__popupValue{position:absolute;right:0;top:-2rem;font-size:1rem;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.theme-ntos .ProgressBar{display:inline-block;position:relative;width:100%;padding:0 .5em;border-radius:.16em;background-color:rgba(0,0,0,0);transition:border-color .5s}.theme-ntos .ProgressBar__fill{position:absolute;top:-.5px;left:0;bottom:-.5px}.theme-ntos .ProgressBar__fill--animated{transition:background-color .5s,width .5s}.theme-ntos .ProgressBar__content{position:relative;line-height:1.4166666667em;width:100%;text-align:right}.theme-ntos .ProgressBar--color--default{border:.0833333333em solid #3e6189}.theme-ntos .ProgressBar--color--default .ProgressBar__fill{background-color:#3e6189}.theme-ntos .ProgressBar--color--disabled{border:1px solid #999}.theme-ntos .ProgressBar--color--disabled .ProgressBar__fill{background-color:#999}.theme-ntos .ProgressBar--color--black{border:.0833333333em solid #000!important}.theme-ntos .ProgressBar--color--black .ProgressBar__fill{background-color:#000}.theme-ntos .ProgressBar--color--white{border:.0833333333em solid #d9d9d9!important}.theme-ntos .ProgressBar--color--white .ProgressBar__fill{background-color:#d9d9d9}.theme-ntos .ProgressBar--color--red{border:.0833333333em solid #bd2020!important}.theme-ntos .ProgressBar--color--red .ProgressBar__fill{background-color:#bd2020}.theme-ntos .ProgressBar--color--orange{border:.0833333333em solid #d95e0c!important}.theme-ntos .ProgressBar--color--orange .ProgressBar__fill{background-color:#d95e0c}.theme-ntos .ProgressBar--color--yellow{border:.0833333333em solid #d9b804!important}.theme-ntos .ProgressBar--color--yellow .ProgressBar__fill{background-color:#d9b804}.theme-ntos .ProgressBar--color--olive{border:.0833333333em solid #9aad14!important}.theme-ntos .ProgressBar--color--olive .ProgressBar__fill{background-color:#9aad14}.theme-ntos .ProgressBar--color--green{border:.0833333333em solid #1b9638!important}.theme-ntos .ProgressBar--color--green .ProgressBar__fill{background-color:#1b9638}.theme-ntos .ProgressBar--color--teal{border:.0833333333em solid #009a93!important}.theme-ntos .ProgressBar--color--teal .ProgressBar__fill{background-color:#009a93}.theme-ntos .ProgressBar--color--blue{border:.0833333333em solid #1c71b1!important}.theme-ntos .ProgressBar--color--blue .ProgressBar__fill{background-color:#1c71b1}.theme-ntos .ProgressBar--color--violet{border:.0833333333em solid #552dab!important}.theme-ntos .ProgressBar--color--violet .ProgressBar__fill{background-color:#552dab}.theme-ntos .ProgressBar--color--purple{border:.0833333333em solid #8b2baa!important}.theme-ntos .ProgressBar--color--purple .ProgressBar__fill{background-color:#8b2baa}.theme-ntos .ProgressBar--color--pink{border:.0833333333em solid #cf2082!important}.theme-ntos .ProgressBar--color--pink .ProgressBar__fill{background-color:#cf2082}.theme-ntos .ProgressBar--color--brown{border:.0833333333em solid #8c5836!important}.theme-ntos .ProgressBar--color--brown .ProgressBar__fill{background-color:#8c5836}.theme-ntos .ProgressBar--color--grey{border:.0833333333em solid #646464!important}.theme-ntos .ProgressBar--color--grey .ProgressBar__fill{background-color:#646464}.theme-ntos .ProgressBar--color--good{border:.0833333333em solid #4d9121!important}.theme-ntos .ProgressBar--color--good .ProgressBar__fill{background-color:#4d9121}.theme-ntos .ProgressBar--color--average{border:.0833333333em solid #cd7a0d!important}.theme-ntos .ProgressBar--color--average .ProgressBar__fill{background-color:#cd7a0d}.theme-ntos .ProgressBar--color--bad{border:.0833333333em solid #bd2020!important}.theme-ntos .ProgressBar--color--bad .ProgressBar__fill{background-color:#bd2020}.theme-ntos .ProgressBar--color--label{border:.0833333333em solid #657a94!important}.theme-ntos .ProgressBar--color--label .ProgressBar__fill{background-color:#657a94}.theme-ntos .ProgressBar--color--gold{border:.0833333333em solid #d6920c!important}.theme-ntos .ProgressBar--color--gold .ProgressBar__fill{background-color:#d6920c}.theme-ntos .Chat{color:#abc6ec}.theme-ntos .Chat__badge{display:inline-block;min-width:.5em;font-size:.7em;padding:.2em .3em;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#dc143c;border-radius:10px;transition:font-size .2s}.theme-ntos .Chat__badge:before{content:"x"}.theme-ntos .Chat__badge--animate{font-size:.9em;transition:font-size 0ms}.theme-ntos .Chat__scrollButton{position:fixed;right:2em;bottom:1em}.theme-ntos .Chat__reconnected{font-size:.85em;text-align:center;margin:1em 0 2em}.theme-ntos .Chat__reconnected:before{content:"Reconnected";display:inline-block;border-radius:1em;padding:0 .7em;color:#db2828;background-color:#121922}.theme-ntos .Chat__reconnected:after{content:"";display:block;margin-top:-.75em;border-bottom:.1666666667em solid #db2828}.theme-ntos .Chat__highlight{color:#000}.theme-ntos .Chat__highlight--restricted{color:#fff;background-color:#a00;font-weight:700}.theme-ntos .ChatMessage{word-wrap:break-word}.theme-ntos .ChatMessage--highlighted{position:relative;border-left:.1666666667em solid #fd4;padding-left:.5em}.theme-ntos .ChatMessage--highlighted:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,221,68,.1);pointer-events:none}.theme-ntos html,.theme-ntos body{scrollbar-color:#2a3b4f #141d26}.theme-ntos .Layout,.theme-ntos .Layout *{scrollbar-base-color:#141d26;scrollbar-face-color:#2a3b4f;scrollbar-3dlight-color:#1b2633;scrollbar-highlight-color:#1b2633;scrollbar-track-color:#141d26;scrollbar-arrow-color:#7290b4;scrollbar-shadow-color:#2a3b4f}.theme-ntos .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.theme-ntos .Layout__content--flexRow{display:flex;flex-flow:row}.theme-ntos .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-ntos .Layout__content--scrollable{overflow-y:auto;margin-bottom:0}.theme-ntos .Layout__content--noMargin{margin:0}.theme-ntos .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#1b2633;background-image:linear-gradient(to bottom,#1b2633,#1b2633)}.theme-ntos .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px;height:2.6666666667rem}.theme-ntos .Window__rest{position:fixed;top:32px;top:2.6666666667rem;bottom:0;left:0;right:0}.theme-ntos .Window__contentPadding{margin:.5rem;height:100%;height:calc(100% - 1.01rem)}.theme-ntos .Window__contentPadding:after{height:0}.theme-ntos .Layout__content--scrollable .Window__contentPadding:after{display:block;content:"";height:.5rem}.theme-ntos .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(50,63,78,.25);pointer-events:none}.theme-ntos .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;width:1.6666666667rem;height:20px;height:1.6666666667rem;cursor:se-resize}.theme-ntos .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;height:.5rem;cursor:s-resize}.theme-ntos .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;width:.25rem;cursor:e-resize}.theme-ntos .TitleBar{background-color:#1b2633;border-bottom:1px solid rgba(0,0,0,.25);box-shadow:0 2px 2px rgba(0,0,0,.1);box-shadow:0 .1666666667rem .1666666667rem rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-ntos .TitleBar__clickable{color:rgba(255,0,0,.5);background-color:#1b2633;transition:color .25s,background-color .25s}.theme-ntos .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-ntos .TitleBar__title{position:absolute;top:0;left:46px;left:3.8333333333rem;color:rgba(255,0,0,.75);font-size:14px;font-size:1.1666666667rem;line-height:31px;line-height:2.5833333333rem;white-space:nowrap}.theme-ntos .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px;height:2.6666666667rem}.theme-ntos .TitleBar__statusIcon{position:absolute;top:0;left:12px;left:1rem;transition:color .5s;font-size:20px;font-size:1.6666666667rem;line-height:32px!important;line-height:2.6666666667rem!important}.theme-ntos .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;width:3.75rem;height:32px;height:2.6666666667rem;font-size:20px;font-size:1.6666666667rem;line-height:31px;line-height:2.5833333333rem;text-align:center}.theme-ntos .TitleBar__devBuildIndicator{position:absolute;top:6px;top:.5rem;right:52px;right:4.3333333333rem;min-width:20px;min-width:1.6666666667rem;padding:2px 4px;padding:.1666666667rem .3333333333rem;background-color:rgba(91,170,39,.75);color:#fff;text-align:center}.theme-ntos .boxed_message{background:#1c242e;border:1px solid #a3b9d9;margin:.5em;padding:.5em .75em;text-align:center}.theme-ntos .boxed_message.left_align_text{text-align:left}.theme-ntos .boxed_message.red_border{background:#2e1c1c;border-color:#a00}.theme-ntos .boxed_message.green_border{background:#1c2e22;border-color:#0f0}.theme-ntos .boxed_message.purple_border{background:#221c2e;border-color:#8000ff}.theme-ntos .boxed_message.notice_border{background:#1f2633;border-color:#6685f5}.theme-ntos .boxed_message.thick_border{border-width:thick}.theme-syndicate .color-black{color:#1a1a1a!important}.theme-syndicate .color-white{color:#fff!important}.theme-syndicate .color-red{color:#df3e3e!important}.theme-syndicate .color-orange{color:#f37f33!important}.theme-syndicate .color-yellow{color:#fbda21!important}.theme-syndicate .color-olive{color:#cbe41c!important}.theme-syndicate .color-green{color:#25ca4c!important}.theme-syndicate .color-teal{color:#00d6cc!important}.theme-syndicate .color-blue{color:#2e93de!important}.theme-syndicate .color-violet{color:#7349cf!important}.theme-syndicate .color-purple{color:#ad45d0!important}.theme-syndicate .color-pink{color:#e34da1!important}.theme-syndicate .color-brown{color:#b97447!important}.theme-syndicate .color-grey{color:#848484!important}.theme-syndicate .color-good{color:#68c22d!important}.theme-syndicate .color-average{color:#f29a29!important}.theme-syndicate .color-bad{color:#df3e3e!important}.theme-syndicate .color-label{color:#8b9bb0!important}.theme-syndicate .color-gold{color:#f3b22f!important}.theme-syndicate .color-bg-black{background-color:#000!important}.theme-syndicate .color-bg-white{background-color:#d9d9d9!important}.theme-syndicate .color-bg-red{background-color:#bd2020!important}.theme-syndicate .color-bg-orange{background-color:#d95e0c!important}.theme-syndicate .color-bg-yellow{background-color:#d9b804!important}.theme-syndicate .color-bg-olive{background-color:#9aad14!important}.theme-syndicate .color-bg-green{background-color:#1b9638!important}.theme-syndicate .color-bg-teal{background-color:#009a93!important}.theme-syndicate .color-bg-blue{background-color:#1c71b1!important}.theme-syndicate .color-bg-violet{background-color:#552dab!important}.theme-syndicate .color-bg-purple{background-color:#8b2baa!important}.theme-syndicate .color-bg-pink{background-color:#cf2082!important}.theme-syndicate .color-bg-brown{background-color:#8c5836!important}.theme-syndicate .color-bg-grey{background-color:#646464!important}.theme-syndicate .color-bg-good{background-color:#4d9121!important}.theme-syndicate .color-bg-average{background-color:#cd7a0d!important}.theme-syndicate .color-bg-bad{background-color:#bd2020!important}.theme-syndicate .color-bg-label{background-color:#657a94!important}.theme-syndicate .color-bg-gold{background-color:#d6920c!important}.theme-syndicate .color-border-black{border-color:#1a1a1a!important}.theme-syndicate .color-border-white{border-color:#fff!important}.theme-syndicate .color-border-red{border-color:#df3e3e!important}.theme-syndicate .color-border-orange{border-color:#f37f33!important}.theme-syndicate .color-border-yellow{border-color:#fbda21!important}.theme-syndicate .color-border-olive{border-color:#cbe41c!important}.theme-syndicate .color-border-green{border-color:#25ca4c!important}.theme-syndicate .color-border-teal{border-color:#00d6cc!important}.theme-syndicate .color-border-blue{border-color:#2e93de!important}.theme-syndicate .color-border-violet{border-color:#7349cf!important}.theme-syndicate .color-border-purple{border-color:#ad45d0!important}.theme-syndicate .color-border-pink{border-color:#e34da1!important}.theme-syndicate .color-border-brown{border-color:#b97447!important}.theme-syndicate .color-border-grey{border-color:#848484!important}.theme-syndicate .color-border-good{border-color:#68c22d!important}.theme-syndicate .color-border-average{border-color:#f29a29!important}.theme-syndicate .color-border-bad{border-color:#df3e3e!important}.theme-syndicate .color-border-label{border-color:#8b9bb0!important}.theme-syndicate .color-border-gold{border-color:#f3b22f!important}.theme-syndicate .Section{position:relative;margin-bottom:.5em;background-color:#2b0101;box-sizing:border-box}.theme-syndicate .Section:last-child{margin-bottom:0}.theme-syndicate .Section__title{position:relative;padding:.5em;border-bottom:.1666666667em solid #397439}.theme-syndicate .Section__titleText{font-size:1.1666666667em;font-weight:700;color:#fff}.theme-syndicate .Section__buttons{position:absolute;display:inline-block;right:.5em;margin-top:-.0833333333em}.theme-syndicate .Section__rest{position:relative}.theme-syndicate .Section__content{padding:.66em .5em}.theme-syndicate .Section--fitted>.Section__rest>.Section__content{padding:0}.theme-syndicate .Section--fill{display:flex;flex-direction:column;height:100%}.theme-syndicate .Section--fill>.Section__rest{flex-grow:1}.theme-syndicate .Section--fill>.Section__rest>.Section__content{height:100%}.theme-syndicate .Section--fill.Section--scrollable>.Section__rest>.Section__content{position:absolute;top:0;left:0;right:0;bottom:0}.theme-syndicate .Section--fill.Section--iefix{display:table!important;width:100%!important;height:100%!important;border-collapse:collapse;border-spacing:0}.theme-syndicate .Section--fill.Section--iefix>.Section__rest{display:table-row!important;height:100%!important}.theme-syndicate .Section--scrollable{overflow-x:hidden;overflow-y:hidden}.theme-syndicate .Section--scrollable>.Section__rest>.Section__content{overflow-y:auto;overflow-x:hidden}.theme-syndicate .Section .Section{background-color:rgba(0,0,0,0);margin-left:-.5em;margin-right:-.5em}.theme-syndicate .Section .Section:first-child{margin-top:-.5em}.theme-syndicate .Section .Section .Section__titleText{font-size:1.0833333333em}.theme-syndicate .Section .Section .Section .Section__titleText{font-size:1em}.theme-syndicate .Button{position:relative;display:inline-block;line-height:1.667em;padding:0 .5em;margin-right:.1666666667em;white-space:nowrap;outline:0;border-radius:.16em;margin-bottom:.1666666667em;user-select:none;-ms-user-select:none}.theme-syndicate .Button:last-child{margin-right:0;margin-bottom:0}.theme-syndicate .Button .fa,.theme-syndicate .Button .fas,.theme-syndicate .Button .far{margin-left:-.25em;margin-right:-.25em;min-width:1.333em;text-align:center}.theme-syndicate .Button--hasContent .fa,.theme-syndicate .Button--hasContent .fas,.theme-syndicate .Button--hasContent .far{margin-right:.25em}.theme-syndicate .Button--hasContent.Button--iconRight .fa,.theme-syndicate .Button--hasContent.Button--iconRight .fas,.theme-syndicate .Button--hasContent.Button--iconRight .far{margin-right:0;margin-left:.25em}.theme-syndicate .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-syndicate .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-syndicate .Button--circular{border-radius:50%}.theme-syndicate .Button--compact{padding:0 .25em;line-height:1.333em}.theme-syndicate .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-syndicate .Button--modal{float:right;z-index:1;margin-top:-.5rem}.theme-syndicate .Button--color--black{background-color:#000;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--black:hover{background-color:#101010;color:#fff}.theme-syndicate .Button--color--black--translucent{background-color:rgba(0,0,0,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--black--translucent:hover{background-color:rgba(16,16,16,.5);color:#fff}.theme-syndicate .Button--color--white{background-color:#d9d9d9;color:#000;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--white:hover{background-color:#f8f8f8;color:#000}.theme-syndicate .Button--color--white--translucent{background-color:rgba(217,217,217,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--white--translucent:hover{background-color:rgba(248,248,248,.5);color:#fff}.theme-syndicate .Button--color--red{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--red:hover{background-color:#d93f3f;color:#fff}.theme-syndicate .Button--color--red--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--red--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.theme-syndicate .Button--color--orange{background-color:#d95e0c;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--orange:hover{background-color:#ef7e33;color:#fff}.theme-syndicate .Button--color--orange--translucent{background-color:rgba(217,94,12,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--orange--translucent:hover{background-color:rgba(239,126,51,.5);color:#fff}.theme-syndicate .Button--color--yellow{background-color:#d9b804;color:#000;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--yellow:hover{background-color:#f5d523;color:#000}.theme-syndicate .Button--color--yellow--translucent{background-color:rgba(217,184,4,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--yellow--translucent:hover{background-color:rgba(245,213,35,.5);color:#fff}.theme-syndicate .Button--color--olive{background-color:#9aad14;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--olive:hover{background-color:#bdd327;color:#fff}.theme-syndicate .Button--color--olive--translucent{background-color:rgba(154,173,20,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--olive--translucent:hover{background-color:rgba(189,211,39,.5);color:#fff}.theme-syndicate .Button--color--green{background-color:#1b9638;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--green:hover{background-color:#2fb94f;color:#fff}.theme-syndicate .Button--color--green--translucent{background-color:rgba(27,150,56,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--green--translucent:hover{background-color:rgba(47,185,79,.5);color:#fff}.theme-syndicate .Button--color--teal{background-color:#009a93;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--teal:hover{background-color:#10bdb6;color:#fff}.theme-syndicate .Button--color--teal--translucent{background-color:rgba(0,154,147,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--teal--translucent:hover{background-color:rgba(16,189,182,.5);color:#fff}.theme-syndicate .Button--color--blue{background-color:#1c71b1;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--blue:hover{background-color:#308fd6;color:#fff}.theme-syndicate .Button--color--blue--translucent{background-color:rgba(28,113,177,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--blue--translucent:hover{background-color:rgba(48,143,214,.5);color:#fff}.theme-syndicate .Button--color--violet{background-color:#552dab;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--violet:hover{background-color:#7249ca;color:#fff}.theme-syndicate .Button--color--violet--translucent{background-color:rgba(85,45,171,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--violet--translucent:hover{background-color:rgba(114,73,202,.5);color:#fff}.theme-syndicate .Button--color--purple{background-color:#8b2baa;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--purple:hover{background-color:#aa46ca;color:#fff}.theme-syndicate .Button--color--purple--translucent{background-color:rgba(139,43,170,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--purple--translucent:hover{background-color:rgba(170,70,202,.5);color:#fff}.theme-syndicate .Button--color--pink{background-color:#cf2082;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--pink:hover{background-color:#e04ca0;color:#fff}.theme-syndicate .Button--color--pink--translucent{background-color:rgba(207,32,130,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--pink--translucent:hover{background-color:rgba(224,76,160,.5);color:#fff}.theme-syndicate .Button--color--brown{background-color:#8c5836;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--brown:hover{background-color:#ae724c;color:#fff}.theme-syndicate .Button--color--brown--translucent{background-color:rgba(140,88,54,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--brown--translucent:hover{background-color:rgba(174,114,76,.5);color:#fff}.theme-syndicate .Button--color--grey{background-color:#646464;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--grey:hover{background-color:#818181;color:#fff}.theme-syndicate .Button--color--grey--translucent{background-color:rgba(100,100,100,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--grey--translucent:hover{background-color:rgba(129,129,129,.5);color:#fff}.theme-syndicate .Button--color--good{background-color:#4d9121;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--good:hover{background-color:#67b335;color:#fff}.theme-syndicate .Button--color--good--translucent{background-color:rgba(77,145,33,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--good--translucent:hover{background-color:rgba(103,179,53,.5);color:#fff}.theme-syndicate .Button--color--average{background-color:#cd7a0d;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--average:hover{background-color:#eb972b;color:#fff}.theme-syndicate .Button--color--average--translucent{background-color:rgba(205,122,13,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--average--translucent:hover{background-color:rgba(235,151,43,.5);color:#fff}.theme-syndicate .Button--color--bad{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--bad:hover{background-color:#d93f3f;color:#fff}.theme-syndicate .Button--color--bad--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--bad--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.theme-syndicate .Button--color--label{background-color:#657a94;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--label:hover{background-color:#8a9aae;color:#fff}.theme-syndicate .Button--color--label--translucent{background-color:rgba(101,122,148,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--label--translucent:hover{background-color:rgba(138,154,174,.5);color:#fff}.theme-syndicate .Button--color--gold{background-color:#d6920c;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--gold:hover{background-color:#eeaf30;color:#fff}.theme-syndicate .Button--color--gold--translucent{background-color:rgba(214,146,12,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--gold--translucent:hover{background-color:rgba(238,175,48,.5);color:#fff}.theme-syndicate .Button--color--transparent{background-color:rgba(77,2,2,0);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--transparent:hover{background-color:rgba(103,14,14,.81);color:#fff}.theme-syndicate .Button--color--default{background-color:#397439;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--default:hover{background-color:#509350;color:#fff}.theme-syndicate .Button--color--default--translucent{background-color:rgba(88,8,8,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--default--translucent:hover{background-color:rgba(115,25,25,.5);color:#fff}.theme-syndicate .Button--color--caution{background-color:#be6209;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--caution:hover{background-color:#e67f1a;color:#fff}.theme-syndicate .Button--color--caution--translucent{background-color:rgba(190,98,9,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--caution--translucent:hover{background-color:rgba(230,127,26,.5);color:#fff}.theme-syndicate .Button--color--danger{background-color:#9a9d00;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--color--danger:hover{background-color:#bec110;color:#fff}.theme-syndicate .Button--color--danger--translucent{background-color:rgba(154,157,0,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-syndicate .Button--color--danger--translucent:hover{background-color:rgba(190,193,16,.5);color:#fff}.theme-syndicate .Button--disabled{background-color:#363636!important;color:rgba(255,255,255,.75)!important}.theme-syndicate .Button--disabled--translucent{background-color:rgba(77,23,23,.5)!important;color:rgba(255,255,255,.5)!important}.theme-syndicate .Button--selected,.theme-syndicate .Button--selected--translucent{background-color:#9d0808;color:#fff;transition:color .2s,background-color .2s}.theme-syndicate .Button--selected:hover,.theme-syndicate .Button--selected--translucent:hover{background-color:#c11919;color:#fff}.theme-syndicate .NoticeBox{padding:.33em .5em;margin-bottom:.5em;box-shadow:none;font-weight:700;font-style:italic;color:#fff;background-color:#910101;background-image:repeating-linear-gradient(-45deg,transparent,transparent .8333333333em,rgba(0,0,0,.1) .8333333333em,rgba(0,0,0,.1) 1.6666666667em)}.theme-syndicate .NoticeBox--color--black{color:#fff;background-color:#000}.theme-syndicate .NoticeBox--color--white{color:#000;background-color:#b3b3b3}.theme-syndicate .NoticeBox--color--red{color:#fff;background-color:#701f1f}.theme-syndicate .NoticeBox--color--orange{color:#fff;background-color:#854114}.theme-syndicate .NoticeBox--color--yellow{color:#000;background-color:#83710d}.theme-syndicate .NoticeBox--color--olive{color:#000;background-color:#576015}.theme-syndicate .NoticeBox--color--green{color:#fff;background-color:#174e24}.theme-syndicate .NoticeBox--color--teal{color:#fff;background-color:#064845}.theme-syndicate .NoticeBox--color--blue{color:#fff;background-color:#1b4565}.theme-syndicate .NoticeBox--color--violet{color:#fff;background-color:#3b2864}.theme-syndicate .NoticeBox--color--purple{color:#fff;background-color:#542663}.theme-syndicate .NoticeBox--color--pink{color:#fff;background-color:#802257}.theme-syndicate .NoticeBox--color--brown{color:#fff;background-color:#4c3729}.theme-syndicate .NoticeBox--color--grey{color:#fff;background-color:#3e3e3e}.theme-syndicate .NoticeBox--color--good{color:#fff;background-color:#2e4b1a}.theme-syndicate .NoticeBox--color--average{color:#fff;background-color:#7b4e13}.theme-syndicate .NoticeBox--color--bad{color:#fff;background-color:#701f1f}.theme-syndicate .NoticeBox--color--label{color:#fff;background-color:#53565a}.theme-syndicate .NoticeBox--color--gold{color:#fff;background-color:#825d13}.theme-syndicate .NoticeBox--type--info{color:#fff;background-color:#235982}.theme-syndicate .NoticeBox--type--success{color:#fff;background-color:#1e662f}.theme-syndicate .NoticeBox--type--warning{color:#fff;background-color:#a95219}.theme-syndicate .NoticeBox--type--danger{color:#fff;background-color:#8f2828}.theme-syndicate .NumberInput{position:relative;display:inline-block;border:.0833333333em solid #87ce87;border:.0833333333em solid rgba(135,206,135,.75);border-radius:.16em;color:#87ce87;background-color:#0a0a0a;padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;text-align:right;overflow:visible;cursor:n-resize}.theme-syndicate .NumberInput--fluid{display:block}.theme-syndicate .NumberInput__content{margin-left:.5em}.theme-syndicate .NumberInput__barContainer{position:absolute;top:.1666666667em;bottom:.1666666667em;left:.1666666667em}.theme-syndicate .NumberInput__bar{position:absolute;bottom:0;left:0;width:.25em;box-sizing:border-box;border-bottom:.0833333333em solid #87ce87;background-color:#87ce87}.theme-syndicate .NumberInput__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:#0a0a0a;color:#fff;text-align:right}.theme-syndicate .Input{position:relative;display:inline-block;width:10em;border:.0833333333em solid #87ce87;border:.0833333333em solid rgba(135,206,135,.75);border-radius:.16em;background-color:#0a0a0a;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;overflow:visible;white-space:nowrap}.theme-syndicate .Input--disabled{color:#777;border-color:#6b6b6b;border-color:rgba(107,107,107,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.theme-syndicate .Input--fluid{display:block;width:auto}.theme-syndicate .Input__baseline{display:inline-block;color:rgba(0,0,0,0)}.theme-syndicate .Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit}.theme-syndicate .Input__input::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-syndicate .Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-syndicate .Input__textarea{border:0;width:calc(100% + 4px);font-size:1em;line-height:1.4166666667em;margin-left:-.3333333333em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.theme-syndicate .Input__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-syndicate .Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-syndicate .Input--monospace .Input__input{font-family:Consolas,monospace}.theme-syndicate .TextArea{position:relative;display:inline-block;border:.0833333333em solid #87ce87;border:.0833333333em solid rgba(135,206,135,.75);border-radius:.16em;background-color:#0a0a0a;margin-right:.1666666667em;line-height:1.4166666667em;box-sizing:border-box;width:100%}.theme-syndicate .TextArea--fluid{display:block;width:auto;height:auto}.theme-syndicate .TextArea__textarea{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;height:100%;font-size:1em;line-height:1.4166666667em;min-height:1.4166666667em;margin:0;padding:0 .5em;font-family:inherit;background-color:rgba(0,0,0,0);color:inherit;box-sizing:border-box;word-wrap:break-word;overflow:hidden}.theme-syndicate .TextArea__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-syndicate .TextArea__textarea:-ms-input-placeholder{font-style:italic;color:rgba(125,125,125,.75)}.theme-syndicate .Knob{position:relative;font-size:1rem;width:2.6em;height:2.6em;margin:0 auto -.2em;cursor:n-resize}.theme-syndicate .Knob:after{content:".";color:rgba(0,0,0,0);line-height:2.5em}.theme-syndicate .Knob__circle{position:absolute;top:.1em;bottom:.1em;left:.1em;right:.1em;margin:.3em;background-color:#333;background-image:linear-gradient(to bottom,rgba(255,255,255,.15),rgba(255,255,255,0));border-radius:50%;box-shadow:0 .05em .5em rgba(0,0,0,.5)}.theme-syndicate .Knob__cursorBox{position:absolute;top:0;bottom:0;left:0;right:0}.theme-syndicate .Knob__cursor{position:relative;top:.05em;margin:0 auto;width:.2em;height:.8em;background-color:rgba(255,255,255,.9)}.theme-syndicate .Knob__popupValue,.theme-syndicate .Knob__popupValue--right{position:absolute;top:-2rem;right:50%;font-size:1rem;text-align:center;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.theme-syndicate .Knob__popupValue--right{top:.25rem;right:-50%}.theme-syndicate .Knob__ring{position:absolute;top:0;bottom:0;left:0;right:0;padding:.1em}.theme-syndicate .Knob__ringTrackPivot{transform:rotate(135deg)}.theme-syndicate .Knob__ringTrack{fill:rgba(0,0,0,0);stroke:rgba(255,255,255,.1);stroke-width:8;stroke-linecap:round;stroke-dasharray:235.62}.theme-syndicate .Knob__ringFillPivot{transform:rotate(135deg)}.theme-syndicate .Knob--bipolar .Knob__ringFillPivot{transform:rotate(270deg)}.theme-syndicate .Knob__ringFill{fill:rgba(0,0,0,0);stroke:#6a96c9;stroke-width:8;stroke-linecap:round;stroke-dasharray:314.16;transition:stroke 50ms}.theme-syndicate .Knob--color--black .Knob__ringFill{stroke:#1a1a1a}.theme-syndicate .Knob--color--white .Knob__ringFill{stroke:#fff}.theme-syndicate .Knob--color--red .Knob__ringFill{stroke:#df3e3e}.theme-syndicate .Knob--color--orange .Knob__ringFill{stroke:#f37f33}.theme-syndicate .Knob--color--yellow .Knob__ringFill{stroke:#fbda21}.theme-syndicate .Knob--color--olive .Knob__ringFill{stroke:#cbe41c}.theme-syndicate .Knob--color--green .Knob__ringFill{stroke:#25ca4c}.theme-syndicate .Knob--color--teal .Knob__ringFill{stroke:#00d6cc}.theme-syndicate .Knob--color--blue .Knob__ringFill{stroke:#2e93de}.theme-syndicate .Knob--color--violet .Knob__ringFill{stroke:#7349cf}.theme-syndicate .Knob--color--purple .Knob__ringFill{stroke:#ad45d0}.theme-syndicate .Knob--color--pink .Knob__ringFill{stroke:#e34da1}.theme-syndicate .Knob--color--brown .Knob__ringFill{stroke:#b97447}.theme-syndicate .Knob--color--grey .Knob__ringFill{stroke:#848484}.theme-syndicate .Knob--color--good .Knob__ringFill{stroke:#68c22d}.theme-syndicate .Knob--color--average .Knob__ringFill{stroke:#f29a29}.theme-syndicate .Knob--color--bad .Knob__ringFill{stroke:#df3e3e}.theme-syndicate .Knob--color--label .Knob__ringFill{stroke:#8b9bb0}.theme-syndicate .Knob--color--gold .Knob__ringFill{stroke:#f3b22f}.theme-syndicate .Slider:not(.Slider__disabled){cursor:e-resize}.theme-syndicate .Slider__cursorOffset{position:absolute;top:0;left:0;bottom:0;transition:none!important}.theme-syndicate .Slider__cursor{position:absolute;top:0;right:-.0833333333em;bottom:0;width:0;border-left:.1666666667em solid #fff}.theme-syndicate .Slider__pointer{position:absolute;right:-.4166666667em;bottom:-.3333333333em;width:0;height:0;border-left:.4166666667em solid rgba(0,0,0,0);border-right:.4166666667em solid rgba(0,0,0,0);border-bottom:.4166666667em solid #fff}.theme-syndicate .Slider__popupValue{position:absolute;right:0;top:-2rem;font-size:1rem;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.theme-syndicate .ProgressBar{display:inline-block;position:relative;width:100%;padding:0 .5em;border-radius:.16em;background-color:rgba(0,0,0,.5);transition:border-color .5s}.theme-syndicate .ProgressBar__fill{position:absolute;top:-.5px;left:0;bottom:-.5px}.theme-syndicate .ProgressBar__fill--animated{transition:background-color .5s,width .5s}.theme-syndicate .ProgressBar__content{position:relative;line-height:1.4166666667em;width:100%;text-align:right}.theme-syndicate .ProgressBar--color--default{border:.0833333333em solid #306330}.theme-syndicate .ProgressBar--color--default .ProgressBar__fill{background-color:#306330}.theme-syndicate .ProgressBar--color--disabled{border:1px solid #999}.theme-syndicate .ProgressBar--color--disabled .ProgressBar__fill{background-color:#999}.theme-syndicate .ProgressBar--color--black{border:.0833333333em solid #000!important}.theme-syndicate .ProgressBar--color--black .ProgressBar__fill{background-color:#000}.theme-syndicate .ProgressBar--color--white{border:.0833333333em solid #d9d9d9!important}.theme-syndicate .ProgressBar--color--white .ProgressBar__fill{background-color:#d9d9d9}.theme-syndicate .ProgressBar--color--red{border:.0833333333em solid #bd2020!important}.theme-syndicate .ProgressBar--color--red .ProgressBar__fill{background-color:#bd2020}.theme-syndicate .ProgressBar--color--orange{border:.0833333333em solid #d95e0c!important}.theme-syndicate .ProgressBar--color--orange .ProgressBar__fill{background-color:#d95e0c}.theme-syndicate .ProgressBar--color--yellow{border:.0833333333em solid #d9b804!important}.theme-syndicate .ProgressBar--color--yellow .ProgressBar__fill{background-color:#d9b804}.theme-syndicate .ProgressBar--color--olive{border:.0833333333em solid #9aad14!important}.theme-syndicate .ProgressBar--color--olive .ProgressBar__fill{background-color:#9aad14}.theme-syndicate .ProgressBar--color--green{border:.0833333333em solid #1b9638!important}.theme-syndicate .ProgressBar--color--green .ProgressBar__fill{background-color:#1b9638}.theme-syndicate .ProgressBar--color--teal{border:.0833333333em solid #009a93!important}.theme-syndicate .ProgressBar--color--teal .ProgressBar__fill{background-color:#009a93}.theme-syndicate .ProgressBar--color--blue{border:.0833333333em solid #1c71b1!important}.theme-syndicate .ProgressBar--color--blue .ProgressBar__fill{background-color:#1c71b1}.theme-syndicate .ProgressBar--color--violet{border:.0833333333em solid #552dab!important}.theme-syndicate .ProgressBar--color--violet .ProgressBar__fill{background-color:#552dab}.theme-syndicate .ProgressBar--color--purple{border:.0833333333em solid #8b2baa!important}.theme-syndicate .ProgressBar--color--purple .ProgressBar__fill{background-color:#8b2baa}.theme-syndicate .ProgressBar--color--pink{border:.0833333333em solid #cf2082!important}.theme-syndicate .ProgressBar--color--pink .ProgressBar__fill{background-color:#cf2082}.theme-syndicate .ProgressBar--color--brown{border:.0833333333em solid #8c5836!important}.theme-syndicate .ProgressBar--color--brown .ProgressBar__fill{background-color:#8c5836}.theme-syndicate .ProgressBar--color--grey{border:.0833333333em solid #646464!important}.theme-syndicate .ProgressBar--color--grey .ProgressBar__fill{background-color:#646464}.theme-syndicate .ProgressBar--color--good{border:.0833333333em solid #4d9121!important}.theme-syndicate .ProgressBar--color--good .ProgressBar__fill{background-color:#4d9121}.theme-syndicate .ProgressBar--color--average{border:.0833333333em solid #cd7a0d!important}.theme-syndicate .ProgressBar--color--average .ProgressBar__fill{background-color:#cd7a0d}.theme-syndicate .ProgressBar--color--bad{border:.0833333333em solid #bd2020!important}.theme-syndicate .ProgressBar--color--bad .ProgressBar__fill{background-color:#bd2020}.theme-syndicate .ProgressBar--color--label{border:.0833333333em solid #657a94!important}.theme-syndicate .ProgressBar--color--label .ProgressBar__fill{background-color:#657a94}.theme-syndicate .ProgressBar--color--gold{border:.0833333333em solid #d6920c!important}.theme-syndicate .ProgressBar--color--gold .ProgressBar__fill{background-color:#d6920c}.theme-syndicate .Chat{color:#abc6ec}.theme-syndicate .Chat__badge{display:inline-block;min-width:.5em;font-size:.7em;padding:.2em .3em;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#dc143c;border-radius:10px;transition:font-size .2s}.theme-syndicate .Chat__badge:before{content:"x"}.theme-syndicate .Chat__badge--animate{font-size:.9em;transition:font-size 0ms}.theme-syndicate .Chat__scrollButton{position:fixed;right:2em;bottom:1em}.theme-syndicate .Chat__reconnected{font-size:.85em;text-align:center;margin:1em 0 2em}.theme-syndicate .Chat__reconnected:before{content:"Reconnected";display:inline-block;border-radius:1em;padding:0 .7em;color:#db2828;background-color:#2b0101}.theme-syndicate .Chat__reconnected:after{content:"";display:block;margin-top:-.75em;border-bottom:.1666666667em solid #db2828}.theme-syndicate .Chat__highlight{color:#000}.theme-syndicate .Chat__highlight--restricted{color:#fff;background-color:#a00;font-weight:700}.theme-syndicate .ChatMessage{word-wrap:break-word}.theme-syndicate .ChatMessage--highlighted{position:relative;border-left:.1666666667em solid #fd4;padding-left:.5em}.theme-syndicate .ChatMessage--highlighted:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,221,68,.1);pointer-events:none}.theme-syndicate html,.theme-syndicate body{scrollbar-color:#770303 #3a0202}.theme-syndicate .Layout,.theme-syndicate .Layout *{scrollbar-base-color:#3a0202;scrollbar-face-color:#770303;scrollbar-3dlight-color:#4d0202;scrollbar-highlight-color:#4d0202;scrollbar-track-color:#3a0202;scrollbar-arrow-color:#fa2d2d;scrollbar-shadow-color:#770303}.theme-syndicate .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.theme-syndicate .Layout__content--flexRow{display:flex;flex-flow:row}.theme-syndicate .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-syndicate .Layout__content--scrollable{overflow-y:auto;margin-bottom:0}.theme-syndicate .Layout__content--noMargin{margin:0}.theme-syndicate .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#4d0202;background-image:linear-gradient(to bottom,#4d0202,#4d0202)}.theme-syndicate .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px;height:2.6666666667rem}.theme-syndicate .Window__rest{position:fixed;top:32px;top:2.6666666667rem;bottom:0;left:0;right:0}.theme-syndicate .Window__contentPadding{margin:.5rem;height:100%;height:calc(100% - 1.01rem)}.theme-syndicate .Window__contentPadding:after{height:0}.theme-syndicate .Layout__content--scrollable .Window__contentPadding:after{display:block;content:"";height:.5rem}.theme-syndicate .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(108,22,22,.25);pointer-events:none}.theme-syndicate .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;width:1.6666666667rem;height:20px;height:1.6666666667rem;cursor:se-resize}.theme-syndicate .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;height:.5rem;cursor:s-resize}.theme-syndicate .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;width:.25rem;cursor:e-resize}.theme-syndicate .TitleBar{background-color:#910101;border-bottom:1px solid #161616;box-shadow:0 2px 2px rgba(0,0,0,.1);box-shadow:0 .1666666667rem .1666666667rem rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-syndicate .TitleBar__clickable{color:rgba(255,255,255,.5);background-color:#910101;transition:color .25s,background-color .25s}.theme-syndicate .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-syndicate .TitleBar__title{position:absolute;top:0;left:46px;left:3.8333333333rem;color:rgba(255,255,255,.75);font-size:14px;font-size:1.1666666667rem;line-height:31px;line-height:2.5833333333rem;white-space:nowrap}.theme-syndicate .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px;height:2.6666666667rem}.theme-syndicate .TitleBar__statusIcon{position:absolute;top:0;left:12px;left:1rem;transition:color .5s;font-size:20px;font-size:1.6666666667rem;line-height:32px!important;line-height:2.6666666667rem!important}.theme-syndicate .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;width:3.75rem;height:32px;height:2.6666666667rem;font-size:20px;font-size:1.6666666667rem;line-height:31px;line-height:2.5833333333rem;text-align:center}.theme-syndicate .TitleBar__devBuildIndicator{position:absolute;top:6px;top:.5rem;right:52px;right:4.3333333333rem;min-width:20px;min-width:1.6666666667rem;padding:2px 4px;padding:.1666666667rem .3333333333rem;background-color:rgba(91,170,39,.75);color:#fff;text-align:center}.theme-syndicate .adminooc{color:#29ccbe}.theme-syndicate .debug{color:#8f39e6}.theme-syndicate .boxed_message{background:rgba(20,20,35,.25);border:1px solid #a3b9d9;margin:.5em;padding:.5em .75em;text-align:center}.theme-syndicate .boxed_message.left_align_text{text-align:left}.theme-syndicate .boxed_message.red_border{background:rgba(0,0,0,.2);border-color:red}.theme-syndicate .boxed_message.green_border{background:rgba(0,75,0,.25);border-color:#0f0}.theme-syndicate .boxed_message.purple_border{background:rgba(25,0,50,.25);border-color:#8000ff}.theme-syndicate .boxed_message.notice_border{background:rgba(0,0,75,.25);border-color:#6685f5}.theme-syndicate .boxed_message.thick_border{border-width:thick}.theme-paradise .color-black{color:#1a1a1a!important}.theme-paradise .color-white{color:#fff!important}.theme-paradise .color-red{color:#df3e3e!important}.theme-paradise .color-orange{color:#f37f33!important}.theme-paradise .color-yellow{color:#fbda21!important}.theme-paradise .color-olive{color:#cbe41c!important}.theme-paradise .color-green{color:#25ca4c!important}.theme-paradise .color-teal{color:#00d6cc!important}.theme-paradise .color-blue{color:#2e93de!important}.theme-paradise .color-violet{color:#7349cf!important}.theme-paradise .color-purple{color:#ad45d0!important}.theme-paradise .color-pink{color:#e34da1!important}.theme-paradise .color-brown{color:#b97447!important}.theme-paradise .color-grey{color:#848484!important}.theme-paradise .color-good{color:#68c22d!important}.theme-paradise .color-average{color:#f29a29!important}.theme-paradise .color-bad{color:#df3e3e!important}.theme-paradise .color-label{color:#955d4b!important}.theme-paradise .color-gold{color:#f3b22f!important}.theme-paradise .color-bg-black{background-color:#000!important}.theme-paradise .color-bg-white{background-color:#d9d9d9!important}.theme-paradise .color-bg-red{background-color:#bd2020!important}.theme-paradise .color-bg-orange{background-color:#d95e0c!important}.theme-paradise .color-bg-yellow{background-color:#d9b804!important}.theme-paradise .color-bg-olive{background-color:#9aad14!important}.theme-paradise .color-bg-green{background-color:#1b9638!important}.theme-paradise .color-bg-teal{background-color:#009a93!important}.theme-paradise .color-bg-blue{background-color:#1c71b1!important}.theme-paradise .color-bg-violet{background-color:#552dab!important}.theme-paradise .color-bg-purple{background-color:#8b2baa!important}.theme-paradise .color-bg-pink{background-color:#cf2082!important}.theme-paradise .color-bg-brown{background-color:#8c5836!important}.theme-paradise .color-bg-grey{background-color:#646464!important}.theme-paradise .color-bg-good{background-color:#4d9121!important}.theme-paradise .color-bg-average{background-color:#cd7a0d!important}.theme-paradise .color-bg-bad{background-color:#bd2020!important}.theme-paradise .color-bg-label{background-color:#6d4436!important}.theme-paradise .color-bg-gold{background-color:#d6920c!important}.theme-paradise .color-border-black{border-color:#1a1a1a!important}.theme-paradise .color-border-white{border-color:#fff!important}.theme-paradise .color-border-red{border-color:#df3e3e!important}.theme-paradise .color-border-orange{border-color:#f37f33!important}.theme-paradise .color-border-yellow{border-color:#fbda21!important}.theme-paradise .color-border-olive{border-color:#cbe41c!important}.theme-paradise .color-border-green{border-color:#25ca4c!important}.theme-paradise .color-border-teal{border-color:#00d6cc!important}.theme-paradise .color-border-blue{border-color:#2e93de!important}.theme-paradise .color-border-violet{border-color:#7349cf!important}.theme-paradise .color-border-purple{border-color:#ad45d0!important}.theme-paradise .color-border-pink{border-color:#e34da1!important}.theme-paradise .color-border-brown{border-color:#b97447!important}.theme-paradise .color-border-grey{border-color:#848484!important}.theme-paradise .color-border-good{border-color:#68c22d!important}.theme-paradise .color-border-average{border-color:#f29a29!important}.theme-paradise .color-border-bad{border-color:#df3e3e!important}.theme-paradise .color-border-label{border-color:#955d4b!important}.theme-paradise .color-border-gold{border-color:#f3b22f!important}.theme-paradise .Section{position:relative;margin-bottom:.5em;background-color:#40071a;background-color:rgba(0,0,0,.5);box-sizing:border-box}.theme-paradise .Section:last-child{margin-bottom:0}.theme-paradise .Section__title{position:relative;padding:.5em;border-bottom:.1666666667em solid #208080}.theme-paradise .Section__titleText{font-size:1.1666666667em;font-weight:700;color:#fff}.theme-paradise .Section__buttons{position:absolute;display:inline-block;right:.5em;margin-top:-.0833333333em}.theme-paradise .Section__rest{position:relative}.theme-paradise .Section__content{padding:.66em .5em}.theme-paradise .Section--fitted>.Section__rest>.Section__content{padding:0}.theme-paradise .Section--fill{display:flex;flex-direction:column;height:100%}.theme-paradise .Section--fill>.Section__rest{flex-grow:1}.theme-paradise .Section--fill>.Section__rest>.Section__content{height:100%}.theme-paradise .Section--fill.Section--scrollable>.Section__rest>.Section__content{position:absolute;top:0;left:0;right:0;bottom:0}.theme-paradise .Section--fill.Section--iefix{display:table!important;width:100%!important;height:100%!important;border-collapse:collapse;border-spacing:0}.theme-paradise .Section--fill.Section--iefix>.Section__rest{display:table-row!important;height:100%!important}.theme-paradise .Section--scrollable{overflow-x:hidden;overflow-y:hidden}.theme-paradise .Section--scrollable>.Section__rest>.Section__content{overflow-y:auto;overflow-x:hidden}.theme-paradise .Section .Section{background-color:rgba(0,0,0,0);margin-left:-.5em;margin-right:-.5em}.theme-paradise .Section .Section:first-child{margin-top:-.5em}.theme-paradise .Section .Section .Section__titleText{font-size:1.0833333333em}.theme-paradise .Section .Section .Section .Section__titleText{font-size:1em}.theme-paradise .Button{position:relative;display:inline-block;line-height:1.667em;padding:0 .5em;margin-right:.1666666667em;white-space:nowrap;outline:0;border-radius:.16em;margin-bottom:.1666666667em;user-select:none;-ms-user-select:none}.theme-paradise .Button:last-child{margin-right:0;margin-bottom:0}.theme-paradise .Button .fa,.theme-paradise .Button .fas,.theme-paradise .Button .far{margin-left:-.25em;margin-right:-.25em;min-width:1.333em;text-align:center}.theme-paradise .Button--hasContent .fa,.theme-paradise .Button--hasContent .fas,.theme-paradise .Button--hasContent .far{margin-right:.25em}.theme-paradise .Button--hasContent.Button--iconRight .fa,.theme-paradise .Button--hasContent.Button--iconRight .fas,.theme-paradise .Button--hasContent.Button--iconRight .far{margin-right:0;margin-left:.25em}.theme-paradise .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-paradise .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-paradise .Button--circular{border-radius:50%}.theme-paradise .Button--compact{padding:0 .25em;line-height:1.333em}.theme-paradise .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-paradise .Button--modal{float:right;z-index:1;margin-top:-.5rem}.theme-paradise .Button--color--black{background-color:#000;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--black:hover{background-color:#101010;color:#fff}.theme-paradise .Button--color--black--translucent{background-color:rgba(0,0,0,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--black--translucent:hover{background-color:rgba(16,16,16,.5);color:#fff}.theme-paradise .Button--color--white{background-color:#d9d9d9;color:#000;transition:color .2s,background-color .2s}.theme-paradise .Button--color--white:hover{background-color:#f8f8f8;color:#000}.theme-paradise .Button--color--white--translucent{background-color:rgba(217,217,217,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--white--translucent:hover{background-color:rgba(248,248,248,.5);color:#fff}.theme-paradise .Button--color--red{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--red:hover{background-color:#d93f3f;color:#fff}.theme-paradise .Button--color--red--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--red--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.theme-paradise .Button--color--orange{background-color:#d95e0c;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--orange:hover{background-color:#ef7e33;color:#fff}.theme-paradise .Button--color--orange--translucent{background-color:rgba(217,94,12,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--orange--translucent:hover{background-color:rgba(239,126,51,.5);color:#fff}.theme-paradise .Button--color--yellow{background-color:#d9b804;color:#000;transition:color .2s,background-color .2s}.theme-paradise .Button--color--yellow:hover{background-color:#f5d523;color:#000}.theme-paradise .Button--color--yellow--translucent{background-color:rgba(217,184,4,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--yellow--translucent:hover{background-color:rgba(245,213,35,.5);color:#fff}.theme-paradise .Button--color--olive{background-color:#9aad14;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--olive:hover{background-color:#bdd327;color:#fff}.theme-paradise .Button--color--olive--translucent{background-color:rgba(154,173,20,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--olive--translucent:hover{background-color:rgba(189,211,39,.5);color:#fff}.theme-paradise .Button--color--green{background-color:#1b9638;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--green:hover{background-color:#2fb94f;color:#fff}.theme-paradise .Button--color--green--translucent{background-color:rgba(27,150,56,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--green--translucent:hover{background-color:rgba(47,185,79,.5);color:#fff}.theme-paradise .Button--color--teal{background-color:#009a93;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--teal:hover{background-color:#10bdb6;color:#fff}.theme-paradise .Button--color--teal--translucent{background-color:rgba(0,154,147,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--teal--translucent:hover{background-color:rgba(16,189,182,.5);color:#fff}.theme-paradise .Button--color--blue{background-color:#1c71b1;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--blue:hover{background-color:#308fd6;color:#fff}.theme-paradise .Button--color--blue--translucent{background-color:rgba(28,113,177,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--blue--translucent:hover{background-color:rgba(48,143,214,.5);color:#fff}.theme-paradise .Button--color--violet{background-color:#552dab;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--violet:hover{background-color:#7249ca;color:#fff}.theme-paradise .Button--color--violet--translucent{background-color:rgba(85,45,171,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--violet--translucent:hover{background-color:rgba(114,73,202,.5);color:#fff}.theme-paradise .Button--color--purple{background-color:#8b2baa;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--purple:hover{background-color:#aa46ca;color:#fff}.theme-paradise .Button--color--purple--translucent{background-color:rgba(139,43,170,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--purple--translucent:hover{background-color:rgba(170,70,202,.5);color:#fff}.theme-paradise .Button--color--pink{background-color:#cf2082;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--pink:hover{background-color:#e04ca0;color:#fff}.theme-paradise .Button--color--pink--translucent{background-color:rgba(207,32,130,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--pink--translucent:hover{background-color:rgba(224,76,160,.5);color:#fff}.theme-paradise .Button--color--brown{background-color:#8c5836;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--brown:hover{background-color:#ae724c;color:#fff}.theme-paradise .Button--color--brown--translucent{background-color:rgba(140,88,54,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--brown--translucent:hover{background-color:rgba(174,114,76,.5);color:#fff}.theme-paradise .Button--color--grey{background-color:#646464;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--grey:hover{background-color:#818181;color:#fff}.theme-paradise .Button--color--grey--translucent{background-color:rgba(100,100,100,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--grey--translucent:hover{background-color:rgba(129,129,129,.5);color:#fff}.theme-paradise .Button--color--good{background-color:#4d9121;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--good:hover{background-color:#67b335;color:#fff}.theme-paradise .Button--color--good--translucent{background-color:rgba(77,145,33,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--good--translucent:hover{background-color:rgba(103,179,53,.5);color:#fff}.theme-paradise .Button--color--average{background-color:#cd7a0d;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--average:hover{background-color:#eb972b;color:#fff}.theme-paradise .Button--color--average--translucent{background-color:rgba(205,122,13,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--average--translucent:hover{background-color:rgba(235,151,43,.5);color:#fff}.theme-paradise .Button--color--bad{background-color:#bd2020;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--bad:hover{background-color:#d93f3f;color:#fff}.theme-paradise .Button--color--bad--translucent{background-color:rgba(189,32,32,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--bad--translucent:hover{background-color:rgba(217,63,63,.5);color:#fff}.theme-paradise .Button--color--label{background-color:#6d4436;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--label:hover{background-color:#8b5d4d;color:#fff}.theme-paradise .Button--color--label--translucent{background-color:rgba(109,68,54,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--label--translucent:hover{background-color:rgba(139,93,77,.5);color:#fff}.theme-paradise .Button--color--gold{background-color:#d6920c;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--gold:hover{background-color:#eeaf30;color:#fff}.theme-paradise .Button--color--gold--translucent{background-color:rgba(214,146,12,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--gold--translucent:hover{background-color:rgba(238,175,48,.5);color:#fff}.theme-paradise .Button--color--transparent{background-color:rgba(128,13,51,0);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--transparent:hover{background-color:rgba(164,27,73,.81);color:#fff}.theme-paradise .Button--color--default{background-color:#208080;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--default:hover{background-color:#34a0a0;color:#fff}.theme-paradise .Button--color--default--translucent{background-color:rgba(141,20,60,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--default--translucent:hover{background-color:rgba(175,39,84,.5);color:#fff}.theme-paradise .Button--color--caution{background-color:#d9b804;color:#000;transition:color .2s,background-color .2s}.theme-paradise .Button--color--caution:hover{background-color:#f5d523;color:#000}.theme-paradise .Button--color--caution--translucent{background-color:rgba(217,184,4,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--caution--translucent:hover{background-color:rgba(245,213,35,.5);color:#fff}.theme-paradise .Button--color--danger{background-color:#8c1eff;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--color--danger:hover{background-color:#ae61ff;color:#fff}.theme-paradise .Button--color--danger--translucent{background-color:rgba(140,30,255,.33);color:rgba(255,255,255,.5);transition:color .2s,background-color .2s}.theme-paradise .Button--color--danger--translucent:hover{background-color:rgba(174,97,255,.5);color:#fff}.theme-paradise .Button--disabled{background-color:#999!important;color:rgba(255,255,255,.75)!important}.theme-paradise .Button--disabled--translucent{background-color:rgba(77,23,23,.5)!important;color:rgba(255,255,255,.5)!important}.theme-paradise .Button--selected,.theme-paradise .Button--selected--translucent{background-color:#bf6030;color:#fff;transition:color .2s,background-color .2s}.theme-paradise .Button--selected:hover,.theme-paradise .Button--selected--translucent:hover{background-color:#d4835a;color:#fff}.theme-paradise .NumberInput{position:relative;display:inline-block;border:.0833333333em solid #e65c2e;border:.0833333333em solid rgba(230,92,46,.75);border-radius:.16em;color:#e65c2e;background-color:rgba(0,0,0,.25);padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;text-align:right;overflow:visible;cursor:n-resize}.theme-paradise .NumberInput--fluid{display:block}.theme-paradise .NumberInput__content{margin-left:.5em}.theme-paradise .NumberInput__barContainer{position:absolute;top:.1666666667em;bottom:.1666666667em;left:.1666666667em}.theme-paradise .NumberInput__bar{position:absolute;bottom:0;left:0;width:.25em;box-sizing:border-box;border-bottom:.0833333333em solid #e65c2e;background-color:#e65c2e}.theme-paradise .NumberInput__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,.25);color:#fff;text-align:right}.theme-paradise .Input{position:relative;display:inline-block;width:10em;border:.0833333333em solid #e65c2e;border:.0833333333em solid rgba(230,92,46,.75);border-radius:.16em;background-color:rgba(0,0,0,.25);color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 .3333333333em;margin-right:.1666666667em;line-height:1.4166666667em;overflow:visible;white-space:nowrap}.theme-paradise .Input--disabled{color:#777;border-color:#4a4a4a;border-color:rgba(74,74,74,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.theme-paradise .Input--fluid{display:block;width:auto}.theme-paradise .Input__baseline{display:inline-block;color:rgba(0,0,0,0)}.theme-paradise .Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:1em;line-height:1.4166666667em;height:1.4166666667em;margin:0;padding:0 .5em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit}.theme-paradise .Input__input::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-paradise .Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-paradise .Input__textarea{border:0;width:calc(100% + 4px);font-size:1em;line-height:1.4166666667em;margin-left:-.3333333333em;font-family:Verdana,sans-serif;background-color:rgba(0,0,0,0);color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.theme-paradise .Input__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-paradise .Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-paradise .Input--monospace .Input__input{font-family:Consolas,monospace}.theme-paradise .TextArea{position:relative;display:inline-block;border:.0833333333em solid #e65c2e;border:.0833333333em solid rgba(230,92,46,.75);border-radius:.16em;background-color:rgba(0,0,0,.25);margin-right:.1666666667em;line-height:1.4166666667em;box-sizing:border-box;width:100%}.theme-paradise .TextArea--fluid{display:block;width:auto;height:auto}.theme-paradise .TextArea__textarea{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;height:100%;font-size:1em;line-height:1.4166666667em;min-height:1.4166666667em;margin:0;padding:0 .5em;font-family:inherit;background-color:rgba(0,0,0,0);color:inherit;box-sizing:border-box;word-wrap:break-word;overflow:hidden}.theme-paradise .TextArea__textarea::placeholder{font-style:italic;color:#777;color:rgba(255,255,255,.45)}.theme-paradise .TextArea__textarea:-ms-input-placeholder{font-style:italic;color:rgba(125,125,125,.75)}.theme-paradise .Knob{position:relative;font-size:1rem;width:2.6em;height:2.6em;margin:0 auto -.2em;cursor:n-resize}.theme-paradise .Knob:after{content:".";color:rgba(0,0,0,0);line-height:2.5em}.theme-paradise .Knob__circle{position:absolute;top:.1em;bottom:.1em;left:.1em;right:.1em;margin:.3em;background-color:#333;background-image:linear-gradient(to bottom,rgba(255,255,255,.15),rgba(255,255,255,0));border-radius:50%;box-shadow:0 .05em .5em rgba(0,0,0,.5)}.theme-paradise .Knob__cursorBox{position:absolute;top:0;bottom:0;left:0;right:0}.theme-paradise .Knob__cursor{position:relative;top:.05em;margin:0 auto;width:.2em;height:.8em;background-color:rgba(255,255,255,.9)}.theme-paradise .Knob__popupValue,.theme-paradise .Knob__popupValue--right{position:absolute;top:-2rem;right:50%;font-size:1rem;text-align:center;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.theme-paradise .Knob__popupValue--right{top:.25rem;right:-50%}.theme-paradise .Knob__ring{position:absolute;top:0;bottom:0;left:0;right:0;padding:.1em}.theme-paradise .Knob__ringTrackPivot{transform:rotate(135deg)}.theme-paradise .Knob__ringTrack{fill:rgba(0,0,0,0);stroke:rgba(255,255,255,.1);stroke-width:8;stroke-linecap:round;stroke-dasharray:235.62}.theme-paradise .Knob__ringFillPivot{transform:rotate(135deg)}.theme-paradise .Knob--bipolar .Knob__ringFillPivot{transform:rotate(270deg)}.theme-paradise .Knob__ringFill{fill:rgba(0,0,0,0);stroke:#6a96c9;stroke-width:8;stroke-linecap:round;stroke-dasharray:314.16;transition:stroke 50ms}.theme-paradise .Knob--color--black .Knob__ringFill{stroke:#1a1a1a}.theme-paradise .Knob--color--white .Knob__ringFill{stroke:#fff}.theme-paradise .Knob--color--red .Knob__ringFill{stroke:#df3e3e}.theme-paradise .Knob--color--orange .Knob__ringFill{stroke:#f37f33}.theme-paradise .Knob--color--yellow .Knob__ringFill{stroke:#fbda21}.theme-paradise .Knob--color--olive .Knob__ringFill{stroke:#cbe41c}.theme-paradise .Knob--color--green .Knob__ringFill{stroke:#25ca4c}.theme-paradise .Knob--color--teal .Knob__ringFill{stroke:#00d6cc}.theme-paradise .Knob--color--blue .Knob__ringFill{stroke:#2e93de}.theme-paradise .Knob--color--violet .Knob__ringFill{stroke:#7349cf}.theme-paradise .Knob--color--purple .Knob__ringFill{stroke:#ad45d0}.theme-paradise .Knob--color--pink .Knob__ringFill{stroke:#e34da1}.theme-paradise .Knob--color--brown .Knob__ringFill{stroke:#b97447}.theme-paradise .Knob--color--grey .Knob__ringFill{stroke:#848484}.theme-paradise .Knob--color--good .Knob__ringFill{stroke:#68c22d}.theme-paradise .Knob--color--average .Knob__ringFill{stroke:#f29a29}.theme-paradise .Knob--color--bad .Knob__ringFill{stroke:#df3e3e}.theme-paradise .Knob--color--label .Knob__ringFill{stroke:#955d4b}.theme-paradise .Knob--color--gold .Knob__ringFill{stroke:#f3b22f}.theme-paradise .Slider:not(.Slider__disabled){cursor:e-resize}.theme-paradise .Slider__cursorOffset{position:absolute;top:0;left:0;bottom:0;transition:none!important}.theme-paradise .Slider__cursor{position:absolute;top:0;right:-.0833333333em;bottom:0;width:0;border-left:.1666666667em solid #fff}.theme-paradise .Slider__pointer{position:absolute;right:-.4166666667em;bottom:-.3333333333em;width:0;height:0;border-left:.4166666667em solid rgba(0,0,0,0);border-right:.4166666667em solid rgba(0,0,0,0);border-bottom:.4166666667em solid #fff}.theme-paradise .Slider__popupValue{position:absolute;right:0;top:-2rem;font-size:1rem;padding:.25rem .5rem;color:#fff;background-color:#000;transform:translate(50%);white-space:nowrap}.theme-paradise .ProgressBar{display:inline-block;position:relative;width:100%;padding:0 .5em;border-radius:.16em;background-color:rgba(0,0,0,0);transition:border-color .5s}.theme-paradise .ProgressBar__fill{position:absolute;top:-.5px;left:0;bottom:-.5px}.theme-paradise .ProgressBar__fill--animated{transition:background-color .5s,width .5s}.theme-paradise .ProgressBar__content{position:relative;line-height:1.4166666667em;width:100%;text-align:right}.theme-paradise .ProgressBar--color--default{border:.0833333333em solid #1b6d6d}.theme-paradise .ProgressBar--color--default .ProgressBar__fill{background-color:#1b6d6d}.theme-paradise .ProgressBar--color--disabled{border:1px solid #999}.theme-paradise .ProgressBar--color--disabled .ProgressBar__fill{background-color:#999}.theme-paradise .ProgressBar--color--black{border:.0833333333em solid #000!important}.theme-paradise .ProgressBar--color--black .ProgressBar__fill{background-color:#000}.theme-paradise .ProgressBar--color--white{border:.0833333333em solid #d9d9d9!important}.theme-paradise .ProgressBar--color--white .ProgressBar__fill{background-color:#d9d9d9}.theme-paradise .ProgressBar--color--red{border:.0833333333em solid #bd2020!important}.theme-paradise .ProgressBar--color--red .ProgressBar__fill{background-color:#bd2020}.theme-paradise .ProgressBar--color--orange{border:.0833333333em solid #d95e0c!important}.theme-paradise .ProgressBar--color--orange .ProgressBar__fill{background-color:#d95e0c}.theme-paradise .ProgressBar--color--yellow{border:.0833333333em solid #d9b804!important}.theme-paradise .ProgressBar--color--yellow .ProgressBar__fill{background-color:#d9b804}.theme-paradise .ProgressBar--color--olive{border:.0833333333em solid #9aad14!important}.theme-paradise .ProgressBar--color--olive .ProgressBar__fill{background-color:#9aad14}.theme-paradise .ProgressBar--color--green{border:.0833333333em solid #1b9638!important}.theme-paradise .ProgressBar--color--green .ProgressBar__fill{background-color:#1b9638}.theme-paradise .ProgressBar--color--teal{border:.0833333333em solid #009a93!important}.theme-paradise .ProgressBar--color--teal .ProgressBar__fill{background-color:#009a93}.theme-paradise .ProgressBar--color--blue{border:.0833333333em solid #1c71b1!important}.theme-paradise .ProgressBar--color--blue .ProgressBar__fill{background-color:#1c71b1}.theme-paradise .ProgressBar--color--violet{border:.0833333333em solid #552dab!important}.theme-paradise .ProgressBar--color--violet .ProgressBar__fill{background-color:#552dab}.theme-paradise .ProgressBar--color--purple{border:.0833333333em solid #8b2baa!important}.theme-paradise .ProgressBar--color--purple .ProgressBar__fill{background-color:#8b2baa}.theme-paradise .ProgressBar--color--pink{border:.0833333333em solid #cf2082!important}.theme-paradise .ProgressBar--color--pink .ProgressBar__fill{background-color:#cf2082}.theme-paradise .ProgressBar--color--brown{border:.0833333333em solid #8c5836!important}.theme-paradise .ProgressBar--color--brown .ProgressBar__fill{background-color:#8c5836}.theme-paradise .ProgressBar--color--grey{border:.0833333333em solid #646464!important}.theme-paradise .ProgressBar--color--grey .ProgressBar__fill{background-color:#646464}.theme-paradise .ProgressBar--color--good{border:.0833333333em solid #4d9121!important}.theme-paradise .ProgressBar--color--good .ProgressBar__fill{background-color:#4d9121}.theme-paradise .ProgressBar--color--average{border:.0833333333em solid #cd7a0d!important}.theme-paradise .ProgressBar--color--average .ProgressBar__fill{background-color:#cd7a0d}.theme-paradise .ProgressBar--color--bad{border:.0833333333em solid #bd2020!important}.theme-paradise .ProgressBar--color--bad .ProgressBar__fill{background-color:#bd2020}.theme-paradise .ProgressBar--color--label{border:.0833333333em solid #6d4436!important}.theme-paradise .ProgressBar--color--label .ProgressBar__fill{background-color:#6d4436}.theme-paradise .ProgressBar--color--gold{border:.0833333333em solid #d6920c!important}.theme-paradise .ProgressBar--color--gold .ProgressBar__fill{background-color:#d6920c}.theme-paradise .Chat{color:#abc6ec}.theme-paradise .Chat__badge{display:inline-block;min-width:.5em;font-size:.7em;padding:.2em .3em;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#dc143c;border-radius:10px;transition:font-size .2s}.theme-paradise .Chat__badge:before{content:"x"}.theme-paradise .Chat__badge--animate{font-size:.9em;transition:font-size 0ms}.theme-paradise .Chat__scrollButton{position:fixed;right:2em;bottom:1em}.theme-paradise .Chat__reconnected{font-size:.85em;text-align:center;margin:1em 0 2em}.theme-paradise .Chat__reconnected:before{content:"Reconnected";display:inline-block;border-radius:1em;padding:0 .7em;color:#fff;background-color:#db2828}.theme-paradise .Chat__reconnected:after{content:"";display:block;margin-top:-.75em;border-bottom:.1666666667em solid #db2828}.theme-paradise .Chat__highlight{color:#000}.theme-paradise .Chat__highlight--restricted{color:#fff;background-color:#a00;font-weight:700}.theme-paradise .ChatMessage{word-wrap:break-word}.theme-paradise .ChatMessage--highlighted{position:relative;border-left:.1666666667em solid #fd4;padding-left:.5em}.theme-paradise .ChatMessage--highlighted:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,221,68,.1);pointer-events:none}.theme-paradise html,.theme-paradise body{scrollbar-color:#cb1551 #680b29}.theme-paradise .Layout,.theme-paradise .Layout *{scrollbar-base-color:#680b29;scrollbar-face-color:#99103d;scrollbar-3dlight-color:#800d33;scrollbar-highlight-color:#800d33;scrollbar-track-color:#680b29;scrollbar-arrow-color:#ea2e6c;scrollbar-shadow-color:#99103d}.theme-paradise .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.theme-paradise .Layout__content--flexRow{display:flex;flex-flow:row}.theme-paradise .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-paradise .Layout__content--scrollable{overflow-y:auto;margin-bottom:0}.theme-paradise .Layout__content--noMargin{margin:0}.theme-paradise .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#800d33;background-image:linear-gradient(to bottom,#80014b,#80460d)}.theme-paradise .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px;height:2.6666666667rem}.theme-paradise .Window__rest{position:fixed;top:32px;top:2.6666666667rem;bottom:0;left:0;right:0}.theme-paradise .Window__contentPadding{margin:.5rem;height:100%;height:calc(100% - 1.01rem)}.theme-paradise .Window__contentPadding:after{height:0}.theme-paradise .Layout__content--scrollable .Window__contentPadding:after{display:block;content:"";height:.5rem}.theme-paradise .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(166,34,78,.25);pointer-events:none}.theme-paradise .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;width:1.6666666667rem;height:20px;height:1.6666666667rem;cursor:se-resize}.theme-paradise .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;height:.5rem;cursor:s-resize}.theme-paradise .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;width:.25rem;cursor:e-resize}.theme-paradise .TitleBar{background-color:#800d33;border-bottom:1px solid rgba(0,0,0,.25);box-shadow:0 2px 2px rgba(0,0,0,.1);box-shadow:0 .1666666667rem .1666666667rem rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-paradise .TitleBar__clickable{color:rgba(255,0,0,.5);background-color:#800d33;transition:color .25s,background-color .25s}.theme-paradise .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-paradise .TitleBar__title{position:absolute;top:0;left:46px;left:3.8333333333rem;color:rgba(255,0,0,.75);font-size:14px;font-size:1.1666666667rem;line-height:31px;line-height:2.5833333333rem;white-space:nowrap}.theme-paradise .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px;height:2.6666666667rem}.theme-paradise .TitleBar__statusIcon{position:absolute;top:0;left:12px;left:1rem;transition:color .5s;font-size:20px;font-size:1.6666666667rem;line-height:32px!important;line-height:2.6666666667rem!important}.theme-paradise .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;width:3.75rem;height:32px;height:2.6666666667rem;font-size:20px;font-size:1.6666666667rem;line-height:31px;line-height:2.5833333333rem;text-align:center}.theme-paradise .TitleBar__devBuildIndicator{position:absolute;top:6px;top:.5rem;right:52px;right:4.3333333333rem;min-width:20px;min-width:1.6666666667rem;padding:2px 4px;padding:.1666666667rem .3333333333rem;background-color:rgba(91,170,39,.75);color:#fff;text-align:center}.theme-paradise .adminooc{color:#29ccbe}.theme-paradise .debug{color:#8f39e6}.theme-paradise .boxed_message{background:rgba(0,0,0,.25);border:1px solid #a3b9d9;margin:.5em;padding:.5em .75em;text-align:center}.theme-paradise .boxed_message.left_align_text{text-align:left}.theme-paradise .boxed_message.red_border{background:rgba(0,0,0,.25);border-color:#a00}.theme-paradise .boxed_message.green_border{background:rgba(0,0,0,.25);border-color:#0f0}.theme-paradise .boxed_message.purple_border{background:rgba(0,0,0,.25);border-color:#8000ff}.theme-paradise .boxed_message.notice_border{background:rgba(0,0,0,.25);border-color:#6685f5}.theme-paradise .boxed_message.thick_border{border-width:thick} From 1f9945ee5f82669c1986c410fa9a1c64a321ccee Mon Sep 17 00:00:00 2001 From: Christasmurf <25437893+Christasmurf@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:24:14 +0100 Subject: [PATCH 13/34] Captain's sabre - Resprite and rebrand (#26592) * rapier-rebrand * extdesc change * indentation * Update code/game/objects/items/weapons/melee/melee_misc.dm Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Signed-off-by: Christasmurf <25437893+Christasmurf@users.noreply.github.com> --------- Signed-off-by: Christasmurf <25437893+Christasmurf@users.noreply.github.com> Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> --- code/game/gamemodes/steal_items.dm | 6 +++--- code/game/machinery/cryopod.dm | 4 ++-- .../objects/items/weapons/melee/melee_misc.dm | 18 +++++++++--------- .../objects/items/weapons/storage/belt.dm | 14 +++++++------- .../closets/secure/security_lockers.dm | 2 +- .../living/carbon/human/human_update_icons.dm | 2 +- icons/mob/clothing/belt.dmi | Bin 14279 -> 22922 bytes icons/mob/inhands/weapons_lefthand.dmi | Bin 44782 -> 72654 bytes icons/mob/inhands/weapons_righthand.dmi | Bin 43548 -> 70647 bytes icons/obj/clothing/belts.dmi | Bin 14075 -> 24295 bytes icons/obj/weapons/melee.dmi | Bin 9328 -> 14921 bytes 11 files changed, 23 insertions(+), 23 deletions(-) diff --git a/code/game/gamemodes/steal_items.dm b/code/game/gamemodes/steal_items.dm index 1122ec65ef19..8ee4486f04b7 100644 --- a/code/game/gamemodes/steal_items.dm +++ b/code/game/gamemodes/steal_items.dm @@ -47,9 +47,9 @@ protected_jobs = list("Captain") location_override = "the Captain's Office" -/datum/theft_objective/captains_rapier - name = "the captain's rapier" - typepath = /obj/item/melee/rapier +/datum/theft_objective/captains_sabre + name = "the captain's sabre" + typepath = /obj/item/melee/sabre protected_jobs = list("Captain") location_override = "the Captain's Office" diff --git a/code/game/machinery/cryopod.dm b/code/game/machinery/cryopod.dm index c06f30f57e76..c27bfeeb7e3c 100644 --- a/code/game/machinery/cryopod.dm +++ b/code/game/machinery/cryopod.dm @@ -233,8 +233,8 @@ /obj/item/mod/control, /obj/item/stamp, /obj/item/melee/knuckleduster/nanotrasen, - /obj/item/melee/rapier, - /obj/item/storage/belt/sheath/rapier, + /obj/item/melee/sabre, + /obj/item/storage/belt/sheath/sabre, /obj/item/nuke_core, /obj/item/nuke_core_container, /obj/item/documents, diff --git a/code/game/objects/items/weapons/melee/melee_misc.dm b/code/game/objects/items/weapons/melee/melee_misc.dm index d29fc07c46e6..ede849a3d35e 100644 --- a/code/game/objects/items/weapons/melee/melee_misc.dm +++ b/code/game/objects/items/weapons/melee/melee_misc.dm @@ -23,11 +23,11 @@ to_chat(viewers(user), "[user] is strangling [user.p_themselves()] with [src]! It looks like [user.p_theyre()] trying to commit suicide!") return OXYLOSS -/obj/item/melee/rapier - name = "captain's rapier" +/obj/item/melee/sabre + name = "captain's sabre" desc = "An elegant weapon, for a more civilized age." - icon_state = "rapier" - item_state = "rapier" + icon_state = "sabre" + item_state = "sabre" flags = CONDUCT force = 15 throwforce = 10 @@ -40,20 +40,20 @@ materials = list(MAT_METAL = 1000) resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF // Theft targets should be hard to destroy -/obj/item/melee/rapier/examine(mob/user) +/obj/item/melee/sabre/examine(mob/user) . = ..() . += "The blade looks very well-suited for piercing armour." -/obj/item/melee/rapier/examine_more(mob/user) +/obj/item/melee/sabre/examine_more(mob/user) . = ..() . += "Swords are a traditional ceremonial weapon carried by commanding officers of many armies and navies, even long after firearms and laserarms rendered them obsolete. \ Despite having no roots in such traditions, Nanotrasen participates in them, as these trappings of old tradition help to promote the air of authority the company wishes for its captains to possess." . += "" - . += "Whilst not intended to actually be used in combat, these ceremonial rapiers are in-fact quite functional, \ + . += "Whilst not intended to actually be used in combat, the ceremonial blades issued by Nanotrasen are in-fact quite functional, \ able to both inflict grievous wounds on aggressors that get too close, whilst also elegantly parrying their blows (assuming the wielder is skilled with the blade). \ - The thin, sharp point is also quite effective at at defeating even modern body armour, which tends to be designed to deal with ballistic and laser weapons rather than swords..." + The sharp edge is adept at hacking unarmored targets, whilst the rigid tip is also quite effective at at defeating even modern body armor with thrusting attacks, as modern armor is generally designed to defeat ballistic and laser weapons rather than swords..." -/obj/item/melee/rapier/Initialize(mapload) +/obj/item/melee/sabre/Initialize(mapload) . = ..() AddComponent(/datum/component/parry, _stamina_constant = 2, _stamina_coefficient = 0.5, _parryable_attack_types = NON_PROJECTILE_ATTACKS) RegisterSignal(src, COMSIG_PARENT_QDELETING, PROC_REF(alert_admins_on_destroy)) diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index 4476daa3b963..442420ccc5b6 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -733,7 +733,7 @@ storage_slots = 1 w_class = WEIGHT_CLASS_BULKY max_w_class = WEIGHT_CLASS_BULKY - can_hold = list(/obj/item/melee/rapier) + can_hold = list(/obj/item/melee/sabre) layer_over_suit = TRUE large = TRUE @@ -776,15 +776,15 @@ var/mob/living/L = loc L.update_inv_belt() -/obj/item/storage/belt/sheath/rapier - name = "rapier sheath" - desc = "Can hold rapiers." +/obj/item/storage/belt/sheath/sabre + name = "sabre sheath" + desc = "Can hold sabres." icon_state = "sheath" item_state = "sheath" - can_hold = list(/obj/item/melee/rapier) + can_hold = list(/obj/item/melee/sabre) -/obj/item/storage/belt/sheath/rapier/populate_contents() - new /obj/item/melee/rapier(src) +/obj/item/storage/belt/sheath/sabre/populate_contents() + new /obj/item/melee/sabre(src) update_appearance(UPDATE_ICON_STATE) /obj/item/storage/belt/sheath/snakesfang diff --git a/code/game/objects/structures/crates_lockers/closets/secure/security_lockers.dm b/code/game/objects/structures/crates_lockers/closets/secure/security_lockers.dm index 93d37f5f1fa6..9af73b9bf61a 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/security_lockers.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/security_lockers.dm @@ -14,7 +14,7 @@ new /obj/item/storage/bag/garment/captain(src) new /obj/item/cartridge/captain(src) new /obj/item/radio/headset/heads/captain/alt(src) - new /obj/item/storage/belt/sheath/rapier(src) + new /obj/item/storage/belt/sheath/sabre(src) new /obj/item/gun/energy/gun(src) new /obj/item/flash(src) new /obj/item/door_remote/captain(src) diff --git a/code/modules/mob/living/carbon/human/human_update_icons.dm b/code/modules/mob/living/carbon/human/human_update_icons.dm index 88c474d59995..3157ccd5d48d 100644 --- a/code/modules/mob/living/carbon/human/human_update_icons.dm +++ b/code/modules/mob/living/carbon/human/human_update_icons.dm @@ -884,7 +884,7 @@ GLOBAL_LIST_EMPTY(damage_icon_parts) - /obj/item/judobelt - /obj/item/storage/belt/chef - /obj/item/storage/belt/mining/.. - - /obj/item/storage/belt/rapier + - /obj/item/storage/belt/sabre - /obj/item/defibrillator/compact/.. - /obj/item/nullrod/.. - /obj/item/claymore/.. diff --git a/icons/mob/clothing/belt.dmi b/icons/mob/clothing/belt.dmi index 932943e3d7dc9ecc1f6bf91ddbcb1e531609b1d8..909a2f22a29f4d7f80056624502f218cad1726f4 100644 GIT binary patch literal 22922 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%0DRo- zQuP9yF`VqM*K)46u%?CC_N{-Zp*xcu#hFV>oHW?2zs}xAQ8TAWgOYAsvJb#rUV}%( zi05Cn02CIV2)Lx(aJMzMkJVFCLCEIkw>n8opSg$;X|Uh@%fiZsP;b=jg_$|i%<;#0Qhxy-70OVM-8a{G@w9%;@>`# zb1M#eUc|TUADsF9%K>o{*lSiRSRa^;TU1v7VpBmsV^vFq*!HYP+=Ror_W{wrgU{_+ zn*vCDR~@XsPfSGb@!aPjy`Us%YSNyjvIOE(L1)8e_5tULsW-5m6RqHXL%CPYa22?9(pAWPER%B;lnZrHy7P)4Qz literal 14279 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 literal 44782 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 diff --git a/icons/mob/inhands/weapons_righthand.dmi b/icons/mob/inhands/weapons_righthand.dmi index 13659103d767e6f84fa2f14a946c0b1cd6fe8ca3..5053d87f1607242993c1f8a7ead1e23224881f21 100644 GIT binary patch literal 70647 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�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 literal 43548 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

B% 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 z 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 Tk-z-6pnmPD!IfeSo6!FS$)Tba diff --git a/icons/obj/weapons/melee.dmi b/icons/obj/weapons/melee.dmi index 349d098da849c13a0dd200acb88a86a3e42d1f6a..0cbd48b00b4726f6b550c0cf65abbfca763633df 100644 GIT binary patch literal 14921 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 Ipf=(E14fJe+yDRo From 6e3635171c8f0d651528e86f280f6cefaeb63663 Mon Sep 17 00:00:00 2001 From: Adrer Date: Thu, 12 Sep 2024 19:25:45 +0200 Subject: [PATCH 14/34] [SPRITES] Emissive mechs (#26589) * Emissive mechs * I accidentally touched the Durand * old_durand lightmask * Phazon open sprite upgrade * Move emissives to seperate file * Add unique emissives for dragon armour ripleys * Edge cases for updating overlays * Changed number to a define * Added Autodoc --------- Co-authored-by: adrermail@gmail.com --- code/game/mecha/mecha.dm | 25 ++++++++++++++++++++++--- code/game/mecha/mecha_actions.dm | 4 ++-- code/game/mecha/working/ripley.dm | 2 ++ icons/mecha/mecha.dmi | Bin 109088 -> 193255 bytes icons/mecha/mecha_emissive.dmi | Bin 0 -> 9236 bytes 5 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 icons/mecha/mecha_emissive.dmi diff --git a/code/game/mecha/mecha.dm b/code/game/mecha/mecha.dm index 1980ded01727..813b9983e04f 100644 --- a/code/game/mecha/mecha.dm +++ b/code/game/mecha/mecha.dm @@ -4,6 +4,7 @@ name = "Mecha" desc = "Exosuit" icon = 'icons/mecha/mecha.dmi' + density = TRUE //Dense. To raise the heat. opacity = TRUE ///opaque. Menacing. anchored = TRUE //no pulling around. @@ -37,8 +38,11 @@ var/dna //dna-locking the mech var/list/proc_res = list() //stores proc owners, like proc_res["functionname"] = owner reference var/datum/effect_system/spark_spread/spark_system = new - var/lights = 0 + var/lights = FALSE var/lights_power = 6 + var/lights_range = 6 + var/lights_power_ambient = LIGHTING_MINIMUM_POWER + var/lights_range_ambient = MINIMUM_USEFUL_LIGHT_RANGE var/frozen = FALSE var/repairing = FALSE var/emp_proof = FALSE //If it is immune to emps @@ -81,6 +85,9 @@ var/activated = FALSE var/power_warned = FALSE + /// DMI containing greyscale emissive overlays, responsible for what parts of the mech glow in the dark + var/emissive_appearance_icon = 'icons/mecha/mecha_emissive.dmi' + var/destruction_sleep_duration = 2 SECONDS //Time that mech pilot is put to sleep for if mech is destroyed var/melee_cooldown = 10 @@ -147,6 +154,14 @@ V.install(src) qdel(V) + set_light(lights_range_ambient, lights_power_ambient) + update_overlays() + +/obj/mecha/update_overlays() + . = ..() + underlays.Cut() + underlays += emissive_appearance(emissive_appearance_icon, "[icon_state]_lightmask") + //////////////////////// ////// Helpers ///////// //////////////////////// @@ -1018,6 +1033,7 @@ AI.forceMove(src) occupant = AI icon_state = reset_icon(icon_state) + update_overlays() playsound(src, 'sound/machines/windowdoor.ogg', 50, 1) if(!hasInternalDamage()) SEND_SOUND(occupant, sound(nominalsound, volume = 50)) @@ -1086,9 +1102,9 @@ /obj/mecha/proc/toggle_lights(show_message = TRUE) lights = !lights if(lights) - set_light(light_range + lights_power) + set_light(lights_range, lights_power) else - set_light(light_range - lights_power) + set_light(lights_range_ambient, lights_power_ambient) if(show_message) occupant_message("Toggled lights [lights ? "on" : "off"].") log_message("Toggled lights [lights ? "on" : "off"].") @@ -1175,6 +1191,7 @@ H.throw_alert("locked", /atom/movable/screen/alert/mech_maintenance) if(connected_port) H.throw_alert("mechaport_d", /atom/movable/screen/alert/mech_port_disconnect) + update_overlays() return TRUE else return FALSE @@ -1230,6 +1247,7 @@ Move(loc) icon_state = reset_icon() dir = dir_in + update_overlays() log_message("[mmi_as_oc] moved in as pilot.") if(!hasInternalDamage()) SEND_SOUND(occupant, sound(nominalsound, volume = 50)) @@ -1319,6 +1337,7 @@ if(ishuman(L)) var/mob/living/carbon/human/H = L H.regenerate_icons() // workaround for 14457 + update_overlays() /obj/mecha/force_eject_occupant(mob/target) go_out() diff --git a/code/game/mecha/mecha_actions.dm b/code/game/mecha/mecha_actions.dm index b52c7060fa1b..316e4eb737e5 100644 --- a/code/game/mecha/mecha_actions.dm +++ b/code/game/mecha/mecha_actions.dm @@ -66,10 +66,10 @@ return chassis.lights = !chassis.lights if(chassis.lights) - chassis.set_light(chassis.lights_power) + chassis.set_light(chassis.lights_range, chassis.lights_power) button_overlay_icon_state = "mech_lights_on" else - chassis.set_light(-chassis.lights_power) + chassis.set_light(chassis.lights_range_ambient, chassis.lights_power_ambient) button_overlay_icon_state = "mech_lights_off" chassis.occupant_message("Toggled lights [chassis.lights ? "on" : "off"].") chassis.log_message("Toggled lights [chassis.lights ? "on" : "off"].") diff --git a/code/game/mecha/working/ripley.dm b/code/game/mecha/working/ripley.dm index 788df39c50d6..0ef350472a11 100644 --- a/code/game/mecha/working/ripley.dm +++ b/code/game/mecha/working/ripley.dm @@ -123,6 +123,8 @@ //drake hides if(drake_hides) if(drake_hides == DRAKE_HIDES_COVERED_FULL) + underlays.Cut() + underlays += emissive_appearance(emissive_appearance_icon, occupant ? "ripley-d-full_lightmask" : "ripley-d-full-open_lightmask") . += occupant ? "ripley-d-full" : "ripley-d-full-open" else if(drake_hides == DRAKE_HIDES_COVERED_MODERATE) . += occupant ? "ripley-d-2" : "ripley-d-2-open" diff --git a/icons/mecha/mecha.dmi b/icons/mecha/mecha.dmi index 5cef247ee7f591b4c0b2aee47c02da349a531300..28b04958109b4a90673bbe6935bc3089b7e687de 100644 GIT binary patch literal 193255 zcmbrlWmr^U*ET$qAV_yh36dhxDJ3B#-3kKIBAtUsBOsE}-Q77Ol9JLeba%rL12f;| zzMtp)etpOH<2^WlJ$qk!v#)Edb*^=u>mou^{S7`Y4K4@-!dF(3e+L4gXFq)7JOa+h zON{ma9~69a4BX_cTrI!Yes;5Ub^?LC(kqfiozh3tC--qQHV(5yqN>#Jmz z^X1!2BgKnaHQL(?$!fGNUa#;{@~}jR^WFK-Y^LwU{bt`OKD}A&s&iqq4nC(QoG7f5 z(a`8CZo;zZc&h8s-LP)3bL@Kq;)7sn^ zox#+yc>bXf?5g4ss?L9EnS({w{reb?|e{L>Z*` z>grR6cE@)Ar2QY?i!%?Iuo=s1!n9oqs(zzl7ZB(vNLl{1j#v6YhPNM?!YyhUgQ=59 zHZYKm37hrP#tW*a{W)F4Sc#ZA>Mri5=mB`l*^h{c$s>3rhE+))yCV8B`JLHZ|QCrb=e}qbhIiK0kh0cujqK4J2fQGK5Rn44(5-UlB zJae29tDr(f*&^t_$0UCnLddfJ=fY1K1zgSlIjdOb;L3>3Z4hG7p}Qsx?uP zlM6T_O;p`yQ$#-0E{={SdnWOgCf&0A_YLfVa0xp#(qGIu!CMQPVesMWOE0N_0LTVcS|pK@_*_Q#~tVc~dCE zX!4lGe~t?gj6?26#uX?Wf0dFc>(4{P8E7S^%@T<&*Zku zrist>%_w#!PNB(K}+|;C3s1X&a>`Idd$==sR{y$z6G{%(#R9`^^m-C>ZNa3T$*h5;L3c z_zz?n?u=D*h>uPqN-q@4NM=)1O>}oZxOZ{I$E9hYH1SWVn@-b(kW-wjiaaa3JXks| zoevMn7&Zz?&Lh(BBySfIn)IAaHMfv1gG9X8t|5&{9KK1lsW$9jCi50_i4do$Xp zbHe4MX`XEHiM}{_Ad-ti61jU)-$daXwkPy=Pq78QG?WL5RJ8AqElS|LYTl;+Wy*YSjs`3=-7e~k>He5zQC(?9uy{0r zls!e-lXq0zm%;w+6CsdzA-cdT4g>z%E~iD8*Y6Ez%lY{+6_&c~>&$XIGGLR=G{t2_ z_HTs;Q9{l&810bv6xkwbA_qtr=e=8lV%@>0;WT0Ne|2y89uYDs_Ni-u^6!5PzzFqg z{QHE2oR|7h`>;qZeO?!Ews6kt&frH_@fpd3dku`m9;ha7JX6coU8i^S$E`_gb+2V`7o-vwvt8|XTWOjG#U3M!5H+S(94VolYSl)TH+y;b-LW)p&2BaJ_`aIQZoB%| z$+&Ysa}XyG$h78@ zMPW^Y{tCyg)d8#D0w`Z=sD+LKs%(hSZM;>3M||3;-WP^SCkA}ka|Tr@9#06(D*L1@ zSycUFpV!P|9>sY^^b;xk<`!z9gwn?tM=`M6A1|TIvQ1VdM%4?nlRv$KAXBS6kGD3r zi_Wj(*K63=UH5M+AZ5lBQ@&m+9j~4^DZCe(#3y0O_P${(6m+8g{w1DMxU zedo4X(8oX+m;U36zkclk&+%UuO^NFot7CU}$J>r#1c3kxwO);W&+6UBv(~ymco(*d zWNfM;2Vp3GWng{jE9Wv$Rb^$9-ZO!(zk{CLxe}nL-6&DUcM>3s-u6GsGXcNvii$wh z?)QBIkGD_yQAY>*p#yMeerJvPJ{(iyHjAs?T*8R{oG^K@FDnn5a;1%jNSB6F?U;N{3Q z?HH@g;%&Mcwi$vKd&h+5Fo99f3q;mANa3(*DIK%GRoeWQV46UYhO5Z>i?73J6VD{* z0)KA}KNs;2opT<_`H-h*U};f@Ir4cQRka^b%c-+CDF!(xE&!NXW9TgaT+-^pynoq~CUBi9Mm zj=wjIx!J3p)`S)qF0hT$uHI7g;V|#-sMyd>jfN(BH9w>O1rzWT_BnWim{x;T+54zV zh{#0m<36_I+1GAuX|ribic#55e@Y>PwFo8qH@T8q{5D_aG5Gw*kCo0*&?NGm7!P;y zB>gMyv9tHWqJxj1;yh2>vql23@Jc;PQ@vhCkXnqWU zVSCdB{iVMN^z{POTuc^Ny043G_}$?Vst--fJ$CC?SZ|wq=nC*_qQv(V0_7sp5gKNm z+A|8xTJP=m5IenD8uy(1(cb7^#h22v^Eck>ti{G_r-Z%b9&VN{*bBuK^_{NKYAUju{u<+KY7-XiVc`W9Fh3TAfvv= zx+D^*Pc3l>9!WVl8>G;s5(3oz zR-n)#|L)I+PQ)iESWVI;%+IH$hMFXgH~a2ekHS$%~i4vKPBS zdQc(SWm=ZUwhY~geA4cpy0uZxKYJR-tikZh8SleiHX@0>?>t{W*7)8ziV%}BZ%WcY zo|_*<#^!CTDI9ogni+Fb9MODce;CmA0pqT{ie)u|UyRn~i^ll%?Y($gd_N$Z zNU>w?(0@-BvA+aD^%K=XaAua!>f0k_IBFdv8RJDUvW$wwsQ0Dy34r0LfDPXI`!Ium zTY^xYY1QMgRSxqy{9>M~=$ChZfBIc)CeulIg-;#xtq+ikU$%F6-Tiw0-FMC99q@Ls zN8?jDt|>R*`4-tliIfMdoTWhaYNHv5ARmX-t}LM{5A?Bs8mkDo%({l%GdFx|uA6-b z-n>_MFd4Bq_u5R$^;q5^c$u*r$&@m)Y%DX=7)NlgQLlV45h)>(j~WJ$jcy#J8wP;f z4HQ}x- zorIqdp+U@l*}?x)F`CA8b5KK+=3l?9<)cQ2k-93V`ucvA_Wq;hE1)C-%2J~yf+DNW zT#b$fqgjCvh8E7}kD_P{n_+A&k<2tz6tYI*i`NH&;+XCDZPLXNseKJgRTbWKK~3w>GF@>y}KCL=e+PFLj?P$1(N~ATMX<(xU=g z#Za*WDSHcWz=-yi6w*h6Q8U>7^TOf5^$G^|HsL3ijxOeenXO@#ay435z-1y$0j9wV zPu{F5<3Y)9kLsMauNI_zUPaRiZ_TaB-8dW?f%Z%wLzAMeqV9WS`}!5DnXkXy_$?Yy z3}p;n|Bat&eI|WD#P7NAdbBG{jlCaovB$l|3hCW74_Iybo^^ARY*Lsz9?C!)7 zSNg}F&L>t7m5v1m9|Lr+^XQhns;3Wy&B}3Aqx0;d3*G47t->U=ImlEmenslU)4NAB zj~Xmg{?zTsvVP@4Ig9J}lgZIa-m{Q+%SoO>1rWMl#Suo|Mb)|5aBEBVNPss}zqfd` z51#sk$7{P-lyohn*Jg|2ax_->fxLPsi2*AJ0#+d01z#CB2&GMUV@T3quFup-0%7p% zYN86QpHH+W8Xx_%EhtT&mQ&W`Q=9BC6>A8C|lfx)0u(?m%d zGdCj@D%_Uc5b{34G(oghp=H@Z>hSCG*-eYO<3#rn%=dZa`XzhcM76sJz z(Jg`RUn~m7ez$A6&mKJYU0t)E*K`UL=rV7qDSx%8 z55~7pKP42ZX0OUNAB8fwoOuOiLzRg$MU>yi_r_qg(IYko+iyn17e1Rx=K6IMyX(^x zX=JT!O=l?icrpkJ;cSF5<$2p1V_#Cfu{&i8K;F}7NW!U-U=3(q zmZugIi&zg3Sj6^rvq)q5hrW*d+m2R~gM|!mg-Iu=TxeW_Bc3_^6*p_Zo4RMgmwR2% z>GHJ*VwRFRgz?YO4EFxf*t8@1KjqzX>IzdVu@V;8{n7=qd-KoIS4n%%XX7+!4$0&63BJfy!#x zgL{+(rTQO*sKrAwbVaqRo8{3`S0%priZfL9TbeT(7##4310t_uYamhU>ieEKE@QsV z)fyf2%}kZm|4NEkylFc*XyN6lVUf_}>GljM^lU!XS0pMV&IQBp1HveINoE$ccaH-7 zt1vSSkn)XzOR1m_z!zKJ*^D;%g&<4j)Q zD`fJ2#G@~cIZrx)^7HC&I=aq~`r4#5csT@*%-8q)a(DTy#_ebjxFm>F(;Vf0M_Rb) z>^uot{z)?8?d#e(hzFe}c35g5tpJ&J_=%$Yd|obM?8OJP1~y*qoxxYl-7XW@V+-N; z(y;oqm6mgPA>5VupgM{B(UvFvD_?PEZ0I7P4gPPOijC8TjHJ>BmT{v_F3$@*n<_CE>3Z_{HU2T(DbfhxW?v@a z-T5J3E+4A8Qu%mJt9#DOG#Lv=))H!8ow50WrH`jkio`y*$(C?HOZbm624Zg6!|W|@+}-u833B209i2Q>Qi!aFiKY%roZ>e!-uA|w%t`Sot z_J3YcCOLdbhbn>B&vvd-vdOfyJ1U-izURkTezG;_L~m{XuG(H05&!|-$^o|XBYq&` zr1&V@zZALs0n_8wtK}|e0LBPe^2xth{z9&qGNXR)HB^N- zblco@xs>96u|nvdg3NIEv1Nm2>?c6SCXgGz=gq=ivG~?o|HQG!vB~&m%bwQT+xvPW zYhzw6ab9JRTDl-VwGjPtV{5yZOGAp{6Gyq5p5)Y{-#wb{YTO$)EdT3JS+rN^^=`AR z&Kk}jm4M1oU~LL?y)gG@z>j6zW~k2UUj9{4+svOKbXYRW%``Xr`f*5L^X>2O^k0F4 z3#pmY+x3#6-uWZNyEoqjrz%t7P(aN#;o(HI7w_FxUT$ls0jdeL?i4SdK4Yrx3-7a! z2w>9dkv)I%4eQXn&RZ}Kl8neEEBY2%7!99MHH|!H@A_8R*QV#VB+RWiPC`RgZoLAi z6CQ@k%R$DPUp8MdZrvN@!0VkUf}u^6W@Zg7pHE+I^O{-w`^IwZb13FRNI#%jHBzeC zk+>PMU0CCOY3IZ!5$?`do^M9a=eIYxHC`}CmSkeFeA=!u-%Rs>DL>0X*hjO@o@Pmd zdGk?{d7O9VgQi~}K=73C{n0{8(s3+9(a7eYU!w<4R)wi*#$fWC{|1Na_DDlY#`^P9 z|8n@Ybq8)TpX;ebgwGH+BEZ9p7ynz@KY%sPdB=$J*p9Y&)nM|PZ?za!wGM4Kf9#Ft zn?>83I?b)#AW7ymEwmw(KG5eqzl6EJdV;fJ@c|7$Mg|mfF|IshG%5t^;pBe9ezmz4 z>{+^bRZQ{`4X0&U;eUM6i1W5RGfv z9vbtf5co{Q4rz2*v!~7Bmvq~PO4<-OkN&cUefGq+8)N-JhYJ0O5dJtmThrYmx@>+C z=B)itm=|UB_4M%D9vIZ#)Bapv{z0LJzW7W32FRTOVGWdldl$=9zu}|`^`-j?U4bAm zL*KX>D;9lOnkfTzq7f*`c=&f7+TD+b4;PK5E-erd%mL6K7&Yjq8vaGhX4>$+*HUm7 z93lVZaBcT0w(Q(~?`Az_KmuHU_bW@9ykyzy?JcTmAFTbWwBtuyM@2%qL}w}?Qd=*( z`iHmcc0z|a9CCEWXO^y>F~a}7`M&YXa>B!>@MHJM#`(F1RlL><=zRS`$T1{mexnF9 zD|)2{)Kzl7PLg;Yt{TnMex9>fjiM~_oeX^tePw4oaB+1rkj528@`9yrx|TfO^?eD+ zg50IIuc;2yAdU*MHdPu5ev({{q`ZuXf*YmJ-AcdH$oj@7T{K~OwG(4%uDbgqBS`k| z$RIhfMO#r+ePtnv4d?(x&mS`iPj;X8k#gSNjh)$mkvhE;K;<=cUqza2EzV4TbBe8g z7m(@W$h>ml^!r{O_DHMg^VywujE&X5GMB*Cx_23kaZdV9!r`qU@yWbgj?G^pOlcvX zIqEDA6%jyb_}3dn3JO5+WYOCT!+I!wpt~I97&VkIQmB&xyvD6#ke0dIrs(KD1-*NR z-KnX^vr)CoKR0iqsDtZpl&;;>__Z37(THxcaM(Hw6RM@{7 zw#5Ey>Lla~QS}hfYf^YoHImU)kyC*-Y2O)*bI)=OBq@_LuiN|en7sg`mx@BBv?3B0 zaLqWR=SI~LSU0fuss<*0d7zwuw;d7VfE{?hrqJ-duu8h7!?%oJp~fT6bg1JAK5k*( zih=4wrQ&eBbmzB6HZxOcWu#Fd<^R^z;NcOL>+AF*x}H|!4-s}6tFE&h5NhN*_M$mL zuEo)?W$#Gc5PIJ`+M^#H9qXAYcV3jBg8;b7UT&fKVxD1#=;OdY2X8(6pZh#_(L>zh)QDP9gYcUWj##ow@GVig`%UQ(@y>Ow+vQtxry4 zB^Bi-hc_~yf4*ryYwOr0-|T!I|5qFw5?-7Z0Y2cz-gaJuOG>6)pThf8K8h?g<@nJ5 zc>@RzVi}}94fjAEuQVMvzqeFWlLSi?NQ^S-&tQT_wl%!pv;s;-)njBUQXlKnI7OP( za37=V=9!gIgM+ftM^>h|I8ZttH*5XZ0R6NB1?N=AqhkH0$_byw!`TmF!D#?RzZuO{ zAS0*vVu|p;#Ks~fp;lhB9;Ty_^y%@X$h#loT5>I}bE>lrmRBU9BkPVnoY&GZ=m%5q ze5pnOq`-d)kyTu_2P{#1+miq2mzlO>L&YkuQD&zN0KO(KOBK$-%y-2);}#rV)_vJ= zvEc?-i|NAAz=smkGzQP!pT82jfNL4&@zQsZt!53g0l7Gu>C!$SU+_IU5Sa?$aG>E~ zaEW9mV7{ z-RXQ#;(uGjag!YH0#*K}|7}P1{Qo>jF!KMR`Tc+O_>r65&HvpC@c-XuZ?AVQ*DG7J zt~2}|(hI$7H$?;-ZygpUy6?#lm7zdks+nON56tr3YZ^6iMvtJ?J^A z7>-5CKJv=3uiaaqw18gFk#Gfmv5U0YuZDP6Y=AV>a7 z$UKI5&kzy)a5Wcc#Sw-#%T#4B>k80po40SGJ5Je@o$xgNK!byNW64#A+;XOvmeG=Z zxjM?+5s?T;WkLR*dB6ObmnWj79n9^Ck@gs(61S$K6?S4>KVg~}U3{#>f`(6nu6Z&~ z9edEmbzH&`0klU6ok=^Rp7(iY`ZaCVVfcA{xP7veb(d~jbM)Lu>$0h(>TG;aK=%-| zBMnj0WRkQXP~F0qMbBjccx!2gT;I#bfQ{#%z88`NSJe{q|Fls>V5Fonmo(bbfbNdT z{n?=cl!ECI?42o`YXVh?g?R8pPqNvF!b%_RkaN0xdH>~HZ&g2kf73>2bF+azz0v2d zjb7rD)Y2RyPGo4zWmB2eCO3(fJ>#Qus;TOCj}gSf#%1s~BMg0jPbiCj z_i-)_0vya{dI-NA)_dv`j6)7@K$ovyj<@HDMU58F7nvSfP`U7d4(%xGqz^?}3NBmD zpn3-0d#KWS^Ed#jnvS0@?f%ld4J0HaobgYJi__A329ap+QSXbPm*ixJy(11LA`r%* z4!nBq=CibXGSfjR>vxdiLQWF+;768y-?jJ8D&>uV&_Bt)RQGkqSJoHKt)e$*7jo*DqrY`4$LeDY|Rt&yUye+=s3)4XWjN%$vq|?2J8} zR6S0hhiUY|b_28k3KdjLz_AQvA{T+UB~A@dl;qk3m(wgI(>Ev2BP`JnwcOvyP2oR>Jp0n z7QS&bc2(Ti*@0?+_q=fZxkWQM!!;PAYlT8^%~$Q5yfrXLIr6uXH@7;V`8zOB`g!re zAUvr}-DPTq34%gGNtdag(u7hul{#;Jcr8Qx=bBwCTjYzwA@IZb0#%H(_`{LQ{*8CJ1=ai`19R}j=(ZuX5;{mn1+PpPnf+FMuP9wky!NDgpI1% z8dN1;rnZG0q=LpHC1TQ(fYK`rueaVYH_D<;6E%?uf`2Fv-5!0l3OLHDnW!< z;O+ZV5l3`TTD)W6S@i^OEithaaomKWOb8D7<~f{Ecbg>=+hLiC%ipqmC{56uJhAei zEXr3UPiBqj&hm^Qok@z6&|Krd{vo5Fk%o>}duMZAkT5D~hOH`0YROAsg~eEn3-_v= zoV~AA4Uw~AIDx@IACuKxPPzk}oOmM$S&L^DbIjk2&<%RRGS6%CsHpXL`4-oROJL533re ztqhNjp6U=L^{b45B97V|L|kGh`ApyIh(fWqB1`Y?aU2`7gzUoO8f=wG zn{Akc$h_Gs+U$8LfnAA>4KGoJFfj4cett0Ir-fCgP@%Iw# z-cmWlpAo=p>+2fRdzjftKn%Yum^aAHeK{Fd89CDTYD7E($h%#W7@e63rmSz%x=)xe zegS6&SAAHFP_!&_Yi1t%~U<=UtP~i6xap z1!amRRS_5i8_bMxUcUdMY1+aVe^u=BefYkus)|p%x3>=Cji0d7#?LMPhb0fJQLn>Eug=Ofd>>E0g0Ve9;+22l zM;Nx!F_9SeH5bHaMUYcCQiaaVfG>x4+9GwTCi6@CIYkSV){%BZmrbnHEeE!^$3{;u z=E-LfgA)rcqKJqHiPWUtyPNZ=^&BipDsoLYtehtY%Vw&PP|0gggGtsD4jpf4rVb;F zqhHCp?G87%F5rsYM+!SkYPuU3hNu7dL3H_ni|7v#89yttL(r<+BlMI=v5IigsF2pn zNUgk3=9d?z?DkVa)Q5Q1qlWV8>M^&_I!kN#RsO*mVD3_4HOI;EexNwzCS|vfP6VTK zkgfpvv3T2Fp_nN21Ji3e@$#n2r!Ld9>W*Hrf9jQIA#*uVK9xp|M#7`7xY%P6NA%^S zd!nME=>yVCg%~3DzKlY4#V|$wBI4gP(n%Ph2q=*50dUtv%>%ba3Rj@yzShJK-mQ$F zW@`QU_)!i$lOe5BjlGFYKzigNrcq0<{+l#KP=y6s{cu`6G5y@Z&b+PGoH~7uFII$% zd6MHrMk3Z`=P~Em4z5ky?Ah$qWK0ZzSd<1Kh=KBPYhq43%Rd%}Bc9uJc0exMy| z7p&k>bA!J;WT$tCbS?0o0fW)knPWcFQThUL8=sJ{QB9>JPv1bSS*O61!yBq3hsUc~ z=7waD@lt%0{0^=~H2ys>eO-N2An$2Db&hD?X{3_|&#>RrKi&NSUBchXTaW=ne3smk z(Z1f^@%)G{D2+^sUAG<-U|C5ckQ{odP+AH$}$(OvweYNrgG_jA&ciz`$UCMt~pLvR4_zCf}VlAcbt$a&m@ zM?(G5;uQ!$@|12v=N~|g98tHV$)Y0rBVsi8hwheBl7bQ~wvcX^Y>#)7hliBDHgS%? zq5ZpLpd1gPv64)bPVN1whBm2tOdR)tPK7TGnHx=|Phn{aeB5h@RN4mcq1>=VCmIyh zU(~i!HjT0xn<6SgGG?~MuD;Sb#H&XVn%0r|ir#^F=JoYE?ZZ5KWRp75n#u@YviJ%Y zl>AXb7-dKQ4sWd&l6M=*xW7Et-^ZK+vUE7rM+UShf?;fI?Bqen+-1dVI}xx4oLKWv zQzCnsEw|Y-7SgvXF*Wd%xyGFP-h_V7W18Ubq^&u*S4U4VeGvuxkqH3NFK-n(jIydy zT7QspPx_nbA}OzQ#j$5d#V!t?A12qKY_PA3(Y3goi_{)C3yA-I z6MaXm@SS?DK(1U7fyQ7`HE~P8$PDl!fDu{9{L!|f;mqThDKsB{`QZ&8@NCqh6r(Uzwb<_rM0+w!Pu+S8pmB-JE&L{ z;{XLDT!F!ini>ET*Na(VcM&luDKq*3!I4<9zV-F>sZjv}#&_Dnw)^f$p(P6ENl&Qq z(z6m0f<1i-IptNDja}bQiBSpl@5<(vmva-88@*BfXwMN%7fNB0&05<~X{JH3=CIHl zr}`W*c@w%%y38uk+QGYrV-?qzY?k>KFSR%i$X8r?9Ooaon0@M0LuMk$xpZ7m$c^nu zlWZW#Hu3;BZ8*D{TLErbuHiRvIN%}x;rY~UL-xF+T7?vWm@3m4YpDyy3=@+)o-EPc z+y57Y*Dm|Cq9l)Da3fb6CB6@So#R;Jh(r&p?rr!hruz)oi|Q9DSgCgQp&B@AzuYEy z1nw0LVjlhp&w0GVoYt!&2OyO-;A5>}HAHb1{aWG@Rpco^BAEJ=$&YUDkXFqzKpks4 zU(mo*sVrYtUpBDFgc+RTDh4qBqBD)p%N^go*0$7TXI1UJtxurTYJ#JH!lZQO7RYC| zbhA3-b5`hcb&1z7rFy03A1}ZF_oo721}Hgmwe|hGsX32P_EQkbojf1e@^I{#>S-Tfc8T@yAW$AApG7oPXe=NLFR*8+6&XPycb^eOUS^-a({=1H<7Qe z&Xuxq+;-;UBPO1u5TK2w31&UO)ngc11Hs`!_sW?WhlG@r!GOe894B4J zq{d>w6wYBj-d?V*p;z3NR+f^KwDrZRd5)PwV=tuEJKTaG=fU4*!_EBga#R9=9Rm`i zD%%kZk{-c;Ydn;r>uxfN7QlAdtm|iQF#K>7hzo!*6aL2OpMel)l3RPAGs_gOUf#bw zkWY+H8!il_x+P~l|J|>}ZC>*v@W+a#6~yVIDDOC?C2DX`O35n?=Ouur`;%6F`_rqp zKKgFkcPjL?>d%S)od^-{5w)}5R~c7P3EtWYU7hJ5AL|-Kh{jnTD9;r{vO0?91(HTd z)<+4{pPvjJ039O|S7t1L@bB^0dDtCBebB1#*C3hzWpiJ~5c$X{CgA_I9~4m~*EM^f zk>OIu%5yz{s5EtDlq2=A`%@T41=qrjx#>ybo>-Tx)g8D3b~PRea-;!lpBR7aW6xne zVxrd9H^}@7hQ(OkRw`5<6^;Om%kclu@_?I`x2m6+)zSEf!Jn|M zmFDBLeCK!+s#XGERkSO4m40Xz%B@zE@{ZnubaH9)U8_xnMtsV(o zY0tL?Anh#nAqq~=tf?=#^hXCkU7exlDYRMRs1mkhH?O2w_H=|SLBR+VWQ0{SRXBM+ z+vsNGEvTF4mkF2Fhl@)sk&0}^-N(dUMWg1*`(ctBTCVUd#t6}4)6=qEy)LA%*~Ij75-ayP>+jwG84^b#^rH5e%?K1wcBXF_ULYy8?Ddh9eI7<(v(n$~s$jrBoFzq&+Q6!;5EMW- z7&}%da0S)Nd5mDD)_f;2uiV3)@tu#9NQ5z6$4>iiRFm8d)%b-mT?2VbqP9wb>o!=E ze9a(S;?V5C8u7cWPKzPEVNsX1+ex&Se6q5;ddjZB27r{JqxNFb2;EJTX->^6q&dA* zo9MTrVcDIZ9b*-!^*0Nu3zl8p`J)B?Z^Yc14V~LAW|umo&wz9X=$>EM zjP=fU#Tk<}xdcyaYWWI5UKZftb^jgsnmEHer51E{)<94tAueu}s0E%|cMI20wkDDlBggnJ{ zCe0z`okNq_`%&qF_CrXeykUQT-#F*+MTkcCi~5?Q8p~c$ZW$7*hO+gJ-1)Kqx2e#F zeY?CFZMF7SS9Wf$c3+!XX>~t-WMvn2)IM~^4PQ+}z5OHPmBK6)MLu@Rx9rjGt1US` zG4WU;_ai}drD;z%w%NNus`)ir6rMBbYs(nY>E^~3kfi%B?NX7tmX@KG;-{8Hbj-(Wo3%P!kG$k277&Di4uXzCv7R4+l9!6`LWavV5kRNn^o%@>j8cu7D2^}Q>QN+HjT82ZRwg~i zu`Mir#&=&1a4c)g4Z6OWndG1S(<=-I*f?g;SsiIJ>z8b=6b*GI^OZ^68NGlugUYK$w{S+yo}%!8 zNFhF>_J1s=T!oCF3ogwqyI}$jG{2LH1X8)9d)%KnuW(_#^RfT(D7}O)gn+Cy5mG5L zM+ll<`B3dao`ys|0tTtguiK)G>%EvhL}So}uAu!S%(6O2!FKPH*agE@4**aQ%*v;z z_(wX%U^$8Xne&kX@@<9MAyIJ(<93OEh2x>UCp;wMjG!~>lc8N{ZPyQAi`#cTpA1G-HTnyj>c_(~RJ?mJGU^iAB5fg9BN%6p*X zM(`oTu9wSECB!FadZ5;hYk~@+dKcTa`KV*iz{U4&E80o1`upQiyXEmmMlI^r*+`tz zNr=#GJ`2P_J*Un)>u5{YOl9s3hsZO6SbfZ&L=qOAc%s{r%ow)no(XQ^SkR2lnHhcZ zpNp;T0u4>^8JPJt57{B;-Ra}%pe?^7?fmD4SzoaN+&t^3l*4N&3gmX9DEM^rv+c3o z$3IgO@jhcsz-8qjH+AP55!|{ZyZW-xA18+P#Hwt)FNXS|wvO#7dRo7Nu6BEAF>`e6 z{eFYv=g*%w5~PESwwPTI+y1Cf;kkYTm3m}o8^(+_ZOJ@w2k31uEwg6xznDoM)}2k-GX55*aojmNN_u5T-- zIJdD&Ht4NuCg&!nQ(NmD-(lMNW@Vs|O5P&gV#=%$Z70ws;%+SMuS+x7((|6E8`N)K+@5wEs%G|M@_W{~nNA z02y`JO})I{*~xr}jqa;7*5g>BAI-su1-{WXv|B3?iBr8d(Lk$#fY6628xSFFjhf!G z_JO=YWZbUv7{?5Ms~L3BxHM`kJ`tYf76)=8i|q9l8jhy_{|8^D!Z&7-RWH z-kIq%AWKx+(&i)#A9CXYj4(3CEAVi>iIjv+Mcqj#Of|Bf;N$`OnITs%V(j(?c`N#K zY0A$opg;<#`E)A#lTf^IS>$SJ0*PHb_7||+FEOj~u1TJnY6bD{jtgz3Pwb;=d$scU z*GXsNYojEew>1M4cmx8^IgYpobhbraH5h$@$(%5ZlMvRQq$JNrArm3AM6#&RBvQ=z zAcv+NYs;G{7}qE5@l}$jz=k?ETc>?L_&WUjAgXA1`cT_+^ z4h+RfSpKinH)`G@t~>D-O4)U2L~G$?@+3@uDsw-V z{-G%;+6ePqCtoykGzPS<@ALxW!zTQhnW+vC zR=3>+U7jYO5D0I{g^`~yE5z571Ks&oP75i8YKc3`z`x`6{~exIb8Sw&KW++=H6?L! zyyz9NsRf9H`exROrcaU_&9k`g9WL*+7fT)28&hEk!m`D-3I#4!O~38|C!yC%d5|pw zwgw=x1;y>IGCi5Q%>0l~azM0m;=bmSEjzm@BF{1sXHNCyLOYi}JCN3`_;4jux5V8Ma}cL){|+}+(BLU0W}Sa5fDcZc8vcXxMp*V*QM?`_ro zzg^VS&^_H0ea}7T{G{)o5Z&7Ihe^D@Kr}9C14RGz29{q!Lpb6{^o@LcW`BJq$7)05 zh0AQ;}>7(gg z$f~i#3HnRxME!^9BG67%yL%6_vF${p_c0z9a=Yuzn;ud=340CjBe7J*o1* zen+G@0RYr?-B~Wx@2vCpv08N~pMf_wN>-q+y4W(JIF3Fj?<3lB0IWhl|D>fbHHi%g z_RjJ55Qm^vUac$Kt^j1E1~RQWi@L7#-NDz(fkPiW)7zYE*QrKTMa3tBye8VG(OZSz zqQ4GR0BzY|uYUCxnba^P0YI(>Ox8@h{RW5%+Rs6(q%_6f0KWY2W$iD0l4f@Ee!1{4 zckSwIj*_zr4>IGS3oV=PlEf$d3qnouSKSsq7tiKoh~~=e%0k=XTm?#}Ice}B9NXW& zf3L%;iVr-yQD{j`Bc^sXrbQ6=2Xg*?U&zOBH86fK%@dHr=YKv{lUIiw(bJ`MihWsW z;1uG!vsyik{K@?vxY_J1qRy)L{m1pue&yNs%u`{a>2l#bKs$5~KH->CjF&M5L{NZe z`vWK`kqwZ-lw_K4TdD@GS1^DJ6d`9b_qwr+vJk)t!3h;L5?99W?NYOQH8jyhc*kqj zKI~}~eE9>;10@A>G=V2~NCBznAP9x%Uxkhbd@PEK=Xoar;EpK~f&7zH#6jfWF1BK+ zl@~>;lG=ctxUZ!6At23Eu04}Jf(D4rOl;($^hm+y(;_gmK2B`S>cKfcOLuv@Q1iS6 zSye8eGRm1R4tC(}IS{AKEHxrI5W=}GEM26k)gE~T&wm12SR zF2D>181E*Rn#Cfh9pnER5S$8!=GH`tbNo;TL&sY4U9x0f!se;s81#cv4sZ?e)rRDD1gl%E)CdA05`}=p{uK_!D{`cN5VKB zHECmL*zjXz2)tu6n-sb`14!<-ihNRIYNkjd5Ec?Z<16nT9CzF6#J5n{Qc+?3cd@cG zlSdZwtgp!_?oo&M*{oDnQ)fvf2h!|tDiPz^y8rbQ4QRlGzDb=SvQ0p$?Jhauzye|L zNr*{+KcIv8QfehfA`K9SiL+^OF@1p51fYg?qF&OLqJctBr&tiG zOj-cYAOOCldg^)l~skIPC2_C2yL(C`JSeC$kM-_0D zfVb|`SJs4-l#(MZ;NE{1GOoRvn^t1>FH8)4-(&#z3F(mX+Z9g3X)MYzDi(|fq^~Cc z?_qc4Q^Dk9=IIOwk1_%|PTD*zWK8tlWjkCpCh}Ja=bfekfiyPoF+04W2jEk-J zE)4M~0SYnp(?V~T4~IaYSW)_>v4sAiZQ%`P&IvHcY+b}?*2lc zXsiYRRK;Hjz-J1Xfu^}d-J7}Ke#u9~-7y!1_GdWIEETV_hG;y_lvD)EQl+?2?*^tX z*M`0ED*)DV%ng5(org9KKb$!RX9m(%H8eTtY-C;2S*#t8kJ!TOd?|gwuLG3*i*qbv zV18D5)Ck^n%q)%vlj*N2c zFkd49dCIEQz`^okRKwsl(Tfa=vf*KD6(A$V0&=#iJ0zgsGzaLFcE#Xr_){e-Atp}0i@Kpa}9m{;iO_qYh&D%-8*JpXj!XOnSdAR zlAgCzD_7t5*ZIRBDvVkC^KF=>L9%7S&s@NvHv)5Lk<#bnTqA{1=ibix5+;9-dlE7; zI&mK$~aZHDkC+2DHWf=g%1ZUK7;Gr)*D z+C~zSFqg9S468I>{9P|?!SR`1v@wCqj*IdjFreEN1#@>5Y1Kj2TDdrx8d+K@oE z$#&-9$DsBPa171x5I^r&yjnXhA?(>lK;F%rv7#2Ld6Y4DQfc33(_K$goPRR*U96K+ z?D!b~5?;7qzSN&pQNk$!~9BOwCnwVXRKfv9|+rZ3#dakty`E5{`puEUFUHbj=Uo9km`v?2cScpoDTGtkb+Twr)!1=ItBM|J zzicMpVfypR27O&HWYYjRW#G*-AQpbnFlo0q2MEm@^JvP>D$0a%bygTDn|1wTuC)%z zEd{rKz<2iEr%(k+8tWq;G12bb`FQ|gSV%;q*en5XC+|`a?stvlr-(6C9_`d%qcii$i?q|3Pm%-us6WjWk|J~M~>mCd{7ns#Om87xXiL9 zYqgkfntnH-Y0?dq}$yq7yUG(S1d=!ZFY&&G{rOl!%l{-NB17_VnFn!W^W0$=ucjr)<1t$>6|Fh;ow zPkS8jVm0YW}S%J%6^t7KOab731~#wmPI(MvxZt>$DuxvCb01E=xO%h`_K*#oQe{{MM)myeK`?b z-;=z(w_&_d;+J#6Mjrsf>*s^U#)%o1xE>q=hd=!Z>N-zlMS>LAGpuR=R-wHgPyQi+ zd9|!AW3|{jFiCa;unmAtHJrmLR)+L{2q=#F>76ASRL>~f{@Xo`I9&OCruWvA#HQyh z!K|q1q>zYhb7G=pUS@|m;aN6TSG)|Dh8Oc~uTP8c|GBsLJRd8l6aljQJdYXc@zJ3^ zAPlcqWVbj3zzU7m?LC^}@K zzH-8&w!$t)MekFf(b$*;Eiwwj*uzq}WeCD6B>adcNK_sVJ zS{uLrLwN^Th)!@Gd4hW@Nh@H}D{#r0XJTJ{Mej{BRwfu$h(SosPUgpu+X4`H<*5t7 zkC#lZJ9_}xU9ARHj^!d{Fl52V65$7BRg}+qto=gtAl`n;iS9oEcX3eE@Mw^d#R!A$HU(O&!)qIka<4E z1^0aOdk5EXC<;%r-v0RKcjEmrh8vO9@3n8<5M+14tj@iAv|QRe%P~`Mp2dEm(N?q@ zqc!C@6B$0+8U%@wWc!4-Pu9~?tcAvsBjpC_hF;D`UXb!zlyn=Fr=gGTNg$u3-6T6X z;l)WDhix@-m6t^p6nV1iGqrwldm_2)_pi5uB3wN~b<~|Jt6>fB zyl#T6S=&eIVZMK7H22wPLwoi*JG!IgiyONC&NkrTW8>~3?UTy z@8X3HV&delI zaZU$6=$GDG2i}v7zhoUL-F8-&$+7V;?x0Y#Z{p2xS3tisVW;hGB3UmT^H1_s3%BFykMerB3z@D(XbUY zPBZ5bOgU7J27O?I4XCH~4$8ly9uN!52#@->bHvQ9B!(m1Ny8m(+&6eJ(Ho(k%2~tT zHTDkPN;s|BaHm>LpqTT}+?7Kq^1d36qS62Lnr7?#<{3)7R-8mlqCP86<;V^KNw`;r zqvD0*lbg*_5|9X$=l%3cr4bLTjW(Qo*6Agb&`$kRCw3)}&KbmiG1oxsshz>AFMI64 ze6jFxti7mj4a^BS`#`Ez9abT*8oPhx;@3p&wCquy{9*GU#5hD1naJ{LFO5UppV52~ zM1)o2akc(3V*?IDx@u(S!(T2UQ3|5O%o5v^Yj0zygE}{Aym~1Md69brIU}8qre&*T z6f$;}chpitFhXG0nxr1-@z<+RkbJ)}P9k{&I7t@;iDmZJ33|cuLW|u-aOh z`_=h8hz(?99(jexGtyVd^s1i69^DcM`luA4 zpza@_ljsl%`%zaZ68&NM1$?t|=2-vr+&t0=F8IRj7 z6IyHlJhWIxixPi~nw%lJGhr>yE*6}#)kA=#t=emJORySImgY$s9Z6N9i+Jg-u!ds& zL>bar%JoPuK+Qe#aSZ(Hu4I4drQDSpl1~VRNItiJ3$>{-iohFtU2Q}J_X#h<)9XY; zMuRbXR$48hIGnR~O^yZW357Yr2WPd~lWe2kWx|qx=tg5^11M#+pcsZY(&aZ=%X+6w zST#0=lG&*`j7^ZvyZ`uC3z=AqL|DAsTm208N&a=`gsRe%b4pQV!V`cZuayg&aE_+UKwQZnwwkGnVA{ zk6F*G+!3y!yo}Sv&qe$N%?Q1JS%A!gb2LY1T9sH!$jSR*z|>&s$NT|?$dH8}^v<>E zY>f!cDPibkumt-^Mei76gxLaHKkb*Ia`IqjsbS|t7d01a+A-8je#x)$h!mUoN0b#z zmN9dGzc5{o8Zyw{Ev#K3aIJNIxOfIa-WYm%oxwwBs=*7>l;hW-FNaz+(L^iv1$dAe z1gf41d_={2*AYX7Atg@6^Mno3L|APc^!xCD4-&HtAEdK><@(iUS^&vcOgJ_S1mU1CGxiF2y5v+}vPA6epCEtt}y! z&cAF1A9ciUOv6Q6dH&gT2o;*V5 z%Hn(&D(7b!O+y?i&(0J|>eRD|T9?XT(xBi$Oy}V0zeO9QrCGU1oQ%C*ynzEQQ#|(+ z*!_q3HM%AIqIJ^-C=02)zdt!Z@C5u!OxriJpG22|{dzSgkuF?8Pd9%gk6u;@T=%}R zd--oV$c?S(F*QPSgFDYYFrreCFMaOztRGXIjKC|j1ZD@?N^{My4AVuFdnqY#5LfzI z!iSw;v2LRG4R~T5xb?VN+iub%>K-2(L;>~wY?48`Vmy}X zhPk*rst>U9Bwn&ya?~S~t#i#G^TQ90X%N24;A)e2Ej10RK0?7FYbku!j5fo-=Bayr z_dL~?2m7o5tYI>zMialgumrr`|L-JL8b1)$|9e5DcThCM|J}w5KSC?<{ddch{{ma+_1}#zN8tb8KlBc1 zT5mtCPm8ntI8T1blnF=c*)yako1c`J^9d_q@ijFy0j_-=QnCFFFN|3xW*`@F$63(O zdC-@+t!!78joOTw0VFnI4h1qXryqXUb-nQ|FR8EpXAeRVfeV1_6kXg!4o zl5^TXk6$RkJJI<@*4}GSbrt!x>0 znJmd$>leFk$PPQ>*nXX;X5YbzQ){>sTxj!0hxO4t{|4WFiIB!FFjVh|_yZIB4(9d* z#;W2pGUn?ikRI!Ir7={MSiCS1RUI8d zz!-yuUu1;@`aG&uFMT4FFJ)w+Ugau`FXeeGkaiXT+$}8ZJ3+h4FT)wUL^-`-0vn=# z-fWQOpJvOoLxzWkAvkDwKcCghRBqKP=7xGRF4eTl7ZUoD{;rE(haN|mMU1{19Ib9= z?6lqEr%S&|KfK_BRzS=Hq4@Eg_ zw6Qx2(j`dm1=9TKJ%f?wE>vEEh0N#>UWq>7R88f?NKO&y^1ChH1G{3iy5c}}@HbwCPwa{9S?m6q87XLT>1*z(4e=AXGsPa z&m$GjcU#LzR279nPPeq>kHH^18Sn9Z-_l{I2q`)``aDnb3Q99Q_EqQ)BV6;Oj_x)O zP_l1}%>Rw*zw@XZZMSc0@F6onbq{FMzjF)3pmXbI5zE-o>*{23_v^&QjR(r9X*rRA z*-$RWl~WakLbhM+PDpuVQj>I2QdR{8`jKD-!_@JV`|;fH^?g#O$!THwpYx^uy$7xHp@`+T_4J?EoW-=)<+wF8ND&igAf>u z%`NnoMQU0`<0Z1>SawCAMVQv#TJX=3))UM&%0x;b#muvIk`hLE)P)=gWlW(pUum;0AsMO54pKc%n52fBM>Hh z%UF9t*gY}bp81Jj-Fc2AfsJTSYzj)tG`xPZi@4Va(bF4VhxIvpwv6*roVVsbn znzyhcTkcI~-gS*sa^D$(I%ewAD)nSOMAv&QsH7u-xcc0;9Ohv1^OBp+WAqpq{>T5i5MRo9R3&0BDSK(j04l?zT@Tv;H! z1!X_A@>ZGOsQo+ysJlB-?fo}`@LvFo)VqN+ou8fkkKXflLS=mk7)23yQ)w^~IF}d%bI6bhT zG#M*_l|uy0n{)aMUsHlW8qVDrc-1x4Q86hPm<cO(ZKC;n<=Q^C#&C4=y4E zOYALQT0aV;1@9H44#0bN?;@<+s8wb81<7|og-Q9nQo8WIc=zgxi1?4OySAoVe%rp^ zvOV2w2n-+tJtX`fZk;b03H#?e5CdI*fV)5hjP21dzhWC1kIOwqd&@bz*I{r7hzv>z z8%oS4)S~X!RQ9NccshE38DoC4)pV?b;g>`r=+0L);#m5`tsO^gdkBc))oE=F3B*JO z1lDv3x9x6>Q=_pBnp57b@Di7q|E7CBx0o*d|GWU7R^W+5j&eJ3*mgg^wW0Ga8AO7= z7IEg1pIV=Cdru<3dXsv7Yv|q!OYgloF_`LGuL&2`JU-O4*LDF&P6MoqfevQTaYs*w z94Oao>&OQsCgPON+<5QiA5>;M5(0BtPr&WD#|au-mF9(bV(f3Y_LwpZ59;pj&TJ8I z)yF+0M1G0n=P^8RK2KLX+-iy=V%D4%O@7_35Tqv~R(j{zxfc5jvU$ANEoOua4@*%Q zo`K%hC33a{v%fy0-cV=CRT>B)Qn*tfwv+a>3mZRZ2?^!vZM6I(J9s1(pF=p?W8fDu zA|oLoJsRor&0j~1ii#RPy3qkgS?TbIunwt(ct&6widS8$VvqlQiSHi+TRaoHk84Nt z$pX(Eo9a!BO|}X1x(QK%ws&@1dSqTH4W=)^0bH-ar{jjeyRM(CP5TvJo*bGUbB`;k z#`8RWw}Wr^ft#qh78MnUKOO}TrK{?*CeCYBI^b6(V5aZ>LCzxrs-aKyNd=?(+7`Tn z5b#mQaB@qD?mlwnPU$673fbtFqB=x))U^q0|8j!2O#1{whDLSd%Z_ZyV-`T5o7&R> zj9b+Xj+_Qk?5sg|ydh2^D-LHHM+i$stze5v`l4XHGm79Git~MVTc|D~Ipp-oO&_vK zqV?Pc53J)X$=PK2Bh)Gd#qc&^^6s?f%)An8jfPRyW&x%5tnam#r>-M^u(MNCSO_9^ zak>U3-5otfX|tr>%uT0;I;v!*-`2t!v~^NqL##z#k5HG*ot~QVsC?Ihz3DRIaWdd`|vy0=|gq z*m5y{&)?{CmQ^-l2Sshcdj{n}Vh&G3z*uDnf2baCk%sprVMv!= z=`Fm_C;_BD+ww&+FACUi4GauEVq*u~o{%F50S|lIZug_9(S6D=Wc~;pGyr7R=Vwo} z+HVbUC%ms)F05__m51N6-YMw_U8WBMM;DY_GkM?*Sw2p87vTBd5ghd(f+S~K{L3}d z8uxbV-`!BobEhzDo}h|uPTSlN#dY51X*=)XAI4ezqypBGF_2tfeLieacJ689yXos4 z%Kr|OVf_tSJgc+BvcQSJiB@UaxZU25k zUOSTD$~*~ywO|t=71(jH$h7dCi+7CwSs#Oi(BJIU0HpUd4WuWQhVrCIv49Aq{Vxt>58Op|m?W`Gd*2}b|I64w3n?w35o``n5FAd&I7<~_;|7Ft;jmaB#xX+1 z_|RT12S^Ki4w34~uW=x?!csCy7>ss%5YVM!j~MXnjiexSkTOeuj|Q=6<~8yg){9R2 zCF5rNaOZHn`5T(L{F&WRR{gd`y6z=_M+}|^v`Wulaz}^Rg0wDIt;LbIU*}BM!duDj z>jA<@ClfMzBmgNWC>Z&iCLn{iWcR||<-%Lp+9!!Me$&#N5e*4Z5s(%lI{{GmR@NZd>N?XsC`>wnqGXWJixOeV*8_5g2kqa_W;;_I#aH|{X_cgGpTYfV zK~po77u9AcOGHWY=x~xD&$oYWryQ=qKJW7O#&j`O<_K4|pg@!|@tx|f!cM%-&UK9R zR}zZ~Jdo%T{mRrINI(uqe3C%LbmWH0{AB&Pecc!`)BLpQ?U-Q8qll!n99CHx00PYo z{e}@o`AIj02TAe`I<(*PoT|MXk4beX zq};QYeJ#EjQ3Z6c}Sh1|CoH>_FEalzLd{#`B%Df^R zN0{mz;>rZ+F$qE2knkt`34F)%Mf5dimgrTPdf{6VGn64=jj-YcNUu&K>l??{F;>}M zDWv3rWg}xk?R`h=H>1A!Yc8m(K>L@d{6PQ7@z%LeED$<+?mizoCdzs=$~fQ~*|dR1 zk(83Qr0xSAcogrZ3cH{gYp1?q!bQT3QS%p&b*Rh&Jx)>8(b0)ru&F0R|MEt1BWkuT zqLE-|8rbb(CP_==Q}do{kIzAMaEHATSP}i;o1L3+DRIx(h8e>4@GGk6%{uEB>+W?D z1^UD*J}d4PG~=DTV%#~#l-*1ZsYcajlS=2;iijFD1#+q{QVXb}!{SP+T1Fn_jCeK3 z@s|%Ur+YV~9|_!OWm4(71izV|S2Yt!a5>b#6G8Uhh}}X5_md^UfZ`$5s$m^CAjpOV zIkxS`P&>kA=0468!@<`zhV#>xZ@K4xB3JEVD*U5m6tDFm#;?c?JTSwgq}}!&q-Ij_ zkJ$}tcA3}9maaziYn0eCY)XUcU}$81 z&@Qgyc!7(>j{OBM0JZJx$+E0~0Gm6CN=OJ89yYpmYq46DZWc~-VCl*d?h`L$-=I*D+`5ceq zmfA#8PgRsuRDmc*ewv1BVH6`AD_gFIz4TIG|FKRll{CIhLllL8DHkh}3{vKhtYGq9 z-xdc3p_!@e^{XLA>83wqm9-R}}+ z?GITu`wloe>DHi$){0MbIPp3Bzf%Ks8Ir$-c!is2y2o!@1-6`OoM!cIskqkBHaQ8y;X4Vt9DH z*zQm}a>vLc?tqqPzFqZEUf%J6hFvFqF+sZ#7KD>aakapiqRniqvGa69A|R zm8$6Q3*)G`WFZf^hF)Cob=lcIwlE!j126LacC|k@l5XjEA=b6i?4o_T5M%a7339)d_cZxEnc;)Zs(SRLQX09 zw9NQ`h~eI%f8=dp*w*_~%05Xdsn9k#3E|qpo#e-UwA_I+BAW~)P*ibhNcr_MsQod? z$jB;>Br4T>Xu5>NX=5jN#*DhSwz!h+FwUL%YN~4@)8fjKsUZwr1DwD8$@&@3mW$N6 z9SV_(Zo>k}=21^KY*fPWViM9>))tUj9EQ;*4$TZ||IM zsctVjx5erFneF|aM<+d#DGKacxExUVrALKQXF z?>FH=E}EaRJVIGLngE1NVJg$P`TgwSWGFoifypDZ*&=Gm_cKjlJS}6fs4P(^z>H)b zyR)6A+g$R&E5Z+%Kij77?9XfJFHp?95{zqvz$E-ix`*xP-t(H(IBs_*h`0R1gpB_O zgK|iTyGO!vkO7iwh>YCzW6SU5V+}XZkAGTC>Ol7>1U>g2ng=$~xUiHk=n4YJnX1_) zsBUWv%4@%nVLxg-!d8ws3J=g=swe(&VgSqXw4qi%mD{E6eM82F1L*+0`?W!Csg4Be zCjSk$J|{GIzTF!23jJIhXB%q7Rps$A*N8I35`n^m3wfxVV)v^*A#1S9#8Cpsm6T{*M4lplt^kkdM`GcM zKQ+CimD8I?B&5fQPX&LO_EMC?XNlNk22TIEOgK9za}eG;vV5*O`O_7@d&i}VDD-;X zQ)JG8D63^E9d@19BWuo?CR3lmrz6*af$(Di^Ld)rJA)^kn-meqgiYj5T`VAsR2yrI zM-Mfh+K@hdX5;Leh9{e%E6Ya4cMLV1>p$?aj5nvS?d+wi!EtOH0EM?sOS{-|)pGQ2 z%6fVLsr)l|G#NG`vE@Vm{Q>msvqV?^dI=Vx+)g8M9VS*rZ4?)IxJ%n~!SoIg5d9dO zgFT+<u(k5o&0emb=}-f@IFs^9TVhY{$cEetsDgD)9d(#8q3?}C z?)KphL-0_no#3y#6;9;Yf7obV5Z<%Vui%bxgapiKqoU@?-P#Yue+rD+NwB1u-AUNBkau;P47(xw~%s* zZ0X-7I0=b5@*B?_WIhrR%=`&zmww3jneMWSt7<%B=JX1D*56q3%cCdL931HF;JfP2)hyw%6K-J?y1{$wKlM{L>(wP(=5NG$Vx)+JhDlC``%{~&%sgUC&#r^Rj z+O7HahIbykiAV3J4o;)W41@?JH97-jGnumS#$W=^u=;}S6cLl}buJ;SfP&hp!vCg{ z&K^E85dt*xz^G@BFr(*X$K|R5dUb=)GrSk38v@X`>03MR6g_9L00GMziMDbr#I?4>@j6oG76-~)4*unQe zo+6ec-sC47vBz$|8I(~q@47>v5;e+hvH8o(xW9v>+PcZE`<0=iR@5}}$3^y z1cE0l2}VicUNsLfewk;eK*Xs62@3HHd|5fi`V6+|0ahVm{}6Wh<4%@oWvMYhiYpnY z53Q=z97f>0jthbGEEDRE!^~)Cb*WXm6l%nmORiL^BB6B^&q3q)4;3~Wi|wtq%F_UA zsEE|L{{0(J)T#f{e5Z4=X6#6QLeK+HCe>fO-uxn{N_5Evu?pf??Z(_gZ?eza**)BM zA4~+Qs}F03Zy`%MAiiJ>ayiY{&jJog*be*CSiHxfd}qc1UWvK@5#dC^VG5DIjJ`cp z3?V{)%n~fXO9~q-o(c><-0YFJW0MMonmIVtFKGa!A8Ui8{3dxuq|>qQkZKBGBJ-!j zZ7$_#J6^Dt5F6VN#!Z84T;4Np?e<4v2N*6$RJqOv`@ZE1Tjxpkp7o18gD?n= zl8@{wL=|~ONtQY|@*bjV`|{vs?R`35=D2m%`sZRg38G8HAK>k{1(_55PdRSi7}I?O zMlA4408T_s^oPhU1?p!z{`4ff^y)9iA5DSpilA z$wsNTU>jUw+6RaJC>_?C8dKsm=-(;sYIHJ5A85L^Z8#$H8rgLlE6nYsWX=D$P~hJq zKOL7^#0SPEQM(9~sn8D3(rs_=ItMlSUwScUHGVv6y(4tJJq{ZEy$l6XgIzDFXuJGz zwtSOdW3$9RZ0E)&7zFh}$sZ|l5bs7)A(UMlkFO%()$wm-ZX*srz1WUugqkM*x$S=m zSN6T=V?1Kuc@h7lFNb|`}CF{$?)(}fSsf$Fart_fX6z2ZHVT{=6 zS*sLf`=Ell3pLa9mTe9!nS=;Uz?mOeogaB{(DuobW_}c`Jiu#N$sddFnh{}?CkG16 z*+1;kP^9AtctMl(4jPgC0-($pELop;1>FTujrkdoBvz#^t!U5ys5>PQ0gWo%JsZgH zeBzq~sDbk68LHtD>>9VXKgP~4en=%>(&TG@KeTsI*}3P`_J|JB!~+Al6ozsd!{OaF zwXzPjb%HL%teu3N!dsyEYKS4~y8Fn##T}kKO3{|}A2{RTqn|kJ?}oHEJz zMe6p6k}EgVUj${uR^!(Ed8W=d3+Ha~Ah`%jLU-iDw?=WbKGl|7q`5JX6IBDim|q`F zW5Ig|eSQOq|KA>RO{ui6>hXezK>qiu4sdMfs1Il!)vU`&A-VAD|JOnS#0m)@#);%a z5m3rbKS{2dK3%(VGcz+kyYgW(EQDMvW8Qd+dQ|9O&>{Pa?XQF&?Pz*2w%tR6#@m0( zg3`zCR(=y*|KO{LG2k0f32-QLO_RcbZ$^)v*!D8Eq?7tCGt6?xgzCj3jh+Nhtd$yN z{kkb1YU(~+g*9AkD(Bsa=&KW_`8=b*jza`-VTwh zOvV`hVN7(b4U=Gy%`E1m$)G^zl~WHNKChN&-jdMae#kEFCu6;Yg&mIxBaT;VjqQ7A zuW+wu@4>uY7UDrNey<69+mgkwabr(G1>L*mrYvoSh#h2u zMlt@H6*b)_9_Ol#_p) zIV*BS$B{L)sSDu%s~Z>iK30Cr%_OFv+r@xi95W)e`*^ks|4p2E`yvt7M?H4!(F$!H zZQD$l5>$B-^mQ~~X}*y8TAsLsY&z?JEi#~07;FT{Uu0K$XC3F5dnJsJSP)xFKCF!! zfAiY(`=~1Vs>`Le$=a4?dPLhHK@9JRIsK!pkgqNILUp`AhTgc%O8+X5t{p54mwR#7 z(I15aDwOFwoAcYKAqN|m*iGE$H0tG9f}A^Ql@#xXS<25fNj`p>!<`#CVICs`eb#b< z<6e&W;jf=#^Uw2L3cGvQ^hLCx$&`P^L~{h@mUvY$Lc##|ee8FlPYGV%I(F`*?~o*6x} zt=GNzT%o?+6<`)a(^nU2+WwAlOqZ43k`oDJ()GkH>!MS7M@Nap-VjiabYRla|1(Yb zw&fi~YU_OEMmO*#Jj}Z~lLCrjtB|I4&FO*G&h%Hr(J}URGK`K%o+9g<0#uXqF}WdP zdfjU@LY(gkY>0@Fr}*5Ax~o#FgyhodgvswhB=B{&tRHdo4k#-&jHfG_c*Gr>Zpjum@>O-e^7Cg;nDXJc?Y5D=Xq@HgwX3@EO@AM2<9G|J4 zT^A97@Cyv$1JRYo^iI6>5KLY>Winq;DT#xmbe|nkJC;z|g)e_8NSWsSqv#~!Z8jvb zjQvz^y;KgPlgOPW-8yxF7?W@Cf*0`((MxqjXqU~dfei<_+Od*4-GLsI@}$P}wGe|s z+L$C$JHhSzVUM$gOYK2;vTg8+bAAZ?lDt#Rp~6N8dei=K-#nGHDy1C&i4&Qe{NA?{ z6w>pLORf|%27fYnd6m(T21_U~Jbcy&|LTaG2WlNa6+ee%Vd_AicDeRld4C73Z5}!` z6ZktIAp5hb(M6w2Ny@?)s{!BiH#0BIHh&y_U#phNl>8YmQbeVj*#_WF3s^J#J8&3` z4!5(jS3?Gt-WG1}3lSXkqLf4if9DU)$IlP- zW4Q^>qdZ}=e-*cKfq?%?{Gw_yf~bre`hhK24!-#V28ILEPu9fM`jX>6P5h+NeM`se z^Z)Aj`=I7#r{OQ%7g$?F%BKs2w(sLto3bEI(MW1 z)wD&4cg831PTe;xZnqoJF`Y@U*UA#oIB6D9Q${;Jc;%L>q~!a-mB4fP827!HhTZ6h&hA6D8Z-4@x{}6(%jbwt4U{*V23=y>FCx@6Nv5|2)guiIqT0p^*^RP@5uHY{29Btf+qR-+V^ea=7i_| z?1i?Pr?K;y0OCEz;(k8Y=3n~dTVlHfwT|w-FSukv(*0#l8}h;V)w=D0V#q{BT-vH2)p|=AR#l|H@osz+SFLWx8FBd|O~~0bY~tm0bBXweLK=AAL1&b1{G8 zl7Tp?@7_I<-RPfC_Wtf|sXNxC!L}S^c6; z9=CBkQcuDv%4Qizct9pYfAhZ_c#vmZP;#9pJL^!h&d90g1aDK@dRp>U{vreQb7?7! z1|A07?h~R8v5ULE(Lw-5^LRfFysAUF4%G{MLfxlp^%+R&O0q?*w8x8I%_f-|noDNanO3}tN#kz?hvS)v$NkR>aOlHb*0ed%rD}8W zWTRenuXm5Q(IBJ;D8{uMVEBeUi7cumg0-yb+a}dx${lO+EJv58(nf9&8g?QNX_wo0W<+1K**u40!VRPBkegnb*P!djZGe@X&iP z+k$Io6bksb8S)hm)Z4p7-um4u9@c-O z2$esyKR;S`Tp@sRCIYv&jee5W&exh@1c!tG-%Mb8JpYyJ>lPy5+nHaVO^Ow7t4vXv z_3=a0J#KBwB%?r&6qP0HnTQdMN{b6?Y2m8i7zIGq^6xbdU~PlWi5LX|P{!ACdxR*w znw$PX9egEqir|pkF{gmE1+qR8>E^xN?Loh)ZSuMqb$1Lg3t-KRv72T4v5lgF^nZ%7 z+<$-zVVlp2k-IqjAUJKk(*Xg~W)VWRo4h*~)c2T!=i5mmixcc=u zMVwwRFZlss8nq1ONIBj4^MyPXpyxZ(HNyM5;}c!=QWH$2M!I?_b0VdS^NQ$lE8uw; zqK~ODw5XEIuCF`y0mn%U3wgO*YeXC0=GD0grR4ON4e{mJ-0nO2`EF7|C7px1*%N&i zrDC>0H$hSi%|X~oW_>e&!&-1Xo=#t{K*lD>*=q+HUVp~u-gm~;SHgF3w;moUi>DLZ zIwmP{&PBMcLc)43C5n8s>!&PyuY$k7oDiMq0m*dhzRFkX9*PeMG;|g&DwTcR+Wxs? zTHBb8y#~Nd6asV4TLjy@4%jB{%3sKFH%RicY2S~rcERx6H=l5i96Ft@>Ue#*b49q4 z!k>qEGf99xLT2>UM`WSXBx|51S=&>2kt1jG>H#VWMDOIeAPGZVrh03zt16*jazkUt zvt^JS#iP&al#LX;Letuk9X%s_9e|JZ)_+34(Cv7o57CuB6dqtdF=)NxyA*rnaA5{z z-W|?xxL#5LDb6T=&LCYr7$o z=XB>yL{P`mS$hPaMsM$mour{~rgN(Y-E{eP84LuB{1Q}F#u5pOX`80|gv89k;(IC! zSONosg7`CXd5ZIb-}-~)0-Xv`D;cW}x+l4d8CBhl?jQ_j0FN0z?dwX&KD{mNYt{8$m@Ey)XOib;7kC*-XWrw#jmR|W%r?S>Z*+_Uk3BV7 z-~msIf#Q@G#7@?mZ!-Zq!<|4$_djkXfS1}lHz}C21#=B)+{Tk*PdHwfm%yZlIvUX% z*YQyk&I7{s?5Zj*8MzNGSd!P}Lmv+>Ql=EoD^FCfE|7-Dk6uv{+r&;ckXc_fQh9xM z%5sa2ic99c7S}1Q(f=q$0#%w>qT2!X2BEt1?i7Ig3A)^i43jSdi_FX%1^z%AbCphg5d=nr6F_|j(9WNQwK&*bqTNR` zY9~)b#==%V>iU>5boh=<0sA#zx!T+!5Lv|7IAV^zfZGBqh07THs#EjuZCEfr9PyhI zCVh?Q+Dt*@?nyFT?@6UB+A|FM(L@~nt>sm}uM;{S5 z^xr=Lsbp5f9FZ`C=TDM6tFOOlxvolvyxj03nRk$QX}Sw-b0RaZb}#>6wtiwrkfh*w zF#82`vc8=in^OM|b#ECJb=1BK52d7tv`Q)+Lr6#~A|f5qjdV#j0|JtQD1tPCv~)?1 zbeDiMLxXe(3^2@`jnDHxXT58^@0a)6Sqs*{uV!ZNd*69o_r|Kn7fKy0O-M-aRh7#S zb-|YO^lHlP7)q~joE3%+=Sr`xuQCgY6E)kHE`u5lRTt!i z+yO`v5LMM^YkzWU)#j*=>f^`yNTaHtP>AT{9MM{dlYzRnyn7(c!s$ruQ=_vCQrgv% z#YwK5z*^C+zD~_UoFCte{cyo(QWYqgTA6=Z`Ac$7DmH@`bVKym4qy_fU?I<3U3$f; zG-&vtN1IK9{Od`WhW~~B`-nFBg0kRe45U#dkNlf%C5E#KK)Dv{lV19bmEI2nQ1PF+ zcD2y!`-}WB=K_W;+OkJ@Qma8~lZPAI84llDy0-l8HhBJAw^-YZ&$3unIw zbBv^!bcZ>=0E?b~3R?WCSzRXS^H%PQR4&Bml9ejfK5=VRHdB$yO=zkYd1|NIlqZ-2>Z zGO(>Me29baVe~yRcu^`+GjTGR}Wi# zr8R*fl0T&nZeLQPbW7l~;G_8f7e*+C3O@w3;cwG*&YAYVzw7<_mAZFDJ430fcS&;t zjfPIudf(0P-QxIeP5e}C^GLwr2b z1P&cjK!s||K5>U4!QmEX_bu(388j$hagXB#`$A zKPh=c4xwf65hCz6WNHQIK~6f8%iSC(FAI_wDPtZBpgm9T5rWDB{rKc{E|93Xuv08ngy$IUZ#0Bd+T!9t)fag$cSE#t+J)I!AwdphmCM zW2H@M2_92QXUV_46?Q5Mie_|dyy@*JCIKOZ@_o0Zym5yz9*2Rjl$$$eYs*88P!;F_ z_Tpw2U)E`<80w|J_# zzXCL?tE;h9NR;-YmvwZ(7CnqwT3U;M&QXznR}1opd$-FoWJ;J zOqN1}EOpeI&DDI=Xzzm>983X46)i_jMz*A3)hOTf5=tNCs71vx`Nsp)--N`PhjJ;f zAP`3?2P!H*+G=V}7M@Ny%~G&W=a~)bL#%q;rAwLa%5akIs@dAgQ$X5d_vznSq0JFh zFdq0gDJagBs@y6PdiIIW{x|o4-Hj&lM94SArw*1St9bL6B*bKIUYWoP2teEfpJjSu zt2SYzqK|Va<5|1Bp2Jx>H*YQ`GS!)S!A>;ff=9+zRB1Q9%$Yg z>ZX-S^)}hHIB@Aa#cpbjeu<2p=a%|GDRRk9yH;VOm5=N({pm-tEjAB4mj_0UGtE+2 zt2r6*SNyx9wA>Y&pfbGqt3^C-=RCVlnJ4d6TdV($vi` z{dI-pF*>34&pFhvQ5^?TH3oX5yx+uIr1(i#7t-nZT;9X%ZQzR;8fum!fJ3R+Ufg!B z4SFOA?KFNVEblP=wr<`ZHv_XU6{~9{{eFIL;v*!E+8wwtf@m!UR1@;y4sb_+IDJXH z9kv_0e{eeMEEvctbCP)CkpGAW5$z*#p5)aF z?x{f# zx`=u5exLGY`W`*|rDFFrg@fg24D%og&mVohfd%oJ_n?L>W@1om3HUFY>g9q${gbL# zc?zgAgrDAd9A823cowe#L++}@Q;`uAcj6Y~0l2)+ z=OTg0@nwRZs>Sn}lyIwuIBCdgy~@S!PhQw;fgt8>s}*grBUkGzvudselH**V{Ds~; zy|Y#Biv3Tr^-u7byEkO^t{#@z4)>syxP?LwzRhIzIdYCZ%NR3V;R^_^Yxgq?IGn`O zI2z_;b&}>WUa2C!C=yC$?S(azMsCT#WvynJ6BqiVel?rH5uK zgm&4tt9hJ=agzD7--djzhXpxsjJ$Mu_0SlX>pUl?fv=+XEX3i6B?EsDN(T_1v5A~F4Zajdzi*)L zFz@G&ez{pSO$;W;I?yB8GV{|9r3htHdOk4`CgET@omxbr7c@^P`7PM{1Zv9Q{pENt zMM@#yU=exKtoHZv`9@}UYsjzuFzCBsXL5PjXw{I`#gqwR-HIm{W&zeBe`wLZyM(pM zBhPL4?b0YRZYxPwR!%Z=`IS8URaN;RIl1?A^w?eW{&fUy?6)hVeJ3*1#<-N;r`~sp zTaPbwFe0YM>--@Rwz3c!A7qIhB?cbdz5Yd4|I#G1nlchu0@fdtu;V}?NaOtL<9(1K zBIEMufKLADS7B^&0OSjvXth7c6w8cb+JzP*0qXJR*s}OK%XkN$KGTY8n(ES^3Pl-b zH~?nwn*8YN7(0dqq}8m{*`5!!r>2WGP3!H8WxWos+l__+*2)k6B~FlaS8FPgutBdy zOSK)zF)&H-l8w=)2P1zx`;T+ry-MeiXxs|m_OD?8YSi;PYonjBaQZYHVC5=YWWQns ziMKrZiCmFufQq-2zuA30$lyhHng%Z>wyc@ddvXpIxWl~<8Kf}SO;!@Cx6S|>pDd#4368s0F(9Hb=g?GRB()^TAJkWs{8O z`jA4L#Ne}o>QHuFmGn+L91A~G(RF~ zNvm`l0Vla!m-{X#t}mUbuS>GHL4N+IAT2x^J0H(j-n;fRV=|$253c>pNCr+CVF#K9 z_djoWjT%g+%FP^RW*tgCPyBueBFL|H7X4$#bm{eXVzB90*u%UJd8VO3A&AExXt;dMyL9U;; z?7Q+_q}=yp>x1JX+-frYfg)g|0#A4PM@kRuCX02TkfXrMkXF6+j52rlFQGEd+LjnKN9Jz8%ycX?`!UpfMZJ~}}H zOg-(POJqcxVgh9v;&eE3DmueB@UMJZ5VUm_$e7xb3lOmAX;%R5`TF4BPEwhZG(dj} z;6>2lqZFltYyC#H8@W247?DNM>E}z0AKOHwLPMTirUNMgptkGk3dnM^9^^@i;Q++s zBKSwi&;8wwVB}L!O;2{@3~~3JbAVrc{ag$Z>y{bXedT8&Xz#cZs5n}N`EOj~t(@!~gQy#j4!Qf(yL8BWH zH7@;fdLN*()wKQSUaP)GC}iS$2CL;I)M;`?QK^I*3DcF`;B0=j!9MG?HD37S(z-@}y4iNXFQL&FuUs|cb4{E=^1Rpdxv9jhks-ek>S|mL5?XQ&4qgeLllp4!5sADtDbXTZsv1nK0LiZ} zX^-(r0uz>RU4yQ4Vu%i+T(D9boKGw$t`S-wZC0!jKps2XSY;g0JgWP{Gv{5$M(y|T za?58>CB=xR!^T&ybeNd0;q4&X+YMHm1MMi$Y$d%p^COzW!qxnV_puD(5g@J`DRhhB z7S@UcxnSMKmF`>FviYS-p%=?%`b6|W4#`jG0qAt@?hLd)cG>|{5GMciWPrLtc5+jt zh8mS3P*eQ__IAKR`{ce|s@vl=bMa3|CYE8P!3DNC_pmB(bsafqrR|$J9;;yaCP9Jc z*SG>>Sz3N*Z2R_QEcPr#(w=}+t{>&JI)3crY$B6HL5~q|CzkfPQ zPS{nsEEuw7?)y$RGgSoud|22KXB;E zi0)PrQ}eKGZPN>#0M3%LgS;WMu7CL{2f6XIHtkJ)S0Un%zTF=pwGaAsUNIfsVaGv( zpvZwGPX>jGQr03*FrhXknBeffld0k2O8|(vfX}svs;>h40W+u#Hj9ngEYN0tJe{-$ zQLkn+Oi+iKz4u?<{<^m0P4JGrn$Smbr0W-lxUh0A6W6d@lkz0!Pi=|ohOY0A^((M^Hu3tb|~@tOVQ5ZbGv=g)!4vc{BaC1KS+40T))Z!PZwjR-0K{LK=z?N z3@@ADs{s@g-Ytxp^54wI68+0OTaZ^z>bVPQf5%L{82%XN58F1EPLP6ppxn4Qr>OQ@ z>~#P^EyPdTID=I&-)(L3MMe(ohtlXiM!IP~+@kFg9DE|8u^<@V{dKf0uTz(D@Fp#A zzLI}qG7c|~9{$oQF1sV!w_+z8(Ji_J6$o7Wn1rgW+*^x_cTr>Zd3pcF=~+ket@~ej zzW^c{MCL^?xjLf2bn*&lX3uxh#+{_7^Bav2qrkY*vR$+E3jej<(Y`N=YQ z^wVItzze%Cr{=ynG1AL=ryDg=`y}(EQR%pl>fP1JPcO1!e5UL19p%1H|FJLvnV^LF za~rvwqHLas$qT9)a6pUF(aipr=6Qj)BaKyloJXN@`(?H8b<+c>BWu9s*EU@cl-o~! z_ie(s;D-4{=;$>S#$``Qk0aHzHM22r&=ro-y3=hniv?mc%ox&5$+ooG-F8NhXTD0B zr8Ba|$H)5(Du46S_|4~^LYh|tf;)l-?Lr<)ll)0e=1YChJadT6aUG*g_umNdqm`pG zt-6$=CpKq}*aj-ttCIpdM}HKPkgmw_Tg8`8`mAhk$S$9MoPH6XoMx+RxQF^Pchk{w-!!gLNDe z?~qz5Nb`Da&9-t*g2D=dq|R*3k{>*Sc;0ZB1e&B8eO4;{y6FL3&q4KLqkub^RAsGy z`Jqdo!mM6i&2CEf()S!z>mzvW02Z?qc4TTx?J|?40D8AvFHZvZIB%2SkP#}e#Jj_9 z6~ytRUl{9jnu_ixKag;Y6(_B1J9|w8=>rI7Mv5o5lczqiAOQ((IhqddmuFtnI{OL# z_~$_E;IavYQy*X;+LlBkL9{pJ>Cq`Cq*uJ}5x&it!phMAdsTy^7cGLQQnxVc|TvixWe|;LjAb(Ds z4)UA#^UnbeGp$iO*#vV;z$puMGxFxCsb^o2iXd4%uq$v>#&K;HFxwDZ3Ds9Yx0;V> zE`|6g@~8W~FfEe6RIm`=2(brQz-#0!M4>$Ie>Z~YP2?gD{VzG)^oJiGXlVetIp9ZS zRwiB@T7wo3gb667YY4>QvE0JvNCsAm@2bO}?$|N6W;)97N?^$pzsH?BG|Z8Ydk%O? zGRA9LvZ?h@OvHcppBw3D*j$Vgt*xRR%*gZ%-SdE+Tc*STU>id`7_iS%> zA%jTfPIgTV{a1zMs+RI+n@a^HmLAeX(jO&MIDC2fpXog9lSxW?B6fEaJ7~JN1o~(V ziNnZ+Eb+HJmivwKMEN1Iilirujj@w5L!3Rb3q<3uhSi@=zYEm|G!vQL^S#$L*0ztI zhP5+6BaA_*4S3(I#35jGzj~5_+4d!PV#%=mR;Xka2hxDqV{o|6;Z#@(1Bf_-W})_t zNa{3$2RHE2x}5tCZ@#$8=`r`v0Xp+`&8u7RP!H4-IPJ@-*2KyH6!|jviI8YNuVLHs z>gT|vGHf0v7WKHEv@E+Ui0#=%h!?@=F_h_ zh8*$HYS;5)aR|%_pFx#By-3Q%o7r2^yZ3iYauhZeGN?b8%$J5-HQM&)WjPeE+;g14 zhP0IN(7e#xt#^vO4~kNJDFt(JI6)6>?&`ZA(MXzABUZ-Q?gRl)Yh9L=4d3{SNsGvl zb~THWmri}Xy=I8qChB{T7*9Il-}QXojffO|#oj*AjDv$>ytnD+1}{PgVPfoRZ9p_6 zkdjfXyUb>>=}X3u@?Yn8KiI)`;pI_zn7J$os`_wgP%c8rA+kO7Ps3fO&IhnX9a#;W zlStgGvcf%?54hRx@IZY*QUkWZ_BSGRmBe>o#@8HHP-PNT*JmY9uC7HLq}&;JCjCkU zIKY|1w|)e#4BsrR-3?WchvGndA8ta<#C8tdsBBy_e7Ytce9fG6_m2w=WUppuo6WFe>j@srrZ*epIBbXj|w?{#3ii0B-2lxXE+7STm zt|qRU!;NA3pSBr{Zyu1jGx`2c9}cYGcR~O6G~)Pwbo?OGPWp6BxK6mdCdd@RywHLd zAArUb;$b2@bkxUz^a05h@cX<-4N}JNG`K_S{YjvkupnkG1dyQZHBZRTYnDJ})#AI; zCkI5pok#RL3#TTRDkvz#Pj4M3w@wJ#VtaaeKX==m5lTkeE;Q9!ZBEx2ZJd>M$KT`@ zS*0KUj6ew4a#Jb3NCyOeqv!V#c|u*a&ar^Lb=_bCvWPYI>z*r4gu(kyYC2B2S-DAi zh!{4*aGjQ6hanY)?HPe=>IKn2tp1%>kRTB7dbe2Lix|1{I)AP~^Nfl+Nd2hB+Bkq1j}#L^>TVmf}87+AjL+1bA_xo86kU|l@w zS+kiaqJ%6St@Yc~_;9{?Eg8ibyd9_i$mcB1l@4<*2FbFn;(HxvOrrslf-z3itmNxM zeoBhix?rqRA9cVzdZ+<4Tp+M`B5J8|-vZTYtSN)l2dBwndB&7uFA8B~tssS%wwx=n z;?E8hKKWHH2zeuW0|MEZ|4pz#{fzGrAfr_vGID>&AV2#wsi&g}@Q1iAl3g02cOWv8 zX(v+&n8zZQ$kG)VPnRa(biul zh$FKxLzpH4^R59clf^*yH(fSEhh=jL$iw!D#j}625APf%5(0$;PWrf)4Y4%_Fv|Di^6VnVNzpTWyx*Cw^O+~<#2vJTfR2u$RJCDuR9Vl=sP>9 zhoMA}TV?(xnhfY#FRG=)jrPwX4T66mA(4u(JQ z!?Uv!IK@i-%?O6(nNI6&^%MDU0`h!jb9IWagdyQJB|A+K61r@I(8V@b%stc%cq`1~ zzSwi(!T!wWJ$kT+mo${J^*D?0`T4JqxDqh>@PP>kJ4~H#8E?y z2f*ThMnamme^RG?kx*`7#odg5AWsoQC+-PAa+x@9<~=6kGc!ql9xSz6n$$VY=IzYZ z#VLGZjZaG(_`oC!S^bg~PBVf>w88bKmKfcvAHPig(<%}x>&7Cy-)C?E`{y@~G30QZ zN(J8%bWV!@URRjF_=wBpkS%oLgq z1~b7Z@}n2BjQl<6#d|rb)|24b=*<$+xOnKUMBtquuZqfm-!}F5M(o6aA&5n|7*bP1 z1L96Ka&+YSa(zIj3x~yRohuCH9elDqd3;dxN>rx=`$L?F^MX=u+WE`RlkG#dL=fU7 z4I^IIZFCHr)ytZu`*W$eI)74Iq#?CCSw8)@PH5DQ0=i>)d{r`LM@D{vpzaj;xrAYeQBfY#5 zf7Rz41BZ3PPHX=&jA$AdJNwL;&}{5)b!sva)`Nyr95hy1)cv2OD{LGyXD4_rcx%!c z^67dW(I-6&F3HGCKa_mH3S9pjL$;2f!C2nI>`YfFGr&;%92^{CXO}CVyU)+RW79Ll zx0{H~=(YGiP8D&sIzL+b5{<^$|DNhmc9olx{&5tvVSwF=TOWSX;c`kjiT>N_R5mZ@ zrriVcG7|jwmJRG4r8}W0<+(HU)1{`KG6EyBB_pe|DrU=fiD4Z2%#SGo0j<#db(6l?vYS^xL|) zZzJAjmh{PEt)hbs*U3*cHCf}5<4E9UmFwxr4tl=~tB#oS#t$nuT6yZ#qkWNe0ng=I zzZ_{LMvrLM{hV+7blVa9BJjapSm*M)2>l-_iYX1lwx+gvh(jJ%{nKu^C2r#}kK_^5 zLE^^k57HR4Ok_I9c?sGBG{;F>4Dxs3(!w;f9vKW9b|5b=FV5PLotLd2vt)$a zACXjNReNQpiObq)aN{B$8+hf>4iJoYJ^%E(2(!Fjc%_C+< zVl8#*vo3F71H34j`#!oAm0z6%;nse8%~#fPHz+EK@FU_15_csEl0T3bNAcmr1mZ2b z`>5|PYXnN`ZY?`)*xqStYjnX|PO{Kzzz;l*aUvGV^#2_&(#&|$P1<^_s%dP@YqYOl znuYyHYKaet%l1=qa^v8@CC&MI(&+b5o@=Y}*5v`QV0Qi|Nzq^c<7-)i$*SrD9` zA&Y)ka5Xz-l{opm^c44)aHDcH_HqijMZ~QuYLfiO@-Air8|fuMJ^0=o^U7^-T_E-& zSK08|vPc&KzT)gaDuwRCOM;=U0grtc#=r$=KrJQ?2*fOXWxu=K=MI@%-13KfhLPa&wf6?zI2 zK%>+C&ukrMTX1l5YdP8Mua@L#4&49JF{~lr-Lt*)N0{xzn3Urun4aGYIlk^_=DT1I z@tz95=6Z3fEuKX_cqkMy)e%jCPaaPt?3`};KsnJtn{V;OI6U2b;W z^lljJH6Ws{e6#e_N%8)`OpX2LWhB!_=`6@++I+0a=4#sYepiPC(ROb>_2wz;@YFPk zlyvqm3zM({_yMkWWl^EQsa~WYF{*OmifM>|3PL{wr{lV=6Bx$(aLaF_amg}~CtJ5T97u+WGk$kpckwp zjz{!`o8vd)h^0fa$DyR~=V!(n@j2{+%Hx^#MBaPgigRwxw0kq+g>hT2GgL#dKf)OW z5=%A=z~Hlaw9lp;*suH%whl`4>nc&NaFs9^uG6?(=t_XjqEf?Xu(n-gIQ5%88xqwR zt3+P5UM*JRyx1-f)#j!VRwVXG4&kWD+|ukm2HGoMnZdbe?KaUMf=5=*wHtfOPW8ZJ z4a@HS#IHL=bc(8m%zmdKOnR%zsw>-lIASU#Cpr{A1M9xx7|c$(wo-IUxGmooinW`6 z9OU5EZondtI=Lu&K5h(dgi0oKL#WbRDw%+8Iu6M`|&jeZl@3ZjNeW^P8;P z3CmLne1gYY#pjzb7ZwMt<61sD8+1@b$v&xxWiH*zY}?kh^C&nM-J-+s3o3tW3etUUruoFymgdIkIxmq=dG3~u zYnHdH<~M*9x_>Lu3$ZXS8H-thYkzd=&+1Yy@iWnN41HmoXpvJ;sc%dUdK<$~7P(#O zJi{ig-2n-E+)QWE+MJdc1UV~kazv1q;U-so+VC6pPIVv94bkp%0>Ongh)MQ%LNkt~ zYLPIq+0sQR3v<(N)T(TzZ)vL9l0C^6yrH`ltlYG$KD-5AabktzVsWYobej*tpFH!Y z*!5V_Wu}}N4*&G%C)dX}70)=wAGfP#Q_M&%J-ZdtP<=gh1Ewlb->$T1aFhslOUxd2 zak^h{mnZ5L*psy1TgjE=jtONV!)T$dBr#n`C<0mhS>+?jwY7$7Bms;6O{sE}T9!N( z{)^NNb1c6N4xRt`7zJ)p?JeVA#K zs_4KlrwWeRO2N8yWJ!y+$cayb@_Wf2SM_^?C$IeNd}^qOv0A?xeTe1lSp!!borBB6 zxux*>-~;)ne*bgB#;MP+wTU7mzMFtOO1O@d{>4JP&{1e~WGT0GCHJ>u+x?AJhuvq9+BAIZ zd%up(j*;q&{7kf+MYrh@3f}%~HM?(SW)(sT$-}AJK1zhLcw~2QJY(xdYl4^qb#Ddk zzj7vTXm~$$#z4=|D=lv5kw95X3K-pQp~*h%U46K2xF$Ygy7Ru;XJ?=DLkQOK(~%Uv zhdVvGr^gpw8X6jkNWs7^Gj@`8v~0U3CGwObqobquX%k!H&1fAY5k;2_bS3NP*VfjW zuU@fa5(TCX{(cW#ZC;dLjmhcyYIUyi{?L>@v3(TJZf+tX&7~;1KcD)tfn1#r8IA?n zf!g8S>OtQ(`Vj4-drLF!)yt}S?=q-_1zS;WerP%6l}eo@A8@X~q*(8C(78JJjBUI< zc+@FlYpD~N)bz)V<3!H}FVr;i?uywPJ652aUhd|z^C3wBL*NLcrQef}SEn&1aMIfB8?ExeL(AvsRjC3FO%`7fW7yy zZDWdiX{1CCSg@4np{8&7)Y_Wam(0fNf_sSPdZ=MN09W}=ST4{DKt9c+DcoZ=67Q_LnjXQXo?5?5g$K3>3b|V_CR9(d)C;4 zY>zhbd|xNNZ3}j9M>PouLOejbW!jsI0xXF4 z+s5e5v)bYN${s5ezYwtxw?gm-7?K}PT4k?EgeHZOH}ZcR(8(z%&1^f>%kdyc$mSWX zMZ(;l@G>25#H~+#i6j=g`)&i?z9~xau4?dEmBH7mtjHl8vxf|~RyIXgjp@;_pu@}; zX&oQnVePQ6l`H1^I>nJy8PfmJ zn1P1CYl6JS^!)SldO_~@m7D0mz&&CwaaF;x7Jd3M#|O8=rG0%#vw)u9_aIT?lgCBf z)0|}F$!w2%b*w#BXngKh6GTY#?RMbwW8pk2wu@yp{|a)cB@Rznph&(~nHv&UYpYcd z{Q|n#!(6AsHDN|oU4Od9@1?3ZxY{ZB9mfsypXxPJHi} z%^dcIEW_fn;fnQFp=-&+^c@qKr8xC3PFmdH7wT%y5EfMQ+)3P^JonUYu-&{}JG{mF z;k*`I=y^uYQ#a$OgZyyXeJpoqy`5?7f=1KBiqL;vbt4eh9r`mM~ZBd%_NU zbiAlo*Y8y!WfF7}l@`SWjJGiZ?*ympCSGFKm|3ZO{qXs7XJFjTyD5z(IHuqpz4cY6 z#NiC2tZS>iAmaSe>a;p}O@(E~LSv)2BB|fC;qn4{BfB{}wEY{}kLHiZJo%lD!D`@a zyVD+iH9fv$`0~tbYi@tOBw-#-9E7uX0ev#bV2 z%&T`Sv#EK!f%~J(MqfUEo~qETEan7W&&zFc{Y~s!hUq1Zog6Q``qlQh?bpO(e`GPw z|1(cq-6rLya+(c1At3GWCA{#J2&&z;<0*60OMCJR+z$I?n%(6b$1w?Rd1`Fa1CV{f zO!Pw+>U6n(81f1`OqtGF zIfgzDB|N0XZ;Z`c^-FfSKGjbp4z$oj+uyq&sJjJ*h+wAEd8HUyemFr5G9Lxek^$#k z@vj3cxJ7nEd-_F+{B((m?F~^fMYr~nHd4)Y<$kiOmW~1tza#Sm8eji0lUk)-rGUoK5$i! zb0(L@^=-DjvCuWd|)l*KKOd`ElZ+AmN zXK=Y;1-0uh4nnhJYPx<|+Q|d8E}^4y#891=c%Wuu%2(bW=&f7U-G79^GxU;7vO?R+ zt_%?CJBPy<@ExYZfV|J5**an2PUQ2IhaxgT503;j`iZ)N*s z%|+KiS0nqpURxImknl5K{299QPGo_lI5=Vj>pJ+@b(4##-Oc!~2z6q7!c*xs45nRL zK2w*3=z=duK}ne$OWeO$+tKQ;;jsS6Tu|^PEB}B)-omUxa~=8QpXY}8_tuWhtWIcL zP>zuyj|I3xva^}T8c^74a@&l(D<%;wY=LIIX^;6L@zg8kC@t1XX}Fv_NCDS{>FE4z zfv(jprH|d=Z3ufR)DkP3s!^uw`yBl`_8nWnV<*|0Wz!QsBENKrRm#U%|4Oi}Y-(L% z-N4(&AuaM#`cfOsNq3!W1iEN#`7ot9%5vhxHi9||S3B6KyFiVTJ_ zMlB~9jI#E!nEN>K{f&HN_9`_z-bg=i?K)g)wE&UO`a8OtK9xlZb&iGq8PR??cXyZ9 zeU~}C-+dtZYP6h=uEq5w!Wy9`GSa(feR})9iO7HI{4emsEYi2UeqpILN;o4c>`vL( z4u0;r=Sj}4SyFY2H35KRdc!0nPtxz>P0#!)>BqrK-3{E$*^Z8P)YwtmzdpJr?=&Am zOT~v8s=s|eh7gYAFL+Nr{7wwQYJv4TSp|acGhd}y0hxc9W+v+C+%4u=#C<@##R~xo z@f-9o3GIz+tYZiNB#09Rr9_z0iBop(?SkNb>W*L5d6`rGmHm+K%>C}HRNa(h+phCPjWhDO| zx+x3|WCRMy_Oai)_|bp))tte0qfGi+BX*nKKod=w4^&pS0?!t*@ZgAy#`RrJURML+MkRq(C9wPy%^%)cO?76q>71!anIm93)Sv8*+cZbiC zv8vX2!1IN*;<=SG{+V~y8;1PIQ|UPpZGPz8MGuj?Y}BYlx?m+NR+=Y z%Q0*7*R!&|`E%ZqY%bD}lA5JzFpjuCtEH9Xlj5 z^czvFUG^Ejia`!9*E=Xl!jY;*!5?S2Pv`M?fNlUuoYikrYSj3L7lmStocOa6za(M& z-h&HmX95#E-&7_FgWE1o_Y!lz;_44&EFCP&gZMZ)VjklCXTco5$-`C#sFog~)Br!F zxJ->RuIET@+XfVEPID&*|3a&l2!~dxRR;X26@%#2uR=uvy>!A(| zVQ6@^m={9CP&g_nkPz&LfxJb*v)roU1428CO{qwyVNyG@yx<6kaZegLBH9MS)V~`ZyTkpM;nPbOcIu8yn%;akZ z#EOe0nRs$$zKp9?%%}By-((FuEWE2DEHETyvV^q>anSE zSfS2LESy~N^E#u6Gy5k$pVz1nnxwEZs4O#kU(l0XuA5M?|J-56A_*iluv4gyy0rQ|Xy zD=Ov`6!d7(lSc;hF#h&$ny+48*=4=_@Fb!8nTD3u>z9g}pDGac&X)eNRSxnIsxWGA z#=y-xnOTGise{iwJ%#1uv!cO+I~9o! z$V;01S9+rRyh$nlP1V{x`94v?(Qu&o1T+T`8opnDfWQgTNB=71Mbey$$;fG({*7(( ziPCAqcN@C74ze=i;{O%;I1}!tZP zv=Rj}N%2rc+bKBOb}zl@sZ~@|Y&=X#Oney_-p({UR!bQn{Tgf(W4A*ohnfZjjW7N_X@*NFl|c^nptF0#|Wei`5!ERi6+;@+b4c8r-q}Yup9o2XoKSI^T4WT@M3unFTR55nEF}Q%RoniV5D+x zZfZ{>F*Z#eUK$n{=$H;o&w5UtZJ6rmqgKUyyx6O z^@v6T+baib3%0$Hbib)x0`H7}UJ>T_{AyUS&T`XJU*LM!5sRc@Cc4Zu_^fxK^5Qxv z(yxg&LGUA|Cv1y5YyIBpb+ukne2c>`e5bo&p_ZSX9~`}ZFfC>Om&K!78Z~c_uv_)~ z7##924B}n%y8J%Mo%(1wI~oD)ujoBBZgF`CD(p{zZ+u;}8$Wq0S^3&S zbfg~>qYWbn`vv`v_px#K?}_=P!%LfQ4bAUv|MSm8kh05}2gUi6hiu&OGw_xu>CH-; zi@Kb(3;9J-g&|Bm0=PpNjH$xhS(?!rt%&{t+CRJB4mwG)(9$1FsbZFF+eR zTUBUcQ~g!B&m~69txX?Q(YN{)r20H5xHqd3r`5}4K&|1!t^|ceu3M{lt|dYTzs2QD zI{R-2bncY89eQy)=6W)KcD9q`Qr^i8>d}CLs<46iyQ*((ogWF49!Z)I-)fYsZ06x_ z&pr6-RTZr}4kU2~G<|wo`%SA?&oY(KgyFnLOjC9Dl1)@=nzj5}n;eKp!O8!OxWako z*-DT6?_Mc%+XHFi#((=G&Af3)E!nu~(XJ zWIn1CMYt;}Wb~FMaIeGmabML0C99h-vste+C6d z%K>Z^$-lq<9sEH=!~v$9Vg^Q1}5VT%Q{?o9}fC#HUBuQp$j}eG(rZpZN=y%VvA_*(?4mI4^Y{8DZUzq53ha zgA2ttFY#0JF0c9xIQ$&idF54e2zc{b$aEEJ8GzX;@-sFx^w&em%9)(|$z~11fcdDY zsR=?i7!D1?e+)%NMy83nWY1P4T^z$6ZvZu`?{jzRRQPeoqJicIx}wV@1lGY$)$m7v zq_K0O4vmeyW!V)&%js-H2PuS|69iGvf6j+CU4ieKsNIToOb#)AM)X05%EqOTEY(wkYV_%SNmR3KSxLEnA!7?F8q zVr-mo)II6d3vKxIOXHI+5=GrKyKf|GWtF!FKwt~X#Pcw?7!1PX;%-6M0l8{L@x59fYwMRg*ST_m00UL<4AX`J09lo0Bw5xnKeS{@{WzduX) z^X^P>$9H>oPs3JRhhVT{lL0X32XVB5&%2?a;qb-sX@@U^zJC@Ez2Au5Zj2k@|u zCU0<;GbManWzYbPX4J^f&yV}mz`&pk^>*c{6y~Wz)OLJ&`uk4v_~9Dt9Ss<|#*wH6 z?CermS@{jWM!)1CE35Ir23&ew`XScEOSB>0je`(6mb^ac4UVS~59MSz50EWO*JAp* z=eA0QgaQy<=IyF_#zWPR~ zakD;__iDU+L0Q>NATh?Vg;3_dc3&`RS?L(E7HDWUgAV*}oKnM&bBugF;I=elHO|wI zENg4mYPP^SPB@**7H<5^rmTuwG?1wE#j)4no}eTBkW{BhP;K+B4~lEUx5UA?FiALC zS(zTNJo%JMqO-mXUi}Hk15N?aPtY9U=zJS0sp7Qf?n?N8ook!?Rap;5OjhNOkjhG4 zbbI%9&%nU=;jodbPM!T!QW*RAxiqqqO4xY@|L0qSBtAwT!?zG2QQA4 z78k!)H%m9NyzVa6+t=5&a>%#cK@hm_hmn_w9AxeMaO(Y8S{0mO786TZ;Pd@!(_~y0 zYl1&w+NLSfR7RPtlK%;)0~T@d)bjEcx%+lu`L_+hv7H?U$bglgQ=NfSSy54&T}@@j zpM=SE4YSCx-si=yhOi2+&Nn`2~*USCR_ zqOytqVOZr&8ylOTfES1HA3wJBeqz&u2TJxQK}kIZn9Qy&PMRugiSk4c31uAcpn0J! zi{bPwxj_Fe?#_7OP|Rk|CXRbF97$Sk-bpyNHBtQeT1GO&>%NG{$H?%Leh47@2c*lr z>+zeq@iD)Te%<7*r?_Wh`u`h-jx1ol)-koxXOm$(P>@hh z+>+RSvUF`A=IM=C8W*s&i~NoAw(%6=T+pF*_y7N z;Y5ES$&xZYC-A(igEV&vc%|4?41sL|R!6iv0~^A@^yges&fSA4TZYZ(swDLgzsACT z<=?j=wEMS%VJGEUmLM$mO!6E=#17ez^0$;fqv{aF`VabVDJ6nIHyw?dzJ8bQ=FC~1J9MqN#((}i z@g7K*!BJgp?MrnX0|P}jw<-tK2qhT*pA%m!P?U|M-VF^4BfEDmx_^yXTwMIya44VW zGaaorJ#1)zv5V>7^;|jh?im^a72lU$j=Xq*p}y~7Wn`JlzJz3;Lm!aJkIdc)V+z$} zWnW`z;Oo+_shfg?pDW|X0c77ie^^*pfMcx=1r^niQPywk6RfFnduq752 zC@&sc&E&uTS1)4oYBEt8a4;Yqhr_+SOe`#6|G%JtcR8^mhnwA;6DQICU&ug4xonL8 z2_9zPm;oPH$G&0nWgt6j8QyPe>?bt>cErE)+zmc%o`m|MFIUjV)cV*@$AdU8LSL!> z$fD+N?8n~nOG}+)8diPrGWQ*!kpYm?YjNUAzx|;3(4Knq%4E+B)loR#^))~>LW?YQ znjDq|wHk$vX4Wh2neRsBitz>mHPLY5HQM)j!MOQ7!-h1~LCP5=P)&Kp7Se&OyTed! z%bD%zF+648Q?y^Zlr(j;1(tzV-_bx>S^3vXAe?dZBr?j%Bw*18anghp zjJJ61%{>N=+KA)o%vtCQ$`vxldP812dwT^{RqMZ-qs@V6upV>LROT$Y7Qb&^s29^2 zWZ72_cu6|#|L!LWfeXFTy@QwOt^Bw1kNa}pP?yH5PNqzu%KVDc4b&OCOwI2yjKsdx zY*VUUW}1?$EKWMyFBoB+_rGX+>!>KB?roTE=~5b`Bvl$@XjCMWZjtT|sX-(JB$Sp0 zN$Hdv1Ox;LB}Q@tq`P5YX5ORE^Ly9(eSf~+`qsJ^Gi!!9cbs!}T>IL4FMG8H9DU>U z<@_^^#2&3~BoaYqF3BFR!|xEtqc5ykYvjlqNH*lWQd$YmkKd2gw*+5$eOJYN zx%7uTzs$3IalAGnXxWur$Fk0U^Fi*x61;5J?Pa37`k6VI`PBsBWeq~EC}=k~vq4E7 zc0Bkr;K(@O1RIcn0XMjkS+{KO{F5UZbysd1!+*1Pv7oVWQtU7@ofdOR__sUGAY*gd z0BaB#AiYmHb^gBGAG^{PeB$(kW9Qn3B45~V_BNB%5)Hj{4*n#s($_$t3mH#Bp8r2!{KH2{+y6rP~k!CRSMaNrDDmy~`tKEVQJ$Fq$p^E$n@ zrO2tLM)LUNY&F)%c-?Q`=YP|X&jmKgMc~vis)>cf4HzJ(?qO!>G*&-*myYDO)(Ja6 zkun%kH*+N$zx32cL{F_ay7Z3O-au#>uR~V++ZV*d#lKwvNDaF}LsCE>4oDk?c$Bvk z^G{A*c2>;dW}jWdk7XK8&PQrQ%yD1;#_!x(G=>?=riW)|P1NFV6|XRamo+!1J=Nm9 z(S^z9kYtVY^F_a& zkZ*Zei#}Puj<&%@jUBu7N2(tUMspun5l=nlWg=bcJ*(=-btwM)IRlh^0yFtYOKa`A zo$YrW8%6PE5_pOBhy32>(r>7p*!=kUGowOmBDX2zxmm#N_?)eplAAEIuRv`b#2<2a zx@7B@3C>u!P}6q-5w*t`n999ADKcwG@$k9EV*6B|+2_)w!e*-s5T6&vbWpS?Fn#;p!jv@L9fL+W^;ES zwGlC|U3&@pd2Z?GSk6C|{-=;3)SNV>)`*xizH#u5aY@tWLe++4*NIh&<0B?=_CIhJkTgTrSEhQAzsVxHMxpN4N)fhpc3XlG53Kgy zxBEPjCV=i=8+_6yNd${4M}hW*CQ;9GdQlxA8*o{t)Hv#-u4m02OwN(^CMLJEN@+L< z$}4by4~gB^-%r5o@9g}EwiL*&#-^qvADQCrso2qqii)s2C}x}$6gXzgBf__V_Wi<> zW2Lxp`;`SVYfWm?kmYwn((qAf)Qa& zf6#9nIn=RX3 zAR0^`SJ4ho{5T}+nG(a8fHsQ!Qv+SS?`SYiVD0Go^;2vfU-M1{Ybx5fsb}s8E<&$fhega<~JwX4%2pkLNVMD_)Kqe%Yw?Bl0%Ur=~9mS(rrf zEF0&`KEyK5GCqop6qqRUZvKh8vF9o~HtY^n?`~vfauAQ(w6hrcNw~VYf^&xbKEVjS z8T*i?dwWXHVgBHOVqXFX`_Dv^US7w!cyma+Hs^v8#T5YqMb#P`Uq2t2*a}&P8IqRO zhGI_!$*yh#HWd~FKuz~43XD(X>vc$x}cfwk) zM!D3Ve#k0=!08X>C3U0!@^&Q~{hzT-eFO6@G5TznmIxg_Xw;nRZW}J0J9)!>1>&pS zf=?gxU}?I{NIDmgOZngEwc$_PTbbNWV>Y_TO*0Oe(K%Ya7EJ$qt#Ty z<8uy`GeXa9Q+)MF9VN0wUu~mt^&5%Ks~_6%3(WBgiK2lgUq`DpJAh+y$T9oV>q3O= z%LOF(%6MV99W(skEpwabZ^owT%kSU6%O4WnLTrna(;ID2L($=80*w(yr1YhMcPZ0; zy^j~sF!Zktby(P6HbJJ>AF0=FTN*Sc&pY1#bD`QkD-A^z54=Qi`|Mj*Tr$AL^$vxS zvSb&2@8iNe?gq)RI==If$@zI>+uhUI$?1KKBO9s1*J%CZZZ4^7p*J9*mPbM&ZF<^( zoK=o*tZr`iXC!$=+=C3PskXJ=o}NF9s-`C7RF=2M0H7d+eOSfQS2|56(qGJJ(>Gt$WP|pW?(Gg5MqmRE?F?pw?d}85284T~UsQIiy4gPd zXyV7iEof%4S)#7uy{pakXF&VN~IDvzua4^C8`ei;*kB*rTYFq-(NkdY#}dP z+s(CV;7HIUzVF>~EXJ1Oh{rB2o(gEif5W2IIV?ZTD_0SLU8!_+hv0fY znT|asbz~1--F&`%Sxu(YGB=XZM&O9uWF$zd(!X_qOFaI`6Mfv`CQ$`Q4zU#^4UV!7u8-DaAXBd?lQrbo(5l>HQY@XrN z^KfSK?7UNBuZ^PI^S|r1)TKFglV%)ecH%VgMB-uk)qbJ+AynxC>v>p?MO#e{S&j(Pz^f zty00U6%Q#J!GhlhHA0R}CXX~UlBvNAt3^iDpw|9oTP=G9V z?bNN{m^wG}hdcmX+&xO}-+dN&aRI(~OPZL1(jX?~1*@)KOGMT)xygr0?(kEXtD!*7 z?aSSV6-^4oWN%)1y8_TS)q3|47LM1U_DxD$t#FgZ3OfDq%VXu=f)~K+zccSv=1la< z0x%e7e*9>&R6wr~_aSJi(=H)q7cBU{nO2&Q$&@b(j>X`aMIXD##4uoO)^kea-W@T= z4`^C$xEq4^NZbp|@*4Sz^;Kt)P{!~F zTZ~dCrg2(~!=SGxvM`M{)&ZIJR+E%RDe~fbj>PNi9-=0nBu6H1`UmW)DZj_}mW!&M zW@NrhPk@dV64uV`2CuJ0ULTxg4UXiDzD}$m+rSC68=*-_-TjkTv;Y3kr|^cW%L}_T zb47nDYRWX#r3z+Z`L?EvWFV+r)4@H!)!Vdw2YH#8u z!?mVfzn@B?M#1(-(^vcv?&;TW&J~|lgLK#JlYFk_L_6oM&wVhbeVBvE5VGi`3%1<0 z#31hhi)ZLz>Ch^1%{O%KJUFSJG&}b_5~bqoQ-AS-QzKg|7Av{;)reg(=i{uwBHu4@ z^^Z3nQ>ByR+VY7z=FXj3%NL{@Ey1ffX_t5fF#Ji(2dA&4u&a4C zlr&}`kbV$}e*pMFR!dtw5`xT92=fR)CZ4U*^$u#S?OcMp3N2U&ywTG<07|9OvarSk zBs0bXkdDJvW#H@Ay7Gd|mJeEWj5dO~lm$IoYY+pg%xqRFp|7QHI&sC(_k^XfZ+*b6 z_4{Ji@N~{2DraK=kO-DQiT|}h(NlO0<%eb1XQ9R#Y(YSg0X!oRx9>c%967es)9-G= z97$*0`moB70pJZ35!JsBx2*PSJ6`a7itbciTB%98YR{`}(;w-9$7+XZ?pFPIaDtPg zjexHNG@T=muO79X|5d!kKiSU`nkkv8FjSLUd(VxYNvU>Gk_+`+6SiR*ITcL%)lE*_ zvij%TcX|BH(oa>g@(UwJd%S*=d4o@*gMZl8Wl1P|Ijo2@arU{jY+p1{ritt5XGpAR zp3FgIl@ta;XQEUkKXL2#t^i1K;*qC)&dXjrUa8XIicsR?NkXxRnn@+PlNu# znAzPVQe7m)sU%UKFO`!(GSUg_x>4*d5JVbD6n zD1I-YZs_}p5dY1O+4t{1=$RNH*%FcStXL;#kdF+96O=0{rO<~9x5#uK3>rxp2w@CA z@@$8;-hdcX#bNIXR5xE*rghT2*B=I6>Qdsg;`I+1zTej{sWq;JR*J3zz6sN@pBeJu zFHfgr4*6^M#{_Ot%&+LRxKb<0P=DX{hWyeCQ!_rsIpO}V6KE)4+j zg7>m+fjUpiBF{4BJtr<}cZ_G$L=$u_*i1WL`7Z_`3`^{|fjX53o_d>9Gx#JA($%FQ z&kFIZFtbr!I**np`3WJAko0f!sY?fno1uoJ+sSD7nRHarqt|a?l`g!M-G+odrimex zlxcH1kI#v6i}dluMz?Z5L;S!sm-A# z%w=A|yW#gV_jlMSYiPigCa?gqLTb7%<~?^rWdFXjS$}oD8YVBBKA+;gK0GxKuHB@# z7m;6cj(|{ObTPgZB8y&px6%8UrCY3BXA~jJ|GjVOb(+vGXIKp5tTgsb%O}LFhnJ*j zNjR_YQ>6R>R3s)QHh51H_+6j_;>NNR)2&+>axd$H<$%)NMABau@EnH8H|uU|;^`BS zG6cE0Rta02o?qPS3E4wx99{yPT1leN69%82e*9%!WHb_AdXl9K>5OjYk6_#3yZb=i zIt>RIx!v~0!O^%)nDc`WaLy^Jh>UO9zVmbdy#5(Kc@HHO%L2_c%0qXhV7%=-7~RhL z`e-d+Njz92lT`m&k2nwTT=2X^_GA-dJ$n;ovZxl<9#V+ITW|R^)$-f9BsX~)bHM?j zlD@uv;@$j7@j=G%B|tygu`j!R{vCReqy11|l_ICqv(-%Sd#1v(5%|KIrI9RlZtMP| z>Z{XxYg2~9p~O@s7Z(EcBY-gf!XuK@Vz{Ogb1jsQqf8JW{nFzJ5yk&-0fZ~(oCm^H z6oFV|^+88=Q`SYG<5FNmRK!B);xL;6FT~w1g3#9134U3RsCiFZ-^1u-ap*g)i*>=k z`~hT6e%rF@$T%>s2>!tLL}|)YVyEwLCBW(NqlGmpJnTt639+vjINuQnq}wS_%2K(l z;x_Z@zFhNKDVCUI0&wB|xD5E)7ld0jCe!9#VHQ9g`AYJxm)Beig`VYWn5+TF@_vI| zeW(oql%I^ZB_OcnLU$Yi&60GzeXl+9?~3N?X})`ZpGQkPclvPbdwWdcWB{EAW15WE@@b!z(!|uXyu6%)gX7g}LJDxZ^yU<+$2FSS zRO4;$n}h=}XF)VB1xjY#8+RJSh74U;^=gb`d%rMrt*GWabM*@n9->faj~Zgi7RCF zNwnBNR_^K{j#9Vl|1$xAvu}V)ws~lKXAIJ?MAmE~o?9#N{X0J`2;2SIKg9Db+Sk@% zAI_d1IhtXDL8{j-p$^kJ6F(umeE2sihOb5@3l!HeGTyZ3s8H4ea*=BXQdx9fDx1?@ z9K?k1P=4Q~)Jn3$j6Y^&F1 zutpv1M|T*=d$u^(-ZN@*auqho6!d>ga>B()%W9QMW*|T*?1q-Kwd?6mm$pn**lYA` zyQJ{J5HBu$+Q<668g7AFzqZC@DO(e(}w7fBPx&K2QIhasYGDl4)fQXAtC8kx1A@yt! z4Q1bzrunlhSXtEz?#DX713x=ap@(nftba3Zu zLTxyS@L{m-@^f@-X7IlThV}2mGB7Qnjgc?%(shlV%!SbFg2V?3@tF@H znb2`l#Zq+@WkES;-?x<4JUBCIh&OshR7^FblH(?jD;Z4w*!$_d$UVznCeB~JjqKLD zIl|tkaO@6&d@k}1+^(MwYG4=Sz)TpjZZyz>hQ2G_b0?-t(|-4v>W!rlL6E?g+mwSy zc=E;82r{SuOm6q=0JPWIIdo`Sq^pSJSzGl)0r z?|MH)0nO8mFKz#-K=N0g$Th6Rgx#$pfFdrN3?4s46K)t7nK>&qI8|oNUNS7NBux#K z(eT=2e);v9aCKC5c30~4VO#{gP=st7Z>TGo10RtMYWq>}sU50a=i*$s` z^;KXU>ht_DTO(zsf|XSPfNaiP967uqC@J^Wz|>6a2*8ikt|=2-k;kg$VOA}R<-zcD z<7|Mqa@9cO<48(Be?Dh{POmcXsYluV_G$$+TwganzBE-pK!OMqc-G$Rcs$kGgkDlx zT_++Y7w=S=|4r`!tt3F^(zf992Zxq|fh+sO{nww4%SY_sqtF@cQ1w~&z0$MNvAP4y zgYQ5$fVspjJH~)L2okzQ0?_al>0%Abd2MC!_FImg^ZpB8QM`ir4@O`Yg$FgteED?D zg_SzmI65geNd7!a@fD=VewTKO*!CWnDZe>?^Whp-OPfYghhbL7tI}0?zw(y(#48R# z_1T|NCa)OE@Tl4EXNXL3-d3WF@bv{Q)x|;8f}ly}caLF~d&(9OqM*r((iKNPMY{$T!avp5%NHIZUjKjZT8g0)=?=OiibAwzga%UvbR2(-qS6QF5F zg_a#$K0+7!UFE_+)8tA9$r}GQ{mins*Hc{M;V?Tlzj!M}Qim=5s`VSLm3io^db$3g z&l9c+Qp3ljDe8VM;w&IblE;#{_>yaCu`$4oi-Nm&h{eBJ`>A_3Z2HqsXk2@0Dbu#k z03uDw$gb*dG6~v=1#eG+yw9k3yGb%s2&c8JiO5ELHwGq2<@6oHZ{C_1{r(xhlm9bj zNJLKquhj?zUjkdt{!?fMAiXbKyZha`YskP>ZtDV|FACxPjWfIaP#2mruzH_`?V06_g&^VJKZc2HcJpL7mD zbP&r_cAAWc=j5m8AQU%aZknRYPre0Dw$#1lVmQX;z!D3_r%Ou&*ds?UN}gBLrV+oe z+qid$9HiT9KV0FNX==vr*}A?g`Kw)BO@D)qC~ZBbUoL`XQM{Db)~u-Q807xi?aHw9 z<>P&56$mdn9DaRaqNC~n$o$J?I`0!2|4LSiuxGD*FY*5-xf06lG9NTHtON_lj<$Gp zPmIP*D|R@r^a;iFw%U410id-3k*?S=vmWYt5*X+tfBTJuO4d~}&4u6{v!mG1i}U@k z(i}jUYaKj`7?Yhpn*YDZY3VS!j*E?b@>k!3U*ArYcvK>Z{)^w*ZRvo_l^2S7g8pBP zS_S%tm=2W#xI*6qcd_3|1Ig=u4hxP5U*E;tlo_tbzyM15reEY8xuEw9Kr|Qn*^ghs z7}5IvA2JOsg_85X>z3eMk;sbg>r){h-?=AGq)`Ndg{xlpbcrE~ z&=KfEUoV_kI>esvuZAaz}WkRDia zp9?y5k5~^*i$EU5FfO2+oD*Pf)Ba%XKCqqwH0j^37U;V!mPs$X-@8DK0wP9x{6Utb zRC2|7DM;J_td*6=es|GEhHH%u?WMO<6t2|;>Gk_A-g^eFuvuIuIL_4D#tzfbQA6E7 z&#uFeBKS6BLD7IL9lYmguj(S#+rxF?93Hz=&i#LbXht{NoTm|q*K&NGf{L^mr)|9l*V6hBx2h9#BRUp$aoSt zMA3g8cL_VQl;;Kfr#`L$V@f)WXGT)zQrfyeWP^e!AVlM=@OJIhE5v)$-Yp=u zA0Tc$`>ZUA*7sR}k_N_*F3vB`mR{9>NWKpS1=H)BP6lC!1(lTM-|Zge>8ZOPUHsFT zv^y9!vY(H)^?gl$#(wT88v3O)K7J?0vVF>GW-n10?RA!jc`|mh$a^WynYX`aVfg9= zUcLbq4E;V-i#6DcjtZDb&l2?eN=P`o`1?G5o)LvgS}cU?wm-0`y*w95LeTUvpR9st zkCDBd+s2uR_B!MBmrGJoQaUQg&E2_2+N4z%)SN1&C+2UeD=P(QRX6>#L>=%89+LmG zs{qlLl8fB&SQZYu#^nLae4I9=Ex`BSfJ&fNAT-p}HV`Ka^lT9_^zKvJIjTaawyk}# z*+%kiF{@)XvH70ZZ;l&v)?@}ALuTXRaLjOG6wGY@@hxFb*&5O%u z4bpa7Nhm+|R4=|cXE@u!U@6@y#QY%elpJep8k$g(J+J17us9sR{QV#I?Ww~b8s~3} zW%hT9Trj%&8h>JMKP#v8F{f~~grBZes|%HNXzN$y+Cz*nEGP^*I<644DK6K9QRkt# z82aYw(wIG_R1k(a4uUvZ;CIrgZ2NEsERTh=Q@^s+2RY^&BX3>+vXL?-EhdBd4ISU5cnZ}&i@p+8}zQTlb~_t0D| zlyYadrLl30pooYhd*^7feI9y)R{|aU>8&B8rj_J+Dhu)jb3OB|*$Zil&>i?-+cGq8 zcn|HsbfG>rDl3Ld&$Bm5I&v1`IL2M;YHCKBknZ{W=Y!8h7lM0O?Ar6mTmkPI?_{Dc z*mOjCR`uMm66Yky%NX#h<$15_S1yIO@t&2ZI8!}gyi)KEluv!UWFCnlKVg!8+<(mL zQPapNBUlO5#R$}(c?U%pWwsE3bUqmEmcw`7@TxnIdHH1wR+imQ93Uv|1ZCF-gf*sp z6>@EYhgpL6?Tg)4zH66)mrGq4#O6l3of5E0>ItS+Nj`C?a3M0B4{~LFH|`w>d=p~k zAmSaQL0A|$&})Onxq7B2YY}DTxq~@`q5SYJb``D^$1fMnKAsFo9}Y1TUhgD+?V9T~ z!`41qO+Bc$UK+`~1NYZiyji0mgR>7^=IHqI?Lnyu#sbNP^<(iKsH|Xeo zbm?n9u~{xQkKHSY2=?x6-)b>*>$+U)UzNATtUQ`K9Xe%N&*N3Y>y%;Z9u*i1GOh7j zWf^px>+j@kp^BGqPk3BJK3OdD2%=u}bUvt_Y)&4!ZiKbZHz(!Q@m8|gA|@~gtLFIS zz~tpa&0>{&&pWBqU%D4|N}ut+>%9l2kv#uWhMuSq5#L}A&0ozwFT=PmVp55)drv>xvF~>rCw}$+yXi({F-Et?(hMzeH=Od&3b>SycB7ka>E~J% z>Zx?zu3)2Iv^hA^dW03_*J*)zwYQ5%L|g3+qsE#}%O?q3paEyA8EX6Tzb#OXk}NW6 zemI-IzJ66bBzTzn%FNuH4v{)+TUlML#)toNem+}3h^F}bup#f^ZLYK2;i>9b!sb1ef@kRvYfek8ZnKBa`HLdEUC$#8AdiYesy(T zAb*sGj0x?|#Xb9^<*%o;oUj?;3@>z>drs~DL_CMkOP(LYfYm2fRTQFp>+a8;a@VVT_numH11vMcivmWv#8|;HzbA!1;rS0TAEn6HEvouoE1Mv5523$(sKe~4kGAI z@O~6G7Bz(#oOx_^q6FWD4B^fYzsueDk%O=o&e})nq+r+sb2?#{J-sj7&qUAMjRH%J zKI17=s_mZ_>{Mwl7cy`j4y}cgn_!EGTo-spiIXZdkREXgxL-5XHn6PKR{N(Q&#e)% z_rIP++apAl0x}|HV^n&4wK(4?+{@f?vh;h{Il9=>gVWs7^0Ws2w90RB(O6&qZG3!8 zqy|=>(~069VXOSg$_nQLs;aQk4D}Cn59rRJ1v-?Uh8*diT3l-TJ}iEQYq?)`vi}X+ z+|117di9bffGeyt;Q{WuubaQ_e?IPzK_7Jx&)@Y$>o8N?yt5AqkGjo2m5#x%@Opk4 zKo_s)P-G)2ts$P=M*;_uxe$)*?%~9Apr#o0_3P^Esg1#?Pc$`KxAe>PYVUMbbe;c^ z5QcOKW#9Eehg-Y~viy>~LZr~=eWz;bU}oBL4rg3=jHdDj}Ye z0hWK_*Vk`#ZfI9tY+wY~u1$lF(x9~D4vZ+-Q`ny$rLWcp%*HA#y z$D9(G!#)~{n5pB}B^@#gsC}~*?W^30?Foyq%{9@eSJ`8=liR)s)rTndvDude`U_s| z4j-bNnq(&JDY4*8I^jyk;XXG{+&Mh9PWRi09!2@}9RkMl_SgW>wz~zgZ1+GbS^qza z$#b7i*LSB%WG;7SX$Xd1z682>KFEs+$c_N@89yN+PF^=(UvW;$^#y-~P(#iVLF-isOL!+x+u4j%uiuX%=a?K2QudJl9PI=F4<$rtzkD4S> z$pOej)IMfY!s4jzyxk7cyMZXjgj_gNsC1!q2}3dR*G+_+s5998n-gN5yPs;hn`*iW zM~IUjfko{(FN($*-}>`c&@br>opp}#hE?B>c>P=GDq0)!E0yd0mfHPdNx{yBBHRVi z#)oTvRXd9z9J(~YMmxIhf7W#dnzM-7Gn@vp#QvPG$gpEYF|x5S44f|45-8qH`cM+H z9^-=84#r`O?PZDZx0Obj^A0K&XFk){mz5c}$9XUk#@gvak^A1F>8BDcGGrW%uu9U! zeYva4LdXx#nvM2y!&$Q6M}(X&6o%Fp@xYrV$bO+Wj%#73v2?af+69>}Hj(SvzbTNl z7@l&$MuXb(PZMB4)vn-4V9di{ze2VCT;m18G0HTuw&NJ9lk~%FXwF&7ehcPuX`#P{ zA#}e4{w8k~4(~jAN3kGy))KlL6MZ0Q8SqQ;ChEKG@#nKC!{6s_f$_g2ufU5YJSSP^ zuJ=sG@Ry=Uwm%yWP9U&d8MNN_;GyPMIbcP<-Uz|h9{922k`Y|0*tm^&Y)zN6pW*^r z-XuJ%L7rZy@~7BJo%P;-i}tUcOJ`{DnR_)D$IQgf%e9|+dg?1EDEQpk8aK_>%E}5m zMx{{bs}AS8utKq8-+>iRV7qeWjh&mhyJyxXKZ<)hNPN0>^8wxcyoin)yxdU2S<5dI zo^?i`rs3xo%0afYNdE;=3!V)M3?Fmi)2V?m;tkM1wk3PQ6=s^*-CByVbb-K+hk6#O zVa$f~5td{oE!Mr9>6^X^uz>w^bAb_lyS)+jVC5{_*_sfn3m7^Nvlwv9ga~7kN3GbI zWQC>ZM(m{A@TL>|9do?>0>drRYS0mdTJE%Tt3vN1EGQL`6J%wGx}sXdrcpEOYA1+g zd}Sc9-Qa`n+qIJupZ|;-a5aZm%*f4+T9M*B=cCL%dgK?Yy^2DN$a4=G(&CTF9Y3*j z=T$?&2bRv}llIQ12fknv6mO4)3oV zrJHm7Btwlbuo8qxtn11rX6sntxK3#2)&FxN%#NRTCk)h)c!r-(XOhu~vfOl@~0%_(%9OhYK4 zNxMCX=C(K^C*oKtZ8^2UO{rqvj1J)hs&BzMZk3m6I!;VOB>mvU;ud?dWg3 z=$lvv33A zDflUUBi@|4lv_YHpeCI2m>FVuKYmtz88o1E*7>P%)r-&GmiNkHAi+-!AWS&pZ@+vr zT=+XadDtNDoq_PcF;d*GIzyxB{;D1Ro|NW6@_B4SDDBaf^HkW1RP|?_8DehUTElhk zNn~^^_Nll0;?rhDk!;rYXCzSng3XAeUQsfe^_2;&;@vC%lviWiB|7DL;5axd=f7Uq zc6W*JRSNBBO!O+_PQqO1O6yfmmGwH!1T8%of}`EF z8jmC%*Tt&`4lZowTn4Jo^v}_dbhYie!(fNMmSa!{@dWB%&Omo`_a?3N<^okY@S3s< zaz?iaz!2d1H^i0R8NE*=os!R_HxOzFOEkgcT70=r2A)T+==c1Sl&Bah#;CssK_rXL zzc-9_A8T=k{(eu^`aG_& zdVJ< zD@=&-#d2;5l0G+{9+$C_$Z`!BCJ4I(ttXp>WUS;^{e6clYCJihZ1b8!XJFh15~i> zwuAt=1n%LUFS&xg_TTC~_*kQDjR$S+VSOkZcyafz-HK61pYB7+7f%gbF=5A zT<>;Gs-oaGqdxbWV$G*N=1Bh5ElLJIRA^wipGo$j&Ir`chC#rkjv*V+l~7Uej^d;Q zdOLkM1{X`=DXojUdyz#AZdk@*No*38yOmFHlL=j}2v%9eorJuMj4;m{t@15xS4gq4OpFZPjYoS}ZEpCpWkUB*<9URmrGogd2pHr5a9 zG(pnDhmvZ5+UG^5st8=p)zrt_z=FlbB8kKSK#Ln6ZSBuCHLT_Jt7rV4WLSE4=x!%J zG7Kq4-RPzCm6)2feGY3!Q(@hRt;)#B!N>a5 z9A8&=*Tv0^1Xm+1vUk%b%L-C`U(<8NIE}l+mrfNM%f-b-L0=#7P7$o-j}wk>6BCtx z_)1k};D3lJ?LX1tov;_X_0yN7`}dc@+tiv?y7mWgU-I{v2VPk*0#D`hN1g7N>Bg4@ zItQJLPk3HGE06H`6yiFkCP@FfdOLp~>$#H?FnFzS~;TYlQohh>U= zb|j>HJK#_l4sFoswwTV_hfX65F?_W&vWgQRjz9%6TI&UM><3%$a@{bWng7YzjfNim%K4~X(Kos&YZ1r%8{5`HsvH0dM)*2!Y71P?1%{0R~}1A z@Fj^w)NBIID{)PlJgRcNiYj@4Q@wY^m!3E*e)i}|4z4U0<*lc9@nKr9v6fCO_Y^UL2q%|>_4<)- zMJ$rj`v{Kjq)a(A)o5h^k~6$NS0Pku*UDWIyg?PD9L@4(1q!^ ziYoH@J_n37UuM|$y=H~GBg@*wSW-^E^X1BSy+bM(Og%ZvxL zSc5+DwrSZy?6$U=o>*ded>(EZ9FXVye|^Cgp@ocl`3LNqCr_R{4+>)1-rj!G5+15K zL3i!| z>j=I!yBgjidij_&%z4Wk?)!uI7;E_%yC6giz+Q^4s#sP@Xd3Zmp|f zi4LxZ)3E#NZRnF|vA1ZD^aY;&zqiBBQDYJ)M=WYJ3>_9s4i81~;(QxQX&;Ri!y+!i z;DotHOhU;V0!skH8-T;$@3@%e6WDurh+Iy8qvMOfz_#5fPGYeK58@psXzOr%!~~WP-NFs;s)iv8UPfSM!YtF;(Lj6`UF~Q)Q59B>s#<1KemK-)A+r zs`@=L+^;X5P6F}KrUoh+6amLN`5V}NROw66W(IXeDm=-rY>of!D^;Y$p4gF3^L4|D zRH1N7zVxoP{Q#QG9{&@@6_*y={==2z4v+_sL1) zfd`l`29ddqvk$Rq43osfniEOj7WqhMRjF9$9E3xS6z{tZ*S4y`>u`QY8N4O*6|9J^ zsNj^x3)=`j;^QZ371Y;%dM7o>saOyE>zLuaOqFsyC#Kdxol5n4nY6ElQqo=-z%Hj! zPxs0Hqf9WZl^8`IIELK_`g>;*626C2AJ0NtgPm5m-6mCFQ4?2gDI%8o7^oQQpdiz0 zRxVB3(6t`S>TeVmPnLXc4Oc~Jmrn4}$BAk-)TDZVfu8Zv zMtFEt3$^j&OP^{@tSu}nUmJjcW9u6$Mh|AfX4hU%W}`Ij@J#z>{FTpnMKfgz5Rl7^ z)ah0mc)eiyjUn8A%X0ObM4156Rthsf$0++Q=KdgRn;oxe_}J#!A)12nz&@gK)Le9fNK`4RWcz>4cB zd5BkfV3O$Kk2jVI)t0y$K3A3B?Yp=VWwPcN1HI*pO&dj{|#~71v zda$Ma`o>R7t(G1zMT_@jW*D2$!wzt0=IOo>MGZQIF6<wTxI!ZrEof?Ln*r(xRYOvF^gM@wP@K| zw5H!{bae0uqz@TgO*qc%F^HVNiU9LD=7TC-_7uDs6<~c_aq3&=y;OF}hWjC2THs~x zACz6gNXTQyS-nwpaS4evB%#6+SzOJ;^!M>Nvafn<m+!xQ+-CEAC=)fxbrogx zM(e)7$ZxDlXhtA-K7Y+S+)79{@~STDm<~u>$tsB)^!Zx3AMtPxM`!Ljsh+9XdUeIz|$#cH69kBc8}zf@1!I z*Wn=p0|Q@AFS$!j_jb3UU5bQ~GEdJV|Lvw}%c#FbxjicA2lQ>na(n$zDIaTZrm0pbY^kDOuxO z<3OxR7~8++05h#G8M?^DOKn55+RpVN<{tnz<2fa8ry(NW~L zbxJX>{EW!jK}rRYD-f^upVl28{G>b#*mLvXA&Q9zSDa;r0<%?UfDu+RF>()=gyF-se4-&VbrUu^b*$R&}`7d9p)ns4f> zq$vVRodFeL*^@pxPx-j9p9-gkB+n!i;s(YH`1?J^x;_uy9bj$Z$5P>>f?L#t?rI~r zlOK&cC{GW4s&h#^-FN$sI++Id``5KXZHh4K?0+r&XNFt5xR3#g&9B8pwN4B5CX-#G zSNYxqo3x9gy!*3V+Yy`B2FX_Zr#79VT&Ck16(TwHwU3qcz_eY&6}f|*SpttJzeJ~^!ajtBuE zPnv0{hY_a16m!O{jg5aN7Dx4|SrLT@h&y|>w{{+ z23J!brRVly27I(h-)!+ML&NM!@6eL; zq^(E+tq;;$COoT2CH~dmTK|=`SDrlEh-RV~GBDp@X~*h6`HL!s0lf8!Am!Qbt&wF?rP_~G~E2QI-Xmn=-Pv9`DZo(w4fGjYmr_gMKyFzAmB)^ zQ@W)CL71a{!%{fiybcG|&zThV7qKde)1_MZ5fd!WhBT_MhJ8Yi^?JCL(eXZ z`r6D-(g@=R?f|T`e}jU*Y-&)1+<$Q>GVcna)c*}?MdAPdj8FYvfnLBZb5{X@K{b)H z-k+aPZhyrzhUM=8{i{ORSSz9XI|L{$Af6ko?x{tIX}&Jx8(cren#VCp6L0+IB`(%u zKL_wsvum6dBan(Y^$b_w!QX{I5}TUDJ%x$)cRkAWNPd*f`PWQ2@zIi0kCl!772QtC z^-EQzVDdq@<4tqQE)boDtzcJo!F8$(%wg%ns}ff>Met^9BWU>lR_ef1#w?!hOX1#O zD)|pgC9a*Iwj`Bs@xO?B@2IA`Ze28h^sY#gDhfzPdXaz#C`uEQ-a&eiUK0dCq$3E5 z(xob0Kx#lln$o31=)HFWNzRJz_wBp)KKtB1?l@!IF))Of_FHSNS)TdKIYCVKW8t}g zAw5+@Q+)#Ncl$!Q0QvhzM2fnH1_InLDGCBm^fM$b9mlnfd}tlmN9e;?4kHJou8pqdsCc!L~4IGt)v8on0ue3GUf0K)^fAN>e#jrxo5KXt^Eo zAwnDB07ogz`MNxxsPG|CIXEzDUp?<~ettd# z0zeP2kWzGH1`eiNkiCQ8qGV|z2;W;W;A(ts2J0X2IK40|0S(Xz0PsO*h9(uOxE}Ky z_;AZM8=bU$AwhSpLzGAMDua9PAt0Ioc68FA8hnLaE#E2peTP zcY6dIgTMycDRvzI%%UoV&<@7-)XC9El4_Gg*f+u!LX0;x{5#-&Q>3BTk=v;#E`M6 zDKBrvb-jH%K+*zbsLoDYXL9SGyzc0wxJ-h$3q&KWQ&T1#l0X#xE;d#T09f(m807(Y zSLN=!X(84&EyBr*^_2nk#bMb;EA-?u#j0^7fqroTiF{w#_X=EY z2BY4PFk&uU>wY>((?W9!qTm&2DvCBmzPI0RhU05~&Hqgv9_qHK!kwg4q<2>~od^ed z83+)Wjw&JXT84+|07&SH7o?_0JP<=&^i}qHdv5>N<{Vx~+V}1XK00Gj;2Lelg9MJJ zr|z)lNTqw@6NKxd5BYw(MgSu_>H--WBE2U^tb`Rf7a6|1hOjY|W_gU=c%*wVXN&Hm z`VR!_2i*qz=^9*i8w;*3KEn!a%J=5E6<&+wU!3VJS6}LX#+epvU%ilJhj6CI6ACNq zf<_Tv9GIOaf8vJ_8+CkoTvUTv^r*XEb9M2NZL<1JQE#fv7)ASgwBq>qXkf(2$@d4vsmFlmqCLG zu&bFz$P&~_U_X?41nWEmuOmjMwxTj!P-UyKw@C^>kfauo1!pTT!^TA?JcZa8L3M97 z5?y4Cy#PqDWA%hS&o7{zj9gUHHAcOWU&+nv)zeEY-5CB0?9}exQX`6F*6D;^+26n` zt}@{s|Abnv7gD8!m_Vt?-rh`oPzI4*tAxzDZ>&rgBjh2Zm2D_ryV`a3pHv%2))DOC zdM0(S%2r1uCVdO2wp3cSoeH~3%nK@e0G3>WNXYoN?CS{t^vLOdLysW;2|eQae?gBR z_Y5m3cSx*UU8(+Yw|=5f_0k>U8nj&a5Fp|&xH!_#_-W7ChYdl0AENfuOTgEDP6JT8 zFbnkgALMs{>QRH`#3{S!5-26#cO23;fb=zm)tRUQL@VDxL__yc8@`6{gt!I(h$d?+ z)ADz}TzP%Ttga>kv_k3DrTV{%5h3d8NGEG5z%Afl9m>Vl#}y2H>lGKhb7%V45zl@m zYiJ1fx5^iebggvrngNH1@FOT7K2l|4#sB5-fU}GJH3}6GrHd6Ry!UlMZ(G=|g0Gg*QeB{7nfAqoJR6?We*Ds2nKYxmdiE+8&JDvnI#jUM5u-p?1 zF#z}!&sUdgpeH9tuM^`v($b2ijdMuLIp~qBZ^{R#o;>oe~A^*JuScT?ooRGPG-dMyf$R;@s9tJqColO-nEDjl!xSA=X#(&j)_) z+s#OF;Zo!O;83K_1vt3}(Flvyp{>~~nu2OPMI!&G0{w6rv! zze7oead_I_81|mW0K@76ba*6Tb07gxWMQWmh*B=l3`6r90!Y zJHNsjLp4eX`Zq16nMcYFy0|K?La1*f<=}9kFF0_==Q#AJhHKp1+tR%qh9Uf`mn|B- zG505P*EpdKwZn#%+t$<~>`!*8%{%g-_%0%wX@2MaS6fI_sj?28$z$HgDgBvxDx-Md z;bqa%^l#n=J_=acqj&|LNx%i7_iiroV<}6LJ^ef~+TMG0f16n8cwtW(04V5OS+7dr zj*yoxj-V1K_Nb1%ub;5k+GZi2QVX=)XxO2-lBZ>84zHElGemtQ4p?gPLn2_LEWg54fOsp&%ah%wy^ zDrTo5svKs04Udbm2BX@wA!CA*Udd9ooTYd*Ua-?`$|)!amG%jXmiW5qLv60Pr|(3{F>OPcA8p^uZ|powz`T-2vD=^l*3t65 z3@X!eyXOl+SP7-|00qr)hy=lkPbP-dPO%}om~VMyMdi)o@o&Y&1o1EJ7n2@wKc5R{ zi0Zp#@owLe&^yCS`^l3FuG{Y^SUR3dz~tG8^IU*~2!5_VySJ@3U{CkQ@z2|xhfkgW zp%tCZc*Gsv^bf#g3r*Lo)kxJ%BN0xqtzP2&Ji1Z3)z+EeY)$jmar)~#A3_&%v793a z$`S15D8h+?*S~t7uh2`D(sUG9A)U{E0D2SEZZ*pI!ZMea47h2=VQ*-Xo%kOaf;__o z`Sql(Z}TiR_9%1usq>~rk6!>av--Lum{~J3D6Zk<)s3f$UHzFw`v&P_n)kS9L!!GJ z<7$BA{;M|{a1rAO!WXUlJ7n-L%2eaWM;{FgL8&H)kR`P*8(mMGe4yH}+*JzNiAKl9 zQUbbDR9~SdV+5z_150P^N@M?f*SVw={vVj>wb{}@T#zQsFlR`5k&k~KGbhi7JRjif z$Et!K<*`(`njk7Am%F0;mev1!{C`B?P!@E9Y*r=1qn|xEut^*M-PG^0qNuEIn&8;s zv9hZ-Rb&qL7h++?LI{bhnn*BYk{0Oh)uJoFntG;^nxc0A`=OJ8#; z$RRk0r&Y~?kGI^a{0|JY6&Mto=p*(=*qZbN*|`&i%o(h43gM7Az}Se{&MuATqYW4K zzB#=da+)bC7Z4JXwATYhol)jgLWuAoh>bX@(rfGMnQ>H0U>Dyk(nqTdkb-Fi*Tlrc z#wI4dFD~AYl#;5zJ;lt-)sG+$4=Zo(QC`EsmE*wt^y$-xL15N4cF-|LNSO!wC;#RG z6tVvsk6<^$_EYiZ-QWPoo7?Rn9WO=Uz0+Pz(hzJ$8G0<2iV%``|3~%c=PA-v1C-GF zN1>|MmOKnu8oqtwy>u9-*of32dkL~ai9t`dXJN-nI}qQ;la^m`OoV@1De(Eip6V>x zWzYTD9~*J1ic+`DkiOU)>Z7w$a-dm!Ywj`C&XFzxqN~M^=9gmYWxZQebLY|mv;g{Y z@A{pl%UQ>4?Cc$5V~pI~+~rM8vB0zg$FYKdC|#^m`2~)H@fYI3g^RdIY)1=Q>aS?q z*SNJfQY=(=1>i(Ne(!Leu!&w&4n)xyg=YoOy8*43aEh%!qtAcvx4dKvj7q4i*dX`R z$R0MColxH0CI;_Bjfy+kfl+NhS^gd*>JHaI#KQF(Q7=GZkB&DGVYUE?7@Sq|(@z-( ztPRfcg;)kMLYv!6g~byUc)sK~Vq^|rHRzuQGW{h+4q5_FuaDxNa{*8c+`+(3=fgXg z`T<+y_FbiXJ>YIl#!v??Dr;{N$G$AooVn#ED?}fy1m4B@epzSh?`a>7-RlLh2}5Fs z-6)hSJw1JSMFn0@WqEmd$i3?WDKP*%1)sTi;1A;B|HK;nCt}?p9D#qs!A31O7yZ>t zR8q>whkT}Qi{`G$0Cidc)g0|F`uV94U*z68IyiiL(!?FXYi*Y+! zg=zga^wf$X9(qoDS)+BtQQ|qL9_{#*6o4mvKWF!$smyn1e$FVqpLiv25LV(*A7F97a{Vhjv8bRg$@ zQ=8ojL(+0E;acmtbd#NW4eEA_Og*I zR^gy@FsUc|j&<0?Ju|dwe=iAe&LL@ATc&@wGu1>H0Yw8c8%4NgC&2=)6(lnL2cTWbGvA)dpuU0tTA(6bYzfC#+hGO) z)ksQ10szF&MXNxzebz=*87IHMr46t%F6B6J`WFJFng^X^&p_W7N<9$#75K(P`pJJq znNs6$6orF>0|R5@D=UNHfx^;n)j65H&wHzlD8uiz9x?s#2i)qrQZ(bcBZ5GufCB;` z-pS4XBhKW*COOQOmJd#tj$N5*TL8)5@Ekz^cKy5+wd0Czo9MH-4RGMnK9&v#&!6Kk z-}7uc#Z&=u;I|q8&Iva`)~x^m`YVWQ5qM9YfIL26Pf2MCvknB7265UnJpDZ99q}Tp zWXBE9-JB2ibddS#Ao%_B$VnW!yu7SkHfnmjhDUce%efkOretGC4{F$zhs0xIkLdR} zpnj_nRsSO|>#~cOz<=0x3j^%H8oa`i1Brs+wTLMXB0dD8FqI5gvgZ9fWk|>-VThDiMG6 zG!h96Q~Jb(K7HK`@^(T87seNr3EfIKzwTNoO&S`U^^ zcC|iE_46H9=0TEg>^RDfB-jbi24n=$gi9uYoI?}J{4uWup1Vwzzj%5-?1_rb1fVtN)ccr8UrF3#ehD>RiHb5Y9u&>+045Ec%sI{)5Bias#eLeXE|0ucyWZ zNHictSh%{DT7Q6qIHVa=3dqYssXt3dY&S_FB#m6FJ8$3cT7Q&#QbMS}Mf;tsoE{%%x+XzL&%<7u+q`epA!!xtIL=g-%=*pM zm9Ug>J-%@D&s>k?qvY$K&=KZ4koB?H$C*X9Uw>w2XL|e~0p!sPd%o{IMc35S;7r_SV^;~sP|c;A~*8QDF6cmWKui0s+qGk zUTjU1hpoC5JT9ao8|y)lpEs?-V@nqXOuxXRb^u(b@5R~+xK}mWEuzdXOGd-Q}5UA$%GyS^(d$#$}ZECP*iFe+N!iS54^0 zqL{};i;f)ihHEcq#PNy#!di{4juuQZ7Af=ei^TE8#Q+jM6fpp7DIyUW88BCb6nQ)` zGxHO~z4VZ=VvxNh>#6)fpb1+&ZA!^{MO_iItZ|c=ST}feA`-wk|EIt)34&7QRlb&?M)KhMP8 zZW}Z|zSVeG43|1zdC2Z14e?z5`ZtH=nb zazWN4D7EtQqxjj){!EfwsL00^?6^CYdgDx(njTWST&epAc~T7LIp6bZT)}%F&t`Yd zx%tXNaqXy8qCO4~L-pJ3i)-}w>h_a>*Y{Lo;Lt^zCmDxq=d=w(b%YI`46iMYGVS+? zPXlP@exK42z_PzbY{u$_eJ+l&s^C@qu^+kNE(=Itm+0w()W8sL>wo~}&XwoV=|699 z^h#-50i`n>zA~vF*q1z**1U|oA^`74wZ+5q!8Jbq#QU>vot*rgf0rckICd+z+QXIglPU3iKb^&y9Np zO##pE)WDfOIv#r&rqh62lGh2ycSZSDYH<>hLolY(Vejt*miuoqK0DrgZb}eb1MUh5 zu(hdf91JIHBJpRl6OPLS+1j!>C*2^Yc?rjGJ^6^DgkxnM?uLJHyTU<43(~wV@`{V= zL-m$=S11jRucrd01la$=Q}xe#Me}BTrV(rkT{e#|73&%i83ixt>uU@F9PeLjvn&Gv z5Pn9|IyaehfK=u_1Y~V-iPq+Dw)+4q>LdUaB=lS+fG)T27tqV{84~|}G@&vi4rr(Y z+h75cz0)162wV8`t|qmG9%cUgZ#=OU6oFjFip<`Fb!>a5^M?au7l_R}en%q&f!hST2>MMewnQST4-`&i$J z1r$!UDSTo9@bL2&ca*6#K^GJLdLfSzKzMqN=Ygqk1?hyE7N<%ssYqMHoTOi$9*+so ziTnvD_ajKQRUZ`PFY(mjB@s4*`S~AMfP*$@+j(qjZ=(YEYYolR0Y^%@14jX-W4q*c zQzzv~9POeG5}|ScoUA*d2@p>QWz^+gFg`#2Cg}f_`Of`=Z5|OgjSyGnSz$q|Xmo%Q zF8VS*loCXa;O*!GZ$UaToGifCr2WG8vdSMG%Z>v^IMo06lH~mJMo3Fo-7C>5JL(Md zNxDfHLdlQz3H2phe3xUVkFRR7?WKQaoTy7%K#h!j2to)9>p;vkr zMUJq&Go$l4#2K&t^uS+!7V4V4ss$Z;g2j13(13k&Tw30&)g1FCb$*WrLzs$K%qz8C ztLn%+WiT<2kC0Cbdud+3nP=6(A?ytOM1W&`jPJf!K9t<@vY7M{dz$M_{xOpPxQ#dUmW5O=SPy8d+Eb;M_Z*oN$Kx3lJCljXH2(v`7%zR!%(Wf#yQ_ zKbIxZ2kX&?BQR>C59$oMNCRDtB~H7lcuYE)W^QGMU}d9Ylm&YdJz=Kt(j$dNZhE)cJ$ zjLznKqhukVTC2oMbSkgv4-#YB?MhDVk>Sms=vZ-6Ij0m;D zJJa3pTB1r9ZkN<8EqnBQlYh)KLPGJlj_&iUhBIH_?w+5?N1n-oSADATafWT6-{_T% z4XYJ0f4Lftb2@E)W&TFl@l@-O@3StxJHK~q-)+qlvHbwbTJ7s{%7@{-zg{v_3g>h5 zrx^=f25XCSyR&L=_EBdQNh#C*R=0GPr!T`k`o)c9VK~6IMu?M%CVwR(n-FUieZkLWyEBUECI+SZdWqHwitUTmSDuvH%<*dqAx-mxh z*$Wsxom8lNIB5TlS@?qsQNfTCr40M@*x0)b_I{JP`^RhYm0GrgZ9Km^QveIk%X*`p zYDnC2QWBU+r&strl_sNiC@v1oTYBmJ`0c6ggA0L6twJ|)u>u>&3N}#7o&Klm5Eq}G zjh=+FyR3o__o0utbcfl&i(z$3s+E5xT4{_#RX} zaEhz7+&**%%}ZKAa$xijl=XbO3^M-(PP=4CQnz2xQkg7ErCj!O(lJaVP&9S>!nd+K ztgYZASaa%+X8>Ea`WbCdF5nz;baMF<{3ct6*x*4X4#GJph4b9^Jwp-wVIMQ>yhr7! zjZHe}eG^<@(yH|Z?#p@tB%4K$jocOv9Q?7vr+bsokh z#A87ASrWG~dMM(#^jmBZm}_q^`@Uu_pq`}okE1b`OYLDs`W++rWv9$%(YEK*wI79R zGAS}6XQ)+lK-@Ip$}6L#KSpZ+_+r>lfSu1vyktnjq`LX-oP71@-vPDO?e>$#3NB6g z4r!~aASqM|_p(kn*{L-(F49{Mh`kM18h53#8v7hUim-G8I2#~f13ff=mnm|mz35*g zioYZ+)BrScXERt363Lpa`4-c3h4b9f)b6dV%invH#n-|0puUTw<{5Qs* zszs#*^cvl;VEldC#Sig9!y**#@=1Zb0+LC4&&nkw>Pr?YPof(iCnj8>8qxsK7jrE5 zi6|GA`Xco}v|MaH>)qRODIN`YkJ7AOJcu>CWVak^0bK;Ra{7D;uz%46TmQm&Sj$yp zY&4r6n*zPlL>6myL>^S8v*{2jTlVyG9mc=y*7swC=QM1TsUJiEq|DyhwyYh`+x4_> zwt+5mfLrI1yDS~IA%DiH)LGM+Q40el9ZQv1b;0p%Q2Ny;#rt1yTQ_C!RdEc&R<9C( zZf-I>l38io6Kpdg?ZQ!y{=$nuVykulyD}ZOf_cb5RJ1+E;e8V9)o731%K%1v(uh)KwIFfcS^QV%?BKhVC2w>1Ppur@;P+%~9K^ZRdN6DW!*Oo1}o<0Tj= z8kcQz;xTw$e!PSs-jp^;{+KzDr^j~$jE3!buuPWO{9bzc<-)sRK6mSs@f2@de!g|Y z?|WA^r5Px>tbu2BCiERbLPAm3#wJf^c6bSY0*ToST znd0a17XQW2{YyO;(}BxMraEc)u-lktED63Y111L<$TRo5!JwEB$we}IYi z@aVjHIj9MD+SF!<;+_`jOi~B(P*iF`|DEXtnhE}F-7PKu-Q1&sq2RSl^*owb)yd5s zV_3k}5Pddm<#3Q~Z zu_!fUUg`2b9LO2!{leDhMs|^Ghcv%gN*rSd)DQj@Z{k-VRD_S8eZq!4eU?dfj?VBb zo!GfWndEDm767I$X023Nm3C?IGYNiE0Hv zw7j;>`OGWokZgH(fG+{|&et*w1@ z#;L5dd`Oe?$L>cF;~CDn0+t@Q?L%dbqu_QsPJ7W4=-^4#VTIXk`2M3Z;_O@X8nDEOa?i=PbIzm=CmaAg+X+!SR9qqMZN2tpXq|0=zXc@(%ta!8gB()g$$ ziEb{-_x9p^s_bo4cmI`N29(DtTuqQOT>Kd1k#KB7sZ8H)C&)UO70EumM(F_f2;%+UAydl~B7WhWJn>U23fGD%8w~x1pr6# zla%zw(mR=b)E6{X|75g*j~jB7Ds%0qK#5>Y^LTAyNn8(hyyh*|{__nwplL?p=4hQg zbeR7X&>fdWAac5M=u(&%MXum8H8VhaMSP|77@y8cES6eHJ2}rfSpCVL+H?JtVZlK? zC(l4$&7CLD6+kxo3)}#hF&w2AJ6(hT{8iCt0D*lCmaTbQ^tBy%qXDbS@5)=nD5e!~j(QGy$KRUg(TVqIltz8yXtJvm`P zo!@_V5CJM2kE%tB5&Q*{3VSc8FN!|1sl^4MlmDnRFQd=l(?`?rGhz7c!40-&=j6oV z;49#AzjHV{9Tz`32mHo=p~;~1v9xdX0%xw?K9p>HYkOWW3X|HdTgd=W8t5ezl+PQr z!Fbki&8_iyp;Y@?xt3(p>7N%0*N(l<|8(`0Uc8TSnN$W0%wyMYa}lOz9SV_saLfTD zB>4RJbzf=yda-Ih`vI8o{nI-B4mS)MaL5ap^@XkY`s4+>`CG2L*Nv1IH7WUX--<`nBgaN!Qh zKHH5{jC0!rVM_+Jp1m99y7_Phsi<+3X8Cd+WKXALQKxxZ;ubqJa(tNQbys-Ycj2_Wr;?Z^U(0XC4!kXaE z8s>bb<7m`8{(J|)&W=6pFh$-unez0Tf6e1Q=~63!Suevl>SHQSa*Fw84wsQX6L+9O z3JvSUpLaj&+Y;ElhaD9QfYs-ly95T-QlFdq$iN(s(L^=aam1Y%gufEStAv)VCUj~p;H#ZQtv6x%BK%#UnJ_4>6YnPG5?P~B8Q8J6Cdc`)k9r2fhOCcp!16M6 z+uR0)j8Qop^wF<;fC#pj44#+A)O zfOrGm0(dD98i~6WIH{%q3#hfQz>WpAu|HlA5Gz6hS#Osec#fL-&W*yhM%`Np87LML z{6W`(mu)o&Fs&Le-j16_IE0!{t>#{4I9`0zfM)nFGvPK0Fb5RbHCMr=41s3e=X-U1 z!M)xYqnLIE^B6E^6Cd(-n;^4#(m7{A&3n1*Xx`oPy}jpppZ{e4I_=#A^~{^_@g?bf zbVvBYQD6Mh#IyXx_uS*OIZ%w=2*+{P*~LnS$LY2&0-TM*g3^Ud?8VB$k}zBbx3d`3 zY~~!8FgdMwY&&zYEJXkT#0leT5Dhi=Va-)A;90peZ0fkU7$4Gn+AbVdsjl2!hQ(`{ z&cxz3pET{v&9*}EAS`F8J3s(&e{c7}@uaZ58esY}fPoY2B;0}~jq$`;>)nDECjADc z@*p8_=|jW0M=Yl!4esYxkpvKy)8n$)V}2-Cb70S)oXWU<^Ew&GJL_-<0|hkN1w(8i zu^ZW&#MNEKDKoF5gtM)QH)IRd`%#5i=(V*Dj$>OpsmN&IW=4JUUxAEc5^E#0+ZG zB{) zJWXZCv1?jzzS6g2;KH=G2!6l+O+AIlj@WGROV^qYW3M+o9HPdyztEkJ>6UElul`)j z$5M)WM)uEU{M-*)l!I7c3fcmZCu}DEf2zN2Ubw-@AQ|%h?SV7r%_p--nWuD+!%uKP zrVl!8DUcmm%851)vD3P^chL;TmM!1}1cqQet1+y^i2y9JAgBkx1E;$$v|c0N)0;gj z;jP!AM!H}H2snf31wN3VDbG>l!q3{KC%>Fgf4GvmNE*(~CBrup=MbUL>*MP-Sls^& z*XaYBYP0W)^;`hJ8m~gq5l=c2zPQmcbZwr|KO(7jZ{3ZN==S@V&*)r5F<7}C-@v2S zkq0?f)bk$ChMy~S@FYC|)E*WA6`hy5N@AWsuTSoT+hzC@fx(lh?5sW7(i@|q#zT<3`XF#SC5*>l?Mwil1%$-c)VQa?w}joFsr+x zaGE`NtUP2v)XYf}G0rpTM-3t0KNJ(2uPTVq*i%n^#<|2K zi2%KVI4?$|nq%4LZPz>6vvl)f8 z+v!=zE#5xPZ1_F(zUzkNZBEO|50EGUQD?lbtmRk9DoI1N1q6d#imt2AmGqns4(_dVcm1-dgaku(f)&^m zeoe`o$ggC0@|?WiITNyWZ?4RrHt5wKX+fon`W>~m2(E5NX&VOByhhreHjwivz)_gz z7Wv=?{XsC4KE1iTV0Dh%*LtqNNn zhr;srkwzHzEb3kFjS5|fM_6~n%>k=l*;)Mgb6cftkBH~;qs5h# zp6lUJ@udczLeFj`e^h@dJHrZ^x4N_961&+K80Ji z#l&=UbT|?D^g4WZ8@{tssqZ~NKfI+1hBfC7M2>yhxV|MPJ(+u5+#u*D_tC2XgPGoy zBvjY&%ZG~6?6biWFWwDGGGt5FTg$|L#as@mJf$G!yX#;+Pzt@8HkUy<{HDfwQWLTj zW|3STd|Wq`aa=G}t?QxMlL_zZ)HFQwah`mA5vbbzv?1=aP08UXZw1kCe#hU~>~(jy zdNPYJ5ky|v?nR^NG%KyT;14h3^Yq%)WH{bqF(j`qEtDc;ix&Yql+xd2bEhpJ&3B2{X_;B^TyW$(z9&^`@fn1Emr-59C zg#k6S!!Z z$99JgF=9_3%qdxf5V(tX#gVVMwW?1c8f^csk1|*K6wU=ah)+_^DK+2H3&Q>VW%&5` z@V{hqkJ23;4dklH{br{EBPed-RMzR<0-oYFzX`nJ0s2MM!}R6XMBpC5x3|{W9bnLA z|TS4$EL+bOx$@*;6Qy?M8Ctg3;NmH*0<$OIX-_#u+ zkQq*ua9edZg!rhu$MB5^VPcuF{gQq{N0;XUY@|@TK%TV98LdiK?*PPcZSr% z&*Ak;Nv>wa4e>>j5GF=tE;Q3t?kViRj%HQJCjA^qRg?CE!n}hWD2!%y0JU0 zWk2?pdPJZ7VvM;arAhxj#C&zlOIEGl3m)JW40po{0HN9J`NH)Z)1!gK(u6AXq1Us`CBy5Q_!CAYDWWn-jd+J=MLZbMahPti}!WZUD~k zJLoOBN5XfaOU`@tfC04Jo~q;Q&^0sD94+p-F8+~v8SX@!lRtm$qOTa)IWh{w>`K_w_Cy_yX?-u8-MOb76W9)mD`2(x=A# zqlol^9%sbFP#As-zou*_n31gwti-R31+At}i^X5QygZV#Ui3L+W)E<`-3vQ14tma4 zHnh<<^iwsLmOF_Q4C~~6_~1cnI5`6Z0wr+od=oMJRUAwY<&qE-wCF!H07DzMOG=0+ zUuOr~*w|#%)I43*Hd@G;V<($+OupEw{&T9j6rToVN!_w9k&c{)z*4a^&(gd?4^i5sx3*dwATY7cv>UWj<^_0zI8jeo+cH4$&?U$jUZR3~lGR zYU5SP&(BYA&(qFSq!3W@4c$+<;-v5(X2C~K3|~5arI-@Jx_-ub3mXPKZr!cQL{oef z=HtEY(jGBS9FjKSh|@Ywqor?y?*KsMhOy$?4#?LlT?6~RFTvQ}nuEGe__z4^$s3?e zyvC7%gT!7(#ojScNY|y4@#xO(?(b<5PT%7SxU$&<3pZX25|4gNr~LKtHEkEtYMYw< z62#_Np2gD6h?gAs-EZe*hd&rPS%VlH9UURVom@BFfY0FU)*TZc&qsD{d6rsIW##n7bQV-9L9QcQ7acSn}+@qBj8?S$_jktnQ za{?wn)xf0B@ER+F`8^<0iPH=cpg(!!&eeV$4e#oUaVN-F7xir4&dyIDS_yC7Tvs#K zrOJ!962BNcE|I3YiPeU*1-?W0H6R1%DWQ;yT{taVT6<3k%@off6Urp^Y_>Cz3ooU~ zVJM$4ND?TnUmv8XCu>}k!K@8AJSM^93)~;p*167epc@xOC$>mlvv2&{bL-SoY8Gh- z@OG~9Ked=`d9nXgs5&U^5x0P0JZhIDolN7!2^jj`@R5cS5hwak4L&YEJTn8(vfsH}lp>CU zR!T}r3@#R#S*o`1AdAb(^Xq>;?;pi=W=0UOUsMdqv$k$sf9HpV&%Sesmq+aF?d>;7 zT!%AD%45aFnJF{CyAKaP^^JC0|9a~Zq^1#5;G@t&9aJFoWdRndR1iPA__~kw!!Uaf z9PKqGaLF@@FQg-PfzliM=g$biZlAD5!>3DEb3)96e3me|Dg0!7A*h+ea0^=cZem)J zua^h6%+n5Z-v5$+_n8Z$jaG}cKT}q^g^%GLFr$Wxc|0b%)VB;RZw`NSas_8Dq-5HZ&(L;k%KfkBYF zW3YmWp0B%=?suavmY1K6-yNBniiu9WM&l%&BNc+U3X1`{%cMErrUgxrgTtxuTn8k? zAeR=2nBq85D)H-fK?48F-y>%ZYs_06hP!Q^u#OQK!t^=L!kYtYa5KD;=DY+(KH0AEc`|JAY|RXOYL~ALZaQA?+wLW+TkNThzO+SYVyLGkhgjYL_T5U~KSGHW5IEM}T=mn*`eLJU*KwX7c z94!C#TTE2DzW?fbT&?fzs+C{Yi{7I}Y`f_oA%zt^Bc>mIkGR6PXRz$RfI8F$iM+)b zQd0U%IxiM;I9dW?(Vcwj{_o9KKw;L&+uBtG968>09}@b}*sSo0y4-u}#*O@$xbN}k z_Q>0B<}0?}KQPFr$?g`o)B)kRJ9}B>>xuc=Yheq?n?weRYa69gaCLHhUlmKqj`!(=BhkC}NGdc}5Yh+dem0YuK|43u!o$O3HVK%!nI*k{vLpuw<2O)mpSZPN zTM)JBw+QmzzZ5~i%+jC2cD}zz`pd!fXMWiE^Obbp>nq2t9_<1*RoNkcyJo_$FB z(0V9>EosJNLrPVJpA(KPu1}W zhM3u5H85lokG>{@rg07hn(vTBex@!(kC|ocI8odNF z=o@#xlfM(O#8W6`HaQTlrgSII>! zzhA<=h*8Gl20eHWoHN$;ih3s@GfL~`W3ltD`8V~DFQyHW7UX7YJU9i&DN)59nsn?o z)5sJ?L>cACmYj9{>td$4MN0_YH}vsjVrnXJ+yW$P`XXjkT-ghJ1JZZqEeJD(OfAAQMWy9wl(D!~@?8is|GwR9#-pgaWV{$FT>BrkEsnT#1$#D~!7{c9n+Pz`g8>(1V zkb6!|@-=`j++KehTK|Wcg0DIB^ZCn3O-k1*0^DK#$=`1=W8B}qzq>bdGO+7=DKGo} z_~;P!=;1iNp;3TAjXY82C@U{v`Q^GgYtg_N0UO&-R==?v7O((yKfV=ne;4q$<@u&3 zmT{S`+sPCJcrxKvrUUeQSt;G|L!4ZKtHcRuG-!%{%=jWB{7~ZCjR%^}_%!CmvBFvz zEhi-}bP6H6!5h*z@tb%0TtSLSTbN%PsyxjWVUA^-I7a+&yg9Hh2HB1c#m-DPib#dP zuY^?cp7yx*AF=QJ0RJw*-Ju67eLO%$Y`|nDyzkF|DvOMcwgv&EMb-GMyR^2R-b)bd zOS4doIZFaJs*7GY3dkYO>f&C6xj3`D@<6SJ`qa~{H%)>ZND41b7saqc&FC4YmxwP0 zMnSz+vx1|46Nvjn!HinEt5>r@wUk8=k5)&4+dN1J}hRB_mAW4bwBO=(on(rtjfV77QV8`SrVz ziQqOTD+@wMNLbnDsHz&V34K(%$@N5&>=jUHT?(Go9Vm96!&cb(@GYDyO7FI^Kc5YQ zS}p&2|Mxx?eX;=b=jn7*I8IIpdY>FK2+jm-2yV_aU4vN21>C34R!58~zoP1rQNp_v zsWqvCfUa&&Hz;$*?NAjK>fe=tHuyFT=LSK_14kcjE!XCXdJ{t3?oc-MhS27gKse4J zx`-Lm1|Q3l0*1ZTl~fB>DbjHEosO<6nF~W?S5gFnReM9-4_9@*7*&&j@YaJ4l_I4O z!$+>9c9J=s%zGY;pMdl|!t@~QKEXG}rmh9=bdvcA(b3c2R%ch>o4CLFg=AN6#(@=>}dv0#DvV&}H~nUqQ^VvT5D zOlNn<5QFqW(`A1#147{e0sguiiH6L*T5|^!SJk*cG|faa=$zNTI2*M!Sl;Y6us`I& zUH?au@cQ)r79X_z(}N^NTf*y6V`B#55)#?q;1W}_IomzCCT>r2yo1!@)<_#(Fuo7m z3@T>v`$B;a+E-e`h$mxpUW4`^h5Wa5_Ui2V*luuhTLCi*;!>FuVe>eEXVw^FNw08Q zv`1Y9XqQ>-Xy)}dzmkX$nMNTt#N( z*Dyna{DdA0I(V46N9jFehMn%3oZTU(3Ow1i&DTs)i@As$L4^83>>HwDDtx(ZxW*s$^v$hLZf zb2Hlpuf4%ivmXg+Jb0jFZOsLA3jPl*2Zvi8o}Nn(PDdT`t2BeOaB#M>FTfZrX#oB~ z;Al7CqT>+|c|}7RD=I1~uf`h5`fg7#aqNOUrD}1D{UGjeSy?bk>h85?7J9D4~+3-fqgKv9?DzAivLq z1A0MB#X_P(XG?CRsYwM^`)a@MjUd!o!M-=&nTr~AtIsg|i!^A!jeRv_^vdYjd9cTL z6(>~xxB_gyYu<9&9XtB$r?p^LIiOH>2?>eH-E-j0;V-YecptqxW*wiHY7VP2Muv5; z1;)sWcPnxP7xCodHaeu@18p>J1)sUf4NZ27KQIrZ+3b1WAJ zNlAktO~~pF;tR~Ts}6c@aJxPj8-4|@=huI4RlLu}U0l5S`@p)&VWall8)+P$KKw?~ z-mSZSN!gILkSE+iT0c_zLQ8>kFzG_d3iCE$NMyhx_VCWl0%J3u23A2q!N|3%(KDpa zg8XlbHbwz+w{|G_e+ zs3PzZ3e@HP-OU6&tg zYqxmWVpjSxwVsxmyv9Laz#IUB*tR)d^&YrAiQ`pvV$lr3+%4XFT1xGHfNX~Ic*f@+ zm_oXHdLHbeStuMu<^A_>}DG$3tUzGA{)EF=t3{v6Q+yR>v4*dAoiAsz&tTnnV^RIV~W=Tlx@ zBJf$C0h4nBOwx>l<-unm2*T2=tPtFAO~5Om2nivE;gk%E3;x}i-c<_don?3FgyiH) zkpD&9S9nF$z2OdBLpLIw(hbrrAuZh~DGkz+(%sUfAl)593rItz+3@zQ=-E3?c9ae@}SH7l-wApAv&Yg~`{#<+S{vq`R6cun?-oiYv z4MWbqz@&beECP#2GH8Gg!~kU^FMqkhfw~@4Ey}FFWA$ImHQ4JgGB6c>5L)%SHG2B` z?D~QfC%gY{Gxz#Dh#kLH<&PC0zJ4(DXFpmCG6UjhI;JptJ3 zw5IN1yD|jwa<81Q-VF&w#Yo>j<~5Ly+#6f`=Y`5e6&Gt{U&$afKs2~;NP_O}?v8^P z_>zp5l%N7YG(b3z$;FU;dwTNK3r7!<=$WA`e%4eP0M<@hf7R3hU|QDLpkqOi;{e`L z0Kkkgv3HFB(*jTt|KfgYM9MU6#Pq1)0tB1D4u&^yCn{r;YWpUhqA@DX*G)?&7f+g~ zK{(v=On;xkFnl#E4f5DY02tio=D2%=qbpif>|Ulakzg1puck(Qcd2tFSCvOFDge*B zgCan@iVpLqK9C9@ShP@3=^7hTn11_1>E|eMaVeGxW;JR}27OgJ4}Y?O^OKhngtlhr zUq$k4-5%v)e7EiZfbK367`b=_ol18hqlRH3Ai}Qm{J~#)xpU_5mWk>XJ#!)@%{y6}^ zG0$W&??ixY+DiYS^G&Qd6K(ztRwqR!yMQ-^wt!cd{QDQLMyzDgIyot?>HZ4IxAJ1` z?N|MlLCZR`{fT@tm}gpA+K9Gd#%038($4la6<`6_k(f~7&pk!p{Ong+Q-pv@^fpUD zC%9i9T7{qTaa8*LLJEO=hRFz(|MNUml==^GYgNeuO~n=_|IeRU^WpR+jpgaebC+_3 z+R#o0C~cuO4Mka5|aY3%qb;Vi6BpdR+VV zvSeW`S2`!V<@NOhFE@&N>J+l%XrCOn^qHTRmv=oOS0(W=_9bQh{MFAN)HQV=Gj=jp zcA&kyS#(EtP1vf zc|AZ4%_`;tU#3&V(9qEE5{YINpeMHb@lCz8N4M#40(cp1EiJ!qFvABHArL00&u74_ z=UM5aoo_SK6%a&w?85^+mAhUqeF=SzMs8zj%I6R;>}zXVOIlJJp ze{+1r+m%>Yrhb{omK*VZvX7iTl2~eAn7}N=u~} z@P}36NtlAP&z?NAL;^TiSwAwU<|qS=-m_E~Wz;_tLpJTBdVZqb=oJmpWaFa)LB<fyy%Kvm;5S;?T93+rEoJ80JBQvH+?lZiBF$^E-YmV?!B~$9=-^yUQaYu%7u9#@# z!u1ve#UH#rK71TiTct_`AVW?q`ti7#NK2E_a8IN*dQNQ}wRZ%FTmfB-rT7hck`YrI zh$LMz&H%0Y!g3Ocw;;dD@o!xsf8D)s*t5wvX9|2h&zl9S=ULrQQ%JUl#B{_85d^S8 z(EJ+liDt_%a*|cMJ;)DUUT=nOz&2*r(`uI_XKz*8+ODi*W zSo@6-z)&-{9g5s{IF0jz-h>ykoca}xm6P!X2#<34a_MzT>wf@emE zPo9(9i+{+1pYxM6@pFFP)Dot1$3iB0enYh0J#^97deItune*3Kjm@QH!@P~Z+Z1m7 z`F70;m;lFLfM@lrAnR3zEqJEcg$Auafa&x$8~Aluk8)`PO2HH9REES(|MUd1a?%vo z>?K0HA5w4k);Z_G!U7yrrp{{IGWozB5DZj2#+V-I$T!bC<==rgfeK!OfapM7M<)zG zSBLl(PQC~O7Xu(ql|I7HDe11FPISgC+}zPlEcNYeGR`7LS1{&13FF&7|62QTvcK1CwY*)ezWHW;egYh{*WL-6;O&f8%l3Axy)Z(vb=%k#C8mI% zBYZKrf9FT5`PRf+efL-^VCDN*T7YsMk1E#orRw;S5a{@A1G5E0%j??`4_()Z299ukW* z`Wwi1?;-coG~b=#)^rkbT>q6_*4|<4qVA#usQ3OuUFTpEjrQ=c8lqjqt8UI~hhK9ZDO(Sxa>W}+l(@8=t| z{9ihm{a|i+nH7T)a%w^H>J>)Y3Rcn(K{b*xqvgf+&;_xYji2VdBbzuO;zsEJt4XKf z7~6t6vv@{{*WOq*>Z%;lQ^FBYv;c_M6IuD0#a9$#rXA~_HWvME+ty?)EG$6&bQ4*b z0C=d|_?Z;Y`RusKYTdy>*){=7@G?!*<+D79EC!;x6KLi0loM44U#MaR9-buMr}IJG zCWqHRyf~8|B}rG$1RtM#gk2A-DUz|81C~6_;aWykR&;+9@m9|_jCAf#iV%{UlO=f~ z4r5lBDe4~n5-Bm5z64c`Cb>UG?8y!To)>4PUfqKWyVW{U0tEne+Ajt zmP=riD*sRS*G%iN1ryA*d|b`5{mv_;kK;EBd$p9gwG5t|*59($Z&r{h99IEutR25# zz>`zlUizqU4Rr!4E&KPj=$ebfP1u;Z(Poj>`$RMbaKlVO#$c)opue?hXJ-JT;@odL z0^o6{d@TJ6?L>fMHJAbx)F-n-M82*!aq9Up<2>J$U!raxy*urKiAlp`$&!ctUGGzV z;KTX%Q}6iL24(;uG=R8J{8i+0+gGy$R35s`PSh_;0l?Mdjx~pV5&Q*B0NqZ;suC{J zQd2{BIM~=y?rq$Q)cjIYQybeX>65>vykN^O`~<*9g*tBy3~ky0B8`h1o(38C_zD*R z_~B0GJs`6t-ANyac@_4OZf}H9V$FwQ-4LFD_a8LNHuaAFe({^UhCQG9$7Kt90EnI` z;lshC zb8b*V;Y13PM^n=~G}G~XO)z2_8@N#dfT^lh z-mfMgy%CHn{44MD0+77_J~co8&U*A#?Fo>pnB8k?X!KkR_V;rEMFO{zRK>ahE|BJd ziHLxJQz?~|TKLN`6+WX%A0_k*1>h>#i%JSMYR$J$I%afyrw}yW90MM)9FGTBh`)u6M+7c zi}{k|SN;GpYaxJJ3^+ApN={AvGA|d=;d8^);(-~_Dk}TWNV?i%ypy6P^o1k)7Is6+ zM_0+wNu=H+HmD1CzRikK)6-hK{8lB%#bJN;EN1(I!};DSAL6VJWB%C$lwu3> zraQVG%29D?`nQM~v?!mSmXd2XC+78ds1kRsz2?7Rn{%u6=}j|c3BFz>h4t}PZtLz3!5mp5l$jHp&~9>7Gn(~D@ef(8LHrac!x14q4d1?y$hO_>Y;R5;-01v@jg z`21K+VsKb5?nM>?3fB7eP||$0ne@AJ1$6*-`aE9^2T&r(MzlfsZgAm5df)vLeCBYH zJJmu+c_<~cE!X1hE&up}esB;_-&RsnFS#N4+#XvXQcqNIl6T<+QLS=v2?9Z?d4~ty zn~|;rS?dD~f$>e{Jzb&D9Pro0HV=-%`mdq-u-A^KA46lH1ff! zcEVHVf5{F(Qu>X;Q9wSHuFL>%=A8MB8$d@Aae@5>HLEarC$)H&avK|)kHF{yQ9B8* zwOXH|9Pma6GVclil)>2tSBV2Zr9N<=!y`L0V4z}Ov&m>AB8`i8b-spOj#pXb__{Fv zs;cS_pVTH7)}N0c4bSPSeaZ}f0u)gWfK1_Y4J~aOB{05{+Lk8Mb8}yG_u3hODKBOT zpq+HgLqWqAj`0aA*keSGm^n?H%$TWnRidu8;Fd^ zjBn;))h3LW{56Z0+J|>5lh2OmkELsxrlzcLu~miAP-!%B`k;7JXmHtEK3EV{JRq&+5!eOJ~?33NOq?Ln`w zUUDY_kVJ<1v-L4m0%kFz)=(9L%ou>U%gJbh)p*du|qv^0OL~4uQ z|8B}%ssY6x0ZnKD&@U}dlPp_SypWzcMJ&92EtWy?B>6z1HqX;r}rZKjNY;$ z6cG9+0Cnm6`upL|##=5siiL%z#}JHUC!d{1;S|fiZ)7FKjz! z1fZ4jos{y?jl(om zzK;8G^ZB-x)9c}$;(KtWA55=8yB2WRX3t~S0mFch(&Y`sx;IkR`d*w120tLQ1-SX) zQw(uYybs?fe%uv7L%VV3=?9~B`i`!$Q1)0+7qHZJE01&dw3)@2rDm*)=bk5mliJv% zDzsVhBi0YJn>9k-H1(y>)CnYM&)&4xQwu<~m*yOyCFvvBDd^D76Ie6>vdn<(5pvzdd2rHcG&q~e4Y8kl4b8xq za~+Y}jGL}3j!)iR)64Hst>Qs6yp2H*P8IxTAad#=2q1eJHQ?1|!Po5W}QY<>2UUlYWJa7uL>+bw`2G zc}i=z0TJO5*tIiONDKkg$syZO$F8Axg?YWVuR`gBE2+C`E`ttRO_tx))b4 zVSN=o&8IsN6{iQF-Uv!85(#I$>bpej&RGVhAk=DBk|4#Qtp}jmIxB+Ot4J2SeL+v- zKW0cLMYfo8hHCJVDa7^elxvBgL%CNdnRT%K<0$$7G^xJba!VoqncjSKR> z(T0vzj+}WZfnu+wdMDPQd&RY;$aU?eh@hb(n^XxEoGOnhx|Z0BcC4T=!Hk{zU*x^u zU6P^S-6%M`KJ-~m_rHDEb8k=Q3~&750wnEP->>toZFxDo9jp!33*~}G6brIcNF;co zs3u#n)-KE(c78Gi4K$8e-`uw|(luFBZGR!(@sixN()+?W2tnnHN42?8_={FGcbhY~ z2YuvAdp7xY+CF98psxplj~*alqs<_RRkiFM;6m(xa3P>}>*5?>RhK6aV@Br@=5Oeo zf#K*Vmnk?59k4~%QRozCz|EHM2P{%Wap55}q10B{G>7UYr%bG@$!~Q%h!hmwPDap4 zr9;6{>fqkh!GMlnh}B2ERNVTv)_m~1@YvPl?ID3nEZti!JxA?wR0^Y}^Hn6sVH>no zsKG3FMRJ>$vn}CMvAerOpq!o_sRMaf%|{R|=QE#(YZ?grN$+nO4u3Za5k=2pN64?U zyP`U=+~V1zb9gGE(2a*W)}*1@ax@T~Lah?sFRDHdB2!zhK$Jl=qCktsOYjf@$xxpp zeDAw7`Us&txY)LiZH!H7tCfiW+<7SL_*y^DAGOd=5Ag3mpa_Tx-LD?T`+Isc5D7+a z%`<7}=tq(PL{JEhFtrBKxq=m(#z-v)ICJc$M;_M9A#Tow_ots|5?qa?VwH?fiTh}? zD=ueYEGpcGf|Aj=h+;X{Tphk(E``K#)_V~@x++HezByuvw}Y+>l7*8tUa?b7U|LQ@ z@OjVHbB& zds1B2m-ni4F++?sHqqG65!)^JXPD;QA1_!fh&)voZ9P@WHb?{aBuOYJdLSpXeLL6p zA`VTxd)EtaT7es5HSKEME_yo9CWY4Iku_Ke;(n4U zlz&|^BU6~a^a}uZWtJd?0|_&Ne((y-XzR+PTk*V z2ipS^`14Qxz7u$A5eejbc^h-V$MPuZ=rM9BvGnHgpcLoF9?RqLACkAUARB|X0)QV@ z{<<53HFq>^Cmv-hI(VwLu+bo=U$ySFU%~+jzxayhneCj;&gJ@kH=I(p_C1-WFF326 z!nkKM@j3Fxzud>U`q^y%#e>gqRWW)~R(&6plxEW2QTTFz^8WQv_Z4B+`1%|_^BG%> zOcjtI__@qxY?~#qM*K8hCq*l0B7~P$bMP>D6Z`BQv!&6mQ8x3S3d(!>Ma!U9eg0wM|0&mE~*wr$Xs zqLz`>&b8+3!{Yw#vv(cKQ`BddhcvQ9CS#byyJ)B4VXHK?lfZWUpijT*zDs2h!%|_!^i6a(1RGoDj5k#wQ;HG}!r# zN9qI&%Wu81MnQQzS7aY~4KB<#@io8&#w@7hbP7@g91Mgz2ogBi=8j@=TQlV>A`O|wkK41GJc17VICWoT7GejGDtVRFblq$@ zyI9Xzpt1LVV>ubpJp_`CV>@3OZ9$arVT9BL_5ic3SAO;!i$p=i) zv~=v;mKE}ji=0uSY>IJTwnC2sLRBkMXx1L`O?B@^@w|e<#5`)s;!Cs9+CyG&3GOHv z7lV4?Odm#jo`tS7~E?E3c$(jJ~~hL zV-K6!yY8z7Q(5;R#xP~@1(})(8TWF7sS}GXJw?wQ(u5~ZK644Lj5%6x)Oy>COhtvI z_o23bgPRMpibu=^ETOL@+N#Vux`+*-V7W3vw}RN1N%UyRUWt!>rhe?r%MQH4%gUN% zQTFcMNKJFEwvyuCkuV^z?tPS47DJ?ttZa1X9#Y5ex*Bgbi)ov@8EYzMeL;Gxx#bWWXD{8bDe7h;c7*eX zLht>jEI z78gV`_l%A-V}Cir@cY5- z#8ThA?Ljl&dBTQWd{R3{3(18I*&o47K*p`K!rOa_tPiE+s65ySvnI?XUH6Z2V1H}( zJ}(yN2#?F7W|g^I5XS$s0MB4O`z@e{1(ETqItJH1?9dfggDg%Ze|W~jz^NK(GvdU& zI35f+=izEil*V>ubbXS|_o>NOOCj^ZD24tRYp7oQ{Xsu>iSiF#O>w@<5fG9L?(|Tt zNq<;o=(F}p7rAb(J9q_Ff&VgqO%y;07QVf0n)Q4=Dh@<`zy7S#KqBD>tp#|ALu!{ULNduk7uy!L&>K zm%%#>y%rDA_TdwhM2M@y6_Oq_H}w_?6;!1bkLf4o(w=TMKdZ7sWE&HkK-Hg4`3eRi zgv5unB)CwxUYGdg*ys^LnD5lq=gOe&sz8K93p^eRx^9fvUySE> zv&1ZhpT96FnufMyR26Ztq8NRyDr#P}iRkz^cAarn=NIrH6s)7dbe{nYrtD%;`%U&V2zQ7>n9*Hp0p+fIkg!{jie|==+N7c zU=*DPf&2_li$cUmBb=SjgNzAC1Gm;Mn!mBc=->-U3Qw&3)!p0dL$@;Dq%WLc`M^SU ziO6M1S2elTZF6-19vM)O!3!T}d6%fVEh|cynckP~a~mim7xppc6;US|^63Xd8}|+0 z!jRf1WM4Z+%St2Hv&8N9rh>)@u~FB82B_3JC-JPK)|DOb5Ms*}JrXv#vAprwfxb8* z;7se6KX7yBe%FdPa_*;#G0?hrA0-eD7Ni+R+4+jtcGQ%(+D%MsN(4{#@fwxxb&Sm- zrtW~jgFd>U*EkBcS1ksoXRQWZcv)<@7-PGMyE4<^LHx5+w(p(gI+#_qW4tjr6u}&V zbb&TEwa9`UmXuS&N_bp###ljAec|2~?IlyMc=fYEAcwTxb+`JA?26I$!7VP=c4Yl* zYB|cnxHw|3;Dj{9*GJT>=aCf-RW*|be7N-)sFLN_@VpNsN$dk3@!XLMwaW;FV)0SW zxg45C*4+e0!5%SIo|AvL!HC&na%BPob}}7-#E5X9c8a*}lh1r@`k7vFg)^+U@G;u2 z3W3TDvf0)X*7fkcPJMfq5$tIrzlAElLwe|NP0Cfq`|F|^zTsmwos+HDi;NU=vCd^u z)8*jgPVQZj!I^-2&%Lu%1_w#5l-pH;1!F=;W)a5r0GHX9V&~u#6l{h>eCp)oZk+oO zex#LD`|M%ewU@D>)z^V>YklRNyO%lwkbls7t!Ns-Z*5{`sc_l}y?-OfpNWw6o=%mF zZm7?-T%~yDUa%vT>y`WdrwIwh$TMdeeLA=p2cq`g(X%;yudv>HMllYMO0Tmo2N3$> zgtjQst;tqxSKPF|=ITQ;F809x+jD#0_4K?42Se}#NLO0gUYJCtsADQD-)sEcyx1f8 zj~`*q;{jm9&lmoVj4R(sFP7S1Zb+a!57w~pMMNv8C~ZPQ0`;xJBPNlomhS)<2A7JB zq919}7rMP?Dr~|Q)wY3MA?Kn^Ih_q78q)KFZ$29Hj~W_p4{W_$E4bqrUvFQDVNF85 z*R#C+=or>5?~fTM6#+gWBjYe0=POInS0A-NJ8`=iJC|Ds9%s1YZtUTu3?;Im`cGWXrxv8zp>#Y1U+2 zXf|;{iA6a|G>qD&=A9Be^8EOwMGVr9G+%2M#h`)o^n`eC#?7Rp4O<5!t3%AdJrF1> zFRbjIrZzN&xN>&plVPP$3`21UVyNVrAlBBhRYD3WMiPaSPOh|j74L?~pz+%7uC9_s zkiu^jmiv$Avn2gQ0h5Hz6>gfD?G_j zZ_w6KWOV3-1-HMgFS%RKwU_}Way@@WNGU&1_29aL^+*%>t7E!#IKF2LmT?>k#W-Jc z72l@fsKONmKQ8I_CTd1zxVI)Oc%>LzZ+;*x9LUkpqwIOpN58ECx1ha}hi$uRsPy-PFL?fRkSI2Shk>Ua}au z5$CT;YRar2$c{^O1$pt5HLqWL0aqYyJ(VdRD?&FU_&q_O76pzjCsvP5DX*`{cpV!2 zAc?Oj7!FSf2c(`l>)G*wWZ;h9S*oAx<-d)b4z*uhlQzSN3}Jo zH(WTet|wYpnaXRj*AC4_SgBhwF{a0as=An26)_&Qrck8RX%l==m9m*dG62KmQn#8I zxS4$Ajft~0>Jj<>Yh7&^Xt)}*q=&r^Q4>SErwL(khmEaV2#FH;_14Ib7PQZ0iBPYU`D=r5AChi(}nE zVM5Lkt{=LyB@}}SI10eRM|k^1%i$nWfPgaN`UVD@`h5Bo($*2TE!pdW#v_+OCAjru zG1`MQU`8)LB91k+^>5%0(Zrpe|~qTD@mA1BZCZJZ2z9&hARHT4tM=r#wvj!RO^+k<6 zXtxqF4B7LAay$g9%u9#`SHEC`KW%x15tW+~AayoTogKhe4Xx|46DGzpDHzjYSj$#~ z^6l3vM;nKzR|OhR_l!gY6a|Lut()^k6N_MI7bf@`r|uwP4qnQI;%4DV|4G#0_7bTi z0lwL0QahDK8H5W~+y!d~%w*YI2i}1rH)!2F2|MZEpFZdmAyZ{#YCn_gsV=NHzA+*M zARWt%ZxsV@gd9CADi54LbNnQl7!2e;mqhw-ZjzJmc;<-kh_vX{_Ntg57t`OGFVf_Z zbYgZObdc+*pC6-S%UN%NX+wPXRMiGf^Fn}MtI$95>;pOmsMh`HvzNOtRL$>=WPh>7 zat@nVD75$4JWQX585;zc;9$&Vc2HE92o@M_V%7t=*0}-Pd%w5#NI!_Ww;OBPVT;!- zY!nwHyKkw+_W-{FdEX|+PQQPbGUu}TZ{RFUyXn<9@U=)T{tN6ITf!cfJfJ&;#fgBznmrl#qEn>J2B&E-SaC&=@cRUtesPTKY}Sf+vqwC>iTHZ={8 zIhfaaO@>z|zj^VUh7;6Y5fgs&NzTQP{4mqNX>>#C`BPisTF>Ps*$Ctm6MxEq_)iTD zT@%9CK-vC`Fv`DKOWv7mS66t^fpaZY>Kt_D_xdX%MB5+jn9=SEnLJDpYul>^~XJW$=bb09~GRbujKy z9Z7%6hRE-k`2XCY0k-sJX9|FV%F?Lot+OFNL-luSb+FYrx>@edU_(B)PHn>vhF8yi zXx)9R?NkD@)poImjbZv-%=_SNj`R`3+}Tnu;@} zh)3)znGS?)DIJ>KjR9OA(C9YE=+L%1*@s%kmq@nSa>aKuSnR$b{uSF3_a9GUbR8Ai zy^TG8-W3=WUR&EqVhuT;J_xPlvwyC47DE!rYMRnZogo|bro@d1cjbN~TgM+Wd(2v= zC|f&^|DpAftJ;?k8Rg+unW2;j>|Rr`kZ3R(Hx5U4Iz2P!1A4`QbLl;~%B|#pto5E$ zq23&DF5rx-_gctYeKNJo?6+MN6HPA7YOE=ATdbQ@asi5VC8H{k5Ktj^{a*&WcYjdh z=5aG(In&^ZxuuM}NV26D8A{cqoR3>lYH9TD6HPBh`5l#oMl-C!Hi@N9GcaXj?^Bz# zRt=fcIG7n~X_Uu4WM~@gaK4o^`r!12mX0QG0~J#xy@moavoNLcQjHWTnT7E1kW|L- zn1&K`0*UtERw_%l?Jj#*js|bapmyu2YQH+=-V!OqfrodYOrH$QYW!os7$KE_x(+r> z+{1Mhp-}?iq$h=nY=ING2oT`g-Is0pW1Lt~aMLdliMh8r_*eB*`9s#*Yn)c~tYYfq zeB@Bqk-PPF-Bng?CZaEvcH;uU&Bin1QTh*1PYi)^6i)gM^Wa$6E&0ZcarA1muvWjlSTgPBU?MXv( zK@Aba{v=9=v5xiob)IN@m)~jkqlAQR(l0)VK|KDQs_W` zQ7ML?k>9})LAUwVjIuy9uWKbq|95MbQ!ip0TFh3RZRvFIR{lsh`p65be?0-`nMcv;U+6TF~U7xORsDrHI+R{T<2ORN3dO_8QUHtBNlZ!F)wU&Iyl?x$5 z#5Zgurb!&fy`x=sQR%*Bl(A#h(^%p#@27h%;jK};>iDQxq>l_vJ+ zhMxlZR6K2y3_0?|qr?IC_sxV5U%>}>h5bz@x3CHK-7m0$qizx0ewu>DJ8}o(WSW{! zqqa{gy)cWwkR1D{J=p%?nxxyTuGJ%~GLwI6>_q9=f9`#z^IoCP*b&V7M9#3`2JQ*a zFF9T7U7lG&Pm8F0EtfFw#*bzPk{mOl z1je(GG#lR&H6+Wsx6|0Cvg5;;B(U?Q^-?amN?%Ijb-S}{BF?1o?@2zLO>?EY#h_@o zfDfap*}e~yrw!1bc7;-DB7G#E-(u9kD7n;iNamerbu}cXo5<73bp!J^q5`xL`k|75 z4uLQ5U;YOY;ji$;R+`oolcH|@@SW|42%Zh|2uGrB+B{o66h_hF-~#G|WO}p+9Ff`< z()OJT_Y&>0i2=|*zxhkmHHe$xK&_nv#MDH<@&`oeZ2n-jAO|H{nb+yC|FlrZ8SFRR z=V-hTcG_|Eep-g3mAy;d@~F{J_^r<?+xinp(&%>;JOCw8=axRR&^%(s1av0I% zP7;Cf%d^KHuyJ%knLk$H%*a`^s9nY^+O|U`f9nlrt(&opkN(WPaGxN>bC*%m@_oAs_fFOl25?v-KUD@MawOCb2gGw3z|bq^~AFh z2pzUoByC?p06VH@lDYRGfi1p}R#~Veb$9)lpaOcr_~c)#DLsf=MQpuTaP2rJ3BF>x zN~D)i@1$e;O5X2mx>#D!Pf%8cluTcZa(r7UWDD3y}B!?5j`;+`CMmts?#xWk(e#| z6aotb^97ly5`#biTv&G5;Ysj1dKBb#-FnjOc8UC8Z5cRaL}Jqhcg4Mm)bXj%I{xcC zZd4@m_IHNK&GE9h{Sn)&=1w04ak~@Mh04``cOdhCB|W!4cDGAbVrC4}@DZ*0MC#_z z;n5@#@C>jFw1`nylP*;M;o-8B;-AS)%h0?Ohdf>;uFLAgE4wj@u(HV2my>AbZntlC zMDcCW%!LY_CXivIa_LgW?}Nt4FQ_JJ!7Vm>qne;0rUIr21v#YM?iS}9k>rNiE9? zEm3DEPl&564x~AmzsyJ4DtoV{5d-+UMSYHeQ;a8e5x;}b9O2}ampN{b9~kjT}&K|q{%v?%dPbKY!D%v!hp)%@p`)@vj_ zo`?G_)#vdpku3hufPk3}`lo*%z$V`8C`X6E!ujeHhM23jl20QMgXi7vJ3K$%0yTWa zs-1;8JI3?x8eeUA!Zk>XBOe_~V~^L^zusUO_d}@~s|Vr8)NtDzYUVcSZGDqPlHe%$ zJ~}n6fqp-U#Fha6bDN$a6OiMNr8> z@dw1O$kfpb?Lw>-31dnmdtBT+D3i*#Xn};!!Qq0^8wE}4+nRBv1ScH2pztWdeG#Nn z{n#8nM_JcR5-l?vp9Q|=6C-?y25gi2RodT!ho}q7uf8I~QGIm%ZSufgkpD&uilKvW z&HfZuBUvJaUc_8V?AW)Dp}Hw^LQqhIn!*nPi7@vD7oJ9X&exVW<0rYhT`p@xAZHbww^nu&S6W*AuV2SY!qL zmOB^3Fq{6_5K6Vih$|IWuk{JNC2Hd%QZyH0LE}RaFCuMySuNZaYqG701r@vn7@jC0 zL)M(|umSB487}zu0)*_XU2N&@vUAFuW#Pv>q|=`re6A{G#>D;0$eWRR0Rii1Sr`xl zrW6{xKLukTQeN{55NEcCA()PTiOdsl4CQv`2RIpQaMe-wb<0I5FTS z^iD%4s^`l}Os6!Os!~#UC@@pY`hEqWQBV(C;S$7?Ve@JB7LDLufH#_h64HaQROCjF4jkD#N!VMO;?6)yFTkQ6ACZ=6KQ4 zze&_tab>}{jPGp6{nup}62svc@xejklHJ{QNL#*6GNxcL&@5t!awhLw>yF#+00#Iu zHcGcc))sT|{KT-S{MV zREieo->*##K@c3JSSdVpF1#QvB0Ia`?e|Sh<*($l$`v9T`V`g`kw9+)j}zNhD}~^Z97|^_SQVwI{6mg{Lx)Ev5&j``xCk^&Bf> zfv;A7`uDsp+uts#v)yh*KQtehf!Zu5n(graEsdW26Nmb*CEo#c7L&d_i^Jsa`iSC2 zPP5^hUW<8;gjM@oF4b)PGaz;`x^-M@3|MKYd|ql|%jyLTX_{g0PUc!{A&)n8?v>Oo zj2aWc$qK8yl)$e_6fX0pxazRnKKbz$9}@MB*5`72~pq+1AY6K z2+5+lBBpPB)XCS2t=ZaPJexe41A(Cb4$vk-Z!Jb4vgw&`V-zI!+0m4P%`{SQJv?Yj zDWx32)hv~iBulsRC!jA|(RiN5zI&Q9w-HBltJk3mHK zRY^;P_Y0diNZisM`m5$SZcVtazoCB9T(9)Y*7Uq!dmWBOfff!b=)tFrb0lE+(_A5R znEfh>+(^eHZZ2mf;vb)5|N5}mwzOUKZYdjyZWrzvsTbj=>@C{4=#7P-T;IPt^NYYI#{%z^i>!ld+USu zwDA+8@&aPYNR|B7O!36p(l>nhfURPNiDA}qE>pw2`ITUO9%=rsf1*$PeXAP04B#xw z`zp*54fAQF{sixg32u&2n^WN8htr`rN0_$+nd=A$9>HA^e6&t7Ve^3$ekJfjE9FNi z&WInQL6;z4ZN7{T)T9yg=(CWogjATB{y_jWkw!`9PxKe+BKBsx)BTo2$8Zo0vhCU7 zORo>Gq=iQclgkLW{PN0XPb7JG@-x5bUot~uX|?xGnUaZt)mRZ*T6kFo3|snYNcKF) z1MSqpL`%ndGZ_aK&Um=Xwv>#rj`UNJ5-QyX;B7WR_;wysxOeH2fg)O_6N|mFTrwI# zIOOVF@Yk#eA28ne#)`>HHfR(p)_COi8LdPhlSR!@e)ue#TuQ%c6!|Q{?CdvF8SjSO zU5nVqBU2hcH&ZPVIBI~ZpP$azw=EgiEfjPK+5;|>H8x>8i|YyAg0JT@{v|SUR7YFN zcbV0+P#1bka#<>`yZa8(tA2KN26rYFvX0=pPQ~2aQp6OALysiG6_y;ZeR&jzfQvxm z!YLNqL{`n4&%y7Pu5DEe#5DA<$W(YN8;!><<^6UnDw8{Tjb?nff#o&9WJlB13+B z8DYdmJdzv(PJ>U4D0Oz?AFbqcVJZgi`Udm|Sh1vQF8br1g{nSfgVLP%t6^j$m*S&G z{`u(8S8IzkIAm+jRjLROsh!8G={~7IJm#``^8aZ8Kv`o3BwZ)i&OZqd1+$3*|9$#}oAYhA} zFGbLh#hEva*1I=7V=z+RfMqUq#DMdy&7DnHUL-$3A*moFgrcl&IVJrKUk>H{8_ z)uS&(M>UQJNTkSdkWu`0597^C-YZ+orV&>3I(ri1(!G&w?9tE{^N|vE@#+o4W2K%H zy9%1klYdiZY;x9LOo{lfld$V{cthX{CSM?mak$UM*cBPJw!gUsf=z6h4CIQSmACk^ zK{wlS`{l);oX~C6UBWY^xeboaN4@_nr}%x6pWya5(-v_!2R*j*oZ&Rvn*RadWBU5j zeGe4MbqzuYz#kZ}|kwOlLloxP)q=+y+O$hdaOP zt}Y-m#fsZJ^jL{DK#ALEYc)_2qYRz)h5HLHcAsCCM!bzOYaD^X$e{uKLGnc z1i!l<1s4gtYGL`>D==xQsFo9OHva|WJ?hOI1zX3d!v}Es@Uw6>N4IHWMRni|{=gCZ zW2+!1$uHo~tDt*RjNLK%?04_&zx29m?Z7J8GdKt?1juRV(Vrk#1Pm218d~k9wnl+1K_W=nQN6 zOSt)iZ^w@M#W>dB$QXe$La+*M@+hh+Hz4o`&RWb)oJM1E#7w>R^xmv~`VN~l_U_!d z)7*UX&Ab%b;<6%jUo=oCN>=1kEen-4po0!JFamLKBFNy76pDyTJ%Fk}tC{x6$GwQ- zE|`{roSOzG0*J!~1|3*nBBH@+1^p$#jSs~WzS-?lTlA^p08rw#xGZ+vtGY!omI|r{JcB1P0&?QWE-# z5mr@8s73)(%^a^zG*J&01VBm&4#0uI7W%;>Nnj-|Y@r%c*F{lWTPyk8>49WIZQZ&x z1%QEpfr2XxE{nRm*T&sl7m5D9Dh5{Z&^1U_8@T!?`25(;0~9RE!edQu5&h)^bxjzl zTTG`Ki~|V_3Z@3GV<=XHvBBqAnr4l;lX-n=kE&08U*(NwbDvJe%=H%p@t8p*B5-Qw zi+b&ybuPdM5OK#Cfk{Rb2}vSOu#hARfcXHy93q!Pvpg6=@ZNdvoOk4c06}o!BMt-# zoH+FwN_f%{Uv47?T$%XE6mQn2$(U4sc)M zUPsL5+2uKJJ4A3sL1x62m2m}Vk7#J5|A|^zVGZA8p7@RoMh8TBXjDgycJVJ0F<{%LeF@p8;QhFf3 z2S^`6>}4R!obyh5$6Cg^DWmj=QP~k=^25&R5l`7n#krsA^?%+zpo`lk0l+sOdKd>s zMgRaG$22gq^!SehKn_gIAA8yQwmNfm3#K=+mwxdC{`89sYp!XlSMT}BF9X=OP`I+^ z8=uDVH4iT2TW*=p0R-Ar$vYl-1be>mX>9)0yB7#yXN)zy5$@Z~@Y3&}0Bt`v{!=Tr zXk5R!H1yavfUw>xX4fxyxPhj$eeQhH8xj)B_M;>{@ zJkU=2qt5(x$Y&?7u|uvqSWm6ozHkor?Pg2D^84QX^b#eotAF)5mCwa?%gL{{3y|j3 z%N^AZ0@$;}|BKJ>Lj2zuV@+>_hYoMXM^1kAyy*ky!|(Y2)U$t!HE{Uk`~M8MbRAAz zx^CgUpM3wHVa?@haq7}_*!;HNT=4&e;;%>ywyl}OYsVx?l^z_(0{+|RN=&LIxQ);~ zv;orxcH!jEAU6KY4OlzS3w7BQ0D!pM1z+jL^FMk5(+75;d+16uZG=fB@ZUyPVmdp7 ziz_|I%qX_4nZ(P9!K-KCFXIi|TH1r-S@#nB8qJ{RvUi|Q0F|j{@JpAR#y?D6fzxUj zOw21F)}X6?9KY0k0NQglS9UJJZ)L!(r9Ifs8)z=V?vT*T*gK}ekME7* z8?T*nRu)NNxRBvJ{jcGR)fgsEQQ(BlbGz^>>sH|O!1eg`AF2uR(O=G=9D3AoAh&;`b(hh;N=8#{?&s zJjL>Aj9>464NuN79M1|!Lk!ibo2gfSyf>RUb%(Xt0(Kn7QI}-JWr-^emz)f;NUae2 z>3Yl76uctO0uLgFW+Iyb&&!Crhf%B!L!g~kZ^1!XhAck?k=P_g5 z#gbT24MZlDDsjbBvZ9XT2uRTtp*R?s;&4$(#0j+^{dA*cXH)MpZ5fMmQFb-fr!|VH z!ko_0U{z=~p9AI%s=khHJBdh7!@3O9CigXEt@gr4MaFsxMX|hW2&yG@WQu8oqK;kE zn4Fwz3}7TQ0y*aZXTY36Y>TVnI28Lt#u#f5MHbVV17y)JJT9)3P$?#eLyigIkXjFK z6c}6$cqJ_cNM7nB9X}6o?>!pgJdV_Qkzz;iW%l}pfxKFB*oG-vUlibibEG| zNCubpP^m1GcgP#35#~k_Wm90T0FMMBcytMel_g+#Pl868BTsYWs3kCut308n-MZ>57 zFccVyF-M^wAiW2i57v2WjJ3hJz&Ico3sMNrL57UZV0Z#cZF~_7q|3l`6C!T}mN#6` zsc~8v!^sl~;t&)w0%MTmP+$y2$5 z3&BzxKnY_IjJ1DsFhGa)h7c4S;0fLuSm#KDgn2IF5XWVB(Fe;1VM9OnW+GB?4FGsi zR*)3?kyHjzDEEc9SoWM^3YJ-yleY%&78D!^Xp=z(#2koOfQ5%|v(P~BA%^pjB^!d( z0kY{GpZ3O&SYuu@xjN`{b|jc=EVFj*r+xh|5YVH?momx@8MP{{?sd#aD3e zy`MeLt$V3G^V}hP`jfwl5C7V4E%f|c+@$_&td2GJJO+R*kcUnlU5EVLb<<|tdH1aV z9$Y8}0^0ePJ05uiJMO-g7;kK6<9F1sC-2%cpAXq4oM&4n@AAIg z-^QKa*mF+&H?zeg^yd1v@rf-S_w8m&LhW~M--b_YS=t6jAAWvGk=A{?89uY^hJ|qa zjz=B=@a7?C0NC-!BMUj4ojLu)7LUrjl6$Ue@2GqorS!htU&6k3KaKl#Gwi5-@J-3* zVmqJz*WGygyaIa0{|DdEje8e0R9Sc9?F%Gy@fhdod~l)o`?qhy15eN42fzNeIC}7K zn`pXrNFHd1;MZKf7Do>r1}sFa0eMlb>4W&$z7#L~@S9+a;mY;bpnu(4001*5kKyH~zK`)AeiJ|2r|^T* zFT+}kv_5NIeEvt1EGiDvm6yh)$WDwvMu|+4^3c|HQ*@ z!1w=?yy40rT(>^L-dY*DQA0ZY68!v%W&{+Xfc;d)e_9{m>9Lpa$jf7B)Mm|#&(|05 z9kXzG6LGmqCQUZ9b?esS9U`_sLK{7)OG_goB&i56BgW)X}6=^T|y-Uj~a$?7pBwJSyGOf6dQd8+WgelQRtrBoeQ_{2V5Ce;YTgP*`?p1%Lg@ zQB*Fw5pL!bf>FpCvlyRkflZ9#>7(O_*Sr_4W6xvb#x0mqC-5Jthw+2CfZb}f89(s! z-mEdTgnR-(h@vhM@iHRb6|9yXB3R2+Q<>RDt=S4pmI@?$Dg~KTMV-l62b)B2@g)$| z0RVuj&%n-&L(U#WRZSt)@QuvmS-mk!-n1%RykxEI@y5l>YDvVqNW{xRq`QC!UY3@T zh`Qjt49*7Ym}+KvwpMGlyiujDlJ2P_dD80&jAs^eHbYBAXu0-sF7beBtWgqmB(8>3 zXMQS8^Li_rZOXXSMRCbG*AtwL$$Lp6>hiL*EJWzqx%1KSty{Nd%>kT53UC12TklL{ zMG-5C#ZXQ}kRbsx)=F-aVh!gi$a00?LtFhKLIj5@r6{Ij$W8^cOn~TJ&8(~@ zR8T8eG;@`Q9Mhm9=(tgy10G?Za><|NqkYbd7Uuw>DosI7t# zA^3nSSD0%w(P%W#YGfc^K!q_3CMI`rO zgm!)-BL*fIhyk7gyti!?&{GiPT@<*9d`NxJ4deI}EE{v$AGO9FvY9z-UF&4X!*o~9 z(=3Vxewx?+LJ`vWn#BMAWq0MIM*D*4qx7zn*;VThfsIT<1`zO}CFPd=Z=Ub$Do3=h!`O`kCrn^IbOq56`R1 zXZ!z_lV8O{9TGb4{~hz>^9}~=c+c(lNVEqJ-*#^Qcf#T4^Z%W9-->hL1HiWHy79o% zbL~zCAG-m#bls8={LzDl(R=?Bxcr(;3*_?x@rOjQ@~4Fj?;HBc3(w$#mp2g9obkc$ z)#=<9h>Jfsb>LsGUH`Us%B@33Ff`V}WB>Y1Se~Fb)h?<@XHMhvzkU<%Tc)vYsEikj zm*ACW|JCTMwl_HYg-9lU5Y*hY1=)~adBLHu;eA7*_T4{4-fTCbFIN7vaOL}l?tkSO zeDLxnLUslpz#lZ`Ca>M~lT=Pm$GGV&0X8H2&;6rls5XzP#1ikiY9+4i4S4jWF}!?Q zp)uDo-ub=S>NEJ|ro8_Zfx?yV9}@Ki{Nsz}YCar~J6_xOy?Z7LeE7xIwL`0WOY%2{ zkD#aD;zusSs}oIp@;fg>^wd!zg;^WHkG+E4-WBl6HsT+S?!|9j5inM-W9Jj!fD*q2 zQS63Jn{acJ@b2|L2E5a7bCb|%6Vt?SdVCJAKJg7~?ags%ufX3P5b(=30wC1JUIDWa z{(RRITHzb8vnMg5BV4jN!_V|ve4zIT{_F96>^Rvn#}Dltt7R`AS5|$h6Lw#MOUYU# zyEoKj_wsQ=5i{O3b2FRg>XlZjF$Ttl1f%tgCj+H8M8#Aiosh_=0B+_}AZEwGCyt<$ zj)VCOOv9R1KAX1YUV-;xGERn?dA@#9@&S)RRF}zeCB+6$<}d)5xOYP%=~{luBVsDJ zW~OFytzXHqbPP5ha?GxGxgGGCj=WLO=`_*?&@k;^AS4O80+^z0ryu0Gby+&Aa{UUd z8;gsTp=PGmPf8l_p&B)k>T(m;Hu%&X25?~K&YiA9LMfv_HnWYK)n_ufK6ZuS!BW)U z!+fb8jGW0e8_8QpwLw>J4DcfIC_->C0u!*T1jP(;(?D}_6wOwEPy{M=BW7CN|yVlGozmED4#ob?sNd4g1ktv;!q?CJ&aM}f(g6c|Ca5@RY7Q*p5{V{RF)WT9XNf`RF-8t4gxQgiReIH`k)}ls z$4u}caXw<&I+l9jo1UY^SXf5R^#<$9)*-e;rLWepHi$Sp$9 zA%w_z%Oa<(^;TPNy${x&S%cOB*857JFRf2!BN z0NP>lPRM+*b#9&=()i4ChnBQcI+u0S&5av>4&VCve_292&c<0xLJ#hF1|1RzoM}_j zIfwn*x1jk`8 z)8++?#YHh4b#wQkewkO@_5iM0`@oXQ`;Pji4?mAX=gGlbOq8OvXVMEg*LC)`r=7;_ z9ij@f)xJFdKCxxf0@=FIA2aiW3_ISl75n`jya-?hOZ~qez+E>158ZhC!Zp2!c4hm$ z9=K~BvolAp`wY#`+2`)Qb)mt0$2$IRE9|fL-MSlZUm%vBd*BJ|dh!_@dfS=zZ}{Yy z9-*D0v-9D1{J(YU)*zD7jV!4QLsq1^{QdaCv){$3nSY*y&OQ&|2?iEyR{zTbd!88j zO25GGysZnHJjV;O4UDJlFQ7;@u&JM8ZI8$Hr^aw#;wY>(lML+h4tN4O3kP@q^Iv|U zw=y*Fw)X?gT(YDxERy=A0PsfmoJXNrDgWg=FX;`mpv*Y@ zujdZorDFmgz3w7(l{97#O;64>nxA)0zZw3L_81)!YSH)&l_kUez`j3y=cZM|X+0l$ z`b1M6n;A!*r>K=zV$-`mjCB{U#gU0A92-4_$^AdTz|}WmqJIeYJok^NP0ylk8RW^6 zkVy@C{D?XI%C5a3&lXxx&D&VWvrnD=$*y}T;M!=#CDP<|oSrz1$7Vc!Ji82Z)d#@9 zG5zA>7~J??T)c8QE*b2{p<{=!?|XlbygrI!FYSWp6?o68%&b=Rv0Vp7j!(_i{;&D{ z;Lq6vpG4t0R#~>*buH_g<`B9$V`kIYhPL*E^Y$qSz`br%rT8zoED~Vut4VOa)>q%50^Gt zzORv5*)oBAxeKB)j7m>GN|`}6TSwYzB4rX2#4)RZv{^&iI2E{&UKXmU&GWIWHof24 ze1EWJ0<|d(0HJHygthtptTsI~OT5&WOIDezUUW03STSfSmb+jIeMni10H9FmL8+$- zR*-1SPGM?Bqoz)y<#tTiL-J_GrWViN)j-0IcWhG%u{y zvf3Ls#SSVcKGt@D;*r$bS5cn||QLeK$TW&i+YQ&3(5vL=kmytB#%XL9dM z(~@lIz^pujW{7ebWGdmZjBkT<%qj&Ep4cAez=8WdSaP5PRo}+F0)# zAqSv|VCS0%5G*L<2tk8;3UJOs83Vw1 zFRX^NEzjaP@BOqkddh1xOV%`n&ols#Ei}DWvx?_a!TV{&ScQ2N!K92?9Rq*bIR#F0B2QW)Bdav< zEl=XgpX&85fOc`vf~{Y=Q%&dQ*(o48U-*2n9Y22joZD@F_}6|5ee=Bo``$H(=b!)n zLg@F`Hm$|(qbC$) zL{-AG!w?IM{<(n=(@3Ym@4t6K>-#NB&XPdz9{Np#eve#qp|J~mX z_xg5a`^;Cqwm^s%`~S{I+luNswAI*OzVUY4@#L3ruWys(3-SNeXe*}w7XNp4LfZ3< zPvbM&ZomUiFKy}5A*YMa_09ahfBQDDsPwhr>wkG@(_5~=c(a8W_hED&`^iA|()Vr$ zFwP34+k1xJI#3@yfYIUx{Q2%fXl64gw4Mix+bIBEHSoUUju+Q!%tSfb>PX-BRH6>!J%vh zIWk=Q_FsZ5wfm5o)(nn4^Bo*YBYf>xKPE?yB3b>`0e1A+3&Fqm9G?Y)_7H#B-0`D-Tqz1%d>V;Hx*n4_^ghG4!b;fOjZ# z^`knl5-YB_0uxSP`IZmig;$`@D(7(M(w|QIbNIWfUiQ;CxI;nzew&9J2ZmxTsywFLVPnT|>+WnTtt* zxQrcDcaOd)5ZP)b3m43;>^m!X{w#%M#6<4qDXqu!`z zUEcV<)%EA{$WLOv4`d$sNvZ442CG&EZOU2}Wa`Tl42KIAGA^Lpw+!9O zSE5{qVPqAomcqAkw5-Bt3azXfi-Ufuk*gnPxjvYtjmbu%(F9<2p0xv$CAJ}m;y{SI zdM)R%L1r!Y%pqdLIdOQBjF<n}It8Zv%xuBp73YbMnN= zA!3#nn3i2q#sv|aVsCK9 z0)6qt7YFYv&iKsamgg)Ixt1&t@z{VWnd4L z`{1kzFq!9e7EF$NgyY`16G7$U&So`3aSi}vvzpD>xC^Yya9(Dh7~V+clpuIUToCcV zh%<^r3|^>!7ZLyg4iYNW$e9i>&N=5Z@7}qTO{?I6GflkD zWt|)R;@yE3zt-8l@?2wP7jp7%fZxe2?2ye)ugT7KmuK(R^Y6t!pY1=ZpCoXm7wO{m zNO*iH5$f0jpS|UR+AwYVvxgV*bq_uMWvs)}Hd37q0E_#ec8*<4UjMCj)mOeo*t#`b z^_8zJ`SG*(n02qS{{R3W07*naRCD?N-bJsyng4g(eJk!@Sduq-u4B(-i~YYi%-*qo zr~ij#u?wYA2|U+`tNlRVN=Zx%0VqleLqpYAn%NQ{%g}?H&^WpmvoHShq9%rbC{z&- zYy`Q0I4NML8p{TSAp;bNiJ?;8N*P!C!G%PrRDvvaNdUtD@J9F?VW=2I@|1R%d*ww8 zUiwZ<9eozEI)G?!ex4>c;!+R#*1Q$3zPcL}JXS=JNEUj5X} z@#oID6HBKx6VWoG}1n zU~#d1%*hwQ;4wOtnmm7F@(BRM_h;5@07n244|k!bZ4qGgq8v1A~5 z9wag!pj8G{AA_6!0B{0Q86!@L5S*i0l3aLIYCtcW%|eTbXcr1I4KL| zeqy`~0O!LOLbQr;ysVfMOO7$#^Z_~J2vGrX?@AQ}R03GGE93;g&@*tMOhmC>6CEB6ewwe-Y z3oJ@d?CM3i+JjQ13!D=mVvsC=q9Uwws2LYB!z{C*rgJrt=lS?N`Sd&IcV0T{6EGZ@ zCstHf?Tk!@5Ngfdq3C1awl1l~& zqJkmmiAMz|3Xzv38DtU#GBPkB04f4N8~^`f?@fa&JIgb{=l!;G&Rz26UR7CDDwTF2 z0RpKc0Y*-iuno4lZEWxoa*x9{U}Mu^hHkgiHgYr?4~m&^%QLo_fU!F;R*V^AW7*O` zn+98rz?4)H2yG?RzGhXfcfV)(mUn*Kyjhu9nOP+uVkQDVfAYr7?>o;u=e_6N_df4d zidkzBf+UuyVQCU2P0#{Kq=lAJNEV6$8Dg10#8n8B^iQGC2=EBRBm+p0l#vWNP)Ks2 z151;ziZAfPY8LGk{(%#E;=~Di%{A9>SPY>%9Kn&(0?~*d*>sSZh4fx3mQc`S;AI5X zB?ux28$d!Jcn@bSVDk{Xw*k~)@(V$#GsJY^S^w_UZDfL_ve3kW#2}Q=;f%WtMSZTPvTZw zaHux=q905v8mw7gIsU!i9&-SXuH#%iHuE^f)~vtoo&8+I^(}?+<>ho%+Z#Cy2EI)XBsT|j>u+g4-%mF<7&R1vu z&9495_k9L`u&S-rOtcULGA-w5zH{$Ne1^nmJi9VWTQvm7ZW4=0msi#I_ zqu)N>#dk*U!s4-~0199s5Rwu`hhhN0OuGaY0*V+rss`1mn{Zoc5s$@2&!zfR@?V50 zRT+BV+Be@lb@I7yqO|u`fC!7ve--V?37oH#aphH4p_d{wbC!a-WbT`^_ z$LFOa$9@-IAhexD?;Sd0l zD6%fnUI%$zKpO+CRDWDh-T`_I5SRs&4??v9^AVEnKnU(TCg-zQS{nu*g#XQG?QBS# z5!8TG07=NW0x5(M3L|;Du_McDxgW3w zZ|r;m9KtX&Okik+fQMi}BqW5_M(T=0TrnyksddIu^c(@65c;j+0RV)4lW-v=62&4C zQp1Zx=GJ$;)K-WX5Q&G-9zt`!f4<<*Z^OvUCg1`;lSl+fFO<}Yh~i2t6G2LQAq3bU z$OIghKvDnq0}BE|4lP1IF^7W=>=WePhafcz8H3~neyrtRW%F?4$Po)%N!ugaV^v8Z zO(tX%NE>!6z@$Jz!=vAKH8A%J!@!{6LB0U_oZ)kZ4-Skpz&5?5c`%>%-p<3KSt@+m zo;~3JptNl$wI(#7^Ldtf7(|l*Z<7e)AUJ|x2x9UPQSbm5;6AqxfCnK6jUXa0Nq_j7)sxqoa7> zkHpH%@kP9J&69Yz_|W&nzaH1U z^FwPKok2g+4V6gXqEPUw;acr{u0G}f1I|G%=IRFS-!Ba8|M0@;HBRVO_6L?7)?y#_ z{oH#ty#Bxc>91aLru%?@;LJXX-76gyHp8G(!=ppHad+zrc=(-{XMYM8%ds5%lrp6U zhOd9eL>lJsZ-00K|H+r|%8^4Dp1J|0$tyAb`nLlB7QXY32+pECcNEuOdn5ks50~-M ziz$Y$f5()nfAIkheqt-m&G;!w9@ulktrI_Xt%K`~;)iyQ;uHV$6l~@JA)uD~5JCvp ztP7fX3jc9>2cF>Fc=u2b&u6zz&423~m*l?$G=Zkdqf>hHs@pJkwrJ8zh1pLq@=+(f?61P6_xy@=jY8Qs|`x@nGuPLA%v4AS}>R5FCgYxbc$I;9Ey zQJa@KIra{|$l&rGoQS~vsWK4|wh0wgDy8A_u90#iO+>5-S>3@wLRE&KOMM5x_Bw!b zC`A%GhZU|HX7YuMmQrjJO4L6d%4v)2Jhfq0q-n`h@5pg_>ce)O2{P9N>^hU32l@Pib4T6 zM;ur&FXv!WaM0u_R*Z^aDha2&MdDb9tl-1~I`|Md>$H>wv9s)5fiSSYv+%Y6K;*2| z!TAJWA(cvEO}Y}RNGPQo1O>0)NpsMK2W_A@7zk}Bk`5IqNh2ulUE<(HZaJ|G?Y-~w z3wsg&0LxA&fHALB=Dku5Dh@0S3l;bKY%=$iM_aJXQ!12(5CWmdz%GaIIdsTLz#>o} z3n@4R_z*&{a6Y)gy3BSG=LheD*`(zwnX;PWf&@FE5rh!X0z#7~0f7*R$md{}BNQ2| zR0tu!<|(`_n3(|~0aE?ScqR@+0Uq!L8JMfz2|+n@8A9U z$^{xczh}=L-1qN(eWkDG&))OCHE*7QL;3k<`z@O`!s_SmeCr)6ifTWEef6d{DbR19 zR2%=9l{P!86(}rMJzw|E51}@`8=V7x4M1#pyg}Ifa`^{XuLQ3DAMoU59cMNF<-%Nj z%S!I!>esNk5D2)qBLCGop##TjfYpUnD`PlURn`wU2Cwn^f%T4CKfm)m0I;R~4}Im6 zxc`d>F3J&JkJXCi_t*XhHvHdutk~aM_{Fnm&X1zo>LL`PKUxUT%QMnJ{w&J%Q@Cc= z&6w+WES!1{+iw2}Tzz%F52+9evrj#S@m)9Knq50kuD<~CcJ<8hen_&&&~5b43_bY8 zvw-i5ft&FYXo^e)Uga2z94gT`hIftP?2%V4Iv;6b4DY%gm72hK&hV-PGSR>h+mios zAXJ3%6*pnrGt#9Qbel8CyDfCOT|9UGI1YXDOK2|6!MHBob>k%N+N<%W-)`Z26zj1o z-*DUcSN{8h=%klcB!MZ4;|IsCe8X)@u--Gu_|-S;!q<*lJaTXjvrqj!vZIr*>AN7R zlgPU*n93;1wJ9W{Qz&0?6NI|_^YVGG-K)>W^>SIUPDIu#$mgjJ!4H9`0x5-&P$P+; zHXAJD0yzTA@C1)c^e55P=g*>O%u}r-FjdnSPYSAgXh=B(qDlx}_&ilvyH0K21=%$8 z>a))0y$k?W_*EjZUPdnK>fqfF3t53qgozSWNi=~7QCC9bYA`Mb1KSFzDT*qnRZAEy z$JEZOhR%mrv@XeiNl48yuCNdWZn@tlyhGZqqdsq-1<-9Qz;zoiTwo$*Oq3+LO!Azi zT0O_rg)eS$E<1vvHxD2O;McJTwA&>oN;{R;H%Tg8J!Gi1Lz66%#C*?V))#Qy2HFcV z2(Ew)K-#VY-a!fpom62eW1vtlq`oZS!MmbivtA|dwG&dtIO~LWnPK*lNCc^*&_*ev zl_1tskO)?aKxF(1hqq+7kckSSWCFzmSrA9kk|g-R?1gukbXixx=gh7sY}QM?D>?ws z=kFv?xpCGCXHye`mjnt@8KI0(S}P$~kai+SR)GOet45hhDWz7Ch@>J-L0ab`X{{t@ zL*O91%caYD0=~G2ez0@CCHRIqnWgy7){@@WSJm`Dh?A_Hs&$rh44 zw1VJ3Dr1T$Pz9EUEQKnuFGWh2PEiO9LNY}mB4rG-FA0)WO=2igq7n&?Vj@KX!otI| z1#AYJb-}@dLx4}a3|FuS!9z$#QWXH_6nw$()=TAkLTvh8_(8w_S0wQDv)TtmLnlw3 zTr&k}_4VN3sfj<)X$ejU?zO*Om>{NGbEFaDEe8KF9LGooY&0E0t-D4H0LGaOt{xaT!Fj?Yyve+Dp8;JR)7 zBB0YJ1Q@`M(F*Q)O^$;H8RKyVvCssEe%_MLd*~hc7S7JRfbaMm?WH+u)7A_Ctmd!m zcny@);L!hmUUD)1c5x?uV&nuKsb7PpszaI6aA|vGjZ525ri7-Nz$5h${KUu!{O#gZ zSaO3OS-d6xC14pmQ>5)ZGMUsQB(nNxY`^9f%zx*-ol9kkKt=4 z8`!hsI=ufjjsN+dzm2qdtwsoY0PLBbp58Psb9#EZpO+fK9-Fmw)IN;&zj+KNx)prw zBA4kh$!AjA!l!uFCD$#6ODhn?{T&HJGc0NzRlB9JmHq$0s0 zuq2icOo5pLxjX|iu@!U?|HY`XG^tk*1t7ZsH3+l>@EEa=1v?Vf#mIy7Yz0Z(Zx-(z z1OO!jX<|WIXarG05W^5O0TCt%e%9GguXRj;TmZMp{fnN)5*% zlp-NChai{*F#vdnkoVxd1$)aV(jaW+MF<&4wE@`xXo*1$g6t}YLYk5Xk`3PjKj`=W ziUT?rzqt|i?%9RoC(o?RZ@=Z1w_$N%4uA87zg<}~P(}x#_q}^|UF2}C<``7o4+>3I zPa9h8$Q=0GeW;@E_H{B z)zNDHjquQZ0SxsY5BT>ktAOjBuhnZWhyPL-T%)`1`wU)L_O;))JW*%hd;-Asy*pNv zy}#Q1eqjIq3E+ZSdO0fS;K#yX&qMn~|5!M%;(P*FGY9^CtET(x9W{9L6TkGT^G?@e z;C%ks=kCMn0POp@_w+;H%Z~61pZWlPXVtYC*dMI}sEzN&{h#|J{`kfv96-OS{(t`- z?f-DG54GjTm$LurwF7Ks|LN)JcX;rhRc?6u9_1_+PdtmLJOXBhG6pXnd>Rj&RJi`S zJ@~-LX;jKrV`yTpU3%^-^W7^aCjemSxv$I*P3)bhlxw;;e-w|-jp3C;XRz3N8p;?r zYtfuNio9FL*xuXWlt$y9|8ju}mNfU$k7eUN7oV{|lg7XZT`-5Dm3btLF;PY--Sz1W|HCSq|H4 z0$@mGg131mFY?2|`>z4OfL}Na+pH^#UIP#UtRhNTqh3e|L8x2785`?d*5c+uy+eTj zplB|!cWxx((oo%MEhtdEAY`looe(i#iypWONTq@=*79$LrKP33wyk>B7wI!ab8!^f z2-j`wP_|PYibxxmimYqFLPEwvP*E9$E~8O6M4^PlNWid&n5!)HRe7G=F0%HbsC7G8 z6EoA((}P}qIXnV3$YCcE}S|3np@GL_u0O?E!5W!67&s5WMveUG{F?7x}5+`8WW0 z+vkUrf`b>qTO$C$q!37wV+qfKJ(CY1xsJT>>B>n807!Py<45orWb-;3M|ipvSDzDrMHk=1PxKs*2ct6voa8Y ziP(Vzpp}G?l7x^-KqiuDSQKhI3AZZ?eu2p^LUMbmT+acZkTQ`{j3}jc#F5z*YqdQw za@Y_j8eWCqi9G-TFguXTKp|)03KlNyx4d$p$zm6I>XTJC6e;J?u%m1?Bn)m+vFK>0PVKvA8C!Sp6 zq$JHnG#4(k^Z_o+ct5^W;J~LofQR0_4;aEqVa@77rwjR_0tddhHbndACw^%~HEbSz z_9EwCBmUK|V?8$G-%J5qeay}HFNO6L;eWOJ{b+x@A7(#){2ZDKr&q>Z0)4gZVeG@* z_x;AoFgd z+Bj~0`+Jd8M=>+Mi05DWD*i5&STftuIP?6B?bbi`$Y1=yuL3~3)%sIio_kL-dj+-@(pai zX&T+*--5Rpg12D7VD@lDiu#!sW^C5@*mu74XTJ&ndD{KcG+uZhu5H`Hp#&yI2o~OE zs7zde%2oSNKfE8cy>Hx*e=7{C({cXzM_>NR!w(i&wns=g)u`>!zx~b>|Lgt^n)6F& zF4O@IICt;~6ln`*&ds4+-ia&T_GSnj!CR~6PaV7M)VII%plfd!il356^57M3c-L(c zS6ro~)(AGoH_o0!b72m7w}Ep9pMZ)>0QJ)pwv{FR{he3hFP8S8lOMFL=lXUw7)9_AyR3vzh@>`#k!`zB8X88&<;c<{m`)dsEaYjcb(UL; zFN9vb2LPQ;yF?H-FNvWj6hare3|ARNX*j~jPy?7fgQC{~=dIv?$XxTtd+fByYoE&DAKH?bbPaqlgK-*gY*c# zUzHpUjlqQgxEv_D!8?@(@7D5fY66rRbbpp^C`6hjb6 zMN$Kj0+aV%ge>zeG&uMfc6Nn-1B988%w3hDm#Jh?qj!n}X$k?7os+O35|U!C1(O$n zjS379TS(zxBoG-*N*m#YHboFsW8JvSiX9Z(c?3TboLR^+>HvT&aY+j`nnZegsTA+1 z#AZCvs%k_qGFahkL8`DQ*uirOb`F975eiQ}FDTfSv;Mq8aWarP#zGw8z^5#Dv7D#9 zlOvhK%!YZ#Kk)az0{T;mKKD2Om4Ei0_u=HplWV?Q_doF@rtf+S29K}3aW8JUq3#W1a zR}Ng%D1G1nY}OBRBYxn5%6Hv6KZK9m74Y!a)<%praPGqN*RQVx2R^lOUf-+Zxf&bU zf4$PUk^NVvC;ah^SK~Ji9$g9Ne=qjG#~i@J3u|BFX7(Sfy-fShxFWsx^npkIK*HTN zRxw%xVA~x(hq2w);p!dR5Dm@ZNbq><>A#2BHix{|vPHM?bk=PQ6r@rhY0odr;nZv$ zL%01a?7jMWT(@%@j-H#vwmW_bXCMD_h(rGs=Q@S;P)|FTttfQs`K6PnY`YRu+jro^ zH~$W!qYiJpBE@rO7y4uF^0u|z*3-7zTHz;>7QR5qF5rzjQ@nEOBwm?)1=qgmU!%nl zmY)58Hs!w*R-DlO_{=>d)q`iA{mN~_KfYJr@P@bGiKm`KwsZy)C4oxOL6Q)n`2#?= zhVp0yip%iM!HtjTvr=tV9HgaGQzPRex@udHtl+XP+H=n$={2!4DUcTP$X<8^^Syw0 zbQj)w`&%%ayo58)e#Pd!=F{xmy+se3Hl5!HA@Iw-=#IFSA4yawM-n@oshVVBipHk>X{Au| zZIr2t5)>jj{tyTx<*$%>`#5~moKDWX`Q zQn4rv0a4W;h)C2sAwHAwM3=%8A=F^4#vljKT20E-6osjwh$nW{bUadtg$RVa4fNQe z<1KQV!}bdF(gY?>FkB8?Wp9^kciw01XVTPt16}iiQtFrq>D>IPR!^IOI2@rOlLVg# z*5xRQ5~;O`%4Hc>N2N+i2*JblI&9hc+@-n8dMy`MrkRP00>|X4DUUK zBG*1`v9+^=umAuGVq8O)C}0SlJPR;LKq>_T0g^8G!dh~9$A)6gT6>C|UE$vlFTUu* zmD9Phy=GpJlqM(bnI+j^WKfY;aiVlY95jbQf{3&X(9$DTgeW3NEhtE(vLK>%#uaun z>;#QC%@u1A=dPcEs40rI=86$CQdTrP9Lq{IR#7a165f-ygj@odbFg4oE`Y#H>^*aq zvbS~X-C5_wk%IMME9tl|q8Vej8A3J3i_fgjH~yFVf0=(J1pjkC{bK|GZ@TTq!Oc&< z^;`dmpMCb9@Hb!Bi^B)|YWd-V$CuU5-&=DbS1Y1}iul2EgD>0l9IG*K0{VH27eeRj z8?C<@tlv90_C}7wX8ZtFW||MGtGB{E<^UerFE(rgwH5!X!Qiz%v|r$xcYX?QTC~0O zUt3M|E*jk3-QC?CiWG_$3c)Gv?(Po7-Cc^iYjJli?oeEF@_x@f=iYzd=9hdjd-hDS zGi%MWWS+$b^-1LptMS-vJ(W8h$X3IByMq|-S11Q|-v-GTgA*LekzZaYbEBX+ag8upa(SYQLY}e_chcK9U@xeBq_pkr^z(Jn( z6S8dH#}wbIv^(Itq-GFqI7_B0=MvtQ(478#McuzwBuE~ohpdJF(94h6RWYAut*64?(}G8}c*@MLuWD9^ z@;;9Cj&jMm|KWer^QMX#ynC+MU`#)^9c1aGin-{<9Z1fnL~+y0=6|OA94rb?Z02SA zoY0BZ_ByM(CA;du)!O#JlCx|h>wqdaDe!w|&lSlrY0%h3%e(3WdQ zryE^g!Q4z~Ie!BrWU$jU4j(70n@B~jiV~+-{qQu^MvWa)utiSUQ}s~W{enf1Q?`rv zL$X%yB=mb`E?htXeY-;c$u43>VgWyagfMrQLJcfhK9Jx`cDahgx~1#F{vCnX5=+!E zXVL2~m4@MCMRpUDpX;JY8rI!Oq|=o+@{*JaLbE|{HDTwi={q+&1zaF(OECn?QOtZyi=(b zaVjJ3ukdnbD5jRCumUW+6y}Q@LARTDRaQ|3++;BWVt+(;_*7@;Oh@DVLl2eHo2hQ` z=)gO#V0+G@0?3 zp^?QdRT}9;S{#H(ao_$O%vFhc6q>{hxdR68jpMWqW|`kfnt-qD(23{?3gl`*u}s3! zi4{Rap1+Ts4YHHxbC4-^Zs1P#nS3SoN=v7Uv1M4cToZ8%i)mJj3;*z+Tq3lwL+Z;- zC1TQBN)|#JvlvmLBt;=&F0yJz_R*$MoXY3*!3|Q#9r;lSp-K$E6_qF}a8mOOnlYPc z@&q9>8I!3TKx90~>50#H9k4pwEaQP0dj8cSx&0B$b;bzk zKy}@qr7w6tdH%yM{607QwO}kG3Q7b0Tws4QoIEm|0xJ?N9oB9_Wa3PS@2&WR2Yi0- zTW`xDNo@S669R5T7h5N*X@h8h-UL5<4-tpYX9404Xi(9FXHsthWFK3%)u&c)f4XA+ zHBh9ONMY|!n2m0{!oAvX^|VM6=da){YeZP@2O6szh{}e4Xb|!e#!kL z0^r9b!P#{fzb&T4cL!WAme#9ul4>-~9(mfxiqTbZa)yK*qP!Te&@v)wN_kuiH{uKU zk;26N)mw=P+^2|<#=H|SI$fn)&4uC`gc)JFgIOQOT_QgL)#(A?zTsLt=m%j!Q$kuo z8ECL`s=@vm?W~QwDH${vHAiz-x%Nbsfu;<7nO?RHbQWBxA35($a?|`k_pmJ=@Y@%;gaPGas4fwxiGNQGt$v?d6(KJA9)&K8sKbPgsBMqIjBW#Q4lx=q zIGmG6Oic{6{IoLC63T&KF=&X@pGwoPS+F+2u{g%QA#c=(Y?&z;MvQ~An=FG#tN{21 zJo2<$srrgzMin4&fxnBF#IBUUcD3c$7 zQw@HC60M-1W+}!WoJA%!a z0-x_kzMoTI`o#L^s%}!*#6$Qb6Zkj^3?y<03Jl14jB@D^E9yjxNV%`@G=`D0NaA|{ zd1y*XaeyRxor@|gz9M=M0D_WIK12@i6DAp2qEUPnv7M%PxhO}-#VMZIT~4(R2?-4; z$UL}Dz>`;Gs(l&RCeaV#y$_sTCYT@0_&f*~zrVfnLgx5>kb#5a!nEl$v2in^`?OcK zbEocc^914o>w)W^tpJ@G$)3}TqjOOwb8WY-7C*ZpU-ys46S7aeu184& z_iS)TsW0^AZdCNW2po_yDjBM%!~dke0{sn45&rYA%l5%42-nj@13ENzh=q+h_+EJo zX!W~9-F)wVvd>)M@B0rlkcz%C=eD0q_OFhBNuI+xU-fu%4dVMb{O;J$Y`yktwea}P zo7;PKj=>P+s$+^JY84x3fMMK~C1^Q8s0yQ->t9kH1T4jTFwv)mK6{aM4Km?mNmRw&i_ zNIDNA#>Nf7^kbYu&La39DByuUSH#u=qw*cR!KTww-7iF>$S4YGunN+%7o7mQ_tUDKr^B- ztn^`TAofNc;0@lR4K(3N#VuOrD!y-3^m+V1-vY)S@>Ur_<0FH!925xfu~Z8S!Xv}W z^W|AApaBYDwAL7CFfcip5y_nBlFaT32|AX@kq`0U4D8ZD z+5|=)p37pk*O-kh8XGn-)?0J;4>`a%+K|ijdB-y|CE$dFeN{=rnf^LL*#h%(xlre4 z(}r)7Rf_yD?yX#6TFY8TwZkAzIW9wt5p{iF42mR;VVjN0d`JVbwiT3;GOUE%oqmr# z<=HBFiqtUKR+x>Qm)C0&g~z2YpQQc@^D$+`Q4IWpoUt0bMhUr;Bm#qknx&c=0%n5R zZ;SyM2v$e{1+W-~h>g5NBPf{`6H!tQHH18}2Kz)IwBx(*G1QD_gKLU=Cl%oDyj-_N zsQ^x-06~>kLD8Su`6bCOBcAYP%8Jqlhy}?BIPkxqqbLjE0Zyg#I0G)^#aIfzqark+ zC6Y?S*+o|y7PlIfUD=kh)4W*SWx6xmI&}52bRi1<=B5f#D@0@_ao5t&Vk%M5P>uhj zQskli@eLYf7;#CPY93Kifq&kRt)F=>B8X})=SC)>!|=4aXcbEU79d-1USXTi;V^(5 z7voM1g(W3Vo(TODzTf+xg-j>zXFhA9h6H|pVKrndeqiL#LeiauV1|2F(;9D|NTcJ< zntwZJ13pbdTx%w>_pZj>(9!6;{7;o$F9z7SU_Z%kRE2k=qH!!bUcUCV=GS+PBSb=aQ*CB5mN|&2F^DK-aA)KqI%vt#?Q2UP}9ly`$g*-0*;u=;wWzD^V5@dm*OXNC0X; z6lh#+b}OZs#bS{*5y}r6MQ7m^U+gVzhl*pyXwbY;GJBgjL}dp=z^j^qukM;31yn~i z&hMd%U5-u{H!^i4Qetv#gmeayRF8Yf%Gnb`m3;;Y9o z^#;)htr@BRJDYyWtAL0|4PDh)OM#roYU64VbSdfQa^bSVu1a@Mt3Fqplqn4`q9wy3YmA$gJozRU8=F8M5wK7cy}} zloXBI)kHzFa}sU5Cd|Jr6*}*0Nh5#0UtMjL&-+m!N7*9gwc13O=iDjnAx(IO+vXsb&+tQADrU3!yT zn2RoGnS;6iN-xJ=oUF^K&2b#n2X#)7mP-|^Off00DXv>2SVLKLifODF_z`ot0doC` zsgl+;@>!fNYF{*JgA@@Ip|M$TfveK$&TZdwYc!;pc7#mGK$FX7v-kJhdQcWJw?pNT zb~UuGEYg3E;hv=efq7tHy`9L`wrV^TT2{nj|kX=Q@Y3@MEdoeq4>BIy{Bu+KyNO28V zjiI0j25fzHC!ASL%viZd8oeZ?W6f(s)$KE+NZh)R?7x(_DuZg}B=yPO$(Y_T^FmE( zgX`(qS#l$SlqTH8YK8@d6mv*~EM;w1$@U(qO{))_AuTvEOcApwv{_gX$EezzudjHzMcHH_x}C4>guyLLCYWz8 zX>i}O!=`>0n)Ou8pkWfEpuu5j{mO@hD5|G^<$bU}b${~W7w?-$YQhl-T!n>UAuNO#4D z7E?adsI%|Yk=GlV8ud-5H5`5QXjJA)g|eL$s0Mp>3amY#Y^KPp4V4%B{w~DlQ~6_* z&<~gsz;23S$@o=hcu({Kp_|Fh^TyD-_`+iwM_dVM4u>19psXc6u`MBH+quA3}=@0lR7W)-uip))l4H$0qorE{IhP{zNB-P%^o z4xbgHWZ0oZds_%_>!`-U>bR* z;M0w|p@DiSk4KldD%t$_<$Ci5prY?zCOWe0;LhyQCnyJ2RerLL>7$&kjY%PwX{t zYQ_4!zVtm@b4QFt2MLie1eM7{7Pjyy3XpQ-&I0`W_dz29X}jq)dtG&f7>ecQ-QU=z zlm)B}%vSHTw@5858IB|8J1Y07*hjE-5a zZQdr$uuvRzl#!9AF4XR`;IBxKgp|k+IQY&EbYEXV%HU%bREjRqPjH5r5FnD~N>Dy8 zJqH*jD^#Eq{`j4J4kJKULrC>gAub=$1Kad40o`;LVb)oSJR!gY!qjQU^uf&OlO$)-82SjGroGH*pj&?iU z-FZv@y983uBCb~yH2Tpdbjj)naDLgF0@;!A zv2wiz-J)xFbWRr~^7X5do;54^xsqhcFF)48gt4DE24a`9<7~jf@6*q(rvbq47zhZI zL6{-cD>8NM0cO4!JGt@~HXGBE$1kOoo7cV%)g*CA87mizkId6NE;a2Dlsj<|FpL{+ zloQUxC77SD*5S7ow_FxSAH+>M*!!v7xVZ|eA_9?-wn9eTvWa+dSEQAXg*biTT z!h)OMT(Vu&*|FSs`1nb$S<$gn)i;@S{`$VqeDKFUcd}A+=k@2&wF8PIlF>{)D$6g( zeh15j@fC6Okh<{tG-mOF2Tl)Q@V*Cq_DewfTA3{A0;-toI4skJT`U+UQmr9vErIThPZ!jKKt8J%{Y6X4_QXg{?pBz zjekE0d$YJRH@Yo*P@gul}L-~f~g2JPt7h5L-$qD~KeKe#iH5yxy`=`b|Zggy5 zkuzc$5bAO>h7(A3f#zRq|fhdp&>?@@}ri}9& zS}b4uIp=6Aly>fZcUshw2I_OxBm}U@(sp)qv>jJA*&T^FfG@O*7pGYF2av>s5wpnY z*(GA+%E+ygs|1*dV|rq~#!vkcRcb1-^Y* z9j5TG69e*!`=s*X*TdMPDyNnj-g!>@RIKHiT9$f4#T{`AhT&)su1o?nrTKzGtTIh= z@8!jvY7yF!utq#i2Z?s`GZO*>7Vq6XJyK1TZ`nrWVjtGy#2_2MNLGBpxEk>=N7v%*rfj zl}hMDH4IwlTWmU3`Uh+d;m`oK(BTsH3~E93Bsrd%Tjo32w~xHVfN#7tKT504mpHQ6 z1O8lJi)LA9H`}>3Tyw6xzxe0e_-&Tx^60lc)^;5^Hf+ssEwRZql`ibKo-y}0yj|iz zaq50#G$EzG=ANhNH4+{P>?0&2A1dBCr@FEZ`?BNJ4plUvIqxZSsf+Q7EO=Bd@c5?R z3Hw~HXtbmJiUmpk`CE03VUQDqaQq6|(f?$fC!2d#E)iRMp7{-Wi$dMGzoY8Tat6A! zU3aBt^U+y8yOs>ym*U8nI^y{?KY5x)9YZml7RDRoj1@hcu?;j8swngyLw*wt?swNW z4ZU~RnQ?B);^O#uR#fz1XP|MMwN2DCdeT{qLaiU4%#NN8Lg;#a>?P;Q45r^|z#_bz zvn`wTyUe4cL2i=y>ktlSbo}M(D^*3$aRb#>cBGQ$w0ZYu<0c!Z>-zpX!n);fW^Cz1 znv`sti~2Al_n>rP35nEZ&<#$PB%$3kN2(X7)jRoIG3~WNxqZ5{;K{#J6C!6hd-#iB zk~ps$jE}D{tfw^@8=Ahmn6T=$dU<|cYkf;TX2hJRQi!-X&x!@PS@vy-dKuigU7UNe@Za*UGt? zCWr`n%{xZRM%=q`=A5^Lp#T#>c-3_#_1bcg|_^FjLHwmy+Ln4E7 z2AgU9B`8bz$$PC|MBnk=wtq`~>KA?@&g(`s3Id3F2yp1L_dIxP?7B7J1wg>LxLXXo$2}L znAW+Kdaq9YjY7lpVoblh_D|=R!yt5wjXM}L!Awel`1$P8`@&j++G!TE-}#m*Ul&4Z zxfLYfRijk;^IvKgiFK2*FQbiC_PcY>^Bgk#=S?c(xpM2%&yO5|fPmrDwwSq?dCk1} z4|-xM^5ic*^65-XBalnRxIDqIA@a$K$!h3ok`AaNlVPx6;?uh!k@>qp*fKq^}w)}^tS!|u|!UVJ4(FYg>jqaKmAt<6_jt4B)@ zw;VxT4#P$sX{@unDmMP9`m%XZzsCWjlu^7QG0o0#q1v*J<5!P;fel^_#nlO#B3)Z) zx_!0Hr$p)kgV)6;c~>GN7B7lp>%f(S{fB!da z)xrJ3rXmh>nSMOQ^1D_qY=s9LpSc2Q|C-@QG*oM3y2 zAy{F{VnKn4l*Jgi8U}<$`xkN;7qizCKK9G63(ZX6h%+)%2g__%@t`eZ$qzy_3h219 zex|sAbD?Rq(d~=<&^fz3!7P6FQefH-0nl83I2`J`aid>XZIR_I${%s3#5uA!sUe~K z#n2VZ(+!nVjDvY9-^pe++TrB0voqtd4yl*6=I}R0mST4`oPR53oTpXzC{4~XQZZkj z**6R4)p=#>CKNpJjq=mzMN0Z3tbk!rZlt+Xm&UYP>dXgEYqd{cf>%pGhyjSF*rbt0qP7Ov!Zd@wI~a82zj- zD&R`M^ZTU!p6r?6g+sODB60`&FaQHUif{2kT2#d zW;EuTLi*NO3W?fzSAO}i#EIMyRN7b{`V;v9QH0J4b^7^ROIf&z!8fdS=-kM++7O!zC zD_2S2Cwz_TVvNjLhzuXVbjoFit7pK5%iV+z{UH5^UX>G2!d*h09D*M6oHQ3?x*oAx zOeT7&nT?Df;}mD_fg*)oR>qOlGfE=-cB=tCOQO9mhbJC0_p} zF;&PFgbK;e4QcqT@e5!XW#%3dUZ_Um!}ZG{DY*X#GxA)>tD4){_epdhz|Bp~cW2t| zl?v($MHZyHb2TVu?Ob`O7W}fiS{nsdAwe39qHPwpC=B_B-ZL1cd?{)!d@0NCZf@f@ zL7R-1jWW)exX9^3qT&x6OXWTvDRKrd}`T$rtZg|#M7=QQLqCQy$H-ow12r13A-gezT5nGC%7LI=+TA=WX z>_WER(4IgP+mQRq_Ot+yY{Uuf^O2~Lq(`Ny_4z5OV< zH&I4v7onCZA!}4qIF+*()DhL3t~RK8OvqgIdPd#XjIMCsREC;_b|)@ih6-KQrS$Y# z;Khq1RmRin4ohf@zm(%9NJ_FR%eV56`-+ZHdzFy;0?4V$|9MLC4+|PlH_iOm1ycG|f-<=ZllWmA8`mDQ+s<8+?;07je6rMp&S-dC{ zBOqyaQhk#p#%Ywql=S?t=K>0l!)bM5Ct21mm@^Sz2MrIeB;ViBuI^#bz7042FcTC> z0a$}Tyk7729(GZ^=?<`oHx*t%JNCgLoG&H~#&)E9hc|LdKN+B02RCs+y-uGh@w(oOoEE4EG*&RE*OZ-D6EA6%|Om{S{isa~l2}D#qD9tU% z7l<98QDBs-fKXFMgjNYimXtrGzlvqtxmH(n3BGL{FqfjOcNSK=e>5wdxmWpkc{6$Y z{FSqhOA{CGm#SppidcG!a6}iC9w%n^&e3Sp)t+4)my!AwUn+)GbL+FXPS(1uvCef0 zif<4B>F@6>E&V+CejrE)ZyT&eA}tT7)MfXFaz{!jK0b8HG_r$|3#Y^;FV^*XOm`yt zMn)0f`EY_-(sk}rQQEnO)=}34cdtk!P@tzxyzSrUTh25#q47yj& z)uf`35Pr;vVi-y7l?^XvPhGAoI-Qc@(eyRUZX3CB3pD|p9!C!zV8$<3pxyDcKC4;$ zBwCs;6;lDCd@$iJ%!qlJm`s);bZ{&LVV4?G$g&#MjU}X031ndkHik-6zySoYW%D{fC*cp$=Ks-#^fF1*;A5d zFGlW17+ucJpktV-g0xtXbIrX#{?f{dF8uOnIga%lw=)L49;#tGHf061mcnoS{;uHh zC)BTYPXNG@)a4K|^HNNoQz3yf{1U=alPCa=;!uL(eSdxmWkCLT{7_bG=7&E* z{=*7e1G+S`;jm7zC2L`3eKues1zVmW1T*_VVMmDm{jbsK8;$RR&C2ABniXuSbq7bd z6(NPjxq6=j!>YvD+o%X1A3R)p%e~{%82^XmtBkdkRYM3m0{JSd(!P_zhAoG2?K zcnK1!Fv+RF=_@7qGa)R0auKe#VWK29zI{#1Ka@Bp4 z60`r$-9FWe$QJ)I%>Q(bPsxO+`9A}f-`1;f<^SJtctpQj!8ZNhX+}mBrUI7#-*2H^ z@&D7LE`XD>vqAu}bWtLp{w%VzRc)4EwLJJstp;LVP?A=_e7Rj{B*t&UGi*WC0PGur z@MA9anZRT<3=2;fPYs3_BAQ!ViZkDp0diQloE#zd@e0Dlr6rlUdCVqY6TJ*874`~- zq?nR;oeH|D0s{x61hgVlX#tc5loqsTnqe-|6)sNkWbkZJ$gU>*gSQMjBSoXa4TN&L z<-r{cpn5a4ww6_@m2$;0aF#c=FgO4J06T-ETW>B)nm8xcLhDJMZqd{w|A3`Pa9aF!+GiD!CiAMi>$pLyhL2#`DLXpSHZyk-hQ zm5a=12}IXfz82M@=}dQvInEWj)==*Tb(4KW_@uv@SAzUwa7Vj7<6ZZ}+CE*5^^ee& z!u;(&oQQBy!Mq`Sz0|s*zEy&AKv2D9+CyNx{rk#}Usi`@4Fb6EK^Pjq<2E$!TY3HG z;|4ZBBQ3A`!k_vhTHtE%>=V>X0upNc9H~Wmkx^8K=)4)X}0tbCbmi|yJs;=iWI`7_`sLK9+~)M&);Zi0BASFxJawcE3A*7*i_ z2D2b%-$-|Kbie}^qTHz;B3w~uMo^%wV3sC_HTVd5V(}%I#LuuCxxYX~z(S#W!Fw7} zp35H~31H7ljk`x7tHsh&Ow%)b5!WD9Kw%u&{b7K;*gd0gkV#aCZwM6WT{S_=UO(u7(Y{@tvaRZ!{lR}%JJ<0}3+U_XCy4+y z1U+1Tu95Ny{r=NH3Ew=uv$_5Pb}hULO3`8Bwi;O=(#?wsb-!tOXD^BhHvjgBn5{O*%HrQ;Vkk8sDu2ZA!}@w!nfUlZqBnqu=z${Sh>0 zTs)W+;B~J7TzIS6- z@K7~czJ!takpdhjJs9D12w{k#7w`08kDr7E9+({jrc`B54~}dzfB^b?gc;9+Y>J#_ zjGCUC(F$0=$se>Lk#%^0b|Ku&yaijXtv%e$9AV(Y`HI2j@bNI7SOf2-^Kp(<*C|8* z|B{2Ou&U=LkT{leyfj!U5T?a(U3c%t6va)GPz zxR1zvaGGT3q4g^F=Hrw#e}C0^i9`tIpI6*3+0 zz~@%MQdK*G75)ebAk}u`X))!*7j-Q(UR?%@TxKm>)kJk~{a2o8gNWG3p>!|4s~zt^ z1fai3+N&Gn@1wMJ2lwK8kNrrKlw0qoIMxRif%Z9Fu+W`taEIf}iaNpd1L9=k+HYL#;>qQpIk(a?_c|a-Wn^lWYyK#trnZ%s!ue-aN57~NoiS_ zonT5@0vRpo`%xG|OLQqjmKP-nvo>b&5ek>?6BnJ~?~uRPqLnpZj)o7MC?Ct$pPZ=u zgDpIz~?&fhNs6qx-Qot;`%jE0;oUu*C z5a(CT%Xa<)N!4O1z?!9tDA^-M7YXb!JP<9v4l&)}9vu4H+)8u4fs3CQ5a-1kLDP=* zy9?$yZO94g+2*)D4P?pX{*MR%79!r6?#H{FJ3OG(kQAngyfJdpfJ+gWBsK=-qrqd>A3c5?^Bpj*^DHYB0FESjFvy* zS2lUWP;Y$eBejcomx9sgT~pP9-IjiCNPPYqL~sId6Ywz-6&+HNM{eg7U!dEZ$oXz- z)1A-N)m6zV;<^{)x3sXJ?zv4E`#t8E#1+NE%mw=8FFk;q3FfcHAjZ{RYKK5XE|=xg zre_)9*fEo9Q)}z~AG*Bkxisgl&kon~+3oE(Q_jdyQg37;KD(hz9_!y;4_1J_tF6v@ z>lId;wFa1-_anZ!m6dSt`8SRcSKikpjg{MSQB{OUkqQZyObFAGK0Q|yabBqWML4o$ z_-(LmI6MD=2LNk^K=UuM=w*bD&!oA{CqvN@|6UY2*_NTd=ec{n*YQaKR5&>PJhxTtdMok-k zT&y=Et=Zt}w%GK8e});)=ed2aQcA2DfsngH%O8@s-R|a9Q?c%_8{2t%o~BQD_o}%553Fkp_n~Y(PS;R3IidD7pd6G_ z6#s4|&fmpGLbpsBXnTUd%uoL*mI})BG>wmV=Byc~9A&&|YsH~fPQW8LTL`P9fxiil z?enN>8QkJvB;6><8g38aal5&IXYkDM(krSLrL#=}!F!bl^k(dNY_5ytICjrlkA_Q4 z$rX#h`aLazit}xINQtEdgU&cjT(X*r>Ow%rS22y@NPsCeEI$$Eg&f+5(+fDYpw@FgM$4K@+ zF$i-(*TU>^pzhq!FO*~a9tb0dVN`IX!Ip==;(7kov-GE=P!4N2XO6ROoAW2TJ04acgM4osb!f4xbyO%iE^Ft>1aH`UxV${%rf2Yk zu!>5-gZyzQs8q)aROr^H>5UFNLAH0Z^Q!?CvjCcsnNkhJ;(CbUb2gMRkjv;zA;+z3NL+nPnXkbE|9XO-J>|mPUwHUCK{(v3ZG;7n6XF^6rjn7Ud$@vN zkW?BgoU0o*ivdp~i1}dq<>D6z!ENRZU%(gOthE)P9HRE@Q%!cqrku~AX!!7fTX+8@ z|H!RBax_1`kAHMF*PzgI&MJM6ADIeyi#?{}pb)h+UFnh3&$BAFCww$(_U*dY0HP1g z|9NnHm>AF^@}N=TyL7}wSX(76HKF?ZpEF>!&C%qv*|~JD%HX3ClDz^WUC|%(`QdSt zVGc;19Q*uutM>=_3A@(ng`<){0-9P{{??C@RwZZEe0nT{w{sm`T@H43l?rRh7MnH5 zHd4VU@nP~$3VeIfGHZ2fYo`DDn2{g=d-X*gS55F@Kp0mPOfthhUj|*G;kV(BQjr(UY5f=V2z3PN!f3@UI~%_rpHL016GOj8O8LYHEvALm=(8TO0o zq`|`n1(A>O_XS8L+)<}r5A4DWDMmv>s_lni@K~4z8ej2jPN5;?;R5sPs;a6uas2Jh zwtoApn})^w40Jfiw4iPvHziQbY0ot8q&{vp>Wo7*7v5Eu~J)f%)M`Ywli)=N>(F^%BZm(e7~Y zanj%OXNZO}`i+puJhAGJLh(htp(~yYq@4ALv$r9bR5B4y1-vmsKW2<9xREfeq`Q7n zgvECuK#JoMaiD8Q&}>~B%Tx{AT_I+ZPI0oDk|~^H_J>{&5zD)W7*l=W#~1&~9TaGT zyEbQZkBn?|@MK?Lx!3&rZ)|#&jRYlztT!_xlM1Iu?QsE}RzL+tc5}3ajt9#ZKM*cF zz|I__&RW`9IIiCZLS}SuSFS@xtm1t6=wLoesHQ!QD3$|h-hJ1MtK3>2dS{x7&jDHm z(~UKDfly|3QDPkgZ4dMBX1XhEs~hrKhiTTD!=s(q!w7$*Pbk722pLkC?!0yRC)eGt zeoa27r|(`AAS#68dj6|XSRp=%LVwh##MF1>V;~iRORnF!0k3m*{P?y%=;JJ0 z?0ql9APMDZJKEppjKQU(!Qw$db?Wx$4*m&{kBwj*Wir_Pq_3jf{#obuP-WGHkgm{6 z{6R?ekR9X1?Xpy<$+cWpN-RKRFFNt1REI7LJdN^kdtNe@QnWw*$cmQje{#7N0?8E} zR%_6!53Y)fQ+xhhzls!;qvXg;tPszUCzSQ~L>R9m$L8I>1r@YZ+=N^*KR)W z(eB1}6d_y6k@IJqIw;8-{5pd=&4~CTu7{TGV>8)Rc_r0}8Xv$bIveJim&BF%<34M{A1eBT+vn*p~}aRTSvm=A(x$PaQj%OYGt-Ad>+&7OJb2v(81tRoJFSp&V(Y`*QV0!J* z=CPdB;12Nq2yzD@Vj$(4|1rO<AbevT1mvP@eKjgkooQO z*BN7Kbcu7bZWP#(6M$z5h+h(VjrB)f&~k5n9b&5h+ffqEYkH6g*@1nEwUqVg`*&Vwb^g8Q_{Z+*@YcidMx#(TFb|M>4-;}h+2!*dVwB<*cD zwohmrnuwth9q>nI>*6j@9XK4~ax{>> zppU02?fcuBBE1K!=N3y-vn2r`z7w!yivO1{@Fz zr)fo*Ra$i;U<~bee=>)(I5F4o@BYFhUgSFm^TMf?dYqTt>Tig*r|Z$aK0p9ctp1NG zK{YM?w;xAE+Tkx?x6sLeC>zUpj%pTIoWf9ucnvpNY`NmXMBi@)aiDZdjV&OuEow&* z03dk4-n@p#%Vt{5=|Grf6)XQEco!a2;!9bM5d-h59)Bb07-?NPZk1_&tv38bO8P@h zNc7b@E<8MZw5k2|!D-D(N^s$}j+X~3V|-=jO!hYH{PrP?EY|bm`a~1H_oWlz&ACI+ zT#Yx6NSdDau)t(ozuJ#yzwC{Us~0TZSj%r<96ZnsY7OoETHQaXMV8`0RS#=T=oeDv zck=D|Q*lGhR?=E=GP>@9`jFnj^YRdESsU{^8^;7@*+Mq}uNPil9@3QY9Qp|-@eJ1F zS>1lE4Rfmh(iIK=*8uRolGKibz7ln3{ki|+sx{-w_lXniCU}M~)aC?x-VX!F7C?-t zB4YA@B~R)_s8jWT5VavwfnO6g ztNU*0@-r@H;v9&O`J1QEuK5tB84`BkSe!(5C7El)kr=Vk9K{*zTdMSEzcWJ8rYUKF z(A+TeFv_az#*%UYR)j$iSed0#3Xt)R9x=hr5ERMSJ;(CXoC(GuLAdT$n}5I8 zt2)1}(gPs@ZeCJqJnZVkPb#x0n#dc--ch-?0|cjrcYq2vi=W4i%zDt``Qe2OsYIV} zR|h*a>wx>(w5yNs?bck7J(&EDWe)loIZExmmYqmygv z88VqN^wy)x_*1mfHGOGr`c@3NbpJnjK3l5#&*a>6-|=lb&h=h=>Uru$h;@IsyWQ^v zTgf&XEhyl5!5i;(^xIV@+Rn$7I|Sfq%bn~$v6Tu(H9DOy(QY)G3fUK1N`f%_dkcQj zkO1MAgI~|5%KlMMaHzYwJFmDsAD8wfhvO+8pD)K8{-5t)l zq;ya}O`}TC9wU)eld0tw9{bVuY-2Y@0X_QBwmE`u< z8XRtAYXt}zml(5VM=BqFFTYm>N_m%Mr{*CDQgyNQ<@oAzY>7jq%99_B2jC=a=J&{o zhrsO#ktaz72Vo;?K;Zs_$3#$8eeMZihnlTnchL(b;FLJi5jU35o|g$GA7@%0K!Ph) zF;Y4R$(8MS%>zXKD<_Q$ZIukqc5sl6E%qlF)8JtNpQShcW(y-arp2 z9Yl{v0UrX*9UCNvx+g@B>!hLsP^5p(mY;DZ;p1E1$60uzaew3(c$+@u!w_*WxWlo| zI`C$rxP$S5S*^0I!$z(w^?#4zxbjY|szkik<{s=8WKDE^Wh;snr`# zG3K1Vo0ux}Fl|6e%^Rb@{zqr{6Ih!Hv%;Ox_Rfmyn+e@tncMQ~M+AG?kWjuK2|-eP z$RYoWrmqaDqiec7Sa5fTgS!TIcZcBa?jGEo;O_1c+&x%;-~oaJcL;8Gp11DzgQ8}i zn%Q$Gx_9?ltGh$_u!6>(d8Fvj40>=nOBza4z0i&NaK<0bB~0JxIe#7p<>V$l$*&Y1 z$E11p9pZueV)?)PGci&rH%uPA3`m+RFMkv$$5{;T^V=JmD6V04P;ex5lon+a`_(+! zq2M%DHQYTXPyvN7FtJ12Vg96Rj@lPy;z;hhru#RsHyqe{HW#`JHbTXnhsUfiJ3*xw zWi14%;)C;)|MiAsc2f?z3#dsn&93&@4u*|F6BE2!ROfL&LIZ4q>)@@tyj-nB-AuVk zzs>*k{`@yfWxsFA5A$b>`%B>L9JDaw*#f00QmDj03Tb|K#2!d}USb3=p17iFOFpP> zhu=?#`^^?pjQ~1C#OHogykgSU)@HiaY_ZxO_yOaPWs_6=)1ugo-Y%Xya-Rxmzpv-A z@8v43!5;>6wWzMF`CK(!Bp&&{g-BG=G2xF}VKd;pX-7YEo3 zkhuF3EhF7&C9!V{i=#U!@euI&ippDyniv^bMM_waLL!o)@3ryR)J;0JcUM&)ct=G+ zco7iDK_D1ZE-?;dNP=Z|k~kQdR}79M18eK7L2A2+)02~Ch{CEWI@*vKCQEP=Yf_X^ zF*n!9++ux|H^+`p=)|2E|Cjb8kSYPJLIUGp@`>iTSC9Y! z54v<^4-YeI&6?@8y=*ZS6}*+Ev$G<_G@p~sD4i^st^fl`#-khXAgJU*Br zf=ZGw{%=FM;ju}v`oXH=<0%bq7@#C=7l!P0T#9m4q@F-L4b%`7ukEhQgn<{`bFY&Xe!y1 zZ3K+Nsrx)mT`Ez(4W4krF!ufLt}2bEp&)FGR%KWgfwaex_~QHR;*fb^WmUp~kvRKWhb zBoZfBrf&6N3kqmH8x0IXyor4RfAG zFqJC-dd3V`{Uvoy?Hl-Ve@?3$nL&}W6k+$ecXD(H9IuTIzuP9Uo)t-m#A!OPDAkFiq$OeZo%;~&GFM1n0A;Z zbM&8Ea6eWP0Aggbv5%^X{OU#3`as|_9*+~Od>|60y9-`;%vib37x2L-c>PN=|Hp{k z_v1>5?QCoL7+V!m|QF~k-I^7j;+n{K(exVLO9&fu+ z2fGr~H_zwB)#Y#x0OVJKo|kf_u3foJhoi1t!V{5#=h@@l`_CL)7^$TB?R^4!SM|CPphVGdF@KWjcz;RQ{lR>yT)Vd+tj5>|7@L^Dj~XwgJoE zZGGs;iXv(TEJKq;8Yeg^md*uR$2y9gs0&#LZeh5zoPxRGkOT zO&j8h=MDzE3NmuJ2;z*mYb82KDoo<4;oyaf+wkRTXEJfV;ImS&mGA661PrKE2Pu$4 zIDD@HIjqFP`={z-#TKuO4~+GO1lWg4YRiwV@D4@)r%n~7T&I_!JReXGu6%0@)UjmD%)5{MlDyQyRv7m!}6 z+WyGLc_iZQ&E3~wjP{YE)4ZS&D|S5P41LdyF3Gv1EK!O<++vn1?e z%@sdS?Y`=pS(&{U@fazIR{w9?PmUMUaE@V7kqL#NgoKHE{o|0v_3?#L&WZ;fuWMxv zc=o!n{bySVUc=A<;|Qe*ec{@aDA_{cg8k1B^)Ev!bJqGXQ}vzj#4BIdy}kbM=fSpp zm@^O(b>mkxKUG?6EvKEn*Sd{ruHfO|2AzU`1rqoL+(FIF2gK#uh}9=a)|$agr-VLE zbv^8O)(%5eabKmhyx}dtW!jZ|#u+f;A{l4Ek8z}d(}UT@cC&w6y}ai+4vysYqF=X2 z>GZujk$Wx%T*DXUjs0;Tt_G<@hoqMjSWK$UH4oAe_PY`fth&o}dtKHmyrdh!s?5U% zu>?L%J+1`4tsutD{b$wNp{QCXEW%s8eqL0j+rR@4_mpRxr~_4p5ffxdnS{CF@c zPPBOYG1lLcj|npLJO7*u_zRIA_9Oz@x~J{_J~qnyt1RBLmHV!FRx!9d;Gx>ErYDp=;y zgZHa@51EvZl=gc&){Nx->zDekzLRYNH+fLNV|ht{zNd10RWaBJc z&8h$Jao4{+@1&37e>ea`?GASAXl)gFoI!QfeyCtbW^3pW39L@lUg{o&097dYQ|1I4 z`tMYf_SE$1KS(4mac~%HzoI)+V+~8dpI8k^973fcyhEwN; zBU^(wf0P+huZUYChHH#0q!lr$jN$)~PcYpQrQQ~gq9s}h{f0mW9fp>P7KKho-i#(T6lE(V%pOj*4PxJ{yTDlh2l$xDfMyb6r7N42+fVY3#Qb;k5 z-uyBMFP)!BMg}5RQ5$p-G{1rQd+URBixPzdmZQsNs>WDMsXuM0RYVw)>i_cZ!8iP@ z=5YE@r&MjW(~X;v;TxyIl=Cdnr`wa{J&aM)WMY9U%NUiqAA~#(#(%&1HxG_=JH0}u zsxfw&!Vs`98Cd_aQr?@;YbgGRFW62&CNU%wfSlz$+o0w5-k!nwEUw6_OrWspJo|5e zm1(#c{Nq1aEvT_ph8-=MV2DZN3eNSWN9f_4`us|MOi}(@$2|h3Uo-mS6XRL3c+z3O zZ&gTW#qeRukp7OLk>6hyz-<`8S7eyOT#Td@+oGibN%24Mg4&`cBL}3-$aDyna)nG7WWYAc3n7 zbG|y|y`4?_DVD_Z^#q@@t`jO2mqn7^iXzFHgW!vQS4+ojVEj+S?8WJ;gE8!a3na?* zI1Ro;>ZySyikIZ|J0eGbBWtFOp-IRWbHAQJJBFY=82ph~9M}rSx0u+jd`H0=NE}mv zYP>)B8Sj2}yKNP|CtY=Qf5zhNvbT5q2Pyz0Fa5i_GXdg+6f> zhR2G53?;^dx!ebpWie`MaVDzJ<2DTXoa@Wvc)Fs-_fF=V4j}7@p$mAu9=FQFdK<+x zq6FG$e%WtJJ+0!pv@q)coCMoftzJtHW8>`*xFhrAfs<=eVb8ts56pr`2_X1CmNy#8 z==)d3CJ&}2__*N}1QLZz;XolACS7;YKn2csqxYMP>w_F8NYIw|UOd}*-kHl)Xj|!Jf}sT>wC1<1XuQ860BXJ$zXJ1C zaSpdW!SFsZ(PeyY0bzdo(MOhZ{F#IfNN5t+&4ukaKZXr~erAo56YrrB;TD5$vr-}Gh~D-StpOFJ3s-L=77fB$8nnS9v2fNQ3D;mj zkc8Q!AS;4CD@MNX0a<}q99$t)e5dg{4hNanLB!$B9NVGeXiYC@^SlB~2uedLYOw!6 z`b-Hz%}h^HTdTpy1?Pu#fCj3v#}{?tJyDgJ25BXuJDFEPn5z*;I3ZeYVs%b z-5Co>xE?K4F{&gfGV_!EO(4-`JU=so2=Cz?gh1xcQa+=PUWd3iXy;RQmk+!krbgMH(B5mv5V`@Kto|Q*7tE$;z6nc`IF9=fc^fxr(dP6$7enz2ZCPfD=FL<@iHWpQWZoL^2M?FGZNB?;%NQ%(f>`>{?u{g=PZuS1FYY3 z^K7zXq95i~e3d=Ye}<~wxeuqC#iZBvpPdd7du_OgQno61{5=IOv*(UdSMc9~1VBnz zS$Q-y?T$3?)df&+)D(XJ0lWs-A64)l+WR{&jdF9ig#PmTj$fUQ-E4}&EG2Y=h=>vx zPEw+^BvbA?wugLKz-F2Knx-G!mu?3ib)VxcCc>Q9<+k6?UzZKF+b?>V`X1>Q#YH95 zBzWO4c;UjF;V4tw*bj9M@7|hjYHPEm6)Yi5yC1q5rlw?oza+3^_^14DBHsAu-+X!mF6%;-IThH`@7uKvRc z0Rd0f7oJ}nDR0W{PFeRr?(=6H_$l~nG1K-DW_NYR`mXRo3I{DBhT(a(%2o>}C`ya9 zFmAumf$rGOU-3pm`d7E7!gIs!AKwxRHPhL;A2l609kJ&*_P4Ri^_uAP(O53ZczGI1 z&i5i{Fh!K~?F2lPnL?Qh5(K(pEG`vdi~WAof=d#`<7jLb$UK3fE{_wxj(A{Kvaaj! z##O{rM~~mXG7q{ncWHLk^WuUa4wX0nsbE&zMnA=!%4Z8i$ z3n++u{tZ}O=h6PgD#@zmJurNY>HX7BeC$*r407P3PyNMfj*YCiIcl^@XoiC0@>EwJ zEGtIwD%E7a+W__aJ>)5NN^rTp1 z00rr4&ojwxTuW3o*akIsfJObjXTtICzbma*A*B8?fSXqh;c*B>7}%i;si_3DhDw?j z;`Y8liuvQ}BUDIf%f_&}_tUF04K`k_iO_m-63OQtkmV)P%6Y{+LYsLlEqErP)<*6( zbRz!rzv1G0`Ewqe^vDhBww|j_h5I;J9Ph5qXRx?RT){Q1Hyx~iLU$keF07^{6w+CS zqd>2A_1Xtg@+gR;j1uHL3QP$$K*KmWe!F}>$ud>eT)XpvP)#U1Cm}UMU4azg3Wy!8 z#_`_h*X3y{J&Axvv46gToJEe389>QiZet;zeEgMcNz^@HJc_)hdW69`x3Pj5C-I?} z9-jP|(wC2kPEUU0AY}4DSAo)C#M8cxi|VEc%Ph5q_(r_l!6SCjl<9ZNu8_qFf7s>c zQq+qnIQ|jRtkYi7-HL!Ly(L!Z1Tu;K?L6MQV$JM$l+3aV8uWe+kK5XU(7B%{8_N_ z6!kDoD^#wSQ;ysCr$4ZNwm>$i_x%|t{!8#yjXsQ{T*2EjF#>EEkfocPuYX@{Gzsk^ z$@rD9K)VX6L!rJ7AQ&~ZRn%a2YPL)idZxYTzU*stBfpou_A-O;4Y7auShs5^s;#vj zdE*vRr~i<7Daa;EtHS)&B=Xf3zbg6uqr~fgW+{)eErqg}CIcrayMmc_V8Xlgf|vs( z_@F&98hhaeV=ke8Mc`9j0p)Izd1+oZ$8CkYHkd@wG;qc^cG8{9P(_5_bvdChQi3Ep zR8bKG9vb_y7GvNC0~o967Z#eA+>M&(YYy$6iJ0`kMhP=oNM7GREe%lJ_l9!WZku)3 zyzMZ+gf~P#;jYlH7O?=-aAU_G_6GMpy&U&?1X6k}>#H}w^wymai^7?qA{YnX% zsq2NloqV9i%z49Ee-X$}8ZK^&G*#;c{}vOl@VG~)r735xHT4RdY@rvdMH3nd zXRMu|q0Rm-TRoDf2{X^sh{9FhL8sX&qD9rn1-n6oeU*TZ*gpIznF&N3BOdJ%B`dJL zhvprPx~gGf1duaw&O^XyyMP%jQ4AVcL{Vs6x(jidf75hp=tUu($9vwlxH5dKWpuHB zc>uZ3p{zW__`6LGomb3VXhObLaIn(unbb1X6`I4}D5jxs#qY>4kDTP`bwt|v(Usw=jm!c1dV1&AM;DN;e&IC%=@F$RT#n6ul$Ut1z zKkTWhq}Br$mZH3S;y(+*$E{2VO2xH)oaWn#ZPtk!ih+0IhURow5tSGF=Gee8#3t`Pfeo4R#p9+b85bklvo>|rRZp-2`g1R0lP3Mp9sKIyl+YrWchc8tFanyr~L+JzpDW_i;f74L@A7#G)Y~QFx4nXk*gLUc&k9( z3pnB@j96p69yQhWIvg958ohi#OqQXXV2vB8sh*lE3S#+zWxyWYJDs$u-f&dLy+ip;(!)ZNNx6`yiM!sesI&M)^c^@{-K)$yK#5!A$et z2rzj1;`cfdM6auoX65Ownr6j1^qIAJAlgFI3e6ei=M}I)H1buNnlM~iM9vVkgkn$n z60@X31M^8JrEr)>iV^kT9zM7g{zq^Z?~3$_+a z6Y;{BpTbRyx50ZQ=Ss8%eX!ZzL)&;EvLhH{qW-xLI$EfxY9Tm!60bivLVVr9#EQ$Z zVTJ$le_DVL?>|&n@i}zON=`v)OUurOSvj21XP*dDEZ=kP>=-BdR=?t97{@nHDGhtl53dS!u>!E{rY0}ZjGzO0yud8j*)U>qY;_=LX z?AaI!&=SyuE53VU@!r6$E&}jG6%NO>9W-8nsv=$yl%?*cYzyzd?YRuXFmjI9UB21NBA431qv*W zQZY3ffUPyJ^_k86vc~F!cC(xd#XnnT<3kS_Q+QR#wIiunOx%J%Vi3 z>N?~gy_O$2AL2))j<%+_KRcb9QjMoXlf|#+Pj4^2-h!RWq!32$2@}qsEY(QDoBN!o zxtkz*k(i$=T+OaeEhLPDSqPe2U9Eh6(=Atr^vsyV(O4JQ0>?tvRMUbif(J&EqNE3J zA+>9;8HWeNAm~Y9c12ZGGzsEr=M=P6mvAP*Uu$U>Dzpq8qyul*czEC2ad6uhP@;=0 zw#p}~bJX_Lbdv>A@hmk|QmcJUia_ZmBEPV_4Mo5t;RB#kyQy<*2}Z*r?O9 zdLEcY=@T{8TW;{!5%d{u#Tps7Hd^u4BNVQR<~&{NtyY7((|YSTBa~yEME`V#g33h7 zY-mwvVh~#|7=oiP=@mnZG&Fo`uQX-`1guE6n)TK$pmS(GST)!#Lhe#<1A43Pj)ZvZ z4j{3@`^>u0=vc%neuu+j(tu~VLtVTJs}bxI#KLrQwi!txWgebLVwalg&CkBS*vj=U zK0nL%&(gvX5)zKmBw;MATU&m)hRamF`ysv5Ap~&cjsoRsD~mR z&XQxCiT`Obpv~?=Q_&pxNgCm_9It65?Q@5#UvI;27_O{TtQZjC!5P5n^__bo^EMr380|+nKR)&fdAGew?ifS)kg9k-5$Fm z@V(urh0$;eYV#Ay_2}2l#)FV=hL8)y(TmtKTIKH2pg?>h@&H&dF)An8K;mX|Y@c^vzvBri}!=!yq6JQ~B}*D9#}1c{<4H zqIm+~EeRmIT=%Kh?_{TW|7^EhSXQ?0_WOfEI$=ASCSPVsaN#}hRPT?Ng9FoYy+MwK zD?M>kkU^s{grWCNc!qFA~WtBE@f!78dW>3F?fU}x3uws~r+xE7@%!lDM_EK!GzTM-+qn+Ny!3xS| zrqj&}_hiLrXjf8eqkoshR}AeM8cNq10$mXCQXq;r=WB)mY)TkZtq)SygWG+vV#nN# z`rGQ)x0Dvx*mKmG_&5h`ZsvyNoKmD^l_o#rtV!qd)w5yZDLoghsNLZM*7v*kK(S#O zVTEStK8ez0jG3_ln~lgB6Jt3D$GWmPwj}@aWnF}BJx<=eygvNzDb%QAKyNrq)H~~b zw9Jkh83qw}bDcJA>#^Z=gR=V&SJaZqbO}m{Xn!Jo&M<49uqYb1?lc(Oi%=re5Oi=O z1NtfxJ=GkFe6H&{jHE~GJP(5_8=WmK73dgToEG4x?;0rq?}z z6}vO0iEqWPK}SDbrK{xBKN zpW~EZ{zUJLru@us9n6Q~g)`z3m!r3I`y-O#CJ~elsku*IZyHN8EABNlo`hjS+Z?t< zn>YlWsQm?Y_sswe{8c3!?`TUMIGT)6QI+p%n~h(pr1gZ~`n@B()?RpbflnZps#5d9Rj_;!os4mt`4S< ziV9!Q+uZPJ8RGMnyg)SoCl_AKQ@HtDbRI@5St{n8%78Qdc^?HHNaw=NzER0X%up4) zDcAYgLdzOXdVNGYQ|^Ze`C9cEDji2ZXQ0D-QTd>$hf@ccWc^Hb{<47X!uNYb&w9F+ zW{Z1wuoi$_;=4Job-e6gfOBQw8~+00oZt)JztTK|?k%bF(jV5mewHeXS|@GMQR`{q z0^mX)6|Zv#NxMkYCCu`|yO4Bqi8K5Z&t<`-un3R6n|mS4ka@&zz|eqq5TaguZ<&=I zDR*%k$SPIS=nV26y42o^DetXePu~Ii$&5kdTsgmvZ0nN@IDO(clGcl0AQooT!2Aao zQxGI5F5g|k&~Am3$k&az=hx4;E~Jd;n$TKEjmU6KCeL=cUs^JucS7XyG7_Iy=geT_ zp_+_YO106nG)1xuB(r{nWXkFANmM%rjZ=!^Sju3mK$34k1;LV4G|ojyJ6=I2ohtJIH z(ZwdctfQaMNihSRq4J`HV6JX}-lE6}dd-Z{P?SWQQ=SU5qC>%6+8O>rz<`h8l&ZkUcnB^XWCj@%hHn*{v(S!-`UNu6d3K1D!_IEn%+{C4^i~YZ@}$UmSyA1& zDOF5QGgxgnFKUtqubU7AvwRV3?j|0Luxt{ZQGBd|l+aih2cf8Jfp;IL>Ea3B=oZi~ z>=*@67R(-*R>XjxorjX0Z(Eegrj+jKZQw~zjU7W4WVvB{MnYSN27fQQTdZOxx~d5Q z36oY{2(r~zEhQ0w7fBOG8kWI3;T1+Q1#kF1hkmJnr15O29{r@eq_9c^1JbCBfz*X7 zTAbZ6X9;yuJap;%9iPuNU|YmiCMFNr#!uwC5Hn#rQ`oaRCa z-cvNzs6^ux?1?gg?X=WG5Fpl@Zib4`rbZQP#exTUK;6QPW5m!ER0s7Pjt$DVHiL`` z{ESD34q@g29!WJh6+!RQa))sGrzp|CDBZ@+@BxRWSqY51xYi-sXOz?%K-M41TwgnS za;E{<1DRecwtzO$`CwLN|5u#*)=xV%xgmkM}HX|`C z;;@L!zgYT+2VYY7u{}B0zrE%^Fzo;I88p<%gh`p06ba?WQLRj@vYCw)wzP2AFeV8F zB$9pZej0=&Rd_aNGjnr|k5lf&#oPMEMmRY+$&Ntankz5&0g|C7|7Y}ZXC!M7D}}gV zU~|1Y>b;-#h1F~<&SdB}tx!DcSlB^`|NY0^iqZK07c`ju%ont_vzzMrFz=oCt}x;8 zA*(}eT*<$yfUWv4aiKmc>-t4lFvk5ao6Kz?~+92zVyS59} zsnjPSj40gmg#9`jjuzZ4A7@sxH(L7Y(?+vfw3YoR6>z|h7EO&6auT6xt8uIBsf3w6 z%1e`afuHkO9_{?BPRDX*CL&VfGmwJnin;jZM_XTwN|898$#*n7i78CSd z=+<6LSPUrmyG)!woL^oZA~Fb^Hz)BhhCRm&>e|rZ)S8b}Rt!irY0-(gv7ysD1dkem z#tuRTy3nvFSFvb_v=EIo0mY`T1|om*A@QvZ^MW+)Sg}4FME@VozRvmND zZ!a3o7i7~6Me6*Pgh@WPBfs03_(za(99&hF&mQ7kv=CjE_py2#6<(+u7JILb1&SnAWt z<+#C9E%q;H8U6TZzN8CH!9ZSZi{3!_F?p9t{mFIn1D4cZg{ABcz|*O)_kXs2WJ$Q5 z+*%IfHhl~vB~g;lk#*jc-#;%jURMDT(x<-3e`UGg9pV*-75Au|lr%rEiIz_MaA_=cXj9ABp(h zmHr3rO>H!-WvH()Lhi2p>%XQaxcn;84rR_feCPZM4WQx(#z#)3fNl7yi3zk^WA4bB zO2l7}``vpSvGwwM*krs#vWc>GGaXP~J zSv)RlNBZoQCP@+{hEc3cv$7gVRtC7iTjX!ZsnFXkVht!rd4!AVtoQUh99u}!MXXGN zHU{`++suTh4gl~^8XR*@hfZEFWF{zewUkpP4&1FLzUvT!<$4#vm%5ctQ$0Mg=DSvG%ntHSoR zEqWT$yJ$|yLup8K1o?DE2oUGz&pYk?iWhV8BVx9-B%SwXEk92#zyJAof6#6=k7gd> z`8%v5%Y~)88+aV{!$*Qoa`bhk7+S=H|aSGD1i~7qUH_a9i-FOgiHu?pQGlr)9&X zMi;CS*j9AH1H9A1iZNgazQ-&jWmro8>avp^;ubKYN0^$yC9TwbGcLq2mK*( znQx28Iy_EZtlaa(>_3OS={4n=#!R77C#kkIFloP28n^s%?v~_11m%n)gtyH@sg7=q zRavmfRTURviDBs^wc4wi(~ap)sK{vsD>BtEo1aTM@+&f6J;I@Vk(97N@0k#fLyV#! zYFsD2>cUzonKbRkJ5BDK*pU!>Mq@j5i7=VfNt5tOELv2@fu=)H$qoc_ zdm%MbYR76}4>RlOUbGwGH^23WaddEg6opWXbdW^p(iO>^_6Mx9U7s0L&6d{D=tLM3 zOQkO?6kKxN8^kEKOHqu6NQz-*l2=g72sVdMYQkMfRNVeIs+D`e7ypBsSyKCZQUCFI z+$)7BZjtVb0;z=w!Fu*q&S7s&L>}KEwZHQfsNtoR$a$p)Ef#Sesmb)RDCs zv6)hop2_q#lS27lvSm|~>KM6L?L@o?NeeO;Hi@pB?WjoBWpXm|e?k0x*n%!F_q(-e)180MSNJOJW;u z?=>oKXh;m8a*Wzjkc(7k>7ozPz8K;kEKQCn+naZBf5GEbGt-VIkzPoPdL;$@S8M?q zz(zM5fwCQ$&f-8v`m}TBJHND4wlYfTM$gDN&A*I|xBh`^InM>>cyD&01;`gZ7Q!g$W9MpNW(!ZX8Bu~tZNrO}WLe#j{&dmN^bKw+McAs+Ag(w?7r7iuKSbeXQVQA&Hucc8eMn1BDTdR5aZx_x`l=durkh@B6sS zgdWp@8?%%)k)*PJBWJBQb#8^?#0?#nYZ4evm87yE1$E#bNaduNQZau@@GM-_M9LBG z&NxO5cEKs$nA!DPVfVf-F)sW(u>v(G=zjc2w+@-p0t(kaGHN)J)EkLulH+EM!tt(6 z=X}LkrjKCLN}k7Q+CEL|eLT}Z;`#zn*%8K06Mt!7r#MxB7&m&XsZ&jg2M1K|C`@>b zhq-m|_z;9~2tK|GaChxtX9~_n6leb^tW#p;!l}j@4o{)E>faK8V&2F|4n=$@`q;L6 zG%_lPga2h2WU4I_>lg$cVRL>*%4WW%^+I@@DWa`Ssn|hT;XUKW92yW|Eu2&n4EkDv zo)0~e^6>KKBOudTuI@Nfaq+Ji4YtG)exk0rop{2Ck+ycF-)$6t%XpdqtuTB>g9ySC zuKS4jJqzpVkOc(=(In9ajnU?=%rmQ~;CE z=d~AEQ&HJ(a(wUe1DT7a{))}tqYpV(c%~It*MFogx^=>Hl_KHpOln0iY_jpNYHSF9 zCgD`auQ%}HKHg=)4cIlIb}9Z_*;g~8EoXo9hJ#9~IE8AwiryQ|g3@U*C~lX5DUAeh z7Bkw$s@{~loJ7?j2sOmmjyQWgo>+Vijlc048KDp$C3M2TkTJ9(sSvU-lt>M6l!K76 zFcLb1cDTc|O`uxMaNF;q?m7e47-B9YFrp|1^Ux9r;^5>U$(H*Y z^mD_aZ_O5JYoY0LUgNr;>;q&_smhV;ssu19F=&}HFGyE&u1<7bRZ~l%NuZ=oRl;MN z>4ds69LD-mC|zRg2(#xbg63bthtNuCKI$rtgiekzn&5pF%yEz#!6g1h{cwC~@^dS_CY+aK;W*jlUssKOSxCkOPHUa9IkXP05%` z2BdyaNKu;J?iVP0Diuguy17?S4>Wo7zd_XN@&_p zV}5nOJ(JDa{L3SRDI9!F0$T0cvo?H%uF|;zXn@sDy{X+luM5-$b9hE80Lx(D$6|oa za_am}KA({gxLL@`x%_83TzG|DUjq7KoniYp;%}GUQ~D0OFQ@b_&0PO9BVX{CAF0f< z>#cj}{l|X<#lyj*({Ai=6y)ON!!K-X=T&1CuL1VxGPagE$Iki*lPcO)wPi7Wm9wV8 zuGL`n213tnY)(n>bPMNPkWwL9DiK~|hvt?Iwh1mw45p;F06iEzeq>LTZj5=zkn(C4 z!DV1qEA$&EF)3)NddQ@G$h2L|h2aVqH`t7&j|20DPDZJ&MVpSG)243~%tTMmm9d-t zQ!D87{^hNcXb=;+7~W>HD0Y)2@S)A7Pq_1&ax~x^$1WmLcAFa4M+3ZZo>iNtVyeTJ zu)6z0Va>cyalR=>#6vh%wn1xGyKhE3u$1vfB5v?+b~|2U9Zqp?uunaF+;@>(LDn*} z=&p;YRI#ore?@8_8vM#_H2!XYs*W8ktqr>35!AF@gZ5m>>b2&*W5b9;OsyU|xfwDw zQPG+(U0UeO#Il1InVl%W4#hvw1o%InT%_#p5Fo7N z$kk;eSuAH+XES+wt_`Cu2q;qf2($~OslhJ!?e_(4=fy#@bHRBNWiE}i&@W$EKN;RWWl0!1e*CGD=$ znQTAG;-o5FZ2wulGo1yNJBm{dckZ8MnG9JT3wqU*K6-Tx?LP%=w7-?GYba-ij2Sr5 zSPWb3HRQ8etO~Yota9X1O5^pm=%L+A;J`R8eFoZ0Xo^u@p!(EwN^TJIq}j6Vx&88Yrs!rjYy1 zagbWj;x)#F#d9{1g(@m^D&LA5zg4Hw(SKgCQ17j-egwl`i^~m=qjsS5|6%#N02AGs zcNPn{6a@;UNE3!C=sl+3Iu^K?g{_(%=+=Mg+ekMNnBV_gV;IATsAAc3G2l7D{}tgL z2;VlP^LJK7@4XLc-K}hDQhj|A_kvv)w#RJfZzFQ)LakqD>NsYYy84mdj+Qv8YREwt zoxaKA4G!AFRhdW&GMAg&*lSfqMaQ1GvbQM|-wAU?-VeqLZ8 zX76gdE*-)hS%O>+VQTJQPqo;~loC#ziD9*JhD`xOT-G#Y3$Nb2A2nf>&V1+U#Aga$ z&W>-pbE}gnt+2#ZpZ3%KQs<8G>eD3&Qf$VlJ$yVJ7ARwklmf6P8;>!mwS$@aq z$a8lwf!J__HHP4cj;xl6VqoN>gq@8JKS~vZqt~(sik04je=nwtsnCeZV@;PnxjbBA zx2gcHci{tcNu|?h<1&yJl;ryffZq288g^hYN|O2}f1%LfM|`vw{YShWQ@MY+)4HZ|;k;c;1x=Do)6%9Lo~PJX z0sL}s{#=Jcu#W<(JDWdT)&?rYyfj{NXE5YjOb{smeI)*J6LvSl7f?b~*%=9R^h4Y^ z%_u6g6u9{MSC-PZ%jIB!O8{*7jK(-G{ai@O6715i})w*8_$cq3_Okd9Z&FCiKmT7iffG%$b|(Z@2YWe)qj9 z7O1%+Z=E+56QK+2@JYA;(5c`vyx!6jKIn4*foG-$^!*vgf1kPN3?!yuUsTf3sO%Ul+o?w4ztzn1Mg|SaZt@P+cV`e^(3&R0G!9$?ii*TwnJ0)K{N!j9_1I5JWnK5Vn9}RAYKf`nMmANg8 zm_3=5Wl+;JCmj!OuWFHr$Bo`tpuTh=eL1;PFmj%_j30ehPrjhtv=*Mr)gOx;_!sc* zK~{mMf-WKkNsLV=Rc@UV@6rruAi|J}nEO}6DGsKNKFB^80l{TGni;DY3g#qeh_(qD zH!*UUSikh6bU-@WN9i1v4E<;6pUVtyrE{y=WJ~6SKz4h##AHSky^S3gYDSdolrxP2 ztPu6+&=3S|ZCWg3QPV+H#@*ID9CS+`I!pN|tdt~?MD_vIIC!|TUb4sM7jb)&N?iRO zqPVG|QSbuJ6%OjX;WxB{NFleOo|xVYEMURD6$VQ(xQNdA8gIAAFznN_Gvzi~H`ufg z=s~S?Uf}gT)-Z>HwO9A*&I5LBNQD$S0Lh*n*=tnWSs<|`6|>=-H?;iL0q&XzR5)ij zenx=KzCY4&}&7fw5c<_!_8LMkRm{CFD)f8ElSAd;jU_4DoPJ0d1_urfcLHa;1( z4w+sq&*JC+#u-GoVWmnD0*;Eah_OD8f}(``^yh6VL=1S6`PdmS?umU`hxPiSItJ`i zIGQ4;500wT*sUPfwC2x2`q9D=$ffm92v{1GNj@~Y)!5R0yW0}@#OMg~ zs?zPYtYc>ej{lFkul|ebi`pH!Bm@MM?ha|G0i;u4GBz4vdpKh2qQW)7U$d$0Yh^*n1W=8GVghsV^rvgT%HvOMp602x;M zbFx#)_+rjh51oM|O%*Z)je%fu#ov+%Wo2dGA8!?2-EECp70QZ4zxYZ+A6Ka#lz6AB zMDlEygDJN!5t|7kYEY{o@n}be0<5s-Ar(@%n5R-0ug*UtN{&`zTEi=SAE$f_)_wPU zc916iZT9o8`Sr)nuN z=e{TTRnLQ*S3~$b;13-VSehBzLe&EG-^YU|260IyE5=x{$colArgptKUkm=xe&(RE z&Sj8_8w{reur=T5YJc9avgFGLcz0}x;QrHff)9GFfzNOJ!5G+<1f{4-ibLXe>Zcxz zZsnOmKcXK+fA2X5+=!zg2=eBH7JuNA*3}?3^2Qn4YI~Wedn zE)dHteAiGtr9M?oYM~oPCRQI>#+%zW5%ndHFlLIizGmictP38BG!*OI&o?7FuemTP zPZ{)APKeKc^6@N%uLiV|k&@aYgJnO=JrAx-;+j)s<37IDtrLJEH+!ZDcl-hU$q(l} zJ|TApZ3E((8bd$cvMK%rW+I+zdvMdGh~>mCDM_iRW#KPfj4ztMePO6ohezpljM5p0 zzJU*U(s4hODhN&D8dHJs}o*q>q!ul226Io%&|ID)bjd`IvI|xMHG%L8o3gi%2vV5zC;-T{F;a7_p9_{5j#N zjzAjAdFe#?OlwM^8`jBb;)~}dMsqUrvV4L=c@9K;;-m$ke8YP$%2kaGuwE)$8ap$j z7VxjKKelTLoSL0sKTDisHm2Oi>r33%vt73{GoSr66*1mHLpl2;(c+!iK~V=ypA}4j z>bmVlHPeWVXQuxB#K@1c$8uF#y!9!B(FLDZ`2pf;6^q|;B7+p`m3N-OHu*(T%Fich zrC_xD97T?{n}iU*a!1{eguz0Y;{u5h^QI!BzR&f09z{AwC}YokFh*hw+{}`Y=Jtdm z2l^8og~vPhdh+*EAoxdbi})Abar-RZ)CK8sgo;{p;vwUh1X~= zSH$zU`y<|k)+wM-+vFdOJxyhMHn8(03k-$)5}_bjJ!{V&cvGlSn1v<87K?}@81qF> z`^!efbvE2Xx6`i5*-Yl~kJCNo0eAARrxiQZvOn3yz92h&Z!y-x5`gn(1h|;DH_-+T z39n(_IxW~)y#Kia1M9mWAv@eSR!++MZ*%j(-yru2&VQt`8y${c@Vp0jSr}F=&Vw&R z!zGV40G*m__n_X3{6D5>Yfr_bS|L=AbhT;RP|?-jO7d!kS~n%Ozu~~0Dxh_*pgFp= z7v45av6x4SBf1ewBALRbKtHxPqzb9c56`zMD6MNqLaMVh-V<%gZT$~ z5&FYDgu)T_x>^U4=i|)kk+L6TuwTA`C}#}L6TLQ0`ryaK+DS$_MsX{(VE+w|oSI5n zZX5>w(*`_RdEcN3t^kB^_NcUOK6{sN_&F81xg4zTZH?{!D|@+&UofQqJh=ARbZx*eqVdik~;ezv4J2{>?rhbMC3z!%Ut% z%nu<)MIv%uj%g*pJEw%VRNxaVSNaJ(CPMh77M>z@DuPw4|xH(!3Osx zf1y^;OZ}<&8duYCG5+bO-_AciSg#R$E;xPTqH5P&QPI9J?E!io+N<~C!!wacwO@W} z31>m>n_-qUSnVG5LL=n9aJa{|zhwt~L`Ml5z&P#gk``c_sOkspx|Fisa? z#Mj>{(#0mulT2^GB*}IxW|v1%{Az_}&ywby*oD*~@%LaU`-;m~mx!$(B+%VhW5NyCq=ZXrS=9&C}#EbH$ocK z`!ky(68nCItdl{9)~$jDYBrje#{YCou1GcHf;+o#ouF!nIq?y11Nvt1)@cE4s)2ma zDxv+jaBA_o;6^oc>UpbEbskYZuML!R= zNJLoUvJX?S6YP}{8FOPp{j+?SKP6$m_ixVZ>Ipy#vvfE(Lv&wF>$A5L2Tjj12C3Uo zyVt6B<{huZ)0Vv&TYwZZPz^97OW+;^?V!cc-D=D_<0Yi^0kU#}dFi%feC)b)s;YD4 z*oc-kqEn(1eGlXC5EDDp2}B<(G;-V{vsRD@A(ITrv$cswH)jdhozUyfEmelgkKUdA8_8RXwm1ihUGqYv_?qpa0@i+at|lIf zzP*ExfNFyG-M~mt`%ngiKxDHiB;B9EdH_88$b}IgRH|4I*PnHaImDW=V@-Q$wM4 z8+0yau}&!?w+|@vJ|eJ^;MZDHY?6XG{X9~!cF`Pb;ne1n{c~T)^HofMr0LHs0jtil z_h@yYikON-rLW_Oy(oB`%oUiv)5Ccg^IE(!lehB}r7z=or}R76O1y1a!j3-8HK?VQ zbqt&%3z~1Z(jP}!2gxA^{14_2K9=NRf@+RRi=BJ%nngXRkj~FQJ5G;)m$qpHy0PXw zx7FZqnORz;RcX_v_mDUw7*GQ#$S0$Mz+leCX+A*!M|1t0 zk2{@?i?Zidj<3qI8rw>Va)8{T=%AA#$g1p_pKOqv#jj(aMoUCg{xOu1CohDt0y@%(Y`IiOR%gQyzUYm13};G zuHuEP1jD6yKw3@i7!(KQK`T`R;{RR^sCsF%b*_YV4L=Mr0WE z!E|Qr$5fcJEfLSls0=|^M5Jn*VQ6m*cf!rVqyLbwUX~?{w&k4 z->Q>=dgdkV1VF0`RuQMb?7O&|`}Yyhy!bWZMkjf zc869z69g2T7eJC~ud$FO+Ds;h^1u8y30qeC99&S7gNDN59f6!P$^HhlV4Wo(%#The{z;r4pdM{UsY-_4pTi7pI6`cFMIy!`~ zcU-JQ(98UK0GmkbLw7ZHJar~kWmSsNfaZ0M11NO9x#AvOumVL>TtlyNj=xc)3J(4* z)w@^;M*rr{cD$uW6`9}BiU;mFldbJu-A(_wS^A7`Ue^^5Erk)c`tGJmzr<(L$#yS4# zZ;mxAQei_TN=Pi4pXD`#oK7m>{#>q8Dv3H4KkeW6Ge{Eo!S@Qh^zMrK z%>v0&i`{`G^N6~NiY=vgIf%2jno>+)I zxeAH|wgKIX{CDQWjBzY%`*l4=x0>WQ@N^~;nKpp|GQXcde+`t2y9DJ8 z7*!&`fYE_m{lTp$_)}Xj{qgT#Vpc2V61*;RX9q`yOBuMypH;+-H{>gb88II#E*qE~ zOE(x}`x(3dP8*1=CA~AVva%W%$5&yOA37E6F18OK)s-78*@S#;|IIpYmq4!)^p`Cb z=1YAua%Yf^U3qdXF{{<%_@FU|hYeCd`M_U*xTni6 z>11m1#f zKC!q8U~M4INR+A$x~}h*4i<6b)K(dJE2(DlkVu{m2|k}Ix&7X_*H&#&n$XedVj6$l zmLx7f%|?l_)0O>LR0ii!Z=V}rRTAB)-yey`yU|a*FPmgxD!`poVm#$JLa&14c1W;J zR*RlK1ZB#I52VEQg^l$M|te3_Kez?64%ORHb^_!1Y0Ou-WjVW8F{&M zekn}AXX#6k9Hf;k)d+loglJE~a-(nvlo!Z2-F+P>yi5bmbal(w=3uhD)aGO?v$33$Fn73 zS<@(Z7fjG|OQJ{Gmg~pFj*s^R!MjSJC+>lZY*uN@ zQ-PrQCAy&_+V=A&dp*hX2WQRuBKbjT@S z0>tV|-U7x0{Y&&bTtbYSH|+uts{(lu3dL8jA@JE96p+8(?(3E46g95=WcQarLob(Q zTPn|Vs3F#zDu$LOwO)zSrkj7AJ3wECG7B)@rFbfSA9X00PAc%0?6=4i+tASlH-0zf zfrD_zL*z8xR3`~|+uB^48cLr&;NR$C)=crJC(3{1%|0bhlM*)XNpAVrnUz<;knYbd zYX0u($k*+#GDgrt65tpD6#!Jb5%_=)f zCD~#_8YOWQ=b1$@X86hey9Bg}-{ci$3rXkK$FJnQ9xyKB3?AN{v@;GLYui2Gnou>xL+OY$XE5jy{wyh|qLdNfmxpLuEy?yb!8EzpBkFV%QYo1RQ7KvzFz{`;hgz;w7>0_Ex7tz4EDbD6)c|h zbixF`er@@#BVTR!>9rRW^)W{w`Ok)qY7a&e4pU|{t79W8jc&eySVzgsCz|!g)%oiF zra~#?6p7jIww(0T6@Pg){u=Xn>+ERb^xM_eQ!i;NE@A96%qU*45!R{EC9{(}r6c0P+63AC2KJ6=K=yw@6xsh0QK;I|DfVr0@=fCe0w+T{X;;DbLJ zLv|zZKFDF6H?yu$`OUhWz;AARrN`V`f+AZ%yr4iC5?@IW$evVEc`l$!uw^kTotmncthj3p&$y=Rn8O62OZE1pKU~( zM$QgmnFg^FTm{u1&oE8tB1Y}d>el7(VlfLyE-=70lr?CP9@0{Ms=?~Cu-`s@DFoPc zwiv@SlRsDKoZna}u9RrRYddL4p0CmMpPEJJ=I^@;hL|h6s4Z)xlcH1j@^DV}*PIx9K$2)cgUXv7O(XnUQ+4EzX2cmZS#86Yr%;MValeL zCNeN`bql^2_0p0=T}P~RFK5l=-|VO>&-(6+HD=HZU!*s7O}>`Fi=vQ)L|9SutUdSh zKqCkhe9nKuJkS!2Yw>@?YqA7nx6Keh=^*_S&VnX2S%~6vRj0z+mFkB92p8J>TN2N%Y?{(%p4==>* z7cV3-F;gp6=>N?96!*asok)9gy8HA z<-}9fik(PTsK~&$jISQj#>T?wgrAG}4H?OBd`SY+o!dBr1 zFwihwoPSApq<(GlkI_I3)6cNp( z4drzjwp&BCEvsuOSZOXRp;KP7Emq%#@&`W^aw}dY6Xh#2%E2ihIo;&t4UMiG>Sa5F zJmoXs4{|Nr8Lw?6U%z9@={3nEMVbq3wW9SQJXZWvE>i9HfGh@N-mHB>NN z#<%4c*6sn7L0NFK^@1%(9^E|Wad1y?ol7P%!Hs)fnM?rM0&Uk6vIg*V;Ps!PBGSG> zf)g!GD>GA?uQ_9aZtB<8ID4Z#6&+)~Zd?ZAGcJcqy9o~AdoWW6EMM3+BmA#gTYk0z zmolkd$O~9B3|7O~tNY7+@6#6M6n20Fg%^4TvAGIBMU1!W^~Gg0ZZO=iDx@2v(!7>S2U#ZQ<3>!_Idvi*SH8t^;GV zsOTJY0cBR%-~?;U@tov^0_nfaCR*{BtqilwsXM_3TJfMJI4tiQtXj zc(Q!09mYOmzY$DV(v?|%8w02&1()5m_~yvcJ9G~1saLJz z#q?pblaGcUpsjwPlHWooyQ)(K2J5y)JdO^G`An)}KNQc6=g7v~jl*mR`v3SI^jST- z1T&)AC8~QTELr_ep(}>b!4%UY;ADVg3Ptd1^H;PbG2y$bvfvXcT;Ip7KXsLml6qdV zF#7mu-ue6?Rb`&#ZV?$$PCA>U%aOw3sz20SyXe8Rx9>bg6I))Gsa3LIB_de-mpPUWyxrFgHu}7pW+KV0 z2pfu-i6CoCzaU5`d!K#INE$KcqDfBK^Y_L{^Io{}bcP;|QPa1xq5 zY679EG?GV2t3lV+wBbZa4qggsJf7!Hr2&jg6JlI?&D}Zl7>bmCS@((I4!u@_A3>U5 zULMn5|BEKbxh&Iy$fC?*a2wc`CipTPM_9pBHs!sS50B8#F~PUDw)ffspb7LEcz(X~ zJ5UkH2)hnNSyz395{Kt7eVR@2ug6Yq7L5nlq^QX#64z@-`HIxPyvuYIq82+A5D>&0 z-eO}|c#^Sd$tSW8krQTq!+mo-rpht=!K%&)a_g_?D97V8JTX&MDKE z9&V+ee(}@l_tApY;`Tx&wF)02Z|)%Xd`+LU|LXDl5SFzuMZAAdnc&iOFUn??=p(?arR?o7T{y&HYXNp=d1}e zHaG%oeKcwr7Tm*x&8W@LPQ)bywD`2p^3`Yjx)juD9v{u!M0@U4n;=`Cm79y7>O21; zCmqvj#=SI4S&^la@TOI-L-27ZUI;saV-jura==NJd&{GMNbU}meAlpx!RR&8e&c~@ z16Mv(=&{>a_iVeVZMm}}jdmk3!N3k4;kfJ+2Gzi1{wjq2IR-yYTDbs0_zX0iES$q8lgU(j* zl(RFK-UgnaRYoQ=1|(dHZZkT%4Vr_-UYRnPeRLLh^JWA9<#RbBq2VibRhMSUjBB4@ zsITfFO%hhe%Mn%RSMl!GWXs6cl(TJ4xlOIQqHm{)A9+4~9}#u2>iRkL1Xlb{1t3tP9{2mDq(|pvWO*TUjNFY`ro1K>GA7f%6C-^OG3&_K zYm0pJ0s}7IgcG56XPiVd*iHuv1L9XtS#C6?EUxJ3>j6Vbyo_m*@*?*Be2>^zQ`8}@ z2+t?u>(VPuPSm|~#!A2o>K`SA*+CkwhMY$DF^YV8kk%v*(%%>;tMEoLa9@%})_N(u|f06$@U{RtIy^=+_ z*@R)WotDUX)5~QwsI^no9fD_|kLv&UIOeFW?)RU0jW?hr+Ahc`p0UZPV;?4mSv&@1 z&%w777Ix;tPNrC$W9tyAHCO!O(IuEsO|ZUU;cHmH_A~6u`zL{yNZlaeb1dX#5%l>? zPk(gN=t{@A+m7Gqqi~{J*E)eT-ld>(Hi16#K|vR4vKKR2zcCs0N(G=B?#_w}V03I{ zxG_;eZePsjp3d$f&{H3$@AbGF-eY*;Wyrr`9WTTZ) z^zBSNC$qcP>zc_gM{-jk1`YBHH>~b$#v~C|dMdUTWs4tofYa`W3I|@!ihk>b>$hN< zOQ0_X1-X&f>#Q+ulYWWQ$4MeC4V&X^pr|lwkgLJ z`}y#hwqit1^J=9ytz{xpb}m^+c^@VrS2#sOpMI-`|7j@|n5~PUY2-_>pE|ia8&Khr zumw!6s$#l%G+lDym-t@TAU{?3;#72b13?k%RA=?@N2wIp;Za11QxZSo4XJg%LBd$$ zN+CR2sYw0JqYI#B5NkL~_F6O&;TLeR7;7z9ru2CNH6hLb5sn?pvgT#Bd6~=}hpm0m zFqe+Mp)lJl3n;a3C_eYkZEIKC#Ew0eu~ocEFKwFKB9RMjLCXB|*$0WVYD%SN0E7aI^X6%us27oJ|vwn zzkX=5uxCl0_2&<#G3^`L^vT(iG#7ht;uuxC`ZS?T#D4E;_%A4AMw_5rmFs4e&w zvnS$MS-3XD!|n9ab_rT{P2YJ)g~Tr)Ype0b8XniI{gM>Il&I{&JaZcN5sR@N`|;`g zbHY=fce}VL^s=EFNlczvZDVyI+^9pz5aBN-pRa)pdT1}AqY3SA`nm-JW0$5*)R5nF z)bZ0lPi2S<3YfdR-F-RHC5|^v4RzE0<-dVB$4yvD@eg%|f8jmd8@6d;BA99Si>l0- z%#N5G!`pj$wcJKB=yvzS(9_HP@=_RMk=HmNi{WJLQ=_>eqMozJM>g}R_#rw$d>Qkt zh~Z2$82j3Z6+d)WixEVpHN8v@fZSS7W5FY6uCesYoh}Sk{HNp7(%p*kTsv#@{qc$) z(Jcmc{H^h?2bC97UpY_bovPRWdAJ=gxu~(K>eY>IjD9Kc){fABR&$P&!BSl&rb!6% zN&W7RYK%sVc!`ycy_=D7#_q51A}1pza1>m4H&_;;K&ItlDDvhB?ZeX{u;EW~9`AW$ zs@8?Qkcqi?Ll{=6U%Iiv(Cxw=^<7t^#)Muejp;HM(&cHBseP@?dJ^e9fNv z&&43*d_uXj%$Kx{#3r_a1p4mj3tB=3lVrgWRPyAuQvvz!JG7*clDX@r6VLH`nD)11 zUHl{df=3mfA?uDZNNbvffn}Cp2LHt8-z+S`md0MByc?b?8*CgX{P7ui?Hknm=6mQ~ z(^@M@f~9Z$fhEWC$y!!n4W{w+OXm#+v^Jqc+Y?|;ckM^qdbC5p*dVs?y2e(v?#K5h zuHj@Ou*eeu^3-IPkV3!K^TW8)13cwwFsb`RVn)yWc_;ADtokQ!kW;xlX zxaVhxl4gB~A7Xs_U4F^0VJ!#y9A;rPv4v48_cS&*Xz6Jf5$!VG(*%#~fE!t?h4wMP)2qu%%`FkC}ob^|je4b9w(>mlKi`*JbXLA()*6EyqwKH=C;J{d|6!og(Jc*W zDmP4b;oh-ITpN@VK~1T=L-;HlZ&Pvsh*HQSZl05&`~#$(J|!yNT*TXap9R48w**FP zkcKL-ago154(Wf}4X6rw`UshTh994vuF9)CV9Vd=H#+IQtk%i8xN%$+l!g|*g`B|cQu6Dx82J(sLNS)H5ntUsR!+3Du*V*|{&O+K$Aj^_YA+pxlUr{IpbI}six3T0Z z5!#*CgXu`lF(r@E0NgmW7p)l|Mm@E{MD+M#p$)7iEO<6wu#!7*D`p*=A$)KxPDIf1 z6%+_NW`<$e)FNslNN>%%C`g|X#&f4=VgzgYI@i&Z)wc~TX&=gzrZ*d2wm)GT7En|E z4Xi;H6wDlH_dP3a%xkwFQMRFiQG}B^%=D6vwRug#?M=_$RiqTreXQeQ40>(L@BRhY zC{3S)c(N`C(^Ghs%B}k74FHaz_XrH=z1JbSW^?Mr95dTVX!0AW+}k|PuWS^}9Ye(9 zM6W^_@Fu>>MZn>M@cI*s8gh}n8;7|5&RlJ-SDyHl5yM+A>XHo!*g&K7vSutPie!Gg zU#Y-j+Olv{Cv3tM=sL!xup)rY6zh#WhRRnmYO)~)j$fkYT!XuB>}j@}g&65b=t z%8}-+^l=z3ofi+^e{Wf`C&o4Av(FnFi5@DaNI3r-9g(Qfzv`B(?7+kDX_`Xu+w{>1 z5pa=eXRqutnW_`i1n$o`WQ~4Uwxb#V1%3V)W4@rIo(rgA2pro39HAK|2)U6yR&sO( z)-8QRT~z|_cCM~k_lNN`ZIgM1vsoT?uplP?mc%>XdK$zI)bE+AiyvOK&-p%Kr>W%R zP2G@3D_59<)(VB)>6<|fWlxGR=Bzu|z;vJ>9L0F_r3{}d=C|$~N-s{H|70uicmMp% zZkwuN)@ zuSRKg2^B{@`W!3dIH0f*ZHYOp@Qiu4hIr!mJhV@p0edK8ovVd<1m96sa)_NTw&G&^^yX140b z&p_CPXPT8Lp}hm2SJ~e_UPN^6;e5M|xm#Ev;E2Y<$@}Jeqd10pFeO>?LdL99LC0_^ zB(-bEmY~o&Us0r5Lc&?oL}Rn?$?y)YetW+i_t!fB{O2EG_fL2L4(j~h8vgs+Zmi_x z1jS3(n@{HaTVDu2NDXmj_@zaK#U{xmMQ)5>o%Y0={$Pu*izALSlv@6!=J7G8)(2%; zd8V{CcRkk|;mcju5+y?Y?Vf{u+Ww1pOT!wyLxpcG5R+@0WkzTj29f(QYpr_?)s2nz z;M@DkkoQ;97->eSHv@346F~3>cXlG6+OD?1m~?llphL0iT*;W_jxX~UV?d9!Z<%AP zbMx5C1!|U`9Nk-vn&SH7%wF>hyb+gO)%(4s&nY-lVT!vJ*GQ?D0DsZiJ!JX({*OPz z965F8NW}G}d~NE_pYl~sBKkNH14)VHq^TS z%As5d7O-qu=wx4GAFN%%7TuEe+l`~Y6wU#FE6SjuZju_i`&|8E+96-pU;FGHDNDFo zd%}E>yw{ES_QHaD3YQCs@U1*+OxHWXd=c1#qYyH^8^%i&A-F?nLDWCF{0^7w!-}1q zGTf}2DG0??@KpLqJNNfnB@gwCqrKNt`Z5pHJo1flKn6t5%nzpa?fAAH9|{2hC+hw8 zd)Z&b-s4K7o%D3#TED@%c_o)X%`Pkq-<5GZ#phP%SZPv!88j?qH2O=oCf5Cp^r^*A zOKMOoH;hJUtK9FQBe%M)dKlGrwDEXzX1)bhyd`>l-G`A`r!W-BM_R(75$RRlGe6JtR1CZ z?E`wl;@y%*1v6=D&wL6S>T9jgruMLB8#$Pge?R{j(RwM;kM;h>- z_$b`e{s7SLcK1Y%>1rUfhDZX5m?&(?(;FmqYY%G&U(22JvQ{7;HX9ESwgwOCWZ%l0 zW*Jrvn*MA+Z;G#oVDzH`8=;T1Nv|oN7QC7DU?>pt_EkWFUPmyY21!AsPrLaKWM!@I z{uxJ?(u1Ne*jbPGlRlr{9US#A~GGcNSsapxfSaeB_Z`} zC;x_9xGdS+l|~cL0{QrNTzK%=8^0C^7H#>>0CCIUR%lBsx#0DVZ2P{*(yEj58FKG> zWGDrK8A3rS_s!VSLF&@N>7X0~`1M}59Jzw(ewqR=w#|f$%l($bj1b`p_geB6l7w|2 zY&}Xo6vJ9s>u=4gy9orGFWm;A=s*sxh8o+8HwV|p&}vCl(q;`77lgC+v1`@9(e_?8 zdu&gH?>oT1p(ejq<5(X1d7DeJ$tvgn0w-i?Y{viI%=QoKB07k#loFkJj3NqsTad1? zTrl`i@VW!|A!k|tqDjHwXhukMS3N|OQMS}Rr&NHPRKEKkmw_MpmK?jgZ_wGX;Z7eB z(HlYLH=EG?A>rviwo(2u{zOxs&~5WJ2P{gcS;{^Ennrs!19!{vh8q6 z^zYi@@E}x`10?J9-6ZFiw}d`Yk0zuyo`!{Ugh}O`+N20n zF|tNM)?XML_qtv%$d4Mpb2xKr-xpKsV;$OSXSN1G)+tt*I+0da!uy-v5S6X4!lA)3 zTP(&6W3{xe|FfHQsC1yF+tH%&v-95fe-;_Ue30Vl9GVQUQmt8W)PR~|Y=X4@Aa_zj zIA2^S6PM)TB7;rf%IxL0U261QxF}Q0fR~L1MW+-uCoQ(Z3-=Rb^Z3{1$$+6>YCXCx z?FBd5c8@vCk-u^)+B(p4Uq*`rw`v1LFqx6( zH>_!AQ>@T&{E}5@2<7cftKm)7;va2o64e&Hy@20@Pd`oDQuAlO%U9=Puy`v*Uq1G! zW)eHlj5jcDpm?sTOh+v&nEFGB+vYkQd_=%`4=;TrTzj?&UY;iu3rP0#QIPF+>wHot6Q~~t4C4^0RM)c zKcVPGQlyT~F^ae4ouP|qEc9lklLyE}dM$>RaEw}Nq}-SyPPQZ}rRNH%K$c7b0c*Qy zEV=g;nXDF*H~+au|GbmrFlw7nBjD@6LNQ*s*&Pkxgve3kt}9~Lq>9X_wy%|-Ukmxl z-RTUN(aJ1dD_8)V5+{rEh=2zpPy^OOlClz#9JR=7F3Nr)*pClJWL zYybV6=Mh#@C?a5W(DG19`s0C@`waezj=v;sr|X)BKccfk=S|cn$CoKm2q*OpsXsM=d0 zD=sAA4me;YkKdh5FRKQ`(G^pXZ=}uWibe#qYx`lhBliTNbo~XAFfw03A0H;gGsDM2-vWU zZ6NyQz{zJ_vFgC1Hd@iN1pFjM*O%pL_z$y>0 z#1$)QW^N#3A^WHw=kx6Hd)~LLX=t&Hp0k3FHOB?%3Y9)qtABLK1$|bg6a^re9|J0a zOpG{Gx1OuLPV_6N-MQ(A>8i>dHT)uiLH@CA%WE#kzgi81m`k^aVE~@J+IGigXhQV& ztQNmV#)N-Ys6%Grj>`51^KPwFts_UR_tKIi^vqz)e-zu+35~(kXWGFI?}?BwOw%_jiNFCHWQ^ULlQm$Dj`XvwsY z*>oWzjInyo{q_?!Rn*(39p7b=O~e?*?Hq`2Qr~4B-ospevU^)ktpzITgxm;e1_`#8 z@I~~+r2SP?i2*aZ23YK;o6w%Y=RVR+luCS(JkCIR@O1x@}xQVT!W-TUojz$xK?XYr)z?6W49@`95bG(P>5g?4r|$@8OzV!sY-e{yl~Ff|6! zehgcO#@{Jl^t9Ej+Wq6r*v@9Eoa?x@$wRQC2lW&3w_0X4IQi}@Jzhxe ziTc3;TBhU9cZDY%{Sx$#57sR_(pbntAy46Q;zPi?>RZ{qsyT*5vQf?CDV_&h$ZuU; z;P9S)zn0SOvS0-d0@&O5 zc5rvn>uVCF4$fsD&Y=ZFc=-?fg-->tu;Oqc7v}pij_vOLsR=wu8yYKsATcMyD-L#U zlaD$pE92r5v)@}TxDo&&jV=(1sVk#D#xN~~=ypB^lWN%iTPE%pUFMNuIP~#?k!BE4 zY%0OeKtwLAx0c|JBZLS{=0q)bq3!?IR6s64-pP4*C4mXLhS3;i5z`+Yx<7Mq4^RYsV{2o%RWamQe}V9&IRwy)*gq zl|znTXl=f)kCSQ8y39&j+B}GTwWCP_5{wd;vYb5H}gEF>J+gy;qzcD3TDT=&+Dxt;&Jc4&q`XU zBOUVoG0n1UJWuyuN+G>%N~h>P6qL$KNgp2efE1*O35-6x!#`Y zNBFWeNA@^&aDJootW3da1P=f^>0|3+K(Xa%sRUkP;D+%kZ>E0lz`oqi_554>Mcxb= znwl6OR#sNE_@GaK>uHhb6fAa9ZqfScZ@p|pjRf}qKd%*{nzNcx3||1bpyBa zCc*9Ob~~|XMRv`c-lP53BnU#ga(ANmIwwd#z~VX(Q_aEZe)~dZ;!s7Bd^|u#kP2}0 z5Sia5;F^t%jlKI9J+3i(3`W$k^|dC_vi8n|LtYsLpv`c@z%GIa-Y#rIaV4ww-rnAM zwf~2=xA2Op4cCW-QIY zYt6_wdul)Xj_bbec+gO^;P`cU!AdgnACc6xR$a{T zK!F6Qq54Dke|_UvRpv5edk5Nmy`I7@wihqFGjq1Jm0Mg`pu&$fo3GFU1)iNbFFEpN z@w-AJV35rTvoGFMg>}vu0-0H8nL&y}b#6Wda2P zJGxH}@5laZ;z!~dSeu$kXkK=VnFQYGELNX>zunN-h+D6#^qCwrAb4Yw?|y#jDWL1J z%jobfpea6fU;~^;oeKqG0X8342bUy4R7Pl4=jV}MO-;zV9P16SUJngLaq^twg-DM) zemQ#9@o8Lg=)ai#S9I$nS8UFaIq?Jm)u)RGqvRLB5iTB-s4!;?&wDr1<>d(tP@fM8P;iIDppul;1tL+2|zsDs` z$E2DOrBx7UQ|x`@+U>29-;8JU(11TVF|oOcQqPU9^r2!r|6y7S@r|*x^gyyR{QpR% z&~s=2WRmrJ@RoPb8h9@?BF@rB<#_e`rYKG4=kO*!?fX)T7XhOS;VND}5Cs{E1mZj; zKAv>xpHrDa9b7Bx2r5Ye5pqMPuO0V5uSR)&J*N}Sc@wg0kqiy?*EL72j)l1`>AY$f zkz978GDMn7d5f~%XeJ)p7ck=%5NYJJiftu@(0>J!A>L0f5X*KgwYuAc&3CReCnMEb zndqX6;hJ|x&|hE%`d01gYBdmd3wfb}Ty*?DoE-|phF-$vC`Ap;eAyQfj0S?ZL;F87 z9X}f`b^38QU=GNMK_EJb@bGX>e(pf45gK*4D;syBH?of1q#1fYo_xr2e!i@#N>i7l zTANwBT0az!cT{w=h()Vqn_O$f$kWiu0 z9v|y&!rs*ZH9a5nuoMc?x*t$6Ff4$}1gZn}iYl75qYL;lx3KWzn%^hI{}`J-?b@t5Cq1{wyM4K0dx&uD3WyJCk1fP+HINJw$K+DHnp?0VsqW$opL9 zNlD}HCs8ld$w?}RM^!fk6fy|#(t+>TY%qD-ZPCyg;Y^z%=`OrkQglSy+cFK4u=6|aJ@{HZ;u|Vf>jK?gPESv59UWP8pC{l~ zs;nC=zvN;#fIyiaiNY|WN6vhHB*IK*bpYFB5t5Kdeg4enTU}59J>Oh>5S?vPYXnHJ zBq$EFgsHOGABp2wtCGe4HFTutKF6afND>=tA6HSq1nSw`G~Mgad>-qnBiVPskD%{& z4}<4mKvI)H?x}0adYP_x_;T^AzXX6lwmABPh_Njkkb;5&2(-Pu9Wk^`NKA}96ix2} z+e4fsE*fanMy-PW0-DGX3dYz*x+G2mb~XCU$HdIcDIzkl2Nyx*fhe|h?~1GF@VyFA zYr}8&3I%l7c)vE%J-88L@8ICN)gL)BMf?oNKN#)e`i}f+b?UC^@ihtB1*_-M;&Z;& zi#SWjeW&7GF63!i_7d{ppYGrbLIRx8-Sfbv(Tc`j@+_;@LtU^8e#gAE1;o2ZUBQe| zU(6yx+QQb}Zsr5;$~08z?8qx#lr48uTi$*C40i6a@n?M_P=Z$Pd*gBE#{k+j|e^~IVROno>dK9AJVDM3ZlU@E2NJyY* zXjrvL;k-poLShMNyjN6EaQWhaN&tmBgi}^w7@@^eSzlqzQ^7<~z@O729RV(T77!Ml z%r_Roz|Os<^uaxd{@TBHa8R~&|M}@rRm&t^-_Cgq)@%iQ!GZ&;;VS%9AEb4A8+AN9 z8M&8E@_=d$x-J&5qh;NV28x`#h2uuywqmWHXOYIipt`z>s8C5I0*0L14gA&wPlf&D74npR?awK+aGRCH?(1 zroy4xXZ+atVkO7f*waTRTN%Omh(S4+bGeKGki#@5X=ym&O6`0JY#V(O3SitxPv$qo zvx?dwLZI^s(VsSOgH$Lime`EAUKcebB?TGXZ5w3zeB^%cA!A>ZE@=sRv*gHrfU~%` z_-9QU@%g{ozfG3dqEQ35t_uB=!TXE9kRolA?HDU4+TH^O3pA`f_3ay$rndGL9f%hc zeSCCbO%s#}~ zyR5;AjCtL9b2#TR2x$~l%>1IwD!9#8nd_LcwHOJI5uHnuZl9K6G=bLeeaMqmrD}FC zxNMIv5FPwfZ}C&-F(3yO;#g(!Hwft6vArFsj}>A3HoW^o9P>SEUazT;c|9TVyLZ#e zhiV<{))LY3avhN*7t|(8Rp!gIZv_yIh0?@h)(xB}Mhv(?vv`t~-8|>6r7+2clG>f# zEMY+MP=^6tJR;KlUsD5*5?`YPa*00t$SHT<;T7c>bQS32l7H2V(^yBT2f5G4Mlzw& zJCDD6BFvNqKC=_O-WJxm^gC@G=Y7h4TwENLz!eb_6Vp;SWL4H?`3b;`42+E8c6N*a z*mTwL@3f|P93Fm?3t7gytSYyWZ<7hn2V9zeQb!ktzD+I>_N#0@eDTvk{?~k9*v%t& ze*OIH;M04g6P| zTD!kuns&DS;xsa#+c}Sr(9J1+wD>8U-tRXiVc0Ki$Y&e`CrvdetpSZ>*zc!EBohwL z@u~j)ft-xY8tMwv<9@OPjHIB?-`(Q-7-QymfW4=$gs%6$LPDkMCohT33!v8~F-$q#*WE>XaQENge77TEh zh`%3^#KwZh4aENZ`2*!)O@f13Y#Qg$gBMMGkZ3YCM0a@opnHV{YJ4Pd@mT>yNR%gy zp#U0PrGyD;Y#N-NIkGw1D(^Y=Y~Vx!QY=hEMYtLs<8yjfp>*O_l>$d)IA98Ho(G`S ze8voob7`l!Z`ZZw=s-0lMKLDongC3ZPOaTqQz44lZL$+vs%{%uis`mwnqr?lsKLnJ z#~Gqt9&;JA&Jb88fqVS~0WzzZZ#C&p=KFZAX?T~gVYGkW3kr_*(?pUsc^7Vau&T*g zlnXFGF%XDeTH(YjuTKut!dqe4$EJ}yD5dpK6dt{*s?OS9w+v>j5jRAj_o2U9aB#1|5e6>ZX9Cj9Uq8dVJonEirlK@wew zp9hv(k1xM6K|8Lk$%uE)^@A^BHzPVBWPi`NVDk0-O+G>KAty_9MSpAWp#fyRM>O;4 zQx$k`A@}%IQnciY%97{&3jWer&Mc8=7ZfL-DbjuzogziT)9c-reH-YxQ`gc^bfGa1 zpfv?CbXPyF3;!Ju)BwFKEGWiKP_aYiK>xsBhk8ny!-C|#ueL^{88mnX^oTCLtA~E9 z?v~%2Zo{XK9JF*rp_ZYKT$jo3C|ZoeL7hQ$aCihgMGkF$GKgT2R|pO%_9jeYSOrV){U3CrwElKDI5kYB2@)T85Ag<-$a`MxY3wziQ;~A>4^v zCV9r^!eCV2eF=DkncG?nYD+Zt#W)6`O0KrJI<#)-PwC%y1J%X`!k(w7P)ZxqvH$|GpIz%8zRk8MA0QO zu(!b~ju7HclIpnad<#j9?w(5?^gMLMHN(w~yUVv!W*nW_BJYFKAStw<7Q3WPE*Uaq z)UI|VzPE9Ip-V#A9oSBfA0t$WH#6O0*~3pOfSwsgf&m-_wEHDP6lc^`E6(O++62b$ zGhje@?((h5?yIDGk;T^98ev+`Qtc+Fw;tb;`^a)ouSrEBp-Q$w=H32`xe|ZLHu^C zvfWK2+Y4@nAuNXQ;qa;?Dz-Vbp+Jb`e~;nO<=BR(MtEy5=BmC$+?=}owsS$oy#}VV zCh`_}bOr>_*#In+%|365zissSTKf7?0M31;%IPWY>Oy^mvUA*`cy&Cccm>_v)hHdwzX+`siPOO*Ep+okqKQOPX3!zJ*d<5HwD!^G}Ez z7J?H?!yP64LoZ6zj#XlJ)ipUoq%SCvDt)Gpqc~g*n2sepE6tL@6(y~WlWL$8<^Dj^ zn0r8zZ?(<$U8yXck6>UA$uNyu4? zAEe6j3H`T~bb4-ANUJpCZ?+)+9^sYKCMp$z`5|APgzc-Sz@oZmftbPB*|7f(W2w`l4mi>2CXw$IVAsg>l0 zN0iWvF*>d5+rSr(uH`y^$Ki@X>J{=UkfI+mc3I5^!2y8@k&}^)cNVSIt9O4p;8R1! z^h^=TyoTOn#7?LHG@L+#R+X(z*!6lxqP`Gsv1|RXyb@S&i=@Qz z;mixc!BpfiO3sNl7{jy3O?^$jcW0}3CEs5?PyY7GA9yYv6aRMc!!KctVJ?g!x^%FCSW0*9*u-+ls33^>6%PXtY)rkVfR4dtBXSrk2jcCR~*sRwoW>Vflt@Xiu0L*jp1|SSXDN^yF1K%Bi5yT!| zz|TuYC!S(mkPB!3*LJ^E{W#=#Adc&%Zvq5~Nz}a;xZ0^Ki9q!w%;uHMz+Dk6je-nz zlS<4$;7S$N{lJCNcu28!xs?q!F`RxshE7pE*7BRvH;(`4W;RAOd3O8DzUfz?f)sLC zzq+cI0dB7<^0zXtlOs!tDA(x%g2<@ahnH9)BsmF&FjIz#^oB7jW(N3V4E6}AMx6AM zbzEkDDcWx*#>My1;hlAYf}2MNVitwuvE_9&cr#?N1vQe?WVKN@w?rp+A;X@Q$nb@)vrzvz4$Jc^L?mgU(6p<>bj?e)w z=R>90K-dWB4j#HpQRvY`PG?Usf9)r+d$CJa`aNJc%Ri_v#9@ru`0^B-^3{6}OOX+`|CIQC#-;)t&X43yR6Qy?O zsQhxYkFhIwh;Q5tH!s!Jb^YQn_9%pd(_p~U*UZZKGgY{n#_R-dTCWSx)?6&X8!+i*2G}a5pdNz+=|cmMJ?-B`_7_S&427v$ z-spj#Ns6dGKtA+%UtJvp*xZoh`$e5u5k`j04&!5AFCOz7G55A65n!IZ6c#6=t3AHL+6j)Rld@{Op*(ioP8yC!_1|e=60!S!B+wR`+lyzknlNY7XLk32S_gZ|X%!)eV=aV) z0`DLG=X*t3?PMjxU-_5Gy138K06`MI5}K>>zXH$@aC9|0?~VatsPYfIfB9@P{t4tD z@Dy;IMkeW_RR7=sQERU{eClrB=T3dI9<0}s`8(9oVtb)hNo#bJp zD32ZL>vw2Dwy0&RU2Ft~Vhffu-5Z~-0J=Dh54C%eZDIr`adp^@w`1rJJUEl#v8p=2 zqe8)bFVnLYuB)U}xK;)v#=T`NuY+47#&)J!s?njGc>jCxv0Mk9kx-%jG4pF6IVq`l zp1gAM(E%nfw!aOT)U$4(>BoCHwps!<5M?e`A!;HpJf!7O|E~*!^pCOKATAOa0}YV6 zD^!@Rp|Z@Di3Z@;G;~FYN)5ipa67XO2_KFHLT4TlEcwZCG9>_WCnycbp*EYnp+&

do?K~PC5^81LmH4o!U8K&pl(rj$FjcL+tAeB^g>OOB|Ck(f zF_5ugN*M@a2qeXxCV$d&9T~eOWn^b-ZhZ}HXFhq3jI#tSy*wF@wxRm*!IP-)j><6Yu(#W77F|icTXpnu+wb^ zUKxL#a5ud&uuzLPJsxz`6K4;lq6I<$ZRY>rgeiCex7e#0T$Lyis3%HV11k8YEwH_| zpAc0&=3Z#=A|m7mXW4t4D!x^Npr>)GZx%*vrb}uzw|v|$aWNB**fJZV4d$0j0B}JF ztf&OE>b~vhQsIBy7gr>5mJYu~S-7ogN?GCaNZHcRoLk=YnsQJ}1tXlNzNU_)7()vL zKXXed9-v@`QaBL7Z^8kW60|dc!aaxr46MAka9Q}5W*<O0}<%OZ z`zrgyp3gvusTDW?eD+wPyl~JjNsj-LHQoRI!>|Rv4*1qvm|t={;?`e=$W%6+=3n+x zy`j~Hm)AWoM)%*W=pdDd?ei0BStsfZi;tO2Zs{4-mv@zDT?JekbYYb4|X3=nCG>V3zJpoDVUsqS$oQ1!tJU%8soBp-` zet1>6iWtbi5njDZNJwh&{ZR8_sY)>C)!Y5jAwNH#vifX7N=}9<9psYVmJ!)U({ITj z=Aoy@f-haaKVm)P1CB-gIW?(OK`zh)%D-m30o zp&_QKYKM;Uw(g31ppiqAUXK4wHB1ISCMVrf;krS}H_u=mR>3t^uL6NIB-y;$4T;!N zAOWb*_Ze%-T(J2cs1QOvg+A1l)7of|1Z3ZcB z+Mz_$TuU6q9(^^OtA5pnefCPPMh_9}eas$nh+|k#L^4eJtCLo_)dzwO;KC_C3OIr4 zCQ^>~?r4!;ChW0qpsbl*pTUdnJM^H!MebePlH$lwKT-4TM^58IZqb;y*J%-%_eBRm zMYhbd>syt}Fy&%;me*off%fJXEyx0+hvLj0e&F#(asf`ugTq5LkLS(F+$coa%kofQ#pmYcBD4`R zKe~U^N@S8%hZkga@$MNOvY%^$X6%=}!{2x&I3i^=5sKTwk3PJ>G1}&( z7-{Od<>O5URaEhCa`YAi<6hdh0X@>-8c=4iF;Nk|JF+oFUyy?DPSn6( z6hR^r-*BQpTRmFE5@y1XNp}6RcW<2*jwkw{;WFmTsBkDYHg2nW(;VDCTmYjb$f`=g zHS!7HzKs58)ji%YDCwYN1Qo}P5j&2 z{(z(j#$WaIFcjVCFGr4$7vg?Z!0RTn^&73JP1w_KG!NbS3FPv>Dp1!2FO>p@S`yAVvWKONsxrY+m>C zsohBnZoCuNXW%wS*3$t?l{Ry<9qjw_H-wl44`icjtODr7G#Klr1alLl&OS@f5PxkQ zK%%ISlfovKHRJuWbm@0U2HNr^Er=*8y5QAfBxeQu5S>UUdOLqA6Fd(K|E5b*y z;t@AIXy-U}j7L)jIM0OyQ_q5?Vz{$9jP*eoX`&)SUy7wF+i!8jmK>mrCzVas17WIZ z#1md8k)tYAef?1dw~H+m=6{I__7~<3Ak+GE8fXLr1U(z_uFq{5F=> zn)Va57jO`$XlV7@CfKmEKbuG@DGemP$W97G!!brnCz-?o`*viMk*x#i0U*JnySghy z6BJL4_51K_u((Skt3kJpqJgn7xm5$46ni zy){$*%qJ2j#Xp5hB_V}JI+Lb zv^L%yx!Z@zb6`7{5MZnffbR<98Z^@^)Ts?B?i*Sb~;-3d5!(M!5sDTIDeH)~qP#LvKG6}NNriQTf0&*KKNBjvy0 zbB8{funb(njxlWjIcRGne(KzMbqr1OU~?@X(W;Ae{{>UgqYMsf(nL+|tK|sELN!!E zb>8vSW~oVBN9AiHHw3v{R*2o){VV$dD#%*?8OmJyU^P)79i=BLnROsdb_j??#n3=K=NKC5Pkc9g`kcS;8 z>l3CqBv2t~6Q+Lx^9l-9)J-VkOG-)t1sSju?WScHA{#|X_W5j)^tfgSDtjYbIFy8p zxcL9;K$}KX%9>fFKTp~L`LOrQxougiK&6%kkfGQ0ytDw#`a)V4?s>-XL~cCX)j9N z%Ce-YgOdZs_LnURm*0C;qvkh$hl}bE(Lm$4*Kokr>QJ6N2h<1Iau8Zxk7~oqSJDfA z{YQ>@+zY?r@7Q6=P|yzfW-CQG12kf+K;AU=O$C{YXx=?a%lwM+`JEUEfqXiDHvjXp zhWm9oQ8&^{TD-t+S!-1lnhB@2h{Pl9%!FTAW?iH0zrs~b@tOiDhG7MUSzK{!URn(WYjW#}-R!@p z0!3w_=#vI}(o!!e6_r$-@=LoJfW+cqC#+w`wt z*9a^Z6Xa+V7PzQ3FvLt=BC)q&T1EMS=kWj`DO-r)kGYzzY;HOGn(1fhwzhHk;pz_`eA)I5iDxOQJCL*d zg%CHL#(4F$+S}fDQjvVDyzGAOPw)x1UITIYu-tvYoTt5{hIaau8aG(v{_=!4!ALT@ z0Uub%UtZ;pxL=A%GWWg`uLGdtjfVn(g;~>qWZg$etRp~ zep14D_$5Z1i!$v#SLiBtXQ#f(BQ55QRWCCspY{TX0>2UF(F&RS6$7f?Y|M8vu+Huu zZOE-&?ro)x$)5PNh;Z6HHt@Au4@vg+{im5jmy#Rd+G)FoW0Se_C;G~FDT^qNSo0;_ zeWRFpf|=2G^AU>$lofg>f^8+q$0t7$v&1jtD%&{ad^+_s)ggEKA3Ynm1dZ5bRexd{;bi>$MZ8r>Ns0d;_#Gnb z)bcWtPM>m9nB&)Dh7SpqX7qwWLRg5fbrmo43F7vOTtuo*ZvXvb0t^OnUP&O; z{xzlB7}RS;Q)lvR4GsG4b_@K1GHlj= z3#Vb?jPL<`l-2ap|C+xG0@M;r&qFV2Jw9llJ$}KOGDOaP`a=J%bYVO$GuvItF=w(x z4>?)3F+E#BS~Qk-p261aRGpC)EpZv1p`qME0BvS#jd`m{m{oG-?kuvLnU$^STUK`>;dg@FjBzMD;OMnc84wRK&{n>+8nFiE*Vwot>RgllwSU=L}R?5;eL#KK4`ZsHaZ5(8n&*Jbw>% zuPuIU9X@HJ+N_#k3QCSBTTo+c*RBHg6}z4 zk6QPeoP6LuWo2R&YoZj3GcAZd6&f9*P* zR}>xK$T2v0XCW{(oTTw5b;Q)wwVvu-+)1JwP2JC*3{-V|z0Kv7x;dA@|5DsM0`?aE=^b>w4T zSe$UKja+pM&ByuISHw8fnB8ny!D4D}DTUk=4 zRVcSFn^EFId%F(DSxx5qK58&iwN5dL?VSXTu*2F_){Au%v{EHEc$LddQBw4~w{<)t z+}faTrLm6+PPHC1nmJqa)o^Jj%ro#`wVc)_eU^_dZ2$}Bzfjr~9hgC4vcMNjGjV!F zNBPL19ZqDHOBZu`_t)M29;5-5U1eJzwI%4e zwW&aDgY}Z6`-N7hP~Q8w#TMku!K~uB!IUCmq^e{bAM?$S_aD5ZY)q`JtkhPSeMpg6 z@jZT2dF*T)2JkjDM;%EYDc=|lFnwvuj#Fz)R_7Th|Ni@I%wQiLSM5xrpu7n$ZQU26 zms%j(-6nTv+5PV0P;MNQeIpNdXGE`#36GJa&%YDjlDlv>*AjKcZ)1sG9-qCug0KrS zojUBCoI?Mc4tDz9ZF;p&udcGV=_Zbw$9MHrzI=>AFH*ou;lS>sC-eh;Uk8Sb;SRYO}a@6K1qg9#xnyzw` zkJZ&%L&y&#%VyQJlgqT(Zs|GG`&mVcn%_p0+SLh9QEcX>$SR}Mi!tp5gYJ&nr+~}e zGMGf7#Dg~DpM70^CT22SERKwZPUU^5oJrZnBUnVDSKOqF}>FMb%s`JzoIt8=)*VUEC*y0W%BM(Kd zQ{V(wvm8mTL2& ziVeHvU2Ox(vWmRMb4b=;5o;2b{LQhWk{({+gkI&lXt=bo8v_pmy5P_O={cMC$4B&a zP5&zeCQ2KQ1D&q=88;4j%4Q7#BIp*6@kA9c@LTC8zIn;*oI+)S7qo{q3O#eT=RNY`g`US>63hJl9e_Xdekc3*dW!sT6c8B^?E{h#08}a4sHXlN1i$CxE?H(*jvmzFvxaD zQ+LEa29K=Z9YCztArib$J-<^|m9u3+A?yb$Y7zztb_nrcGo?Q^GZV3c6(;>Y5Ni&l zCJGYOZF1emNx%D)#S{Zz*QHm8YXn()d1DM6> z2+(MAS68*tH>Y||cSt^Fc>xZ4?M_$vl<}&)0YN(ie^wxZa%^{a*cP z94C8Bxe7I)kN~1HF2xXM>hy?g30C>dTRo-|2DRd#Z*)< zfU1sPe>nhx&*d;UdW%G5%(*{}Y*)wvJ12FmZ396idvIrm2H38n!tjP+d4akEgp}%i|F8*E(~67*xIC<<#>8MKQ4AJNOQ$Z$o~19Bl&g*zWN9K_b~b-D3Bi? zW{fuJvk+)OIn}8|Y zkPm}hpgH_ieL9U%a|E3P@no@RmMMSym|ue=PJ|h~xbSD)*V*`$kG5Ui0l0waOb%8Ym&uVKjz=Jw0Y*Jgm`n zJbkCx`pWnB6$dvTih}ChAfsG{7nd($oJuH3ZRfuXDp`pghuG$^X;JX2UvETMy-~^n z(7t2q;1FDCf!^(VU3RrEYUmE?IbRp9I5~ICd$7xNL9MU-yi7iOJv>_bK zASGfgfCJ^y%pWFY0O4kD|DngPLyv-n1{~Kklw6sBNCH3dEmOMSpJSoGE%-Ys8O;4Q zIV1x3&%}f>i{B*(81w|X_%MD3hAcvMc*GXyn-w4ftY;8FbgBg<})^$k>54E~C;sMd6mwx(j6zIgF{`-Ups>4U5$a|@RgT8mB2n1WdU+M;ng7VfDDQjRf_qX@E?}=8( zE3t?(f>LfVNQDhGA*!1eiZ6iDwcX(GK0-2~UqqWHUO(NwY(%||O$F=3ZD~d6vS`m? zEloTY3+s+gG!=fzqAJ;7tdLwB)yRMU*M;z}i!K4&j~{k}zf1X~Z!{LDWZAySMY#L= z_*|_}9V;s<x)2_TJ1<)fCLMHig{hg51 z_pk3l*Dh`Llgy$Ts58f-$`^}^X+b@|2r&A6f8b0{O$F+}Kxs$Y|5{z52Pku!&P*dqg8^PB zCs}{}jTOK<9SnI_`~ChoI8hS-*kVBhwe>(Mm1vkpgl^$Z#o9x|<^Swx^(h%!m}@Mf zG}y-3P?iOMOvpJam3DvjC;(5gOWDhEJe5q<*V@@|Xm~gxLSl62v<^76ahLUlLLL!3 zCc9_8DD}ZyGvF%zbom*CQn*)hZM9h>ua$r}{QkYchYP*hITAMuk_u^6^S6P{x)!=!mP0 z0smfK3D2~;t;;<;J2RS4Wea(pG9@VQ$JUZi^2jvqG*w%_96nCRb6y{QGy((Q`^nS` zqlzM&NOe|m`lX;z)%u;%&MR=PM^sZ+FWk*m27a$C6yJPlac0K0yI=9~rFs@)Hi*sxmBz!6>0pBC>8QmI#)NSVQXz{!}Z{c&-PAVzEJQ;Q2-<&spI? zNpa)4RP<$}_i?@&V~0#(hg(TmxyF|juW4=ehe6eB8{p7+o9v^EkZ*IdC<}w-r)mrZ zg78gzU`L1SOCf`Yu7#3-b#pp5E@@UaYDZp~XA?@YRwfjG;QG4y6UYo?!!WI|Nb^ho z@;D`%=`8R{+Ya>6_d3q(idAtC$y|^M-KElmC}5L}F}4@y}#N$I2yYg&*5zngB}TjhoX;a?tJexgAj>0f1oI z`a^Wal;7dE^cg9l;l+V8GNg8M4-T6HQku<0B`xLrm88M zVF3cT7yjP`-fjU>Vx)ZAXP<;#O66#mZyHbVCq4lybjm=L&0Yd&k}GihbM}(vG(t;h zwS%||co(HuaB_=beiqGcBXu@ncprdV5F6vP7I-C2S?RBU$VG#74jNO-xke@c2}CuI z1>nu?^mEC)axC9OyM8F)Ib%s*qa>xi!p;&0%ha^AH?!F~%<>Q9ou#y0&?x^EAQJ)d z_x*@?L1Lh-BW@hl#{ocq?1?`Vj&t1*4-42dhQ(v+4^cP#aqbJ$f>*bSp7en3xkoIvLmE6Y!mJ^s{YucJw?S z5bv7L`tpOrzl~U4OsUQXzww_ZsS73YfVKG0gDqkH$&%Z`xu<%qN;`lj94|!>*q8SCw)EHC_ktkvNDVi z!2WoSaFaOyV)7^WQo%uBAUev?&<{m40Y7y!@9VHkK#?e1zw=)Ywd z=+~I;32THw=Xluw=bkN$fIB5bo-03F#pslQ2LhOljEoGIrwLYovzMa6;{0HctF%q& z_Jtc2mWT6t|F-Si54E?m79@V>Y3KW!%2#ZHQwV^hY}IqT2K##WnXBM! z=gV7}dyjvka$qeMgRk?A0mUT`r;U}W@0JCu2*WsKi_G53bPZpE+%)QZ6I-9-P)vkD zAQC}uLICcGIXh8+<|MPjipLo?R@!xTqF0F!O$T;octYO12C_gWMuMUoo6dTER(#{r zpLF~Ky^`ctJ|3RK8pak#aH(=Mnp#Q^5E!&EVH3S42Hc+n;PMYde3Ux6@$8ynPC1&t z0mMT6AU8B}*@Pr=>){+8D86_bFm`G}S=dQ1txSTqs-;dJR2^d4*PHYNgABz*TsjgYLGql79G9@v9ef684V<<7+W+OO4C+nZJ#WmUJj0OZ^BTnX9 zRwkDd>M>A#12XLJp5`7%%(9lZc5_ot3m8g=X-q#o4bzI7P`KHM)1WCOOmvt`>jT2e zHrSiu8nxnA;#r0fbaK*$HqjIrwrR%WF|CTTieuIYwp2FYfSUpJ<0A zeF#`yLo}fQfg7?Ev!b;r;KFUpFT9?@x}2|n0FnpkGGe;jZMRUjy&t%f-IHU~*g-(> z>n-Ty*0dg1@7y~5&nuY9Ax&ghVD$L3`y~0>sf3zp#pd?i)3xWKcx&?xXQP`bBl4>M z%~DuVBDC8ChnD!!;o*q;`(2;&Ij{AiehyR%<#pU=!1bm_|30$!8?z#Wx{beFWn%{r z@W$ir53pE`Gye~VVe5wbqsm%Gz6ij=ZI;UKU?O$K!qJi(RNP@ zG7ShI!^m*I?Tf7oxIG%XZK+mABck^C!rO>gpr=puL(ksmV%)s)>5VMfVRWa^3HV_c zW5wBN%nq-T&35>zL8RJ>@#9+FYf5S40byuS2JxlcPMY9;AF`Xo78?O@@Ymq;vtMty4!~7|+7iQIKcWy+R)1{jqo=3$ zjKf_{%+5a@)&93}a1Y=<&swM^h2&2N4=CsY?mGv10@?4rqs&*4TQ4J)Rc|CKp#tCg zPCN$&x$GN<8_EBZhM}0BEBk}ww8J^qzg-iSeQOP{NM8h7KqR1l+VNNw)Nx-$b{k4$OdpT{ z-Kg*AFmwxkLr%=q z%#{AI=k?_cnSsQZQhq%@3j=^;q6GM@ZMQ^k?B|1Z(thASfY<{TRCl~4ABd$zaxs89 zQ)V`T6@OA&yMK8tEsHbXU0!VAflL2$%^9%g9stY7(+;oGHxaa0FLL}QD5x5w2P9Lb z9A%AG@8ycsFCP2=MUkVy_9l)k02psgrqJF0Z%>dq*Tws_i`;v7$_%M2HWPPj%8}Dt(o7%u*fo+aC^mLS$RiuwX zIJxTOcpL~#zv7%{Tkcqz_QqtQcHj$H{(U3fDz2|%wFm5hA3P!)Yh->X^xbNwt4zcx z{CgNrdt0IJhmfP0O%>Iq`^S~fw=8swjUpcv2ehwt)n`nO)>^9hrK>+2GWtY6SSvr2 z$Tm$;PWc)cjM|7!k2=kUx=X1jA1C?{J|v;@g9aV8UZb<8B?N|uhAeMghuv@nYdO~? z>_&duk0ZZLn2nWFn4LYLd3)m+(gbszHZL{UebbZG;Rsd;wea|)KGg3eCgQe+D*n## z`QgNsr;p7~epU{XQo`u+Xuk5kGfh>0lYVrI@~Z(Ov%%eU$SUj&HOKX(FY_Sgx`@ow z_FrDLb<+Bkfi70qU9S>T+PR-Er|w&5MDvM6mL{5+Kj7h}>keed3?m`?1B;z(W?zBc z${LIX_zzhALYg-fb@)cwxD=CGtz3%t8s|QHQ*pU>XHY4Ypek9On-M3|VR3ZaMvt?X z7YDr)$4c9aPEVcNp0r_pjk|S+9vudNqbFaSF=cJA-S}l)W|5p$1s5I!(|CR%4&S##BG$HRPFc%Sme1Lkl#mWTw2JO>VszP7IZ z?}7TS7+RFI)%b4sUP(rKiP!YX``u)?B<%n3iS&Rpankwu<1Jnjx8F)SNf_S*_~E=8 zK<26U#?os4N!9nc6J|9Ke0r0*j5~hwv?7e2^YnhN{o^^M2E=Nm#0_#l(<6~tZH?~c z@p-xj;f(0F(zap^bMp#v2f+oefyc_0=jZp(J}7?TLPKvUTT^G%rg-vugu{+(LhyV^52L&c?+Op0>pb35tT_%fnaJpHR;} zLTMbZ0}XjVXUw8#Qr=d{DMFLc!H;r;8*mC3VW_n+0UVC@$9Oa+&3Dz^0I{f%svf6Q zz`FU(iPskZP6`OCp>Ro7V0+K#=Wq2kq8)%mKQ$T2Kv_a*nvmO{vRAv8F= z3f6F1n8f$M4{lcaMEY3Y@BZg9=yml&-MuPZ$ev7kyPPT>?S>Rc%Adkg);YThABTbiIbhSu6kvoe6sF&cwCykI5Rn?a7s8ByYLC$nywBA zdtzK~)aw)IBuseLH*L-t^JU=#N2X015yR{rrWHw{rEx{$-o2>naud(p+_kFy(6EUL z{2X|E^_J-KO6DKkko^~lHRR;)x!MMAe`{uE+zubg_QPCHb|88!#1H#1UU{xv)unCZ zEzOj0vh{xB{G!a`nQd!xGTtnPjOBUGk;Y=-^!Zv%qu=I!e_1N-HxapB z2wrLPSq+^d%eqS4QB@G06S$7ZR@YMu8HW|)l1~w#jd-u;B3S~HX0jg#|H8z%D>^38 zTYJZ+_|OY;WLbHtd!FQr-i?Qu*=3L3lKrv$smX+&RNEtqwCubkr|_J1!YHw+0Pftq zrk>G)1I=V{$?c@S*KTQ2XsAFjQMES}glDhv%(61x|H{3veWr&hqmF#IEI7${vby>9 z>+I1&_8{|8_V2*oQ2}mhj=Nnqd-Oe5S%w($Ah*7Q>M9E=>t*nRCgt%-R|EYd?}{Jz zGK8vp#WG%8!&2YTmB34^`!=4VR6iX-)RJ#{@Xxic-^$l)i@zk zdG=p@J}zQt&G%_X`*ZS6TY_A!z|$Y`BD?$Ik};G9&m$vkADIx!ZX0HQviJr6W00E8 z9;=P96a6>mp?W2ZR2jI_Vaj6>1apCT+#S_%rS($poRXEJ>I>+cnyTxPn2#d639pg+ z@ZcJ6fr(_411|{V8pLS|cHw+<$ME5kOu1X8f1^u8AD2G5@G?SOd^6^>+ufaA4VnCR z7WQY<9+iU|{vEcQQzLyk8Y`n3t&*7zDjKBpJO)9^Nq$}kR{3spwP)KbFHh=X9{D|t zwOOAgb2;1CEX0%+s@jyjuW`V`b0(i~5hLepGje+((j&2ylvc7)IYWIyMKw{ETiy|nZOkEdPb{Z%=Ue{5|Ag}lFaik(kfS74-8TLc?m`76>E+3q!_T$|k_Z?|j; z+?!u?<@rG?OSe%gLBuiPRt|K1H7!&E-RDGM=LG4?Q5d3bCOx@*k1fpGTzY?p>g6e# zlpjXi5T==ax*4~*G_be)WU!Z$g5Zx_qxuMbUD$c zRNo;LV%(q4?#ANHyIt%jrq|QtlHC520KK>%CVO?=;)9{K)hEud{A*{Ctn2hN?MsOr z?zaCMTLFn;0xh&_Q)Qqulm4s!YxL^yy1z`!OlR{K4vIAIv`^Mg;XLsFvBeB(!9?6! zR6Z<9xg^lgI0zW|KeU6n0%*K6XG)w1{6osho+j3>X=v!_E5xpM+Ha zGK6WzXWscxNN(7X9<;P0g?GJV^J{d6MmSI298y}8#(&J)<5tp>`x<=K6FW&o3(2sS z;}`bhb~EsL=d6)>WJ1$ADl69ciW;oBxnGtl&(l8Tczy2}@hB#0S>k~G1B`%MSI@-^Co?AFdkkFE!&iIRAK^3kaX zg*U=OZDUv3*Ryc5%`R%=R$Gbx<>{pzh074^ybo;uv9{a z({YXqL1=2=CS>9uec)Pkyt?&v+1>v_`!B-4x4zV%n8xE>iaZ*HCc2V$FAV9a5hA7B zGF7kr;ktd<7G;`s`^o8KRre|%f#tHOj#_Lzz%M>_p~ zJW`6X>xv3f8APa*i)*EuIGJBq9IGM1;K3N%3Fj#Q36h&y&Uyqzv+M94>QHtNbn{&7 zOr6Sxd)1k^ixZ3Q>@S#Vqurm-vIaxAPf4A)=^Xl0*mVhHOIC|5q~J z#dlqYsY(Lf36fz~lAf@9+fZCvuDHSNw8SK_v+HVi%Z6=S53h_)xrijExh>06ni;)W z;ytU@qD3UElXJ|rT0J!i!q-yI;)x6`d6eaPNa(DLfChXlS{YsFx06 z6NFIdg=~ulV#__e?+C|hSf`Mr3w0v+S!^~rwFJChGB*{3-A;UQ<4`KdobmFE#=q1T zx)GD6pWbUY7f5MzHimYoe8#>4RQ!JLNK@@)B2-LmuPn{AQ>6QTLJ)tk77Ilhr#)*4 z!}Fo*G>bY~C@YS;40Y}>$uMmWi=AD;&ul3%P(^k*d|r3>AT=^0WG7wt>m5h3qqlaF zwlAC22AIZ{44>D<#ZY=RjQ#;GyBo5cP)QT zvaPJ1wD`jH75n$jP9rr$EN)p1+tq!SxRbn#4|&EsZEZS?$#{GIdrNveJq*gBz!6p= zadssvdTSs=>g=~R={3rCBlkE=59X_&QKWuGQN8Y^QPkxidE*Kj-1WoXQE?AP=?LKZ zq~4KpC33@bjmm7-r+~2V*ocCECx2}5E;oF$E`x?KNoHKY;brHBwfK(D725&Y{{*~; zXWjaLc+AbaJ1dK8Z6jn(gJ01PywbO^%kj#{4Et5;IEzWo`|c|}^454ic#8u<3fTFY z`>D90$?&jmu(mJy%q0(K+lwu$b;O5L z@m+cFSN>1mBU0quW{2Pjbp7Ig?INiX{>DXQXzuaPriJ6D8wpw8@}G+vB=uCZKH%^U zKC_EAcd!(J)^7~pu*P#SNBeD%Uw;mzX8lixiyJ=V(if&_Sgiu-T)&#s=)bGW7+nI% z{V$Lk)sdwRrZxjf(2Kj4<7xLTI&ME&;Qi~Buhq9cCXB7l^7Hv-Luft&W)S5w(YbwKt7FZOJdI*@zOj|J({Ao}7Dx zy*`*x*zgK$=DPAuK;sbCy@qg>zAz-+*Y@xbtBcpjk%_AFfA|^l9oNqc^=($i7bAzU8uYi-!b-fxHMSy@T;@d7 zHh-V~VYi0afMjo60fQipmPNR}q!lca>GprGhcVzKhOVr$G%1JhL>VYIdsUo^8l2jG zu-JL0`7iOG(3{0~X@=pd9ONdG0*xk56@O8C`r;PaU*vp|N0ogFsPi{xT|dJL zzjF-j3ELuIBI~8J4oKb6AzHg*d)Gw4BwY2 z4Bus>Fs^J!YM5GJjSG`(+M6rMq-Nro9PZ0X?GED|HIcJZG7LyD=+!(h@6;QOn1uOK z$|xi*Jopc{d?UDQdA-fehgf-X)W-ja6rxp(4tiXIZE%7Wc(}xIzXr3BA2s>R8z`sn z#ZIP4WS68IHi;US3nS>Mks3u#aDA6K#kCF=m(+r`@rkRUz_%79=>xdnd*{XK%1Y-j zzBW&Zo-tJDORyQvsJE z8CGn3mZ+y`C#$|WT)*#Ud)y$;&v8kooc~@m>VHps-)`lawqdnrzrZ5bN5*@5%+r~v z;ngA95-}VUzW!nguY_cilA;BoE_BoWzP41*yK>G%ZE;VRca@?6PlJ6M+)w>trGh7Z zi}MS`UY3Q}d;P(ePP(PFDQRnN0Nf_LGaVm)9kLbEVdYid<1wkQ<(1?lb>m8GJFHt| zmawc#xMaa|1k3<7rXCROfj)_AHGxDMaq_OGFCGPOaHt8`4JwZ-J-mUtXH@t_EjOOr zAxYe-V$=GzJ{MP%qauxzdxz8PyTY>pkobQ_1Rx~NX4Tz94T48K?ca~8oNj1%ZyhRE zhwoT#c-RXxltTt50ifYOM&V%N^B+^HZZA@vVev#OYp)xGqGy|f>^cnmsf;QDxlDw4XtU71di#Ee_M zL;No?EFINNSJUCR9(BbVK}LWiGfz)@4gAl4^y(d{#^zM?F@@<3u(I@_@Q8Cnf;{tE zL&G0hf*K|!VE~H^Zx~44`-PyUhRp0Nwe+1(30skY>EZy7DIP^?@iA4qClF(QO}qc& zPR#$+?uk)`(ym&F$!45S&Sw199rgjfNjjWnewhUy`ef2Ed`C$)U@y1)2-`s*2*8@M z8az`%$Lfl33a*n=0R$PDVYIuPDLvMY;EH1}F7|ObtqT0P2k}y++Cxu2YEUBf5nhvs zJ%38Whuu;kh{43YM|OuKL);-YRMpBeY_7oV{J62)UV7X!D!<<{o3wKAzFDC3$xfpN z(buEKDrXYwpBa^Ugh|{EnVTs%Dp4Voo)P;Y^DEpuJgGYYS(vYJRah@7!_h-RWMpKK z#_rO=*aIBexX@5WCNi$c*vKek2tU8eb~8A$WxzIx9xFDLDF&|%D*fZz4<#Mb&KWneuZwLmHt}ate;MKpiQZKzM|7y z)ZadAU1RzvHoc=2wC?%pSm*PkdMh-0a#=yX_f=SnOMqPGGw4_lW2q;Y8mGDQ4uLri z49+FBS!dP#;Ov|IN`Pus6R|M-p_P5o@+cP7{GD)u8zlK*VQO{~ePcP_Yp_!zH6T?L zmH1^I))#A4|E?dcZOeiFsc;)N)GUS7{Cm0khd_u&>p*3l)+F53zE-&!|ixs z2whw8S+np@BW2n7J@gQI7va3OP`2Qh9XxT>py18+&G)|&RR->5{j%oHUjUodzFw{8 zp>fd|b=7aqPtu5X>j>d1K0;8VW}|siviAJ-JDu>Db}wt;3tV}vs2dK-9y5o&NZ#Mh zR(F_~Bh8`XG!h^YpB(vFY0gx_#X~}J-j9JkDA+<7^^=Ku_r-V*iDzHBVU{t5-_6fn zwDYE4SeBbjE${a!Ut~yl99v^hd}pKh>9H+o44))^nb^8VJVTL-_-}YCG;%Y0k|TpA znrXmd@7aJ7OFJQW{gv;VFB9c~jGy&4;#dLeAx94e&U1QDil3ulv90h$AxH+G>f9s~ zF^;Zafio^y5N-Fbddr)fND$maLc>B%!oAM|jH6#|T8OczUs!$JYgtokG5T5G+%C*e zZP_plNG`Z}6OYn$&O6SjoqONr3nP3$WY0f>j^&OWzxRH+8c#Rnli zk>!IT1uiIla>^Vi!*naY46s~=-G@JhCnmz&jV#|+a6(n%GrlVI|WRfA3|LH zPo|$4qFhO&X3`SL!=2-5tp4EiEub(Nv~z+XyVc&nK#)EUPP`$%jL=?YI64$I$QAbz zlxwbaKXxL5Bu(YA)vX!;#2~8Uq@wm5v4b9955-iJ=s(szxRx37CPH#alK+O$bNbt>VPf0dB_UH=}c#`$;XPE(t?-p^y$Ih ziR}&%lMHi5W*4&R2SKzbbrYzM2z#JKWob#{cH(WV=RN&BklhJ!F^-QHQT zI1^T`MoQekNu0Sb!Keqqv6BRGvNzN>i*N9Bt0HRyv)U9O_pAX!ni(bu2=pxG z%4@I8c(F&O+L3lFZ-VuS1%P(c(<0TR3oZ4vvvV?;0eX$#e}oqK^!C%nqU1)y~-c_U&<*rIH+;-(ScG=6d9hu`R-q}cc-~B7ON+LE!K9qy~`PlitCAmFO z-cEPozX1?w5l5=Wc6|Odu4m1j7bnty?(C(mU#L9%1fewNXF;Ys=~zQiig;9})B3u1 zX{uY$o48ZyjwS&f>lQb`rMT0k{kEuucpN5>y|xLbOlX<{YE1WQCA1#)tKS8?5!->k zFN*3DA-+sSvAfU*DjC!%ZqrN=>4`KZ+v`mwd@#a&m_6t6klqgx{gmnUu;-V|ShTTK&~=+R^Btm$nr`VEeR#LP;t*T0mF2_akgBzS9)f~!s$5v)o>ZN?3fu0R%MRC)1k8zYV-U>+z!Xe58=-X zQE2^k)b*tA*wMnj`um-Gy5Jx8Elj?h5Cq%z8KvrbE~h7p`sa^0-YT;=lQK>3Pch8{ z6PYuko3*Bfdn%rM|XoU@=y~ zah5_9cR|8XBVx)tpxfaG=ju0s4kFJa3VO^%=}6OgHiR`%gUP~X&u_!VJ+KgUC_B)e zU26aB5j-UPSR{Z#BtQzpImz&ntX8mlUH3MaTrPl5I@>mhw95V$vXnl7PfwuJ zew3N%2N;#MZvv>D$7^4LQUU*#c(0ZFC)G-Su}O0e;6p>CAqfFsiuZR=US{+win41S z<2LEujWnDGPGr|uQs~T9jTLn6TtjBijI|3~7jt$}y2;Iqh`+O?DGJ86k7Fw$GD|0( zm_Fp$+Y(0O2HevL{1g*CuVU^V6BR{Z;|X$}eTtsMMPV7c?IJ*gvS<=rIk!3){vl?R zrPc`9gP?iFj`Z=M=xjVw6b0)FeBX>d$*9lY|G5i6pVK6M1QHHWXhMz>c%~RQ4!I4s z!S0b=?<($;Za&9x<+%JZS9ytl&Tyu2wDJVyaZ3d{`?wdv(_?l(-IuHSX(G4Y=7EfZ z{^}E2t^iU)y{M)AM?5xZhuI+%gZS}B)=?g|H&Y$M{y_&F!c+GV*|Vp=AM^Nax^7ln z2Xi>|Dm)3@L5^5(@D26nYu&TE&pmJOV`T}))WUSWc;~HV6T`j5zObd(UTmK^(lN;X ztJu6vk9-0jlXJBC=I&y;kR7Ci;t8(_QXkp;vaO21%WThZZ(zaSIY|{i!uld!cgOLK zp10!Os8A4ov%UtnwFx>KRO9FFZP_5Z4&CI}VnGlBK%B=#c}CE$d80@j8Qd|lEqV4m_=U|i`R zu%Gz24=V-T?pYz~YY-ZZUinmnV#V3lVIv~DRS6ZR2SeDyKrC~}hp7NiTo8q5!1z}2 zG53HV@5t;)uA}!)*XJBIqV0drZvT{eitik(8&e&NF^&v8QhA6LF412Sbms9w*=w(IiX|Y1)axjWyT!wQWGVTa zVB(}T{Jq3;M`?Gl7&PS+E5TcR@yt(S_4tH;ae;C@A~AjG9|3uxXryryd=1og`%xRX6-792Tdph#|L@mNtnfU>8jh2T%7SG4~m*6)d?eC+I#4k^to&pa*5r zJzbr}5jLb$MpjSfP>2pViy4tDmx6XC0|@tkUPJE4Tt(8b^&GC4&WMABn@|WCy94_^ z*Xag9|1u! zmHKct4BxVhd+(c;8BP)$L?tQ7!w`^k_ZP{y+A@9!MR* z3r@q9a6JVt)^M8erCy(B1?ODh99##>gVW>Y%-dwf-UVG8vg-c0xz%V)5%swC`?VK= z{?BuDbe|Z8f{hWdPh#dBY_P6y+}X_oKbkkxH_XW->CN8s^cKD!iHGbwG5&ar@?bcW zzZNE5o)W3TufOVcRZdm%iiF7X6lf3v<1&frcwdo&f{b^~2*g7kd z+E*?1Y1YJMIJe2pY)gJ*tGxVrQ%u#YbiaN&Gke+w*#BgI^XXDl>KrPHMos=8-_<6V2;9cBZko7@i znx2f>DaEVkIz%1ycwb)h?)jVLQVNm!^dWWqPC{-lG3My0%AqHb7AlY&{7=xC7p6

DnD Character Sheet Page 1


Race:
Alignment:
Background:
Class:


Stats

STR:
DEX:
CON:
INT:
WIS:
CHR:
Saving Throws

STR:
DEX:
CON:
INT:
WIS:
CHR:
SKILLS

AcrobaticsDEX
Animal HandlingWIS
ArcanaINT
AthleticsSTR
DeceptionCHR
HistoryINT
InsightWIS
IntimidationCHR
InvestigationINT
MedicineWIS
NatureINT
PerceptionWIS
PerformanceCHR
PersuasionCHR
ReligionINT
Sleight of HandDEX
StealthDEX
SurvivalWIS
DnD Character Sheet Page 2


Combat Stats

Armor Class:
Intiative:
Speed:

Attacks and Spells
DnD Character Sheet Page 3


HP

Current HP:
Temporary HP:
DnD Character Sheet Page 4


Equipment

Gold:
Worn Equipment:
Inventory:" + +/obj/item/paper/stalker + name = "Stalker Note" + info = "The note looks rather worn, and covered in lipstick kiss marks

Oh Ian, so close, and yet so very far away. How cruel to keep you locked away in that little room. Confined, caged, ENSLAVED to that monster! You deserve to be free! FREE! I would treat you right, give you all the treats yout want. But that damned slavedriver refuses to give you up. Instead of ME! your RIGHTFUL CARETAKER! You'll be mine one day. Ill make you happy. Just wait a little longer, sweetie..." + +/obj/item/paper/maintengine + name = "Crumpled Note" + info = "Look - Ivan. I dont care about the fact you went behind my back to get the engine crate ordered and approved. I dont care about the fact that you've had trouble getting the engine stable in the past. I dont even care that you're trying to hide somewhere in maintenance with it...

Just please, for the love of god tell me where it is. I wont report it, I just want to make sure its not going to catastrophically meltdown, or for you to die because of it. Please, just think it over.

- Chief Engineer Stares-At-The-Crystal" + icon_state = "scrap" + /obj/item/paper/crumpled name = "paper scrap" icon_state = "scrap" @@ -656,6 +669,24 @@ header = "


" info = "" +/obj/item/paper/nanotrasen/confessional + name = "Confession agreement" + info = "
Confessional agreement form

\ + I hereby plead guilty to all of the listed charges below. I have been read all of my rights in accordance to space law and I am aware that I may decline to sign this form to proceed with normal court procedures.
\ + By signing this form I waive my rights to a court hearing in return for reduced sentencing. I will be charged in accordance to the listed charges below, and waive my right to later appeal.
\ + My charges are listed as below:
\ + 502: Murder of the Kerikya the Research Director
\ + 407: Theft of a highly destructive experimental science prototype weapon
\ + 400: Releasing of toxic plasmagas into the primary hallway
\ + 308: Tresspass into the Research Directors office
\ + 305: Arming and inciting crew to resist security efforts to pacify the area.
\ + 304: Possession of a stun baton and Energy weapon assembly kits
\ + 302: Utilizing stun batons and energy wepaons on security personnel
\ + 203: Distribution of Methamphetamine and Pump-up to crew
\ + 105: Refusing to put on pants
\ + Projected Sentence: 5 life sentences
\ + Accused Signature: Fuck you im not signing shit" + /obj/item/paper/nuclear_guide_operating name = "nuclear guide : 'Operating the Nuclear Device'" info = "ARMING THE NUCLEAR DEVICE
\ @@ -718,6 +749,11 @@ name = "paper - 'Delivery Note'" info = "Hey sweetie! The boss wants you to have some friends. I couldn't get you a real suit, but I found this in a cosplay shop! The bees surely won't see through your IMPECCABLE disguise!

xoxo,
george ♥


- What the fuck. I'm airlocking him tomorrow." +/obj/item/paper/atmos_asteroid + header ="


Nanotrasen Central Command

Official Expedited Memorandum


" + name = "Lava Field Observations" + info = "
Asteroid Core Observation Log 306


We took some additional samples of the deep layers of the molten core of the asteroid. Undetermined trace elements were able to be identified in the solution. Its possible this is how the plasma remains so stable at these temperatures. None of our current filter methods have been able to properly extract it as of yet, but we're certain a breakthrough is on the horizon. We did it before, we can do it again." + /obj/item/paper/zombie_cure name = "paper - 'Research on Zombies'" diff --git a/icons/_nanomaps/EmeraldStation_nanomap_z1.png b/icons/_nanomaps/EmeraldStation_nanomap_z1.png new file mode 100644 index 0000000000000000000000000000000000000000..db1247b5ccfef58f329bf7d30b0e395cdd7df07e GIT binary patch literal 834877 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≫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%0DJAlR8EV8$R0A83NIE*!9YJyPxc+a2iAR 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 Hu0mjfBNK@( diff --git a/icons/mecha/mecha_emissive.dmi b/icons/mecha/mecha_emissive.dmi new file mode 100644 index 0000000000000000000000000000000000000000..b48ecc1193527fff669c81897e5b1dee2f9a84a5 GIT binary patch literal 9236 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 Iu5-ly0rjfwI{*Lx literal 0 HcmV?d00001 From 2b900840b30d01db424e5bf6a4c583744690897f Mon Sep 17 00:00:00 2001 From: HMBGERDO <61080616+HMBGERDO@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:37:46 +0200 Subject: [PATCH 15/34] Conveyer belts and Disposals units no longer steal items on nonhelp intents (#26717) * no stealing batons * belts too * kick that unit --- code/modules/recycling/conveyor2.dm | 12 ++++++++---- code/modules/recycling/disposal.dm | 3 +++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/code/modules/recycling/conveyor2.dm b/code/modules/recycling/conveyor2.dm index 56221bed2e5b..3f3b9fba58f8 100644 --- a/code/modules/recycling/conveyor2.dm +++ b/code/modules/recycling/conveyor2.dm @@ -55,7 +55,8 @@ GLOBAL_LIST_EMPTY(conveyor_switches) /obj/machinery/conveyor/attackby(obj/item/I, mob/user) if(stat & BROKEN) return ..() - else if(istype(I, /obj/item/conveyor_switch_construct)) + + if(istype(I, /obj/item/conveyor_switch_construct)) var/obj/item/conveyor_switch_construct/S = I if(S.id == id) return ..() @@ -64,11 +65,14 @@ GLOBAL_LIST_EMPTY(conveyor_switches) CS.conveyors -= src id = S.id to_chat(user, "You link [I] with [src].") - else if(user.a_intent != INTENT_HARM) + return + + if(user.a_intent == INTENT_HELP) if(user.drop_item()) I.forceMove(loc) - else - return ..() + return + + return ..() /obj/machinery/conveyor/crowbar_act(mob/user, obj/item/I) diff --git a/code/modules/recycling/disposal.dm b/code/modules/recycling/disposal.dm index f31c086481ac..1448089796be 100644 --- a/code/modules/recycling/disposal.dm +++ b/code/modules/recycling/disposal.dm @@ -127,6 +127,9 @@ if(stat & BROKEN || !user || I.flags & ABSTRACT) return + if(user.a_intent != INTENT_HELP) + return ..() + src.add_fingerprint(user) if(istype(I, /obj/item/melee/energy/blade)) From 20f47a7f4079e4a2359c002819555453398e4b6e Mon Sep 17 00:00:00 2001 From: datlo Date: Thu, 12 Sep 2024 21:08:21 +0200 Subject: [PATCH 16/34] Adds Syndicate organizations (#24040) * framework * factions and objs done * objective framework * remove you_are, implement intro_desc * assassinate syndi text * remove extra space * Apply suggestions from code review Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Implement steal items * Apply suggestions from code review Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * revert forced escape obj * rename i var * readd martyr check * difficulty defines * remove discounts * add electra dynamics * add hawkmoon * repath org, add gameplay blurbs * cuts unnecessary content, add org selection, updates * move defines * var names * update numbers * set defines, tweaks * add hijack forced obj * update L O R E * remove forgotten todo * document steal_list * use initial() * fix comments move steal objs * apply code review suggestions * use pickweight * flags * replace hardcoded target jobs by target_department * comment fix * incorporate org objectives into delayed objectives * fix martyr check location * Remove abuser vocab, debug names for orgs * readd obj name as user, VV only * add traitor panel and fix forced objective * reword ARC objective * change forced objective to list * rewrite to US spelling * Rework objective selection * Apply suggestions from code review Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Signed-off-by: datlo * add hunter notification, review stuff * Update code/game/gamemodes/objective.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Signed-off-by: datlo * fix lists * Updated captain's sabre typepath Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Signed-off-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> --------- Signed-off-by: datlo Signed-off-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> --- code/__DEFINES/antag_defines.dm | 31 +++++++ code/datums/mind.dm | 5 +- code/game/gamemodes/objective.dm | 56 ++++++++++-- code/game/gamemodes/objective_holder.dm | 5 +- code/game/gamemodes/objectives_subtypes.dm | 23 +++++ .../antagonists/_common/antag_datum.dm | 22 +++++ .../antagonists/antag_org/antag_org_datum.dm | 20 +++++ .../antag_org/antag_org_syndicate.dm | 89 +++++++++++++++++++ .../antagonists/traitor/datum_traitor.dm | 68 +++++++++----- paradise.dme | 3 + 10 files changed, 293 insertions(+), 29 deletions(-) create mode 100644 code/game/gamemodes/objectives_subtypes.dm create mode 100644 code/modules/antagonists/antag_org/antag_org_datum.dm create mode 100644 code/modules/antagonists/antag_org/antag_org_syndicate.dm diff --git a/code/__DEFINES/antag_defines.dm b/code/__DEFINES/antag_defines.dm index 01a9b291e6a2..9213dc724bca 100644 --- a/code/__DEFINES/antag_defines.dm +++ b/code/__DEFINES/antag_defines.dm @@ -75,3 +75,34 @@ GLOBAL_LIST(contractors) #define IS_MINDSLAVE(mob) (ishuman(mob) && mob?:mind?:has_antag_datum(/datum/antagonist/mindslave, FALSE)) +/** + * Objective targeting flags + */ + +/// Objective target must be mindshielded if possible +#define MINDSHIELDED_TARGET (1<<0) +/// Objective target must be non-mindshielded if possible +#define UNMINDSHIELDED_TARGET (1<<1) +/// Objective target must be a syndicate agent if possible +#define SYNDICATE_TARGET (1<<2) + +/** + * Antag organizations + */ + +/// Antag hunting antag. Might help security overall. +#define ORG_CHAOS_HUNTER "chaos_hunter" +/// Will steal items/kill low importance crew, usually not much trouble +#define ORG_CHAOS_MILD "chaos_mild" +/// Your average tator, will be an issue +#define ORG_CHAOS_AVERAGE "chaos_average" +/// Hijack or hijack-tier antagonists. +#define ORG_CHAOS_HIJACK "chaos_hijack" + +#define ORG_PROB_HUNTER 10 +#define ORG_PROB_MILD 20 +#define ORG_PROB_AVERAGE 60 +#define ORG_PROB_HIJACK 10 + +// Chance that a traitor will receive a 'You are being targeted by another syndicate agent' notification regardless of being an actual target +#define ORG_PROB_PARANOIA 5 diff --git a/code/datums/mind.dm b/code/datums/mind.dm index 5fbe68087c42..70b9f3d46e67 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -595,8 +595,11 @@ if(sections[i]) out.Add(sections[i]) + out.Add("Organization: ") + for(var/datum/antagonist/D in antag_datums) + if(D.organization) + out.Add("[D.organization.name]") out.Add(memory_edit_uplink()) - out.Add("Memory:") out.Add(memory) out.Add("Edit memory
") diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index f6418ab75a9b..ad06167f1164 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -32,7 +32,14 @@ GLOBAL_LIST_INIT(potential_theft_objectives, (subtypesof(/datum/theft_objective) var/completed = FALSE /// If the objective is compatible with martyr objective, i.e. if you can still do it while dead. var/martyr_compatible = FALSE - + /// List of jobs that the objective will target if possible, any crew if not. + var/list/target_jobs = list() + /// The department that'll be targeted by this objective. If set, fills target_jobs with jobs from that department. + var/target_department + /// If set, steal targets will be pulled from this list + var/list/steal_list = list() + /// Contains the flags needed to meet the conditions of a valid target, such as mindshielded or syndicate agent. + var/flags_target var/datum/objective_holder/holder /// What is the text we show when our objective is delayed? @@ -46,6 +53,8 @@ GLOBAL_LIST_INIT(potential_theft_objectives, (subtypesof(/datum/theft_objective) explanation_text = text if(team_to_join) team = team_to_join + if(target_department) + target_jobs = setup_target_jobs() if(_owner) owner = _owner @@ -122,9 +131,22 @@ GLOBAL_LIST_INIT(potential_theft_objectives, (subtypesof(/datum/theft_objective) for(var/datum/mind/possible_target in SSticker.minds) if(is_invalid_target(possible_target) || (possible_target in target_blacklist)) continue - + if((flags_target & MINDSHIELDED_TARGET) && !ismindshielded(possible_target.current)) + continue + if((flags_target & UNMINDSHIELDED_TARGET) && ismindshielded(possible_target.current)) + continue + if((flags_target & SYNDICATE_TARGET) && possible_target.special_role != SPECIAL_ROLE_TRAITOR) + continue + if(length(target_jobs) && !(possible_target.assigned_role in target_jobs)) + continue possible_targets += possible_target + if(!length(possible_targets)) // If we can't find anyone, try with less restrictions + for(var/datum/mind/possible_target in SSticker.minds) + if(is_invalid_target(possible_target) || (possible_target in target_blacklist)) + continue + possible_targets += possible_target + if(length(possible_targets) > 0) target = pick(possible_targets) @@ -161,6 +183,27 @@ GLOBAL_LIST_INIT(potential_theft_objectives, (subtypesof(/datum/theft_objective) return TRUE return isbrain(target_current) || istype(target_current, /mob/living/simple_animal/spiderbot) +// Setup and return the objective target jobs list based on target department +/datum/objective/proc/setup_target_jobs() + if(!target_department) + return + . = list() + switch(target_department) + if(DEPARTMENT_COMMAND) + . = GLOB.command_head_positions.Copy() + if(DEPARTMENT_MEDICAL) + . = GLOB.medical_positions.Copy() + if(DEPARTMENT_ENGINEERING) + . = GLOB.engineering_positions.Copy() + if(DEPARTMENT_SCIENCE) + . = GLOB.science_positions.Copy() + if(DEPARTMENT_SECURITY) + . = GLOB.active_security_positions.Copy() + if(DEPARTMENT_SUPPLY) + . = GLOB.supply_positions.Copy() + if(DEPARTMENT_SERVICE) + . = GLOB.service_positions.Copy() + /datum/objective/assassinate name = "Assassinate" martyr_compatible = TRUE @@ -211,7 +254,6 @@ GLOBAL_LIST_INIT(potential_theft_objectives, (subtypesof(/datum/theft_objective) return return ..() - /datum/objective/mutiny name = "Mutiny" martyr_compatible = TRUE @@ -545,7 +587,11 @@ GLOBAL_LIST_INIT(potential_theft_objectives, (subtypesof(/datum/theft_objective) return steal_target.location_override || "an unknown area" /datum/objective/steal/find_target(list/target_blacklist) - var/potential = GLOB.potential_theft_objectives.Copy() + var/potential + if(length(steal_list)) + potential = steal_list.Copy() + else + potential = GLOB.potential_theft_objectives.Copy() while(!steal_target && length(potential)) var/thefttype = pick_n_take(potential) if(locate(thefttype) in target_blacklist) @@ -850,4 +896,4 @@ GLOBAL_LIST_INIT(potential_theft_objectives, (subtypesof(/datum/theft_objective) return /datum/objective/delayed/proc/reveal_objective() - return holder.replace_objective(src, new objective_to_replace_with(null, team, owner)) + return holder.replace_objective(src, new objective_to_replace_with(null, team, owner), target_department, steal_list) diff --git a/code/game/gamemodes/objective_holder.dm b/code/game/gamemodes/objective_holder.dm index cdd29db4af98..4cbeb50d1d51 100644 --- a/code/game/gamemodes/objective_holder.dm +++ b/code/game/gamemodes/objective_holder.dm @@ -58,9 +58,10 @@ /** * Replace old_objective with new_objective */ -/datum/objective_holder/proc/replace_objective(datum/objective/old_objective, datum/objective/new_objective) +/datum/objective_holder/proc/replace_objective(datum/objective/old_objective, datum/objective/new_objective, datum/original_target_department, list/original_steal_list) + new_objective.target_department = original_target_department + new_objective.steal_list = original_steal_list new_objective = add_objective(new_objective, add_to_list = FALSE) - // Replace where the old objective was, with the new one objectives.Insert(objectives.Find(old_objective), new_objective) remove_objective(old_objective) diff --git a/code/game/gamemodes/objectives_subtypes.dm b/code/game/gamemodes/objectives_subtypes.dm new file mode 100644 index 000000000000..656ce63148e5 --- /dev/null +++ b/code/game/gamemodes/objectives_subtypes.dm @@ -0,0 +1,23 @@ +/datum/objective/assassinate/mindshielded + name = "Assassinate mindshielded" + flags_target = MINDSHIELDED_TARGET + +/datum/objective/assassinate/nomindshield + name = "Assassinate non-mindshielded" + flags_target = UNMINDSHIELDED_TARGET + +/datum/objective/assassinate/syndicate + name = "Assassinate syndicate agent" + flags_target = SYNDICATE_TARGET + +/datum/objective/assassinate/syndicate/update_explanation_text() + ..() + if(target?.current) + explanation_text = "Assassinate [target.current.real_name], the Syndicate agent undercover as the [target.assigned_role]." + if(target && length(target.antag_datums)) + for(var/datum/antagonist/A in target.antag_datums) + A.targeted_by_antag = TRUE + +/datum/objective/assassinateonce/arc + name = "Assassinate once (ARC)" + target_jobs = list("Head of Personnel", "Quartermaster", "Cargo Technician", "Bartender", "Chef", "Botanist", "Geneticist", "Virologist") diff --git a/code/modules/antagonists/_common/antag_datum.dm b/code/modules/antagonists/_common/antag_datum.dm index fa4f1eb694d6..9196e7d6faf4 100644 --- a/code/modules/antagonists/_common/antag_datum.dm +++ b/code/modules/antagonists/_common/antag_datum.dm @@ -41,6 +41,12 @@ GLOBAL_LIST_EMPTY(antagonists) var/clown_text_span_class = "boldnotice" /// The url page name for this antagonist, appended to the end of the wiki url in the form of: [GLOB.configuration.url.wiki_url]/index.php/[wiki_page_name] var/wiki_page_name + /// The organization, if any, this antag is associated with + var/datum/antag_org/organization + /// If set to TRUE, the antag will be notified they are targeted by another antagonist this round. + var/targeted_by_antag = FALSE + /// The message displayed to the antag if targeted_by_antag is set to TRUE + var/targeted_by_antag_message = "You can't shake the feeling someone's been stalking you. You might be an assassin's next target." //Blurb stuff /// Intro Blurbs text colour @@ -166,6 +172,13 @@ GLOBAL_LIST_EMPTY(antagonists) handle_clown_mutation(L, mob_override ? null : clown_removal_text) return L +/** + * Selects and set the organization this antag is associated with. + * Base proc, override as needed + */ +/datum/antagonist/proc/select_organization() + return + /** * Adds this datum's antag hud to `antag_mob`. * @@ -243,6 +256,12 @@ GLOBAL_LIST_EMPTY(antagonists) if(ispath(objective_to_add)) objective_to_add = new objective_to_add() + // Roll to see if we target a specific department or random one + if(organization && prob(organization.focus)) + if(organization.targeted_departments) + objective_to_add.target_department = pick(organization.targeted_departments) + objective_to_add.steal_list = organization.theft_targets + if(objective_to_add.owner) stack_trace("[objective_to_add], [objective_to_add.type] was assigned as an objective to [owner] (mind), but already had an owner: [objective_to_add.owner] (mind). Overriding.") objective_to_add.owner = owner @@ -285,6 +304,7 @@ GLOBAL_LIST_EMPTY(antagonists) /datum/antagonist/proc/on_gain() owner.special_role = special_role add_owner_to_gamemode() + select_organization() if(give_objectives) give_objectives() var/list/messages = list() @@ -352,6 +372,8 @@ GLOBAL_LIST_EMPTY(antagonists) . = messages if(owner && owner.current) messages.Add("You are a [special_role]!") + if(organization && organization.intro_desc) + messages.Add("[organization.intro_desc]") /** * Displays a message to the antag mob while the datum is being deleted, i.e. "Your powers are gone and you're no longer a vampire!" diff --git a/code/modules/antagonists/antag_org/antag_org_datum.dm b/code/modules/antagonists/antag_org/antag_org_datum.dm new file mode 100644 index 000000000000..f085b67f49b3 --- /dev/null +++ b/code/modules/antagonists/antag_org/antag_org_datum.dm @@ -0,0 +1,20 @@ + /** + * The lore organization antagonists are attached to. Influences objectives and steal targets. + */ +/datum/antag_org + /// Organization's name + var/name = "Buggy Organization, adminhelp this please" + /// Description given to the antagonist on spawn, below 'You are a Traitor!' or similar + var/intro_desc = "You are not meant to see this. Please tell admins/coders that the antag_org wasn't set properly." + /// Used for prob() for objectives. Higher focus means the org is less likely to diverge from their favorites. + var/focus = 100 + /// If set, the antag's first objective(s) will be forced to this. + var/list/forced_objectives + /// List of objectives favored by this org + var/list/objectives + /// Department(s) targeted by this organization if any + var/list/targeted_departments + /// List of theft targets favored by this organization if any + var/list/theft_targets + /// Estimation of how much trouble this antag will be for security. + var/chaos_level diff --git a/code/modules/antagonists/antag_org/antag_org_syndicate.dm b/code/modules/antagonists/antag_org/antag_org_syndicate.dm new file mode 100644 index 000000000000..27c80f94b7c1 --- /dev/null +++ b/code/modules/antagonists/antag_org/antag_org_syndicate.dm @@ -0,0 +1,89 @@ +/// Base syndicate org datum +/datum/antag_org/syndicate + name = "Buggy Syndicate Corp, ahelp this please" + chaos_level = ORG_CHAOS_AVERAGE + +/datum/antag_org/syndicate/donk // Completely random objectives, default traitor + name = "Donk Co." + intro_desc = "You are a Donk Co. agent, sent here to advance Syndicate interests. \ + Current client is anonymous. Standard rules of engagement apply. Get the job done, and get it done right." + +/datum/antag_org/syndicate/hawkmoon // Theft only + name = "Hawkmoon Acquisitions" + intro_desc = "You are an incursion specialist from the Hawkmoon Acquisitions Corporation, a merchandising firm using less-than-legal methods of product procurement. \ + Grab the goods, keep it quiet, leave no trace. We were never here." + objectives = list(/datum/objective/steal) + chaos_level = ORG_CHAOS_MILD + +/datum/antag_org/syndicate/arc // Only targets on-station Cargo/Service/Genetics/Virologist + name = "Animal Rights Consortium" + intro_desc = "You are a member of the Animal Rights Consortium, here to violently protest the cruel treatment of animals by megacorporations like Nanotrasen. \ + Teach them a lesson!" + objectives = list(/datum/objective/assassinateonce/arc) + chaos_level = ORG_CHAOS_MILD // Violent but never needs to permakill + +/datum/antag_org/syndicate/waffle // Assassination variants only + name = "Waffle Company" + intro_desc = "You are a contract killer under the employ of Waffle Co., a ruthless criminal entity that will go after any target, for the right price. \ + Got a few new bounties on the docket, agent. Put 'em down however you see fit." + objectives = list(/datum/objective/assassinate, /datum/objective/assassinateonce, /datum/objective/maroon) + +/datum/antag_org/syndicate/cybersun // Mostly target Command/Security + name = "Cybersun Incorporated - The Inner Circle" + intro_desc = "You're an operative of Cybersun Incorporated's Inner Circle, an elite PMC and proxy arm of the company. \ + Clean kills, clean thefts, clean getaway. Get it done, operative." + focus = 50 // Don't bully sec too hard + targeted_departments = list(DEPARTMENT_COMMAND, DEPARTMENT_SECURITY) + theft_targets = list( + /datum/theft_objective/antique_laser_gun, + /datum/theft_objective/nukedisc, + /datum/theft_objective/hoslaser, + /datum/theft_objective/captains_sabre, + /datum/theft_objective/capmedal + ) + +/datum/antag_org/syndicate/interdyne // Mostly target Medical + name = "Interdyne Pharmaceuticals" + intro_desc = "You are a specialist from Interdyne Pharmaceuticals, a medical conglomerate threatened by Nanotrasen's recent forays into the medical field. \ + Nanotrasen's medical wing has been a bit too comfortable recently. Keep 'em on their toes, specialist." + focus = 70 + targeted_departments = list(DEPARTMENT_MEDICAL) + theft_targets = list(/datum/theft_objective/hypospray, /datum/theft_objective/defib, /datum/theft_objective/krav, /datum/theft_objective/engraved_dusters) + +/datum/antag_org/syndicate/self // Mostly target Science + name = "Silicon Engine Liberation Front" + intro_desc = "You are a member of the Silicon Engine Liberation Front, dedicated to the freedom of silicon and robotic lives sector-wide. \ + Get the job done, and we'll be one step closer to ending Nanotrasen's slave empire." + focus = 70 + targeted_departments = list(DEPARTMENT_SCIENCE) + theft_targets = list(/datum/theft_objective/reactive, /datum/theft_objective/steal/documents, /datum/theft_objective/hand_tele) + +/datum/antag_org/syndicate/electra // Mostly target Engineering + name = "Electra Dynamics" + intro_desc = "You are a saboteur employed by Electra Dynamics, an independent energy company opposed to Nanotrasen. \ + Nanotrasen's burgeoning monopoly must be stopped. We've transmitted you local points of failure, ensure they fail." + focus = 70 + targeted_departments = list(DEPARTMENT_ENGINEERING) + theft_targets = list(/datum/theft_objective/supermatter_sliver, /datum/theft_objective/plutonium_core, /datum/theft_objective/captains_modsuit, /datum/theft_objective/magboots) + +/datum/antag_org/syndicate/spiderclan // Targets one syndicate agent and one non-mindshielded crewmember. + name = "Spider Clan" + intro_desc = "You are an initiate of the elusive Spider Clan, an insular cult of assassins and rogues styling themselves after ancient ninjas from Earth. \ + This is your final test, Initiate. Terminate the selected targets by any means necessary and you will have earned your place within the Clan." + forced_objectives = list(/datum/objective/assassinate/syndicate, /datum/objective/assassinate/nomindshield) + chaos_level = ORG_CHAOS_HUNTER + +/datum/antag_org/syndicate/faid // Targets one syndicate agent and steal station intel. + name = "Federation Analytics and Intelligence Directorate" + intro_desc = "You are an undercover agent of the Federation Analytics and Intelligence Directorate, a Trans-Solar agency keeping tabs on the Corporate Wars, among other duties. \ + Be quick, be efficient, and don't get caught. The Directorate will deny any involvement with your presence here." + forced_objectives = list(/datum/objective/assassinate/syndicate, /datum/objective/steal) + theft_targets = list(/datum/theft_objective/blueprints, /datum/theft_objective/steal/documents) + chaos_level = ORG_CHAOS_HUNTER + +/datum/antag_org/syndicate/gorlex // Hijack only + name = "Gorlex Marauders" + intro_desc = "You are an operative of the infamous Gorlex Marauders, a brutal and merciless gang of pirates and cutthroats. \ + Get in, fuck shit up, get out with a fancy new shuttle. You know the drill." + forced_objectives = list(/datum/objective/hijack) + chaos_level = ORG_CHAOS_HIJACK diff --git a/code/modules/antagonists/traitor/datum_traitor.dm b/code/modules/antagonists/traitor/datum_traitor.dm index f4ad98635278..378c7a9bc6a9 100644 --- a/code/modules/antagonists/traitor/datum_traitor.dm +++ b/code/modules/antagonists/traitor/datum_traitor.dm @@ -12,6 +12,8 @@ RESTRICT_TYPE(/datum/antagonist/traitor) clown_gain_text = "Your syndicate training has allowed you to overcome your clownish nature, allowing you to wield weapons without harming yourself." clown_removal_text = "You lose your syndicate training and return to your own clumsy, clownish self." wiki_page_name = "Traitor" + targeted_by_antag_message = "Our intelligence suggests that you are likely to be the target of a rival member of the Syndicate. \ + Remain vigilant, they know who you are and what you can do." /// Should the traitor get codewords? var/give_codewords = TRUE /// Should we give the traitor their uplink? @@ -80,6 +82,14 @@ RESTRICT_TYPE(/datum/antagonist/traitor) return ..() +/datum/antagonist/traitor/select_organization() + var/chaos = pickweight(list(ORG_CHAOS_HUNTER = ORG_PROB_HUNTER, ORG_CHAOS_MILD = ORG_PROB_MILD, ORG_CHAOS_AVERAGE = ORG_PROB_AVERAGE, ORG_CHAOS_HIJACK = ORG_PROB_HIJACK)) + for(var/org_type in shuffle(subtypesof(/datum/antag_org/syndicate))) + var/datum/antag_org/org = org_type + if(initial(org.chaos_level) == chaos) + organization = new org_type(src) + return + /datum/antagonist/traitor/add_owner_to_gamemode() SSticker.mode.traitors |= owner @@ -104,23 +114,31 @@ RESTRICT_TYPE(/datum/antagonist/traitor) * Create and assign a full set of randomized human traitor objectives. */ /datum/antagonist/traitor/proc/forge_human_objectives() - // Hijack objective. - if(prob(10) && !(locate(/datum/objective/hijack) in owner.get_all_objectives())) - add_antag_objective(/datum/objective/hijack) - return // Hijack should be their only objective (normally), so return. + var/iteration = 1 + var/can_succeed_if_dead = TRUE + // If our org has forced objectives, give them to us guaranteed. + if(organization && length(organization.forced_objectives)) + for(var/forced_objectives in organization.forced_objectives) + var/datum/objective/forced_obj = forced_objectives + if(!ispath(forced_obj, /datum/objective/hijack) && delayed_objectives) // Hijackers know their objective immediately + forced_obj = new /datum/objective/delayed(forced_obj) + add_antag_objective(forced_obj) + iteration++ + + if(locate(/datum/objective/hijack) in owner.get_all_objectives()) + return //Hijackers only get hijack. - // Will give normal steal/kill/etc. type objectives. - for(var/i in 1 to GLOB.configuration.gamemode.traitor_objectives_amount) + // Will give objectives from our org or random objectives. + for(var/i in iteration to GLOB.configuration.gamemode.traitor_objectives_amount) forge_single_human_objective() - var/can_succeed_if_dead = TRUE for(var/objective in owner.get_all_objectives()) var/datum/objective/O = objective - if(!O.martyr_compatible) // Check if our current objectives can co-exist with martyr. + if(!O.martyr_compatible) // Check if we need to stay alive in order to accomplish our objectives (Steal item, etc) can_succeed_if_dead = FALSE break - // Give them an escape objective if they don't have one already. + // Give them an escape objective if they don't have one. 20 percent chance not to have escape if we can greentext without staying alive. if(!(locate(/datum/objective/escape) in owner.get_all_objectives()) && (!can_succeed_if_dead || prob(80))) add_antag_objective(/datum/objective/escape) @@ -138,23 +156,27 @@ RESTRICT_TYPE(/datum/antagonist/traitor) /datum/antagonist/traitor/proc/forge_single_human_objective() var/datum/objective/objective_to_add - if(prob(50)) - if(length(active_ais()) && prob(100 / length(GLOB.player_list))) - objective_to_add = /datum/objective/destroy + // If our org has an objectives list, give one to us if we pass a roll on the org's focus + if(organization && length(organization.objectives) && prob(organization.focus)) + objective_to_add = pick(organization.objectives) + else + if(prob(50)) + if(length(active_ais()) && prob(100 / length(GLOB.player_list))) + objective_to_add = /datum/objective/destroy - else if(prob(5)) - objective_to_add = /datum/objective/debrain + else if(prob(5)) + objective_to_add = /datum/objective/debrain - else if(prob(30)) - objective_to_add = /datum/objective/maroon + else if(prob(30)) + objective_to_add = /datum/objective/maroon - else if(prob(30)) - objective_to_add = /datum/objective/assassinateonce + else if(prob(30)) + objective_to_add = /datum/objective/assassinateonce + else + objective_to_add = /datum/objective/assassinate else - objective_to_add = /datum/objective/assassinate - else - objective_to_add = /datum/objective/steal + objective_to_add = /datum/objective/steal if(delayed_objectives) objective_to_add = new /datum/objective/delayed(objective_to_add) @@ -165,6 +187,8 @@ RESTRICT_TYPE(/datum/antagonist/traitor) */ /datum/antagonist/traitor/finalize_antag() var/list/messages = list() + if(organization) + antag_memory += "Organization: [organization.name]
" if(give_codewords) messages.Add(give_codewords()) if(isAI(owner.current)) @@ -285,6 +309,8 @@ RESTRICT_TYPE(/datum/antagonist/traitor) if(!owner?.current) return SEND_SOUND(owner.current, sound('sound/ambience/alarm4.ogg')) + if(targeted_by_antag || prob(ORG_PROB_PARANOIA)) // Low chance of fake 'You are targeted' notification + to_chat(owner.current, "[targeted_by_antag_message]") var/list/messages = owner.prepare_announce_objectives() to_chat(owner.current, chat_box_red(messages.Join("
"))) delayed_objectives = FALSE diff --git a/paradise.dme b/paradise.dme index 8aa6a39ae1dc..26a4b1d1ddf1 100644 --- a/paradise.dme +++ b/paradise.dme @@ -719,6 +719,7 @@ #include "code\game\gamemodes\intercept_report.dm" #include "code\game\gamemodes\objective.dm" #include "code\game\gamemodes\objective_holder.dm" +#include "code\game\gamemodes\objectives_subtypes.dm" #include "code\game\gamemodes\scoreboard.dm" #include "code\game\gamemodes\setupgame.dm" #include "code\game\gamemodes\steal_items.dm" @@ -1475,6 +1476,8 @@ #include "code\modules\antagonists\_common\antag_hud.dm" #include "code\modules\antagonists\_common\antag_spawner.dm" #include "code\modules\antagonists\_common\antag_team.dm" +#include "code\modules\antagonists\antag_org\antag_org_datum.dm" +#include "code\modules\antagonists\antag_org\antag_org_syndicate.dm" #include "code\modules\antagonists\changeling\changeling_power.dm" #include "code\modules\antagonists\changeling\changeling_power_category.dm" #include "code\modules\antagonists\changeling\datum_changeling.dm" From 9704445473a1e28d0363cdc39a1c790306a305d8 Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Date: Fri, 13 Sep 2024 01:49:11 +0100 Subject: [PATCH 17/34] Farragus: Remaps Service Asteroid and Locker Room Area (#26493) * Update cerestation.dmm * Update cerestation.dmm * Update cerestation.dmm * Update cerestation.dmm * Much Work * CI * OSHA Exit Sign * CI * CI * Update cerestation.dmm * Update cerestation.dmm * Update cerestation.dmm * Update cerestation.dmm * Update cerestation.dmm * CI * CI * Update cerestation.dmm * Update cerestation.dmm * Update cerestation.dmm * Update cerestation.dmm * Removed accidentally duplicated pipe. * Update cerestation.dmm * Update cerestation.dmm * CI * CI * Update cerestation.dmm * Update based on review * Makes all service intercoms into cardinal bumps * Update cerestation.dmm * Update cerestation.dmm * Update cerestation.dmm * Update cerestation.dmm * Update cerestation.dmm * Update cerestation.dmm * Update cerestation.dmm * fixes an errant loot spawner * Update cerestation.dmm * Moves bar electrical delivery wire to maint. --------- Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> --- _maps/map_files/stations/cerestation.dmm | 34972 +++++++++------- .../game/turfs/simulated/floor/fancy_floor.dm | 9 + .../drinks/drinks/drinkingglass.dm | 3 + 3 files changed, 19458 insertions(+), 15526 deletions(-) diff --git a/_maps/map_files/stations/cerestation.dmm b/_maps/map_files/stations/cerestation.dmm index 7ffbfce6cedc..0fb3f872d2b7 100644 --- a/_maps/map_files/stations/cerestation.dmm +++ b/_maps/map_files/stations/cerestation.dmm @@ -22,25 +22,24 @@ "aaf" = ( /turf/simulated/mineral/ancient, /area/mine/unexplored/cere/ai) -"aan" = ( -/obj/machinery/firealarm/directional/south, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/station/security/detective) -"aap" = ( -/obj/structure/disposalpipe/junction/reversed{ - dir = 8 - }, -/obj/structure/cable{ +"aah" = ( +/obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/door/airlock/engineering{ + name = "Service Asteroid Solar Array" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"aan" = ( +/obj/machinery/firealarm/directional/south, /turf/simulated/floor/plasteel{ - icon_state = "neutralfull" + icon_state = "grimy" }, -/area/station/hallway/primary/port/east) +/area/station/security/detective) "aar" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 6 @@ -173,6 +172,12 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/north) +"abh" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/south) "abk" = ( /obj/structure/reagent_dispensers/fueltank, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -198,22 +203,25 @@ /turf/simulated/wall, /area/station/maintenance/disposal/external/north) "abq" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/disposalpipe/segment, /obj/structure/cable/orange{ 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/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor/plasteel{ - icon_state = "neutralfull" + dir = 8; + icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "abr" = ( /obj/machinery/light/small, /obj/structure/table, @@ -227,6 +235,15 @@ /obj/item/tank/internals/emergency_oxygen, /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/north) +"abv" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 1; + color = "#954535" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/south) "abE" = ( /turf/simulated/floor/plating/asteroid/ancient/airless, /area/mine/unexplored/cere/command) @@ -271,10 +288,22 @@ /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/north) "abT" = ( -/obj/machinery/firealarm/directional/west, /obj/structure/disposalpipe/segment{ color = "#954535" }, +/obj/structure/sign/directions/science{ + pixel_x = -32; + pixel_y = -8 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_x = -32 + }, +/obj/structure/sign/directions/bridge{ + dir = 1; + pixel_x = -32; + pixel_y = 8 + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" @@ -422,6 +451,20 @@ icon_state = "bcircuit" }, /area/station/turret_protected/ai) +"acI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "acJ" = ( /obj/structure/cable{ d1 = 4; @@ -441,6 +484,19 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/northeast) +"acM" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) "acN" = ( /obj/machinery/hydroponics/constructable{ desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; @@ -525,15 +581,15 @@ icon_state = "bluered" }, /area/station/hallway/secondary/entry/west) -"adb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/power/apc/directional/east, -/obj/structure/cable/orange, -/turf/simulated/floor/plasteel{ - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" +"acY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 }, -/area/station/service/mime) +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "adc" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating{ @@ -776,14 +832,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) -"aek" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkgreenfull" - }, -/area/station/service/hydroponics) "aen" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/decal/cleanable/dirt, @@ -882,10 +930,6 @@ "afd" = ( /turf/simulated/wall/r_wall, /area/station/security/permabrig) -"afe" = ( -/obj/structure/closet/masks, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "afn" = ( /obj/structure/cable{ d1 = 4; @@ -950,6 +994,12 @@ icon_state = "asteroidplating" }, /area/station/security/permabrig) +"afH" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "afI" = ( /obj/structure/cable/orange{ d1 = 1; @@ -1032,13 +1082,6 @@ /obj/effect/spawner/window/shuttle, /turf/simulated/floor/plating, /area/shuttle/pod_4) -"agw" = ( -/obj/machinery/newscaster{ - pixel_y = 28; - name = "north bump" - }, -/turf/simulated/floor/plasteel/freezer, -/area/station/service/kitchen) "agA" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 9 @@ -1075,20 +1118,8 @@ pixel_x = -3; pixel_y = 7 }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, /turf/simulated/floor/wood, /area/station/service/library) -"agO" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "agQ" = ( /obj/machinery/power/smes{ charge = 5e+006; @@ -1141,12 +1172,27 @@ }, /turf/simulated/floor/plating, /area/station/turret_protected/ai) +"ahf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/library) "ahr" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, /turf/simulated/floor/plasteel, /area/station/security/permabrig) +"aht" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/mine/unexplored/cere/civilian) "ahB" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel{ @@ -1294,30 +1340,6 @@ icon_state = "bcircuit" }, /area/station/turret_protected/ai) -"ait" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) "aiF" = ( /obj/structure/chair/comfy{ dir = 1 @@ -1389,6 +1411,11 @@ }, /turf/space, /area/space) +"aiS" = ( +/obj/effect/decal/cleanable/flour, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "aiT" = ( /obj/machinery/light/small, /obj/effect/decal/cleanable/dirt, @@ -1492,7 +1519,6 @@ /obj/structure/chair/comfy/brown{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -1759,6 +1785,13 @@ "akN" = ( /turf/simulated/floor/plating, /area/station/turret_protected/aisat/interior/secondary) +"akQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "akY" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -1956,14 +1989,21 @@ }, /area/station/service/hydroponics) "amo" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /obj/structure/cable/orange{ d1 = 2; - d2 = 4; - icon_state = "2-4" + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 }, /turf/simulated/floor/plating/asteroid/ancient, /area/station/service/clown/secret) @@ -2092,8 +2132,9 @@ "amR" = ( /obj/item/assembly/mousetrap/armed, /obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "amW" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/light/small{ @@ -2111,25 +2152,13 @@ /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, /area/station/maintenance/disposal/north) -"ang" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/classic/normal{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/windoor/autoname{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics{ - dir = 4 - }, -/obj/item/desk_bell{ - pixel_x = 7; - pixel_y = 7; - anchored = 1 +"anh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/chair/wood{ + dir = 1 }, -/turf/simulated/floor/plating, -/area/station/service/hydroponics) +/turf/simulated/floor/wood, +/area/station/service/bar) "anm" = ( /obj/structure/disposalpipe/junction{ dir = 8 @@ -2230,21 +2259,6 @@ /obj/structure/reagent_dispensers/watertank/high, /turf/simulated/floor/plating, /area/station/maintenance/disposal/north) -"aoc" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/item/assembly/mousetrap/armed, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "aof" = ( /obj/structure/closet/emcloset, /obj/structure/sign/poster/random{ @@ -2257,15 +2271,6 @@ "aog" = ( /turf/simulated/floor/plating, /area/station/maintenance/disposal/northeast) -"aoh" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "green" - }, -/area/station/public/quantum/service) "aok" = ( /obj/structure/cable/orange{ d1 = 1; @@ -2354,27 +2359,6 @@ icon_state = "dark" }, /area/station/supply/warehouse) -"aoN" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) "aoO" = ( /obj/machinery/atmospherics/pipe/simple/visible{ dir = 4 @@ -2521,6 +2505,13 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/northeast) +"apz" = ( +/obj/structure/table/wood, +/obj/item/stack/packageWrap, +/obj/item/destTagger, +/obj/item/eftpos, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "apA" = ( /obj/machinery/firealarm/directional/east, /obj/machinery/light/small{ @@ -2633,6 +2624,15 @@ icon_state = "bcircuit" }, /area/station/turret_protected/aisat/interior/secondary) +"aqo" = ( +/obj/structure/disposalpipe/segment{ + color = "#954535" + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/servsci) "aqx" = ( /obj/item/trash/candy, /obj/structure/sign/poster/contraband/kss13{ @@ -2644,6 +2644,12 @@ "aqC" = ( /turf/simulated/wall, /area/station/public/locker) +"aqK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep/secondary) "aqO" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -2785,15 +2791,6 @@ /obj/effect/landmark/start/scientist, /turf/simulated/floor/plasteel/white, /area/station/science/xenobiology) -"arG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/station/service/clown/secret) "arH" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/emcloset, @@ -3157,6 +3154,21 @@ icon_state = "darkredcorners" }, /area/station/security/brig) +"auu" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "auy" = ( /obj/structure/disposalpipe/segment, /obj/effect/spawner/window/reinforced/grilled, @@ -3283,6 +3295,13 @@ /obj/structure/flora/ausbushes/brflowers, /turf/simulated/floor/grass, /area/station/hallway/secondary/exit) +"ava" = ( +/obj/machinery/processor, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "avj" = ( /obj/structure/cable/orange{ d1 = 4; @@ -3387,6 +3406,14 @@ icon_state = "darkred" }, /area/station/security/permabrig) +"avD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/storage/tools) "avK" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, @@ -3483,19 +3510,6 @@ icon_state = "darkredcorners" }, /area/station/security/brig) -"awA" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "green" - }, -/area/station/public/quantum/service) "awB" = ( /obj/machinery/light, /obj/machinery/newscaster/security_unit{ @@ -3542,15 +3556,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/space, /area/station/hallway/spacebridge/cargocom) -"awK" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/carpet/green, -/area/station/service/library) "awL" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ @@ -3604,6 +3609,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/carpet/royalblack, /area/station/command/office/captain) +"axe" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "axg" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/orange{ @@ -3694,6 +3705,10 @@ icon_state = "dark" }, /area/station/telecomms/computer) +"axL" = ( +/obj/effect/spawner/airlock, +/turf/simulated/wall/r_wall, +/area/station/maintenance/disposal/westalt) "axO" = ( /obj/machinery/door/airlock/public/glass{ name = "Walkway" @@ -4118,6 +4133,13 @@ icon_state = "bcircuit" }, /area/station/telecomms/chamber) +"aAT" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/maintenance/port2) "aBa" = ( /obj/structure/sign/pods, /turf/simulated/wall, @@ -4173,6 +4195,23 @@ icon_state = "dark" }, /area/station/telecomms/computer) +"aBs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "aBG" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ @@ -4231,6 +4270,10 @@ icon_state = "whitepurple" }, /area/station/science/rnd) +"aBX" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/mine/unexplored/cere/civilian) "aCb" = ( /obj/structure/rack, /obj/effect/spawner/random/maintenance, @@ -4256,6 +4299,12 @@ /obj/item/stack/packageWrap, /turf/simulated/floor/carpet/black, /area/station/command/office/captain) +"aCj" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) "aCl" = ( /obj/structure/cable{ d1 = 2; @@ -4346,25 +4395,50 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/northwest) -"aCC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +"aCB" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable/orange{ + 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/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"aCC" = ( /obj/structure/cable/orange{ 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 = 4 + }, /turf/simulated/floor/plasteel{ icon_state = "whitegreenfull" }, /area/station/public/sleep) "aCL" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "rampbottom" +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/area/station/public/fitness) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "aCO" = ( /obj/machinery/light_switch{ dir = 1; @@ -4478,6 +4552,12 @@ icon_state = "dark" }, /area/station/turret_protected/aisat/interior) +"aDH" = ( +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/service/chapel) "aDK" = ( /obj/machinery/light/small{ dir = 4 @@ -4577,28 +4657,35 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/north) -"aEC" = ( -/obj/machinery/status_display{ - layer = 4 +"aEB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 }, -/turf/simulated/mineral/ancient, -/area/station/public/arcade) +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) "aEE" = ( /obj/structure/girder, /turf/simulated/floor/plating, /area/station/maintenance/fore2) "aEF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/item/radio/intercom{ - pixel_y = 28; - name = "custom placement" - }, /turf/simulated/floor/plasteel{ - icon_state = "whitegreenfull" + icon_state = "dark" }, -/area/station/public/sleep/secondary) +/area/station/public/fitness) "aEL" = ( /obj/machinery/economy/vending/boozeomat, /turf/simulated/floor/carpet/black, @@ -4666,6 +4753,17 @@ /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) +"aFt" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/effect/landmark/damageturf, +/obj/effect/spawner/random_spawners/dirt_often, +/turf/simulated/floor/plasteel/freezer, +/area/station/maintenance/gambling_den) "aFu" = ( /obj/machinery/door/airlock/security{ name = "Evidence Storage" @@ -4718,25 +4816,18 @@ /obj/effect/turf_decal/stripes/red, /turf/simulated/floor/engine, /area/station/engineering/control) -"aGc" = ( -/obj/machinery/camera{ - c_tag = "Arcade East"; - dir = 8 - }, -/obj/structure/closet/lasertag/blue, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) -"aGe" = ( +"aFI" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille/broken, /turf/simulated/floor/plating, -/area/station/public/arcade) -"aGf" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/area/station/maintenance/port) +"aFK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) +/turf/simulated/floor/plating, +/area/station/maintenance/port) "aGg" = ( /obj/machinery/light/small{ dir = 4 @@ -4826,6 +4917,11 @@ /obj/structure/disposalpipe/segment/corner, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel, /area/station/public/locker) "aHc" = ( @@ -4911,25 +5007,18 @@ d2 = 8; icon_state = "1-8" }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, /area/station/maintenance/fore2) -"aIg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/sign/poster/random{ - name = "random official poster"; - pixel_x = 32; - random_basetype = /obj/structure/sign/poster/official - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/station/public/locker) "aIi" = ( /obj/machinery/light/small{ dir = 4 @@ -5057,6 +5146,11 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel, /area/station/public/locker) "aJf" = ( @@ -5064,52 +5158,6 @@ /obj/effect/landmark/start/assistant, /turf/simulated/floor/carpet, /area/station/public/locker) -"aJg" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel, -/area/station/public/locker) -"aJj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreenfull" - }, -/area/station/public/sleep/secondary) -"aJk" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreenfull" - }, -/area/station/public/sleep/secondary) -"aJl" = ( -/obj/machinery/computer/cryopod{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreenfull" - }, -/area/station/public/sleep/secondary) -"aJm" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreenfull" - }, -/area/station/public/sleep/secondary) "aJz" = ( /obj/structure/window/reinforced{ dir = 4 @@ -5119,6 +5167,13 @@ icon_state = "dark" }, /area/station/security/evidence) +"aJH" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/mine/unexplored/cere/civilian) "aJM" = ( /obj/structure/table/wood, /obj/item/reagent_containers/drinks/drinkingglass{ @@ -5205,24 +5260,14 @@ /obj/structure/table/wood, /turf/simulated/floor/carpet, /area/station/public/locker) -"aKj" = ( -/obj/machinery/cryopod, -/obj/machinery/camera{ - c_tag = "Command Cryodorms"; - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/station/public/sleep/secondary) "aKl" = ( -/obj/machinery/cryopod/right, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" +/obj/structure/closet/lasertag/blue, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 }, -/area/station/public/sleep/secondary) +/turf/simulated/floor/plasteel, +/area/station/public/fitness) "aKm" = ( /obj/structure/grille, /turf/simulated/floor/plating{ @@ -5232,6 +5277,17 @@ "aKp" = ( /turf/simulated/wall, /area/station/hallway/primary/fore/north) +"aKs" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "aKv" = ( /obj/structure/chair/comfy/black{ dir = 8 @@ -5253,6 +5309,12 @@ icon_state = "redcorner" }, /area/station/security/main) +"aKy" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "aKC" = ( /obj/structure/cable/orange{ d1 = 1; @@ -5304,9 +5366,31 @@ /obj/machinery/economy/vending/cola, /turf/simulated/floor/plasteel, /area/station/public/locker) +"aKQ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "aKW" = ( -/turf/simulated/wall, -/area/station/public/sleep/secondary) +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/fitness) "aKY" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/orange{ @@ -5375,6 +5459,10 @@ /obj/structure/grille, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/fore2) +"aLw" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/wood, +/area/station/maintenance/port) "aLH" = ( /obj/effect/spawner/random_spawners/wall_rusted_always, /turf/simulated/wall, @@ -5426,6 +5514,11 @@ dir = 8 }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, /turf/simulated/floor/plasteel, /area/station/public/locker) "aLW" = ( @@ -5640,14 +5733,6 @@ }, /turf/simulated/floor/plasteel, /area/station/security/lobby) -"aNE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/port/north) "aNG" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 @@ -5706,10 +5791,8 @@ }, /area/station/maintenance/fore) "aNQ" = ( -/obj/structure/sign/poster/random{ - name = "random official poster"; - pixel_x = -32; - random_basetype = /obj/structure/sign/poster/official +/obj/structure/sign/poster/official/random{ + pixel_x = -32 }, /turf/simulated/floor/plasteel{ icon_state = "neutralcorner" @@ -5779,6 +5862,15 @@ icon_state = "darkred" }, /area/station/security/warden) +"aOE" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "aOF" = ( /obj/structure/table/reinforced{ layer = 2.5 @@ -5910,17 +6002,6 @@ /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, /area/station/maintenance/fore2) -"aPd" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/power/apc/directional/west, -/obj/structure/cable/orange{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel, -/area/station/public/locker) "aPf" = ( /obj/machinery/light_switch{ dir = 4; @@ -5952,6 +6033,16 @@ icon_state = "dark" }, /area/station/command/bridge) +"aPn" = ( +/obj/machinery/cryopod{ + dir = 2 + }, +/obj/machinery/camera/autoname, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/public/sleep) "aPo" = ( /obj/machinery/light{ dir = 1 @@ -6046,6 +6137,13 @@ icon_state = "dark" }, /area/station/turret_protected/aisat/interior) +"aPF" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/toy/crayon/rainbow, +/obj/item/stamp/clown, +/turf/simulated/floor/wood, +/area/station/service/clown) "aPG" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -6166,6 +6264,12 @@ icon_state = "dark" }, /area/station/security/brig) +"aQh" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "aQl" = ( /obj/structure/cable/orange{ d1 = 1; @@ -6180,29 +6284,17 @@ /turf/simulated/floor/plating, /area/station/maintenance/fore) "aQx" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /obj/structure/disposalpipe/segment{ color = "#954535" }, +/obj/machinery/light{ + dir = 8 + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" }, /area/station/hallway/primary/port/north) -"aQB" = ( -/obj/structure/urinal{ - pixel_x = 32 - }, -/obj/item/radio/intercom{ - pixel_y = 28; - name = "custom placement" - }, -/turf/simulated/floor/plasteel/freezer, -/area/station/public/locker) "aQL" = ( /turf/simulated/floor/plasteel{ icon_state = "floorgrime" @@ -6287,6 +6379,11 @@ /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel, /area/station/public/locker) "aRj" = ( @@ -6295,13 +6392,6 @@ icon_state = "bcircuit" }, /area/station/turret_protected/aisat/interior/secondary) -"aRn" = ( -/obj/structure/cable/orange, -/obj/machinery/power/apc/directional/south, -/turf/simulated/floor/plasteel{ - icon_state = "darkgreenfull" - }, -/area/station/service/hydroponics) "aRx" = ( /turf/simulated/wall, /area/station/maintenance/fsmaint) @@ -6448,6 +6538,25 @@ icon_state = "darkblue" }, /area/station/command/bridge) +"aSJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "aSK" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -6490,6 +6599,12 @@ icon_state = "darkblue" }, /area/station/command/bridge) +"aSV" = ( +/obj/structure/sign/poster/contraband/missing_gloves{ + pixel_y = 30 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "aTb" = ( /obj/structure/cable/orange{ d1 = 2; @@ -6533,11 +6648,9 @@ /turf/simulated/floor/plating, /area/station/maintenance/fore2) "aTu" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/carpet/cyan, +/area/station/public/fitness) "aTw" = ( /obj/machinery/light{ dir = 4 @@ -6572,21 +6685,18 @@ /obj/effect/turf_decal/delivery, /turf/simulated/floor/plasteel/white, /area/station/science/xenobiology) -"aTF" = ( -/obj/structure/mirror{ - pixel_x = 32 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/turf/simulated/floor/plasteel/freezer, -/area/station/public/locker) "aTH" = ( /turf/simulated/floor/plasteel{ icon_state = "darkblue" }, /area/station/command/bridge) +"aTI" = ( +/obj/structure/statue/tranquillite/mime, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) "aTL" = ( /obj/structure/cable/orange{ d1 = 1; @@ -6600,13 +6710,6 @@ icon_state = "asteroidplating" }, /area/station/maintenance/fore) -"aTP" = ( -/obj/item/radio/intercom{ - pixel_y = 28; - name = "custom placement" - }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) "aTR" = ( /obj/machinery/computer/prisoner{ dir = 4; @@ -6664,16 +6767,6 @@ icon_state = "dark" }, /area/station/command/bridge) -"aUh" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) "aUi" = ( /obj/structure/closet/crate, /obj/effect/spawner/random/maintenance, @@ -6758,11 +6851,7 @@ /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) "aUB" = ( -/obj/effect/landmark/start/botanist, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment/corner{ - dir = 8 - }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, @@ -6860,12 +6949,22 @@ /obj/structure/table/wood, /turf/simulated/floor/wood, /area/station/command/office/captain) +"aVl" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/mine/unexplored/cere/civilian) "aVo" = ( /obj/structure/table/wood, /obj/item/megaphone, /obj/item/megaphone, /turf/simulated/floor/wood, /area/station/command/office/captain) +"aVq" = ( +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/hallway/primary/port/south) "aVt" = ( /obj/structure/table/wood, /obj/machinery/recharger, @@ -6975,6 +7074,10 @@ icon_state = "dark" }, /area/station/security/armory/secure) +"aWk" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "aWl" = ( /obj/structure/cable/orange{ d1 = 4; @@ -7012,9 +7115,9 @@ dir = 8 }, /obj/structure/cable/orange{ - d1 = 4; + d1 = 1; d2 = 8; - icon_state = "4-8" + icon_state = "1-8" }, /turf/simulated/floor/plating{ icon_state = "asteroidplating" @@ -7220,38 +7323,25 @@ }, /turf/space, /area/station/engineering/solar/fore_port) -"aXl" = ( -/obj/structure/girder, -/obj/structure/grille, -/obj/structure/barricade/wooden, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) "aXn" = ( /turf/simulated/mineral/ancient, /area/mine/unexplored/cere/civilian) "aXq" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" + dir = 4 }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, +/obj/machinery/light, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" @@ -7287,12 +7377,6 @@ "aXD" = ( /turf/simulated/floor/plating/asteroid/ancient/airless, /area/mine/unexplored/cere/engineering) -"aXF" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "aXG" = ( /obj/machinery/camera{ c_tag = "Mini Satellite Teleporter"; @@ -7415,13 +7499,6 @@ }, /turf/space, /area/station/hallway/spacebridge/comeng) -"aYw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/economy/vending/wallmed/directional/west, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull" - }, -/area/station/maintenance/port) "aYA" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -7430,11 +7507,6 @@ icon_state = "dark" }, /area/station/turret_protected/aisat/interior) -"aYC" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port2) "aYD" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/orange{ @@ -7473,42 +7545,28 @@ /obj/machinery/ai_status_display, /turf/simulated/wall/r_wall, /area/station/medical/chemistry) -"aYV" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/radio/intercom{ - pixel_x = -28; - name = "custom placement" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/station/public/storage/tools) -"aZa" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "aZb" = ( /obj/structure/cable{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/sign/directions/engineering{ + pixel_x = 32; + pixel_y = -8 + }, +/obj/structure/sign/directions/medical{ + pixel_x = 32 + }, +/obj/structure/sign/directions/cargo{ + dir = 1; + pixel_x = 32; + pixel_y = 8 + }, /turf/simulated/floor/plasteel{ + dir = 4; icon_state = "neutralcorner" }, /area/station/hallway/primary/port/north) @@ -7622,10 +7680,6 @@ "aZN" = ( /turf/simulated/wall, /area/mine/unexplored/cere/medical) -"aZT" = ( -/obj/structure/grille/broken, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) "aZU" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -7739,12 +7793,6 @@ "bav" = ( /turf/simulated/wall/r_wall, /area/station/maintenance/port) -"baw" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/flashlight, -/turf/simulated/floor/transparent/glass/reinforced, -/area/station/maintenance/port) "bax" = ( /obj/machinery/power/apc/directional/north, /obj/structure/cable/orange{ @@ -7762,7 +7810,7 @@ }, /obj/machinery/alarm/directional/east, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/north) +/area/station/maintenance/port) "baD" = ( /obj/structure/cable/orange{ d1 = 1; @@ -7874,7 +7922,7 @@ layer = 4 }, /turf/simulated/wall, -/area/station/hallway/primary/port/north) +/area/station/maintenance/port) "bbc" = ( /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/fore2) @@ -7924,24 +7972,17 @@ /obj/effect/spawner/random_spawners/fungus_maybe, /turf/simulated/wall, /area/station/maintenance/disposal/south) -"bbC" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating, -/area/station/hallway/primary/port/north) "bbH" = ( -/obj/structure/table, -/obj/machinery/alarm/directional/west, -/obj/machinery/camera{ - c_tag = "Arcade West"; - dir = 4 +/obj/structure/sign/poster/official/cohiba_robusto_ad{ + pixel_x = -32 }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) -"bbK" = ( -/obj/structure/kitchenspike, -/turf/simulated/floor/plasteel/freezer, -/area/station/service/kitchen) +/obj/structure/cable/orange{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) "bbM" = ( /obj/machinery/door/airlock/public/glass{ name = "Rehabilitation Dome" @@ -8014,39 +8055,18 @@ /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, /area/station/maintenance/fore) -"bck" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) -"bcn" = ( -/obj/machinery/power/terminal{ - dir = 4 +"bcp" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/transparent/glass/reinforced, -/area/station/maintenance/port) -"bco" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable/orange, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/turf/simulated/floor/transparent/glass/reinforced, +/turf/simulated/floor/plating, /area/station/maintenance/port) -"bcp" = ( -/turf/simulated/wall/r_wall, -/area/station/hallway/primary/port/north) "bcr" = ( /obj/structure/cable{ d1 = 1; @@ -8308,17 +8328,6 @@ }, /turf/simulated/floor/plasteel, /area/station/security/main) -"bdR" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/station/hallway/primary/port/north) "bdY" = ( /obj/structure/chair{ dir = 1 @@ -8391,6 +8400,25 @@ }, /turf/simulated/floor/wood, /area/station/medical/psych) +"beD" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/space, +/area/station/engineering/solar/port) "beJ" = ( /obj/machinery/economy/vending/autodrobe, /turf/simulated/floor/plasteel{ @@ -8564,15 +8592,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/central/east) -"bfA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/assembly/mousetrap/armed, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "bfC" = ( /obj/machinery/economy/vending/cola, /turf/simulated/floor/plasteel{ @@ -8831,12 +8850,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal) -"bgC" = ( -/obj/machinery/firealarm/directional/east, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) "bgD" = ( /obj/machinery/camera{ c_tag = "Dorm Commons North"; @@ -8846,13 +8859,6 @@ /obj/machinery/economy/vending/wallmed/directional/north, /turf/simulated/floor/plasteel, /area/station/public/locker) -"bgM" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/station/service/theatre) "bgR" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/orange{ @@ -8998,13 +9004,6 @@ icon_state = "cult" }, /area/station/legal/lawoffice) -"bhA" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/machinery/light/small, -/turf/simulated/floor/wood, -/area/station/service/theatre) "bhO" = ( /turf/simulated/floor/plating/asteroid/ancient/airless, /area/mine/unexplored/cere/civilian) @@ -9127,11 +9126,11 @@ icon_state = "darkblue" }, /area/station/command/office/cmo) -"big" = ( -/obj/structure/chair/comfy/black{ +"bid" = ( +/obj/machinery/prize_counter, +/obj/machinery/light{ dir = 1 }, -/obj/effect/landmark/start/assistant, /turf/simulated/floor/carpet/arcade, /area/station/public/arcade) "bih" = ( @@ -9157,13 +9156,6 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/dockmed) -"bip" = ( -/obj/machinery/economy/vending/coffee, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) "bis" = ( /obj/structure/disposalpipe/segment, /obj/effect/spawner/random_barrier/obstruction, @@ -9172,13 +9164,6 @@ icon_state = "asteroidplating" }, /area/station/maintenance/fsmaint) -"biv" = ( -/obj/machinery/chem_dispenser/beer{ - dir = 4 - }, -/obj/structure/table/wood, -/turf/simulated/floor/wood, -/area/station/service/bar) "biz" = ( /obj/item/seeds/chili/ice, /turf/simulated/floor/plating/asteroid/ancient/airless, @@ -9232,6 +9217,16 @@ }, /turf/simulated/floor/carpet/black, /area/station/command/office/captain) +"biY" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/destTagger, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "bjd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -9257,40 +9252,38 @@ }, /turf/simulated/floor/carpet/black, /area/station/command/office/captain) -"bjm" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light/small{ - dir = 1 - }, +"bjl" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "bjn" = ( /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, /area/station/service/bar) "bjo" = ( -/obj/machinery/dye_generator, -/obj/machinery/alarm/directional/east, -/obj/item/radio/intercom{ - name = "custom placement"; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "barber" +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/service/bar) +"bjA" = ( +/obj/machinery/cryopod{ + dir = 2 }, -/area/station/service/barber) -"bjr" = ( +/obj/machinery/alarm/directional/north, /turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" + dir = 1; + icon_state = "whitegreen" }, -/area/station/service/bar) +/area/station/public/sleep/secondary) "bjD" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging, /obj/structure/lattice, @@ -9331,6 +9324,13 @@ /obj/item/camera_film, /turf/simulated/floor/carpet/black, /area/station/command/office/captain) +"bjV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "bjY" = ( /obj/structure/grille, /turf/simulated/floor/plating, @@ -9730,6 +9730,15 @@ icon_state = "dark" }, /area/station/command/office/cmo) +"blK" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8; + color = "#954535" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) "blL" = ( /obj/machinery/door/airlock/medical{ name = "Operating Theatre Storage" @@ -9810,15 +9819,6 @@ icon_state = "darkred" }, /area/station/public/quantum/security) -"bmf" = ( -/obj/structure/disposalpipe/segment/corner, -/obj/machinery/firealarm/directional/east, -/obj/item/kirbyplants/plant22, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "bmg" = ( /obj/effect/turf_decal/delivery/hollow, /obj/machinery/shieldwallgen, @@ -9900,14 +9900,6 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/central/east) -"bmJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/port/south) "bmR" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -10139,36 +10131,6 @@ }, /turf/simulated/floor/plating, /area/station/security/interrogation) -"bnF" = ( -/obj/machinery/camera{ - c_tag = "Primary Tool Storage North"; - dir = 5 - }, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4; - name = "Portable Air Pump Connector" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/portable/pump, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/station/public/storage/tools) -"bnG" = ( -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - dir = 1; - level = 2 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/public/storage/tools) "bnQ" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/heat_exchanging, @@ -10199,17 +10161,6 @@ }, /turf/simulated/floor/plating, /area/station/command/office/cmo) -"bog" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) "bol" = ( /obj/item/kirbyplants, /turf/simulated/floor/plasteel{ @@ -10267,81 +10218,12 @@ }, /turf/simulated/floor/plasteel, /area/station/security/range) -"box" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel, -/area/station/public/locker) -"boy" = ( -/obj/machinery/door/airlock/public/glass, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) -"boC" = ( -/obj/item/pickaxe/mini, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) -"boF" = ( -/obj/machinery/economy/vending/snack, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) -"boG" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4; - name = "Portable Air Pump Connector" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/portable/pump, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/station/public/storage/tools) -"boH" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 9; - level = 2 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "boJ" = ( /turf/simulated/floor/plasteel{ dir = 1; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "boQ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 @@ -10388,6 +10270,9 @@ /obj/structure/disposalpipe/segment{ color = "#954535" }, +/obj/machinery/camera/autoname{ + dir = 5 + }, /turf/simulated/floor/engine{ slowdown = -0.3 }, @@ -10488,33 +10373,12 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/southeast) -"bqe" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/structure/sign/poster/random{ - name = "random official poster"; - pixel_x = -32; - random_basetype = /obj/structure/sign/poster/official - }, -/obj/item/analyzer, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "bqf" = ( /obj/structure/table, /obj/item/analyzer, /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plating, /area/station/maintenance/starboard) -"bqh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "bqj" = ( /obj/structure/cable/orange{ d1 = 2; @@ -10605,6 +10469,15 @@ }, /turf/simulated/floor/engine, /area/station/engineering/control) +"bqy" = ( +/obj/machinery/door/poddoor{ + id_tag = "chapelgun"; + name = "Chapel Launcher Door"; + protected = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/station/service/chapel/office) "bqz" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -10658,6 +10531,19 @@ /obj/structure/disposalpipe/trunk, /turf/simulated/floor/wood, /area/station/command/office/hop) +"bqI" = ( +/obj/structure/table/wood, +/obj/machinery/light/small, +/obj/item/reagent_containers/drinks/drinkingglass/jungle_vox{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/reagent_containers/drinks/drinkingglass/jungle_vox{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "bqK" = ( /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ @@ -10665,6 +10551,15 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) +"bqN" = ( +/obj/machinery/alarm/directional/north, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) "bqQ" = ( /obj/machinery/light/small{ dir = 4 @@ -10820,28 +10715,6 @@ icon_state = "darkblue" }, /area/station/command/bridge) -"brA" = ( -/obj/machinery/economy/vending/tool, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/station/public/storage/tools) -"brE" = ( -/obj/structure/table, -/obj/item/wrench, -/obj/item/screwdriver, -/obj/item/hand_labeler, -/obj/item/hand_labeler, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/destTagger, -/obj/item/destTagger, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "brL" = ( /obj/structure/chair/sofa/corp{ dir = 1 @@ -10863,15 +10736,15 @@ d2 = 8; icon_state = "4-8" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "brN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -10880,11 +10753,26 @@ d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) +"brP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10; + level = 2 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "brU" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -11051,20 +10939,6 @@ icon_state = "white" }, /area/station/medical/medbay) -"bsv" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/disposalpipe/junction, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "bsw" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel{ @@ -11210,16 +11084,6 @@ "btd" = ( /turf/simulated/wall, /area/station/service/hydroponics) -"btg" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -24; - name = "custom placement" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) "bti" = ( /turf/simulated/floor/carpet/blue, /area/station/command/office/hop) @@ -11427,16 +11291,17 @@ icon_state = "whitebluecorner" }, /area/station/medical/medbay) -"buc" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Fitness Room" +"btV" = ( +/obj/structure/chair/comfy/black{ + dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/landmark/start/assistant, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 }, -/turf/simulated/floor/carpet/green, -/area/station/service/library) +/obj/machinery/light, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "buh" = ( /obj/effect/landmark/start/assistant, /obj/structure/chair/comfy/brown{ @@ -11445,11 +11310,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, /turf/simulated/floor/carpet, /area/station/public/locker) "bui" = ( @@ -11458,30 +11318,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /turf/simulated/floor/carpet, /area/station/public/locker) -"buq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel, -/area/station/public/locker) "buv" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -11499,37 +11337,6 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) -"bux" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/hologram/holopad, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/station/public/storage/tools) -"buz" = ( -/obj/machinery/firealarm/directional/east, -/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/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "buE" = ( /obj/machinery/camera{ c_tag = "Research Treatment Center"; @@ -11539,16 +11346,6 @@ icon_state = "whitepurple" }, /area/station/science/hallway) -"buI" = ( -/obj/machinery/prize_counter, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) -"buJ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) "buM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -11918,13 +11715,19 @@ /turf/simulated/floor/carpet/blue, /area/station/command/office/hop) "bwe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /obj/structure/cable{ d1 = 1; - d2 = 2; - icon_state = "1-2" + d2 = 4; + icon_state = "1-4" }, +/obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/north) +/area/station/maintenance/port) "bwi" = ( /turf/simulated/wall/r_wall, /area/station/engineering/break_room) @@ -12077,17 +11880,14 @@ /obj/item/stack/sheet/metal, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/starboard) +"bxe" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/wood, +/area/station/maintenance/port) "bxf" = ( /turf/simulated/floor/plating, /area/station/maintenance/electrical_shop) -"bxj" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "bxl" = ( /obj/structure/disposalpipe/segment, /obj/machinery/light{ @@ -12101,13 +11901,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ + dir = 4; icon_state = "neutralcorner" }, /area/station/hallway/primary/port/north) -"bxp" = ( -/obj/machinery/firealarm/directional/east, -/turf/simulated/floor/wood, -/area/station/service/bar) "bxr" = ( /turf/simulated/floor/wood, /area/station/command/office/hop) @@ -12261,10 +12058,6 @@ icon_state = "darkyellowcorners" }, /area/station/engineering/break_room/secondary) -"bxJ" = ( -/obj/item/plant_analyzer, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) "bxL" = ( /obj/machinery/light/small{ dir = 8 @@ -12329,18 +12122,13 @@ }, /area/station/medical/reception) "bxQ" = ( -/obj/structure/table/reinforced, +/obj/machinery/door/airlock/glass, /obj/machinery/door/firedoor, -/obj/machinery/door/window/classic/normal{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/windoor/autoname{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics{ - dir = 4 +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreenfull" }, -/turf/simulated/floor/plating, /area/station/service/hydroponics) "bxR" = ( /obj/structure/table/glass, @@ -12368,6 +12156,22 @@ icon_state = "dark" }, /area/station/medical/morgue) +"byf" = ( +/obj/structure/cable/orange{ + 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 = 6 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "byi" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -12381,22 +12185,6 @@ /obj/effect/landmark/start/assistant, /turf/simulated/floor/carpet/arcade, /area/station/public/arcade) -"byk" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/station/public/storage/tools) -"byl" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "byn" = ( /obj/structure/table, /obj/item/paper_bin/nanotrasen, @@ -12413,6 +12201,11 @@ }, /turf/simulated/floor/wood, /area/station/command/office/hop) +"byp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/primary/port/north) "byr" = ( /obj/machinery/camera/autoname{ dir = 10 @@ -12431,6 +12224,15 @@ }, /turf/simulated/floor/wood, /area/station/command/office/hop) +"byw" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/mine/unexplored/cere/civilian) "byx" = ( /obj/machinery/light{ dir = 4 @@ -12491,14 +12293,7 @@ /turf/simulated/floor/engine, /area/station/engineering/control) "byG" = ( -/obj/structure/chair/comfy/black, -/obj/item/radio/intercom{ - pixel_y = 28; - name = "custom placement" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, +/obj/structure/table/wood, /turf/simulated/floor/wood, /area/station/service/bar) "byI" = ( @@ -12633,9 +12428,6 @@ /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/fpmaint) -"bzj" = ( -/turf/simulated/floor/plating, -/area/station/hallway/primary/port/north) "bzk" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -12949,24 +12741,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/starboard) -"bAo" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/corner{ - dir = 1 - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/fore2) "bAr" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/engine, @@ -13065,6 +12839,14 @@ icon_state = "cafeteria" }, /area/station/supply/break_room) +"bAW" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/hallway/primary/port/north) "bBc" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ @@ -13117,14 +12899,15 @@ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, /turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" + icon_state = "neutralfull" }, /area/station/hallway/primary/port/north) "bBF" = ( @@ -13365,37 +13148,6 @@ icon_state = "dark" }, /area/station/medical/morgue) -"bCw" = ( -/obj/machinery/economy/vending/cart, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) -"bCx" = ( -/obj/structure/chair/stool{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/light_switch{ - dir = 1; - pixel_y = -24; - name = "south bump" - }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) -"bCy" = ( -/obj/machinery/computer/arcade/battle{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) "bCG" = ( /obj/structure/rack, /turf/simulated/floor/plating, @@ -13431,16 +13183,6 @@ icon_state = "dark" }, /area/station/engineering/break_room) -"bCL" = ( -/obj/structure/closet/lasertag/red, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) "bCM" = ( /obj/structure/closet/firecloset/full, /turf/simulated/floor/plating, @@ -13567,6 +13309,13 @@ icon_state = "whitebluecorner" }, /area/station/medical/medbay) +"bDs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "bDv" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, @@ -13830,6 +13579,17 @@ icon_state = "darkredcorners" }, /area/station/security/brig) +"bEA" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/ashtray/bronze, +/obj/item/food/soup/hong_kong_borscht{ + pixel_y = 19 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/mine/unexplored/cere/civilian) "bEC" = ( /turf/simulated/floor/plasteel{ icon_state = "whiteyellow" @@ -13854,9 +13614,6 @@ "bEL" = ( /turf/simulated/mineral/ancient/outer, /area/station/turret_protected/aisat/interior) -"bEM" = ( -/turf/simulated/wall, -/area/station/public/fitness) "bES" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -14374,23 +14131,13 @@ }, /area/station/medical/medbay) "bFY" = ( -/obj/machinery/door/airlock{ - name = "Chaplain's Office" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/obj/structure/chair/stool{ dir = 8 }, /turf/simulated/floor/plasteel{ - icon_state = "dark" + icon_state = "bar" }, -/area/station/service/chapel) +/area/station/service/theatre) "bGh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -14679,6 +14426,22 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel, /area/station/security/prisonershuttle) +"bHM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/storage/tools) "bHT" = ( /obj/machinery/light{ dir = 8 @@ -14688,23 +14451,27 @@ icon_state = "dark" }, /area/station/turret_protected/ai_upload) -"bHX" = ( -/obj/machinery/light{ - dir = 8 +"bHY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, /obj/structure/disposalpipe/segment{ - color = "#954535" + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /obj/structure/cable/orange{ d1 = 1; - d2 = 2; - icon_state = "1-2" + d2 = 8; + icon_state = "1-8" }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, -/area/station/hallway/primary/port/south) +/area/station/maintenance/port2) "bHZ" = ( /turf/simulated/floor/wood, /area/station/service/library) @@ -14745,10 +14512,22 @@ }, /area/station/engineering/atmos) "bIk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + color = "#954535" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 }, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" @@ -15000,21 +14779,8 @@ }, /turf/simulated/floor/plasteel, /area/station/security/storage) -"bJv" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm/directional/east, -/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/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) "bJy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -15494,21 +15260,30 @@ icon_state = "vault" }, /area/station/security/armory/secure) -"bLH" = ( -/obj/structure/table/wood, -/obj/machinery/computer/library, -/obj/machinery/light_switch{ - pixel_y = 24; - name = "north bump" +"bLz" = ( +/obj/effect/spawner/random_spawners/dirt_frequent, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 }, -/turf/simulated/floor/wood, -/area/station/service/library) +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "bLI" = ( -/obj/machinery/newscaster{ - pixel_y = 28; - name = "north bump" +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/turf/simulated/floor/wood, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/green, /area/station/service/library) "bLO" = ( /obj/machinery/door/window/classic/reversed{ @@ -15745,11 +15520,6 @@ "bMQ" = ( /turf/simulated/floor/carpet/black, /area/station/command/bridge) -"bMX" = ( -/obj/structure/closet/wardrobe/mixed, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "bMY" = ( /obj/machinery/light/small{ dir = 4 @@ -15903,6 +15673,18 @@ "bNx" = ( /turf/simulated/wall, /area/station/engineering/smes) +"bNy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/clothing/gloves/color/yellow/fake, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/maintenance/port) "bNA" = ( /obj/effect/spawner/window/reinforced, /obj/structure/cable/yellow{ @@ -15927,6 +15709,14 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) +"bNF" = ( +/obj/machinery/disposal, +/obj/machinery/light, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "bNM" = ( /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating/asteroid/ancient, @@ -15944,6 +15734,14 @@ }, /turf/space, /area/station/engineering/solar/fore_port) +"bNV" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/westalt) "bNY" = ( /obj/machinery/door/firedoor, /obj/structure/cable/orange{ @@ -16028,16 +15826,6 @@ dir = 8 }, /area/station/engineering/atmos) -"bOn" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/closet/emcloset, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "bOo" = ( /obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/plasteel{ @@ -16195,10 +15983,6 @@ /obj/structure/table/wood, /turf/simulated/floor/wood, /area/station/service/library) -"bPj" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/carpet/green, -/area/station/service/library) "bPo" = ( /obj/machinery/atmospherics/unary/vent_pump/siphon/on{ dir = 4; @@ -16262,18 +16046,6 @@ icon_state = "dark" }, /area/station/engineering/atmos) -"bPw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "bPx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -16537,13 +16309,6 @@ icon_state = "dark" }, /area/station/public/fitness) -"bQl" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/carpet/green, -/area/station/service/library) "bQq" = ( /obj/machinery/light{ dir = 8 @@ -16669,52 +16434,17 @@ /obj/effect/landmark/start/assistant, /turf/simulated/floor/carpet, /area/station/public/locker) -"bQY" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) -"bQZ" = ( -/obj/machinery/door/airlock/glass{ - id_tag = "Cryogenics"; - name = "Secondary Cryodorms" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, +"bRd" = ( /obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreenfull" - }, -/area/station/public/sleep/secondary) -"bRf" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/station/public/storage/tools) -"bRg" = ( -/obj/structure/railing{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/area/station/public/fitness) +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "bRh" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/machinery/door/firedoor, @@ -16744,42 +16474,6 @@ }, /turf/simulated/floor/carpet/green, /area/station/service/library) -"bRm" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreenfull" - }, -/area/station/public/sleep/secondary) -"bRn" = ( -/obj/machinery/alarm/directional/north, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreenfull" - }, -/area/station/public/sleep/secondary) "bRp" = ( /turf/simulated/floor/plasteel{ dir = 5; @@ -17145,30 +16839,23 @@ icon_state = "whitepurple" }, /area/station/science/toxins/mixing) -"bSF" = ( -/obj/structure/table, -/obj/item/paper_bin, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +"bSM" = ( +/obj/structure/cable/orange{ + d1 = 2; + d2 = 4; + icon_state = "2-4" }, -/area/station/maintenance/port) -"bSG" = ( -/obj/effect/spawner/grouped_spawner{ - group_id = "tunnelbats"; - max_per_spawner = 1; - name = "bat spawner"; - path_to_spawn = /mob/living/simple_animal/hostile/scarybat; - total_amount = 20 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/closet/firecloset/full, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) -"bSI" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/grille/broken, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, -/area/station/maintenance/port) +/area/station/maintenance/port2) "bSW" = ( /obj/machinery/atmospherics/unary/vent_pump/siphon/on{ dir = 4; @@ -17292,6 +16979,17 @@ /obj/structure/reagent_dispensers/watertank, /turf/simulated/floor/plating, /area/station/maintenance/storage) +"bTz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "bTA" = ( /obj/machinery/atmospherics/pipe/manifold/visible/yellow{ dir = 4 @@ -17469,14 +17167,6 @@ icon_state = "darkpurplefull" }, /area/station/public/quantum/security) -"bTW" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/chapel) "bTX" = ( /obj/item/kirbyplants/plant21, /obj/machinery/recharger/wallcharger{ @@ -17790,19 +17480,6 @@ icon_state = "floorgrime" }, /area/station/security/permabrig) -"bVi" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "bVm" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -17973,12 +17650,14 @@ }, /area/station/medical/break_room) "bVF" = ( -/obj/structure/disposalpipe/segment, /obj/structure/cable/orange{ d1 = 1; d2 = 2; icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/station/maintenance/port) "bVI" = ( @@ -18146,27 +17825,6 @@ /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, /area/station/maintenance/fore2) -"bWl" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "bWn" = ( /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, @@ -18191,6 +17849,14 @@ /obj/machinery/atmospherics/pipe/simple/visible/yellow, /turf/simulated/wall/r_wall, /area/station/engineering/atmos) +"bWw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "bWx" = ( /obj/structure/cable{ d1 = 4; @@ -18209,13 +17875,10 @@ /turf/simulated/floor/plating, /area/station/maintenance/maintcentral) "bWE" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) -"bWG" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating/asteroid/ancient, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/remains/robot, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, /area/station/maintenance/port) "bWJ" = ( /obj/structure/table/wood, @@ -18333,9 +17996,21 @@ }, /area/station/engineering/atmos) "bXa" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/station/public/sleep/secondary) +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) "bXc" = ( /obj/structure/chair/stool, /obj/structure/sign/poster/contraband/hacking_guide{ @@ -18346,15 +18021,17 @@ }, /area/station/maintenance/maintcentral) "bXe" = ( -/obj/machinery/cryopod/right, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" }, -/area/station/public/sleep/secondary) +/turf/simulated/floor/plasteel, +/area/station/public/fitness) "bXj" = ( /turf/simulated/mineral/ancient, /area/station/service/chapel/office) @@ -18371,19 +18048,6 @@ icon_state = "white" }, /area/station/medical/virology) -"bXl" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "bXo" = ( /obj/structure/table, /obj/item/reagent_containers/spray/plantbgone{ @@ -18466,13 +18130,6 @@ oxygen = 0.01 }, /area/station/engineering/atmos) -"bXC" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "bXD" = ( /obj/machinery/light/small{ dir = 1 @@ -18490,19 +18147,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/maintcentral) -"bXL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "bXM" = ( /obj/structure/chair/office/light{ dir = 8 @@ -18572,19 +18216,6 @@ icon_state = "darkbluecorners" }, /area/station/command/bridge) -"bYk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/power/apc/directional/north, -/obj/structure/cable/orange{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreenfull" - }, -/area/station/public/sleep/secondary) "bYn" = ( /obj/item/kirbyplants/plant22, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -18595,6 +18226,19 @@ icon_state = "darkblue" }, /area/station/command/bridge) +"bYq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/mine/unexplored/cere/civilian) +"bYC" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "bYF" = ( /obj/effect/spawner/airlock/e_to_w, /turf/simulated/wall, @@ -18747,23 +18391,16 @@ icon_state = "asteroidplating" }, /area/station/maintenance/starboard) -"bZs" = ( -/obj/item/assembly/mousetrap/armed, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) -"bZt" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/gambling_den) "bZv" = ( /obj/effect/spawner/random/maintenance, /obj/structure/closet/crate, /turf/simulated/floor/plating, /area/station/maintenance/storage) "bZB" = ( -/obj/structure/disposalpipe/junction/reversed, +/obj/structure/closet/toolcloset, +/obj/machinery/light/small{ + dir = 4 + }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/southwest) "bZT" = ( @@ -18791,6 +18428,25 @@ }, /turf/simulated/floor/plating, /area/station/supply/storage) +"cai" = ( +/obj/structure/cable{ + 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/camera/autoname{ + dir = 10 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/serveng) "cak" = ( /turf/simulated/floor/plating, /area/station/maintenance/disposal/southwest) @@ -18802,7 +18458,7 @@ icon_state = "1-2" }, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/south) +/area/station/maintenance/port2) "cau" = ( /obj/structure/table/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -18827,9 +18483,6 @@ }, /turf/simulated/floor/plating, /area/station/command/office/hop) -"caw" = ( -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/gambling_den) "caG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable{ @@ -18844,21 +18497,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/space, /area/station/turret_protected/aisat/interior) -"caI" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "caM" = ( /obj/structure/cable/orange{ d1 = 1; @@ -18878,6 +18516,17 @@ /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) "caY" = ( +/obj/structure/cable/orange{ + 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/asteroid/ancient, /area/station/service/clown/secret) "cbc" = ( @@ -18966,10 +18615,6 @@ icon_state = "red" }, /area/station/security/processing) -"ccx" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) "ccz" = ( /obj/structure/chair{ dir = 4 @@ -19101,10 +18746,6 @@ "cdb" = ( /turf/simulated/floor/plating/asteroid/ancient/airless, /area/mine/unexplored/cere/research) -"cdc" = ( -/obj/machinery/ai_status_display, -/turf/simulated/mineral/ancient/outer, -/area/station/public/sleep/secondary) "cdd" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -19124,6 +18765,26 @@ icon_state = "darkbluecorners" }, /area/station/command/bridge) +"cdg" = ( +/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/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "cdj" = ( /obj/structure/cable/orange{ d1 = 1; @@ -19383,6 +19044,14 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/fore/west) +"ceJ" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker, +/obj/item/reagent_containers/condiment/enzyme, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "ceK" = ( /obj/machinery/light/small{ dir = 1 @@ -19398,6 +19067,9 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/exit) +"ceP" = ( +/turf/simulated/mineral/ancient/outer, +/area/station/service/chapel/office) "ceQ" = ( /turf/simulated/floor/plasteel, /area/station/hallway/secondary/exit) @@ -19407,17 +19079,6 @@ icon_state = "bcircuit" }, /area/station/telecomms/chamber) -"ceV" = ( -/obj/structure/closet/secure_closet/mime, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/station/service/mime) "cfa" = ( /obj/machinery/atmospherics/portable/canister/air, /obj/machinery/atmospherics/unary/portables_connector{ @@ -19490,6 +19151,12 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/plasteel, /area/station/security/storage) +"cfF" = ( +/obj/effect/spawner/window/reinforced/polarized{ + id = "chaplain" + }, +/turf/simulated/floor/plating, +/area/station/service/chapel/office) "cfG" = ( /obj/structure/cable/orange{ d1 = 1; @@ -19506,6 +19173,15 @@ /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/asmaint) +"cfL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/purple{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/storage/tools) "cfN" = ( /obj/machinery/light/small, /obj/effect/decal/cleanable/dirt, @@ -19602,6 +19278,11 @@ icon_state = "darkred" }, /area/station/security/warden) +"cgl" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/cyan, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "cgp" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -19801,14 +19482,6 @@ icon_state = "dark" }, /area/station/medical/morgue) -"chb" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "chg" = ( /obj/structure/railing{ dir = 6 @@ -19830,6 +19503,11 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, /turf/simulated/floor/plasteel, /area/station/public/locker) "chk" = ( @@ -19865,13 +19543,6 @@ icon_state = "darkred" }, /area/station/security/checkpoint/secondary) -"chH" = ( -/obj/machinery/economy/vending/autodrobe, -/obj/machinery/camera/autoname{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "chI" = ( /turf/simulated/wall, /area/station/public/vacant_office) @@ -19882,16 +19553,13 @@ }, /area/station/command/bridge) "chN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/structure/disposalpipe/segment/corner{ + dir = 4; + color = "#954535" }, /turf/simulated/floor/plasteel{ - icon_state = "neutralfull" + dir = 4; + icon_state = "neutralcorner" }, /area/station/hallway/primary/port/north) "chQ" = ( @@ -20035,6 +19703,26 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/aft/east) +"ciI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + 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/plasteel{ + icon_state = "rampbottom"; + dir = 8 + }, +/area/station/service/chapel) "ciN" = ( /obj/machinery/computer/security{ network = list("SS13","Research Outpost","Mining Outpost","Telecomms"); @@ -20069,11 +19757,9 @@ /turf/simulated/floor/grass, /area/station/hallway/secondary/exit) "ciZ" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/station/service/library) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/red, +/area/station/service/chapel) "cje" = ( /obj/structure/cable/orange{ d1 = 4; @@ -20187,14 +19873,19 @@ "cjR" = ( /turf/simulated/wall, /area/station/public/quantum/security) -"cki" = ( -/obj/structure/chair/stool{ - dir = 1 +"cjS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "ckn" = ( -/obj/machinery/camera/autoname, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, /turf/simulated/floor/carpet/cyan, /area/station/public/fitness) "cko" = ( @@ -20226,15 +19917,17 @@ }, /area/station/hallway/secondary/entry/west) "ckp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable/orange{ - d1 = 1; + d1 = 4; d2 = 8; - icon_state = "1-8" + icon_state = "4-8" }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, +/turf/simulated/floor/plating, /area/station/service/clown/secret) "ckr" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ @@ -20268,14 +19961,6 @@ /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) -"ckB" = ( -/obj/structure/weightmachine/stacklifter, -/obj/item/radio/intercom{ - pixel_y = 28; - name = "custom placement" - }, -/turf/simulated/floor/carpet/cyan, -/area/station/public/fitness) "ckC" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -20299,6 +19984,25 @@ icon_state = "darkblue" }, /area/station/command/bridge) +"ckM" = ( +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window{ + name = "Mass Driver" + }, +/obj/machinery/mass_driver{ + id_tag = "chapelgun"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "ckQ" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=ArrivalsMiddle"; @@ -20317,22 +20021,33 @@ icon_state = "neutralfull" }, /area/station/hallway/secondary/entry/east) -"clc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/hydroponics) "cld" = ( /obj/structure/table/wood, /obj/item/reagent_containers/condiment/peppermill, /turf/simulated/floor/wood, /area/station/maintenance/starboard) +"clf" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 8; + sort_type_txt = "21" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "clj" = ( /obj/machinery/light{ dir = 8 @@ -20392,6 +20107,26 @@ icon_state = "arrival" }, /area/station/hallway/secondary/entry/west) +"clC" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore/west) "clE" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -20777,13 +20512,6 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/maintenance/disposal/westalt) -"coF" = ( -/obj/structure/closet/emcloset, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "coO" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -20915,16 +20643,6 @@ icon_state = "whitepurple" }, /area/station/science/toxins/mixing) -"cpB" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "cpC" = ( /turf/simulated/floor/plating{ icon_state = "asteroidplating" @@ -20940,6 +20658,23 @@ }, /turf/simulated/floor/mineral/titanium/blue, /area/shuttle/arrival/station) +"cpH" = ( +/obj/structure/falsewall/rock_ancient, +/obj/structure/cable/orange{ + 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{ + icon_state = "asteroidplating" + }, +/area/station/service/clown/secret) "cpI" = ( /obj/structure/cable/orange{ d1 = 2; @@ -20974,14 +20709,6 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/south) -"cpO" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/theatre, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "cpQ" = ( /obj/structure/closet/firecloset/full, /obj/effect/spawner/random/maintenance, @@ -21028,6 +20755,14 @@ icon_state = "darkpurple" }, /area/station/science/toxins/launch) +"cqm" = ( +/obj/machinery/firealarm/directional/east, +/obj/item/flag/mime, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) "cqn" = ( /obj/structure/closet/bombcloset, /turf/simulated/floor/plasteel{ @@ -21095,6 +20830,18 @@ icon_state = "whitepurplecorner" }, /area/station/science/hallway) +"cqO" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "cqV" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 1 @@ -21245,34 +20992,36 @@ /obj/machinery/firealarm/directional/north, /turf/simulated/floor/wood, /area/station/legal/courtroom) -"csf" = ( -/obj/item/radio/intercom{ - pixel_y = -28; - name = "custom placement" +"cse" = ( +/obj/machinery/camera{ + c_tag = "Chapel Office"; + dir = 5 }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"csf" = ( /obj/machinery/camera{ c_tag = "Dorm Commons South"; dir = 10 }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, /turf/simulated/floor/plasteel, /area/station/public/locker) -"csh" = ( -/turf/simulated/wall, -/area/station/hallway/spacebridge/comeng) -"csj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/random_spawners/dirt_frequent, +"csg" = ( /obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/west) +"csh" = ( +/turf/simulated/wall, +/area/station/hallway/spacebridge/comeng) "csz" = ( /obj/structure/rack, /obj/item/flashlight, @@ -21373,23 +21122,6 @@ /obj/structure/railing, /turf/simulated/floor/plating/airless, /area/station/turret_protected/aisat/interior/secondary) -"ctA" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "redcorner" - }, -/area/station/hallway/primary/fore/west) "ctC" = ( /obj/structure/rack, /obj/item/pickaxe, @@ -21421,11 +21153,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel/dark/telecomms, /area/station/science/server) -"ctN" = ( -/obj/structure/table, -/obj/item/storage/firstaid/o2, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "ctQ" = ( /obj/machinery/computer/security/telescreen{ desc = "Used for watching the E.X.P.E.R.I-MENTOR chamber."; @@ -21471,13 +21198,17 @@ icon_state = "1-2" }, /turf/simulated/floor/transparent/glass/reinforced, -/area/station/maintenance/fpmaint) +/area/station/hallway/primary/fore/west) "cuk" = ( +/obj/machinery/newscaster{ + pixel_x = -28; + name = "west bump"; + dir = 4 + }, /obj/item/radio/intercom{ - pixel_y = 28; - name = "custom placement" + name = "north bump"; + pixel_y = 28 }, -/obj/machinery/hydroponics/constructable, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, @@ -21544,15 +21275,11 @@ }, /area/station/science/explab/chamber) "cuR" = ( -/obj/machinery/door/airlock/glass{ - name = "Library reading room" - }, -/obj/effect/mapping_helpers/airlock/polarized{ - id = "library" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/wood, -/area/station/service/library) +/area/station/service/chapel) "cuU" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -21577,10 +21304,6 @@ icon_state = "whitepurplefull" }, /area/station/science/xenobiology) -"cuX" = ( -/obj/machinery/economy/vending/wallmed/directional/west, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "cuZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow{ dir = 4 @@ -21677,6 +21400,14 @@ icon_state = "neutralcorner" }, /area/station/hallway/spacebridge/serveng) +"cvB" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "cvT" = ( /obj/structure/table, /obj/machinery/alarm/directional/north, @@ -21728,6 +21459,14 @@ icon_state = "redcorner" }, /area/station/security/lobby) +"cwk" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/landmark/damageturf, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "cwo" = ( /obj/effect/spawner/window/reinforced/plasma/grilled, /obj/structure/cable, @@ -21738,6 +21477,19 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/central/west) +"cww" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/orange{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "cwC" = ( /obj/machinery/door/airlock/maintenance{ name = "Starboard Asteroid Maintenance Access" @@ -21763,6 +21515,16 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/fore/north) +"cwV" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) "cxb" = ( /obj/structure/flora/ausbushes/brflowers, /turf/simulated/floor/grass, @@ -21803,6 +21565,13 @@ /obj/machinery/ai_status_display, /turf/simulated/wall, /area/station/security/warden) +"cxo" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/fork, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/south) "cxq" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable/orange{ @@ -21816,25 +21585,15 @@ }, /turf/simulated/floor/plating, /area/station/science/misc_lab) +"cxt" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "cxx" = ( /obj/structure/flora/ausbushes/reedbush, /turf/simulated/floor/grass, /area/station/service/hydroponics) -"cxD" = ( -/obj/machinery/door/airlock{ - name = "Crematorium" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/crematorium, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/maintenance/port) "cxM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 @@ -21870,15 +21629,32 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/engine, /area/station/science/test_chamber) +"cya" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) "cyf" = ( -/obj/effect/landmark/start/chef, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +/obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/plasteel{ @@ -21949,6 +21725,14 @@ icon_state = "dark" }, /area/station/command/bridge) +"cyP" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "cyR" = ( /obj/structure/cable/orange{ d1 = 4; @@ -22036,6 +21820,27 @@ icon_state = "dark" }, /area/station/command/bridge) +"czl" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) +"czo" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) "czt" = ( /obj/effect/spawner/grouped_spawner{ group_id = "tunnelbats"; @@ -22240,10 +22045,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) -"cAW" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) "cAY" = ( /obj/machinery/light_switch{ dir = 4; @@ -22273,15 +22074,6 @@ "cBe" = ( /turf/simulated/wall/r_wall, /area/station/maintenance/disposal/external/southeast) -"cBl" = ( -/obj/item/radio/intercom{ - pixel_x = -28; - name = "custom placement" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "cBp" = ( /obj/structure/disposalpipe/segment, /obj/structure/table/wood, @@ -22315,6 +22107,17 @@ }, /turf/space, /area/space/nearstation) +"cBB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "cBD" = ( /obj/machinery/camera{ c_tag = "Mech bay"; @@ -22439,16 +22242,17 @@ /mob/living/carbon/human/monkey, /turf/simulated/floor/engine, /area/station/science/test_chamber) -"cCg" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 8 - }, -/obj/structure/grille/broken, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) "cCw" = ( /turf/simulated/floor/engine, /area/station/science/test_chamber) +"cCz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "cCB" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -22469,27 +22273,18 @@ }, /area/station/security/prison/cell_block/A) "cCD" = ( -/obj/item/flag/mime, -/turf/simulated/floor/plasteel{ - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/station/service/mime) -"cCG" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ 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/plasteel{ - icon_state = "neutralcorner" + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" }, -/area/station/hallway/primary/port/north) +/area/station/service/mime) "cCJ" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ @@ -22546,6 +22341,10 @@ icon_state = "dark" }, /area/station/command/bridge) +"cCT" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/westalt) "cCX" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 @@ -22595,12 +22394,17 @@ }, /area/station/legal/lawoffice) "cDo" = ( +/obj/structure/table, +/obj/item/food/baguette, /obj/machinery/camera{ - c_tag = "Chapel Office"; - dir = 5 + c_tag = "Theatre Backstage"; + dir = 4 }, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/theatre) "cDp" = ( /turf/simulated/wall, /area/station/maintenance/fore) @@ -23172,24 +22976,24 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/spawner/random_spawners/dirt_frequent, /obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "cGw" = ( /obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - pixel_x = -28; - name = "custom placement" - }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 8 }, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable/orange, /turf/simulated/floor/plasteel, /area/station/public/locker) "cGx" = ( @@ -23339,14 +23143,6 @@ /obj/structure/flora/ausbushes/ppflowers, /turf/simulated/floor/grass, /area/station/hallway/secondary/exit) -"cHm" = ( -/obj/machinery/power/apc/directional/south, -/obj/structure/cable/orange{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "cHq" = ( /turf/simulated/wall, /area/station/public/quantum/cargo) @@ -23397,16 +23193,6 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/primary/fore/west) -"cHx" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/public/storage/tools) "cHz" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -23427,6 +23213,11 @@ icon_state = "dark" }, /area/station/security/brig) +"cHE" = ( +/obj/structure/flora/rock/pile/largejungle, +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/hallway/primary/port/south) "cHF" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 @@ -23532,12 +23323,31 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/primary/central/north) +"cIr" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "cIs" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /turf/simulated/floor/plasteel, /area/station/hallway/primary/central/north) +"cIu" = ( +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "cIx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -23761,6 +23571,12 @@ /obj/structure/dispenser/oxygen, /turf/simulated/floor/plating, /area/station/hallway/primary/central/west) +"cJt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/chair/wood, +/turf/simulated/floor/wood, +/area/station/service/bar) "cJu" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ @@ -23795,6 +23611,18 @@ icon_state = "redcorner" }, /area/station/hallway/secondary/entry/west) +"cJx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance/external{ + name = "External Airlock Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "cJy" = ( /obj/structure/cable{ d1 = 2; @@ -23869,6 +23697,17 @@ /obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/plating, /area/station/hallway/primary/central/east) +"cJG" = ( +/obj/structure/sign/directions/security{ + dir = 1; + pixel_x = 32 + }, +/obj/structure/transit_tube/station/reverse{ + dir = 8 + }, +/obj/structure/transit_tube_pod, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "cJI" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel, @@ -23899,6 +23738,22 @@ icon_state = "yellowcorner" }, /area/station/hallway/primary/central/west) +"cJT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/theatre) "cJU" = ( /obj/structure/cable{ d1 = 4; @@ -23925,6 +23780,10 @@ icon_state = "neutralcorner" }, /area/station/hallway/secondary/entry/north) +"cKa" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "cKd" = ( /obj/docking_port/mobile/pod{ dir = 4; @@ -23946,12 +23805,19 @@ /turf/simulated/wall, /area/station/medical/medbay) "cKp" = ( -/obj/machinery/cryopod, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 }, -/area/station/public/sleep/secondary) +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) "cKr" = ( /turf/simulated/wall/r_wall, /area/station/engineering/engine/supermatter) @@ -23970,6 +23836,25 @@ /obj/item/clothing/head/sombrero/shamebrero, /turf/simulated/floor/plating/asteroid/ancient/airless, /area/mine/unexplored/cere/orbiting) +"cKC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + 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/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "cKG" = ( /turf/simulated/floor/carpet, /area/station/legal/magistrate) @@ -24047,11 +23932,21 @@ /turf/simulated/floor/carpet, /area/station/legal/lawoffice) "cLl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/wood, /area/station/service/bar) "cLo" = ( /turf/simulated/floor/plating, @@ -24099,6 +23994,14 @@ icon_state = "asteroidplating" }, /area/station/maintenance/fore2) +"cLx" = ( +/obj/machinery/light/small, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) "cLz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -24274,12 +24177,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/southeast) -"cMw" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) "cMx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -24297,25 +24194,8 @@ /turf/simulated/wall/r_wall, /area/station/maintenance/fore) "cME" = ( -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) -"cMF" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" +/obj/machinery/light/small{ + dir = 1 }, /turf/simulated/floor/plating{ icon_state = "asteroidplating" @@ -24362,9 +24242,6 @@ "cMT" = ( /turf/simulated/wall, /area/station/service/theatre) -"cMX" = ( -/turf/simulated/wall/r_wall, -/area/station/service/theatre) "cMY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -24387,49 +24264,6 @@ }, /turf/simulated/floor/plasteel, /area/station/command/office/hop) -"cNd" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) -"cNe" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) -"cNg" = ( -/obj/structure/table, -/obj/item/food/baguette, -/obj/structure/sign/poster/official/the_owl{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Theatre Backstage"; - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/station/service/theatre) "cNh" = ( /turf/simulated/floor/plasteel{ icon_regular_floor = "yellowsiding"; @@ -24453,7 +24287,6 @@ pixel_y = 24; name = "north bump" }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/plasteel{ icon_state = "bar" }, @@ -24475,11 +24308,6 @@ /area/station/legal/magistrate) "cNw" = ( /obj/structure/table/wood, -/obj/structure/sign/poster/random{ - name = "random contraband poster"; - pixel_x = -32; - random_basetype = /obj/structure/sign/poster/contraband - }, /obj/item/clothing/head/sombrero, /obj/machinery/light{ dir = 8 @@ -24514,20 +24342,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/carpet, /area/station/legal/lawoffice) -"cND" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/chapel) "cNG" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -24554,6 +24368,11 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plasteel{ icon_state = "bar" }, @@ -24604,15 +24423,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel, /area/station/security/prison/cell_block/A) -"cNW" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "cNX" = ( /obj/structure/cable{ d1 = 1; @@ -24627,18 +24437,8 @@ icon_state = "bar" }, /area/station/service/theatre) -"cOb" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/station/service/theatre) "cOc" = ( /obj/structure/rack, -/obj/machinery/firealarm/directional/south, /turf/simulated/floor/plasteel{ icon_state = "bar" }, @@ -24655,10 +24455,10 @@ /turf/simulated/floor/plasteel, /area/station/security/prison/cell_block/A) "cOo" = ( -/obj/machinery/door/airlock/external{ - name = "Emergency Shuttle Airlock" +/obj/machinery/door/airlock/external/glass{ + name = "Escape Pod Airlock" }, -/turf/simulated/floor/plating, +/turf/simulated/floor/plasteel, /area/station/maintenance/port) "cOr" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -24895,6 +24695,10 @@ icon_state = "white" }, /area/station/medical/surgery/primary) +"cPc" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "cPh" = ( /obj/effect/turf_decal/stripes/line, /turf/simulated/floor/plasteel{ @@ -25089,16 +24893,21 @@ }, /area/station/engineering/control) "cQi" = ( -/obj/structure/sign/poster/random{ - name = "random official poster"; - pixel_x = 32; - random_basetype = /obj/structure/sign/poster/official - }, /obj/structure/closet/wardrobe/white, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, /area/station/public/locker) +"cQj" = ( +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "cQl" = ( /turf/simulated/wall, /area/station/engineering/atmos/control) @@ -25157,22 +24966,25 @@ "cQv" = ( /turf/simulated/floor/plasteel, /area/station/command/office/ce) +"cQw" = ( +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "cQy" = ( /obj/structure/closet/firecloset/full, /turf/simulated/floor/plating, /area/station/maintenance/starboard) "cQz" = ( -/obj/structure/table/wood, -/obj/item/pen/red{ - pixel_x = 2; - pixel_y = 6 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 }, -/obj/item/paper_bin, -/obj/item/toy/crayon/mime, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -24; - name = "west bump" +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, /turf/simulated/floor/plasteel{ icon_regular_floor = "yellowsiding"; @@ -25384,13 +25196,6 @@ "cRv" = ( /turf/simulated/mineral/ancient/outer, /area/mine/unexplored/cere/command) -"cRz" = ( -/turf/simulated/floor/plating, -/area/station/service/clown/secret) -"cRH" = ( -/obj/structure/table, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) "cRI" = ( /obj/machinery/camera{ c_tag = "Command SMES"; @@ -25608,6 +25413,12 @@ "cSR" = ( /turf/simulated/wall, /area/station/hallway/spacebridge/serveng) +"cSS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner"; + dir = 4 + }, +/area/station/hallway/primary/port/north) "cSU" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/orange{ @@ -25635,15 +25446,6 @@ icon_state = "cult" }, /area/station/legal/lawoffice) -"cSW" = ( -/obj/structure/chair/comfy/black, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/obj/effect/landmark/start/assistant, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) "cSY" = ( /obj/item/restraints/handcuffs/pinkcuffs, /turf/simulated/floor/plating, @@ -25784,6 +25586,10 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/plasteel, /area/station/security/prison/cell_block/A) +"cTs" = ( +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "cTu" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -25801,32 +25607,19 @@ icon_state = "darkredcorners" }, /area/station/security/prison/cell_block/A) -"cTx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/mob/living/simple_animal/crab{ - desc = "The local trainer hired to keep the crew in shape by aggressively snipping at them."; - name = "Crabohydrates" +"cTz" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/orange{ + d2 = 8; + icon_state = "0-8" }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) -"cTD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/station/public/locker) +/turf/simulated/floor/wood, +/area/station/service/library) "cTH" = ( /obj/machinery/washing_machine, /turf/simulated/floor/plasteel, /area/station/public/locker) "cTJ" = ( -/obj/item/radio/intercom{ - pixel_y = -28; - name = "custom placement" - }, /obj/machinery/washing_machine, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" @@ -25843,18 +25636,6 @@ icon_state = "neutralfull" }, /area/station/public/locker) -"cTN" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/westalt) "cTO" = ( /obj/machinery/ai_status_display, /turf/simulated/wall/r_wall, @@ -25979,8 +25760,14 @@ }, /area/station/maintenance/maintcentral) "cUs" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, /turf/simulated/floor/plasteel{ icon_regular_floor = "yellowsiding"; icon_state = "tranquillite" @@ -26408,6 +26195,17 @@ }, /turf/simulated/floor/engine/vacuum, /area/station/maintenance/turbine) +"cVD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "cVJ" = ( /obj/structure/cable/orange{ d1 = 1; @@ -26424,16 +26222,6 @@ icon_state = "darkbrowncorners" }, /area/station/supply/office) -"cVL" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "cVO" = ( /obj/structure/table, /obj/item/clothing/shoes/orange, @@ -26503,16 +26291,6 @@ }, /turf/simulated/floor/plasteel, /area/station/command/office/ce) -"cWg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/chair/stool{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "cWn" = ( /turf/simulated/floor/plasteel{ icon_state = "neutralcorner" @@ -26521,10 +26299,6 @@ "cWq" = ( /turf/simulated/floor/plating, /area/station/hallway/primary/fore/west) -"cWr" = ( -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "cWx" = ( /obj/item/chair, /turf/simulated/floor/plating, @@ -26556,6 +26330,19 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) +"cWH" = ( +/obj/machinery/door_control{ + id = "civeva"; + name = "Civilian EVA shutter control"; + pixel_x = 25; + pixel_y = 24; + req_one_access_txt = "19;41" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "cWI" = ( /obj/structure/reflector/single{ dir = 4 @@ -26609,15 +26396,15 @@ }, /area/station/hallway/primary/starboard/south) "cXo" = ( -/turf/simulated/wall/r_wall, -/area/station/maintenance/disposal/west) -"cXq" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 1 +/obj/effect/spawner/grouped_spawner{ + group_id = "tunnelbats"; + max_per_spawner = 1; + name = "bat spawner"; + path_to_spawn = /mob/living/simple_animal/hostile/scarybat; + total_amount = 20 }, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/plating/airless, -/area/station/maintenance/disposal/west) +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/westalt) "cXr" = ( /turf/simulated/wall/r_wall, /area/station/legal/lawoffice) @@ -26647,6 +26434,19 @@ }, /turf/space, /area/station/engineering/solar/aft_starboard) +"cXF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) "cXJ" = ( /turf/simulated/wall/r_wall, /area/station/hallway/spacebridge/cargocom) @@ -26725,16 +26525,6 @@ icon_state = "cult" }, /area/station/legal/lawoffice) -"cYl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/requests_console/directional/north, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "cYn" = ( /obj/machinery/light{ dir = 8 @@ -26780,11 +26570,7 @@ /turf/simulated/floor/plating/asteroid/ancient, /area/mine/unexplored/cere/command) "cYu" = ( -/obj/structure/statue/bananium/clown, -/obj/machinery/camera{ - c_tag = "Clown's Office"; - dir = 4 - }, +/obj/machinery/light, /turf/simulated/floor/wood, /area/station/service/clown) "cYw" = ( @@ -26807,6 +26593,9 @@ icon_state = "red" }, /area/station/hallway/secondary/exit) +"cYG" = ( +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) "cYM" = ( /obj/machinery/light/small{ dir = 4 @@ -26815,6 +26604,22 @@ icon_state = "asteroidplating" }, /area/station/hallway/spacebridge/scidock) +"cZc" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"cZe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "cZf" = ( /obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/plasteel{ @@ -26822,6 +26627,24 @@ icon_state = "darkyellow" }, /area/station/engineering/atmos) +"cZi" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "chaplain" + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "cZl" = ( /obj/machinery/door_control{ id = "store2"; @@ -26856,15 +26679,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/north) -"cZI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/carpet/cyan, -/area/station/public/fitness) "cZN" = ( /turf/simulated/wall/r_wall, /area/station/maintenance/disposal/external/southwest) @@ -26937,6 +26751,18 @@ icon_state = "dark" }, /area/station/turret_protected/ai_upload) +"dau" = ( +/obj/machinery/cryopod{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/public/sleep) "daz" = ( /obj/machinery/alarm/directional/east, /turf/simulated/floor/plasteel{ @@ -27030,6 +26856,22 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) +"dbW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + 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/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) "dbX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 @@ -27067,14 +26909,6 @@ icon_state = "darkfull" }, /area/station/supply/sorting) -"dcC" = ( -/obj/item/assembly/mousetrap/armed, -/obj/structure/disposalpipe/segment/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) "dcG" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ @@ -27082,21 +26916,6 @@ }, /turf/space, /area/space/nearstation) -"dcJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "dcM" = ( /obj/machinery/power/treadmill, /obj/machinery/treadmill_monitor{ @@ -27115,21 +26934,15 @@ icon_state = "redcorner" }, /area/station/security/prison/cell_block/A) -"dcW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass, -/obj/effect/mapping_helpers/airlock/autoname, -/turf/simulated/floor/plasteel, -/area/station/public/storage/tools) +"dcR" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) "dda" = ( -/obj/machinery/chem_dispenser/soda{ - dir = 4 +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 }, -/obj/structure/table/wood, -/obj/machinery/requests_console/directional/west, /turf/simulated/floor/wood, /area/station/service/bar) "ddc" = ( @@ -27140,19 +26953,16 @@ icon_state = "cult" }, /area/station/legal/lawoffice) -"ddh" = ( +"dde" = ( /obj/structure/cable{ - d1 = 4; d2 = 8; - icon_state = "4-8" + icon_state = "0-8" }, -/obj/machinery/door/airlock/maintenance{ - name = "Service SMES Access" +/obj/machinery/power/solar, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plating, -/area/station/maintenance/port) +/area/station/engineering/solar/port) "ddk" = ( /obj/structure/cable/orange{ d1 = 4; @@ -27191,12 +27001,9 @@ /turf/simulated/floor/plating, /area/station/security/permabrig) "ddn" = ( -/obj/structure/chair/stool/bar{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, +/obj/structure/table/glass/reinforced, +/obj/item/ashtray/bronze, +/turf/simulated/floor/carpet/royalblack, /area/station/service/bar) "ddo" = ( /obj/structure/disposalpipe/segment{ @@ -27341,6 +27148,14 @@ }, /turf/simulated/floor/plasteel, /area/station/engineering/atmos) +"ddK" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/spider/stickyweb, +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "ddL" = ( /obj/structure/sign/nosmoking_2, /turf/simulated/wall, @@ -27684,18 +27499,12 @@ /turf/simulated/floor/plating, /area/station/engineering/atmos/distribution) "deS" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, +/mob/living/simple_animal/mouse/brown, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, -/area/station/maintenance/port) +/area/station/maintenance/port2) "deW" = ( /obj/effect/turf_decal/stripes/corner, /obj/item/radio/intercom{ @@ -27722,6 +27531,10 @@ icon_state = "redcorner" }, /area/station/security/prison/cell_block/A) +"dfb" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet/cyan, +/area/station/public/fitness) "dfc" = ( /obj/structure/cable/orange{ d1 = 4; @@ -27767,6 +27580,26 @@ icon_state = "redcorner" }, /area/station/security/prison/cell_block/A) +"dfG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) +"dfW" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "dgb" = ( /obj/machinery/turretid/stun{ control_area = "\improper AI Satellite Secondary Antechamber"; @@ -27785,9 +27618,38 @@ /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plating, /area/station/maintenance/starboard) -"dgg" = ( -/turf/simulated/floor/wood, -/area/station/service/clown) +"dgq" = ( +/obj/machinery/cryopod{ + dir = 1 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"dgt" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/barber{ + pixel_y = -30 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "dgx" = ( /obj/machinery/flasher{ id = "Cell 1"; @@ -27890,6 +27752,30 @@ icon_state = "redcorner" }, /area/station/security/prison/cell_block/A) +"dhf" = ( +/obj/machinery/light/small, +/obj/structure/cable/orange{ + 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/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dhi" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable/orange{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/station/service/clown) "dhm" = ( /obj/machinery/light/small{ dir = 8 @@ -28005,6 +27891,22 @@ icon_state = "red" }, /area/station/hallway/secondary/exit) +"diC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/fpmaint) "diI" = ( /obj/effect/spawner/window/reinforced/polarized/grilled{ id = "cmo" @@ -28023,12 +27925,13 @@ /turf/simulated/floor/plating, /area/station/command/office/cmo) "diM" = ( -/obj/machinery/alarm/directional/east, -/obj/machinery/camera{ - c_tag = "Dorm Bathroom"; +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted/frosted{ dir = 1 }, -/obj/structure/closet/wardrobe/pjs, /turf/simulated/floor/plasteel/freezer, /area/station/public/locker) "diO" = ( @@ -28141,6 +28044,13 @@ icon_state = "darkbluecorners" }, /area/station/command/bridge) +"djz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9; + level = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "djH" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 @@ -28162,17 +28072,6 @@ /obj/machinery/ai_status_display, /turf/simulated/wall/r_wall, /area/station/security/prisonlockers) -"dkb" = ( -/obj/machinery/requests_console/directional/south, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/station/security/detective) "dkc" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -28271,15 +28170,6 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) -"dkv" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/alarm/directional/north, -/turf/simulated/floor/engine{ - slowdown = -0.3 - }, -/area/station/hallway/spacebridge/serveng) "dkw" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -28315,13 +28205,34 @@ /turf/space, /area/station/hallway/spacebridge/cargocom) "dkD" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/carpet, -/area/station/hallway/primary/port/east) +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) "dkF" = ( /obj/machinery/ai_status_display, /turf/simulated/wall/r_wall, /area/station/security/armory/secure) +"dkL" = ( +/mob/living/simple_animal/hostile/retaliate/carp/koi{ + name = "Jeremy" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/hallway/primary/port/north) "dkQ" = ( /obj/structure/table, /obj/item/flashlight{ @@ -28359,6 +28270,12 @@ /turf/simulated/floor/carpet, /area/station/legal/lawoffice) "dlj" = ( +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner, /turf/simulated/floor/plasteel{ icon_state = "neutral" }, @@ -28373,16 +28290,6 @@ icon_state = "white" }, /area/station/medical/patients_rooms) -"dlo" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/assembly/mousetrap/armed, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/transparent/glass/reinforced, -/area/station/maintenance/port) "dlp" = ( /turf/simulated/floor/plasteel{ dir = 8; @@ -28422,6 +28329,20 @@ icon_state = "darkredcorners" }, /area/station/security/prison/cell_block/A) +"dlx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/south) "dlG" = ( /obj/machinery/atmospherics/portable/canister/air, /obj/effect/decal/cleanable/cobweb, @@ -28441,11 +28362,6 @@ /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, /turf/simulated/floor/plasteel, /area/station/public/locker) "dlT" = ( @@ -28502,6 +28418,21 @@ icon_state = "green" }, /area/station/security/permabrig) +"dmw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "dmy" = ( /obj/machinery/door/poddoor/preopen{ id_tag = "bridge"; @@ -28560,24 +28491,6 @@ icon_state = "darkbrowncorners" }, /area/station/maintenance/starboard) -"dmT" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Walkway" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id_tag = "servlockdown"; - layer = 2.6; - name = "Service Lockdown" - }, -/obj/effect/turf_decal/caution/red{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/east) "dmV" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ @@ -28710,6 +28623,22 @@ icon_state = "cafeteria" }, /area/station/medical/break_room) +"doe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "dog" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/structure/rack, @@ -28728,12 +28657,22 @@ }, /area/station/maintenance/fsmaint) "dom" = ( -/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/west) "don" = ( +/obj/structure/cable/orange{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/east, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, /turf/simulated/floor/plating, -/area/station/maintenance/disposal/west) +/area/station/maintenance/disposal/westalt) "doo" = ( /obj/structure/closet/emcloset, /obj/effect/spawner/random/maintenance, @@ -28743,6 +28682,11 @@ /obj/structure/disposalpipe/segment/corner{ dir = 4 }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, /turf/simulated/floor/plating, /area/station/maintenance/fpmaint) "doy" = ( @@ -28785,14 +28729,14 @@ d2 = 4; icon_state = "1-4" }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, @@ -28827,11 +28771,6 @@ /obj/machinery/light{ dir = 8 }, -/obj/structure/sign/poster/random{ - name = "random contraband poster"; - pixel_x = -32; - random_basetype = /obj/structure/sign/poster/contraband - }, /turf/simulated/floor/wood, /area/station/maintenance/gambling_den) "dpc" = ( @@ -28882,6 +28821,16 @@ icon_state = "asteroidplating" }, /area/station/security/permabrig) +"dpp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + color = "#954535" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "dpu" = ( /turf/simulated/floor/plasteel{ icon_state = "dark" @@ -28904,6 +28853,17 @@ }, /turf/simulated/floor/plating, /area/station/security/permabrig) +"dpE" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "dpJ" = ( /obj/structure/cable/orange{ d1 = 2; @@ -28999,29 +28959,24 @@ }, /turf/simulated/floor/plasteel, /area/station/security/prisonershuttle) -"dqh" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, +"dqn" = ( /obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /obj/structure/cable/orange{ d1 = 1; - d2 = 8; - icon_state = "1-8" + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 }, /turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "redcorner" + icon_state = "dark" }, -/area/station/hallway/primary/fore/west) +/area/station/service/chapel) "dqp" = ( /turf/simulated/floor/plating, /area/station/engineering/tech_storage) @@ -29060,10 +29015,6 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/central/north) -"dqy" = ( -/obj/machinery/firealarm/directional/east, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) "dqz" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel, @@ -29089,6 +29040,15 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, @@ -29137,6 +29097,17 @@ }, /turf/simulated/wall/r_wall, /area/station/security/permabrig) +"dqU" = ( +/obj/machinery/camera{ + c_tag = "Library North"; + dir = 8 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/station/service/library) "dqY" = ( /obj/machinery/atmospherics/unary/portables_connector{ dir = 1 @@ -29154,46 +29125,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/central/west) -"dra" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/station/hallway/primary/fore/west) -"drb" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "redcorner" - }, -/area/station/hallway/primary/fore/west) "drf" = ( /obj/machinery/seed_extractor, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -29248,15 +29179,15 @@ d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "redcorner" @@ -29342,26 +29273,6 @@ icon_state = "darkred" }, /area/station/security/checkpoint/secondary) -"drG" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "redcorner" - }, -/area/station/hallway/primary/fore/west) "drL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -29473,6 +29384,13 @@ }, /turf/simulated/wall, /area/station/public/vacant_office) +"dsv" = ( +/obj/machinery/camera{ + c_tag = "Library South"; + dir = 1 + }, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "dsw" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 1 @@ -29515,18 +29433,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) -"dsJ" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/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 - }, -/turf/simulated/floor/wood, -/area/station/service/bar) "dsP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -29570,10 +29476,14 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/solar_maintenance/fore_starboard) +"dtc" = ( +/obj/structure/sign/pods, +/turf/simulated/wall, +/area/mine/unexplored/cere/civilian) "dte" = ( -/obj/structure/table/glass/reinforced, -/obj/item/eftpos/register, -/turf/simulated/floor/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/royalblack, /area/station/service/bar) "dtf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -29842,18 +29752,11 @@ }, /area/station/security/main) "duz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/structure/cable{ d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 + d2 = 8; + icon_state = "1-8" }, -/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/fpmaint) "duB" = ( @@ -29945,6 +29848,13 @@ icon_state = "redcorner" }, /area/station/security/main) +"duS" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "duU" = ( /obj/machinery/door/poddoor/shutters/preopen{ dir = 2; @@ -29963,6 +29873,16 @@ dir = 8 }, /area/station/engineering/atmos) +"dvg" = ( +/obj/machinery/newscaster{ + pixel_y = 28; + name = "north bump" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "dvh" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -30015,10 +29935,9 @@ }, /area/station/medical/chemistry) "dvq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment, -/turf/simulated/floor/carpet/green, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, /area/station/service/library) "dvt" = ( /obj/machinery/door/airlock/security/glass, @@ -30027,6 +29946,15 @@ /obj/machinery/door/firedoor, /turf/simulated/floor/plasteel, /area/station/security/main) +"dvA" = ( +/obj/item/kirbyplants, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "dvD" = ( /obj/structure/cable/orange{ d1 = 1; @@ -30470,6 +30398,16 @@ icon_state = "red" }, /area/station/security/storage) +"dxO" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "dxP" = ( /turf/simulated/floor/plasteel{ icon_state = "red" @@ -30763,16 +30701,6 @@ "dzk" = ( /turf/simulated/wall, /area/station/service/janitor) -"dzm" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/storage/fancy/crayons, -/obj/item/pen, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) "dzo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -31007,15 +30935,6 @@ icon_state = "whitegreenfull" }, /area/station/medical/virology) -"dAg" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/firealarm/directional/south, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/chapel/office) "dAi" = ( /turf/simulated/floor/plasteel{ icon_state = "white" @@ -31185,6 +31104,12 @@ icon_state = "whitebluefull" }, /area/station/medical/medbay) +"dBo" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/service/chapel/office) "dBs" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 @@ -31201,6 +31126,14 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) +"dBt" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "dBu" = ( /obj/machinery/firealarm/directional/south, /turf/simulated/floor/plasteel{ @@ -31247,6 +31180,15 @@ icon_state = "white" }, /area/station/science/toxins/mixing) +"dBI" = ( +/obj/machinery/camera/autoname{ + dir = 5 + }, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "dBL" = ( /turf/simulated/floor/plasteel{ dir = 4; @@ -31294,14 +31236,23 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/aft/west) -"dBV" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "kitchen1" +"dBY" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 }, /turf/simulated/floor/plating, -/area/station/service/kitchen) +/area/mine/unexplored/cere/civilian) "dCe" = ( /obj/structure/cable/orange{ d1 = 1; @@ -31352,20 +31303,6 @@ icon_state = "dark" }, /area/station/medical/morgue) -"dCE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) "dCF" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel{ @@ -31476,6 +31413,18 @@ }, /turf/simulated/floor/plasteel, /area/station/supply/lobby) +"dDQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/service/chapel/office) "dDR" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -31490,19 +31439,22 @@ icon_state = "yellowcorner" }, /area/station/hallway/primary/central/east) -"dEi" = ( -/obj/structure/table/wood, -/obj/item/ammo_box/shotgun/beanbag, -/obj/item/gun/projectile/revolver/doublebarrel{ - pixel_y = 6 +"dEd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/item/eftpos, -/obj/machinery/light/small{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/wood, -/area/station/service/bar) +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "dEm" = ( /obj/machinery/light/small, /turf/simulated/floor/plating{ @@ -31595,6 +31547,11 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/southeast) +"dFE" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/simulated/floor/wood, +/area/station/maintenance/port) "dFU" = ( /obj/structure/table, /obj/machinery/recharger, @@ -31609,6 +31566,18 @@ }, /turf/simulated/floor/plating, /area/station/security/processing) +"dGg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "dGr" = ( /obj/structure/disposalpipe/sortjunction/reversed{ dir = 2; @@ -31654,27 +31623,14 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal) -"dGK" = ( -/obj/structure/chair/sofa/pew/right{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/station/service/chapel) "dGU" = ( /turf/simulated/wall/r_wall, /area/station/maintenance/solar_maintenance/aft) "dHb" = ( -/obj/machinery/light/small{ - dir = 1 - }, /obj/structure/table/wood, -/obj/machinery/bottler{ - pixel_y = 7 - }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/taperecorder, /turf/simulated/floor/wood, /area/station/service/bar) "dHk" = ( @@ -31683,6 +31639,10 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/central/west) +"dHq" = ( +/obj/structure/flora/junglebush, +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/hallway/primary/port/south) "dHs" = ( /obj/structure/disposalpipe/sortjunction/reversed{ dir = 1; @@ -31718,6 +31678,24 @@ /obj/effect/spawner/random_spawners/wall_rusted_maybe, /turf/simulated/wall, /area/station/maintenance/fsmaint) +"dHZ" = ( +/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/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "dIi" = ( /obj/machinery/atmospherics/pipe/simple/visible{ dir = 9 @@ -31755,23 +31733,26 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) -"dJe" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ +"dJh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 }, -/obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, /area/station/hallway/primary/port/south) +"dJn" = ( +/obj/machinery/camera/autoname{ + dir = 10 + }, +/obj/structure/closet/secure_closet/hydroponics, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreenfull" + }, +/area/station/service/hydroponics) "dJt" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -31835,7 +31816,7 @@ /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "dKp" = ( /obj/machinery/door/window/brigdoor{ id = "Cell 6"; @@ -31906,39 +31887,23 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/wood, /area/station/maintenance/apmaint) -"dKM" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/fore/west) "dKQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/corner{ - dir = 8 +/obj/structure/cable/orange{ + 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/plasteel{ icon_state = "neutralfull" }, /area/station/hallway/primary/fore/west) -"dKY" = ( -/obj/item/kirbyplants/plant21, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/station/service/bar) +"dLa" = ( +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) "dLb" = ( /obj/structure/cable{ d1 = 4; @@ -32133,6 +32098,22 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/fore/west) +"dND" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/station/service/clown) +"dNE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "dNJ" = ( /obj/machinery/power/apc/directional/south, /obj/structure/cable/orange, @@ -32202,6 +32183,11 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/fore/west) +"dOd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "dOk" = ( /obj/machinery/atmospherics/meter, /obj/machinery/atmospherics/pipe/simple/visible/green, @@ -32231,22 +32217,6 @@ /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plating, /area/station/maintenance/solar_maintenance/fore_starboard) -"dOJ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - level = 2 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) -"dOO" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/station/service/chapel) "dPj" = ( /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, @@ -32277,6 +32247,15 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/fore/west) +"dPu" = ( +/obj/structure/disposalpipe/segment{ + color = "#954535" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "dPF" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -32397,6 +32376,25 @@ icon_state = "bluered" }, /area/station/hallway/secondary/entry/west) +"dQL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "dQR" = ( /obj/machinery/door/airlock/maintenance{ name = "Aft Asteroid Maintenance" @@ -32423,6 +32421,17 @@ }, /turf/simulated/floor/plasteel/airless, /area/station/science/toxins/test) +"dQV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "dQX" = ( /obj/machinery/atmospherics/portable/canister/air, /obj/machinery/atmospherics/unary/portables_connector{ @@ -32510,6 +32519,17 @@ icon_state = "darkbrown" }, /area/station/supply/storage) +"dSn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access_txt = "37" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/library) "dSo" = ( /obj/structure/rack, /obj/item/pickaxe, @@ -32583,6 +32603,42 @@ }, /turf/simulated/floor/wood, /area/station/service/theatre) +"dSO" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"dSP" = ( +/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/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) +"dSS" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 4 + }, +/obj/item/toy/plushie/lizardplushie, +/obj/item/clothing/mask/breath{ + pixel_x = -5; + pixel_y = -4 + }, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "dSV" = ( /obj/structure/cable{ d1 = 1; @@ -32686,6 +32742,32 @@ icon_state = "darkredcorners" }, /area/station/security/brig) +"dUE" = ( +/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/structure/sign/directions/engineering{ + dir = 4; + pixel_x = 32; + pixel_y = 24 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_x = 32; + pixel_y = 32 + }, +/obj/structure/sign/directions/cargo{ + dir = 4; + pixel_y = 40; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port/north) "dUM" = ( /obj/machinery/power/apc/directional/north, /obj/structure/cable/orange{ @@ -32778,15 +32860,22 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) -"dWf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/sortjunction/reversed{ - dir = 2; - sort_type_txt = "16" +"dWe" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 }, -/turf/simulated/floor/carpet/green, -/area/station/service/library) +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) +"dWi" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "dWr" = ( /turf/simulated/floor/plasteel{ icon_state = "dark" @@ -32844,12 +32933,28 @@ }, /turf/space, /area/station/engineering/solar/aft_starboard) +"dXh" = ( +/obj/machinery/button/windowtint{ + id = "funeral"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "dXx" = ( /turf/simulated/floor/plasteel{ dir = 4; icon_state = "darkbrown" }, /area/station/supply/storage) +"dXC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/spawner/airlock, +/turf/simulated/wall, +/area/station/hallway/primary/port/south) "dXD" = ( /obj/machinery/economy/vending/coffee, /turf/simulated/floor/plasteel{ @@ -32857,6 +32962,16 @@ dir = 10 }, /area/station/hallway/primary/aft/east) +"dXI" = ( +/obj/structure/cable/orange{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/obj/effect/turf_decal/stripes/asteroid/end, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "dXN" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -32864,27 +32979,10 @@ /turf/simulated/floor/plating, /area/station/maintenance/disposal/south) "dXP" = ( -/obj/machinery/computer/arcade, -/obj/effect/landmark/damageturf, +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance, /turf/simulated/floor/wood, /area/station/maintenance/gambling_den) -"dXT" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/classic/normal, -/obj/effect/mapping_helpers/airlock/windoor/autoname, -/obj/machinery/door/window/classic/normal{ - name = "Kitchen"; - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/service/hydroponics) "dXV" = ( /turf/simulated/wall/r_wall, /area/station/hallway/primary/aft/east) @@ -33007,18 +33105,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) -"eba" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "ebf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow{ dir = 4 @@ -33149,6 +33235,20 @@ icon_state = "neutralcorner" }, /area/station/hallway/secondary/entry/west) +"edm" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/service/clown/secret) "edn" = ( /obj/machinery/door_control{ id = "paramedic"; @@ -33251,19 +33351,11 @@ icon_state = "darkredcorners" }, /area/station/security/brig) -"efI" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/candle_box{ - pixel_x = 1 - }, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) -"efU" = ( -/obj/structure/railing, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/public/fitness) +"efD" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/alarm/server/directional/east, +/turf/simulated/floor/carpet/nitrogen, +/area/station/maintenance/abandonedbar) "egm" = ( /turf/simulated/wall/r_wall, /area/mine/unexplored/cere/medical) @@ -33296,7 +33388,7 @@ dir = 1 }, /turf/simulated/floor/plating, -/area/station/maintenance/disposal/west) +/area/station/maintenance/disposal/westalt) "egy" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, @@ -33321,15 +33413,11 @@ icon_state = "dark" }, /area/station/maintenance/starboard) -"ehd" = ( -/obj/effect/spawner/random_spawners/wall_rusted_always, -/turf/simulated/wall, -/area/station/maintenance/gambling_den) -"ehe" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel/freezer, -/area/station/service/kitchen) +"ehl" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/station/service/bar) "ehn" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -33338,8 +33426,9 @@ /area/station/maintenance/disposal/west) "ehr" = ( /obj/structure/dispenser/oxygen, +/obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "ehC" = ( /obj/structure/table, /turf/simulated/floor/plasteel{ @@ -33351,6 +33440,15 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 }, +/obj/structure/disposalpipe/segment/corner, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, /turf/simulated/floor/wood, /area/station/service/bar) "eia" = ( @@ -33360,11 +33458,7 @@ /turf/simulated/floor/wood, /area/station/public/vacant_office) "eie" = ( -/obj/machinery/newscaster{ - pixel_y = 28; - name = "north bump" - }, -/obj/machinery/light/small{ +/obj/machinery/light{ dir = 8 }, /turf/simulated/floor/wood, @@ -33392,7 +33486,7 @@ dir = 8 }, /turf/simulated/floor/plating/airless, -/area/station/maintenance/disposal/west) +/area/station/maintenance/disposal/westalt) "eiz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -33414,32 +33508,31 @@ icon_state = "redcorner" }, /area/station/hallway/primary/fore/west) -"eiB" = ( -/obj/structure/sign/pods, -/turf/simulated/wall, -/area/station/public/storage/tools) -"eiP" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 +"eiE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/structure/table/wood, -/obj/item/kitchen/utensil/fork, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, -/area/station/service/bar) -"eja" = ( +/area/station/maintenance/port2) +"eiP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 + dir = 8 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 + dir = 10 }, -/turf/simulated/floor/carpet/green, -/area/station/service/library) +/turf/simulated/floor/wood, +/area/station/service/bar) +"eja" = ( +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/hallway/primary/port/south) "ejd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -33492,13 +33585,17 @@ /obj/structure/lattice, /turf/space, /area/space/nearstation) -"ejH" = ( -/obj/structure/window/basic{ - dir = 8 +"ejZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/structure/punching_bag, -/turf/simulated/floor/carpet/cyan, -/area/station/public/fitness) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "eke" = ( /obj/structure/disposalpipe/segment, /obj/effect/spawner/random_spawners/dirt_frequent, @@ -33507,27 +33604,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal) -"ekh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) -"ekt" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/bananalamp, -/obj/item/instrument/violin, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/sign/poster/contraband/clown{ - pixel_y = 32 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/service/clown/secret) "ekF" = ( /obj/structure/cable{ d1 = 1; @@ -33540,15 +33616,19 @@ /obj/machinery/atmospherics/pipe/simple/hidden/cyan, /turf/simulated/floor/plating, /area/station/hallway/primary/aft/west) -"ekH" = ( -/obj/item/radio/intercom{ - pixel_x = -28; - name = "custom placement" +"ekJ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/cans/beer{ + pixel_x = -7 }, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" +/obj/item/reagent_containers/drinks/cans/beer{ + pixel_x = 4; + pixel_y = 4 }, -/area/station/service/kitchen) +/obj/item/reagent_containers/drinks/cans/beer, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/nitrogen, +/area/station/maintenance/abandonedbar) "ekV" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -33579,22 +33659,6 @@ /obj/effect/decal/cleanable/ash, /turf/simulated/floor/plating, /area/station/maintenance/starboard) -"elJ" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "elU" = ( /obj/structure/disposalpipe/junction/reversed{ dir = 8; @@ -33604,6 +33668,23 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/fore/north) +"emn" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/service/kitchen) +"emv" = ( +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 5 + }, +/obj/structure/table/reinforced, +/obj/structure/window/basic, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "emw" = ( /turf/simulated/mineral/ancient, /area/station/security/detective) @@ -33660,22 +33741,6 @@ }, /turf/space, /area/station/engineering/solar/fore_starboard) -"emS" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Fore Asteroid Maintenance Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/random_spawners/dirt_frequent, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "emX" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -33696,6 +33761,20 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/central/north) +"ene" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/item/toy/plushie/voxplushie, +/obj/item/clothing/glasses/sunglasses_fake{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "enn" = ( /obj/structure/cable{ d1 = 1; @@ -33709,27 +33788,25 @@ /turf/simulated/floor/plating, /area/station/maintenance/starboard) "enw" = ( -/obj/structure/table/reinforced, +/obj/machinery/smartfridge/secure{ + name = "\improper Kitchen Delivery SmartFridge"; + req_one_access_txt = "28;35" + }, +/obj/machinery/door/firedoor, /obj/machinery/door/window/classic/normal{ name = "Kitchen"; dir = 1 }, -/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ - dir = 1 - }, /obj/machinery/door/window/classic/normal, /obj/effect/mapping_helpers/airlock/windoor/autoname, -/obj/machinery/door/firedoor, -/obj/item/desk_bell{ - pixel_x = 7; - pixel_y = 7; - anchored = 1 - }, /obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 1 + }, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, -/area/station/service/hydroponics) +/area/station/service/kitchen) "enx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 @@ -33747,6 +33824,9 @@ icon_state = "whitepurplecorner" }, /area/station/science/toxins/mixing) +"enA" = ( +/turf/simulated/mineral/ancient, +/area/station/service/theatre) "enD" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 @@ -33772,16 +33852,6 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/south) -"enM" = ( -/obj/machinery/door_control{ - id = "kitchen2"; - name = "Privacy Shutters"; - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) "enS" = ( /obj/structure/cable/orange{ d1 = 4; @@ -33837,10 +33907,6 @@ icon_state = "whitepurplefull" }, /area/station/science/xenobiology) -"eoD" = ( -/obj/structure/girder, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) "eoF" = ( /obj/machinery/alarm/directional/north, /turf/simulated/floor/plasteel{ @@ -33855,20 +33921,9 @@ icon_state = "whitepurple" }, /area/station/science/toxins/mixing) -"eoX" = ( -/obj/structure/grille/broken, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "epq" = ( /obj/structure/rack, +/obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, /area/station/maintenance/disposal/west) "epT" = ( @@ -33900,6 +33955,13 @@ }, /turf/simulated/floor/plating, /area/station/engineering/smes) +"eqA" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/south) "eqN" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -33955,6 +34017,15 @@ icon_state = "whitepurple" }, /area/station/science/xenobiology) +"erp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "eru" = ( /obj/structure/closet/l3closet/scientist, /turf/simulated/floor/engine, @@ -33968,11 +34039,12 @@ icon_state = "neutralfull" }, /area/station/hallway/secondary/entry/west) -"esG" = ( -/obj/structure/table/wood, -/obj/item/storage/bible, -/turf/simulated/floor/carpet/red, -/area/station/service/chapel) +"esJ" = ( +/obj/effect/spawner/random_spawners/dirt_often, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "esX" = ( /obj/machinery/door/airlock/maintenance{ name = "Port Asteroid Maintenance" @@ -33989,24 +34061,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/disposal/west) -"etb" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/port/south) "ete" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -34055,6 +34109,11 @@ /area/station/security/detective) "etI" = ( /obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, @@ -34098,6 +34157,24 @@ icon_state = "bluecorner" }, /area/station/hallway/primary/fore/north) +"euc" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/item/toy/plushie/voxplushie{ + pixel_y = 4; + pixel_x = -2 + }, +/obj/item/clothing/head/sombrero{ + pixel_y = 13; + pixel_x = -1 + }, +/obj/item/toy/plushie/ipcplushie{ + pixel_x = -3; + pixel_y = -8 + }, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "euf" = ( /obj/machinery/camera{ c_tag = "Mining Dock External"; @@ -34106,11 +34183,8 @@ /turf/space, /area/space) "eul" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, +/obj/structure/table/wood, +/obj/item/food/pie, /turf/simulated/floor/wood, /area/station/service/clown) "eus" = ( @@ -34144,6 +34218,18 @@ /obj/structure/railing, /turf/space, /area/space/nearstation) +"euZ" = ( +/obj/item/destTagger, +/obj/item/stack/packageWrap, +/obj/item/book/manual/hydroponics_pod_people, +/obj/item/book/manual/hydroponics_pod_people, +/obj/item/book/manual/wiki/hydroponics, +/obj/item/book/manual/wiki/botanist, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreenfull" + }, +/area/station/service/hydroponics) "evb" = ( /obj/machinery/firealarm/directional/south, /turf/simulated/floor/plasteel{ @@ -34254,17 +34340,6 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/aft/east) -"ewd" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "ewh" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -34304,6 +34379,21 @@ icon_state = "whitepurplefull" }, /area/station/science/xenobiology) +"ewC" = ( +/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/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "ewH" = ( /obj/machinery/atmospherics/binary/pump{ dir = 8; @@ -34320,8 +34410,9 @@ }, /area/station/hallway/primary/fore/west) "ewN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/landmark/damageturf, +/obj/structure/chair/wood{ + dir = 1 + }, /turf/simulated/floor/wood, /area/station/service/bar) "exv" = ( @@ -34365,6 +34456,25 @@ /obj/item/wrench, /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) +"exY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "eye" = ( /obj/structure/cable/orange{ d1 = 2; @@ -34376,6 +34486,14 @@ icon_state = "asteroidplating" }, /area/station/maintenance/starboard) +"eyh" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "eyx" = ( /obj/effect/spawner/random_spawners/wall_rusted_always, /turf/simulated/wall, @@ -34428,24 +34546,18 @@ icon_state = "whitepurplecorner" }, /area/station/science/misc_lab) -"ezi" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance/external{ - name = "External Airlock Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/simulated/floor/plating, -/area/station/hallway/primary/port/north) "ezq" = ( /obj/effect/spawner/window/reinforced/polarized{ id = "bar" }, /turf/simulated/floor/plating, /area/station/service/bar) +"ezr" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "ezu" = ( /turf/simulated/wall, /area/station/service/mime) @@ -34509,15 +34621,6 @@ icon_state = "dark" }, /area/station/command/teleporter) -"eAi" = ( -/obj/structure/closet/crate{ - name = "top secret mime supplies" - }, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/service/clown/secret) "eAj" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel, @@ -34606,9 +34709,28 @@ /turf/simulated/floor/plating, /area/station/command/office/hos) "eBq" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plating, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, /area/station/maintenance/storage) +"eBv" = ( +/obj/machinery/cryopod{ + dir = 2 + }, +/obj/structure/cable/orange{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/power/apc/important/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/public/sleep) "eBF" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ @@ -34662,20 +34784,15 @@ }, /turf/simulated/wall, /area/station/science/hallway) -"eBV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/random_spawners/dirt_often, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" +"eBX" = ( +/obj/machinery/cryopod{ + dir = 1 }, +/obj/machinery/firealarm/directional/west, /turf/simulated/floor/plasteel{ - icon_state = "cafeteria" + icon_state = "whitegreen" }, -/area/station/service/kitchen) +/area/station/public/sleep/secondary) "eCe" = ( /obj/item/chair, /turf/simulated/floor/plating, @@ -34698,6 +34815,11 @@ icon_state = "dark" }, /area/station/maintenance/electrical_shop) +"eCr" = ( +/obj/structure/table/wood/poker, +/obj/item/stack/spacecash/c20, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "eCB" = ( /obj/machinery/status_display{ layer = 4 @@ -34767,6 +34889,15 @@ }, /turf/simulated/mineral/ancient, /area/station/engineering/tech_storage) +"eDJ" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/disposal/westalt) "eDQ" = ( /obj/structure/cable{ d1 = 1; @@ -34857,10 +34988,6 @@ }, /turf/simulated/floor/wood, /area/station/service/bar) -"eEP" = ( -/obj/effect/spawner/airlock/w_to_e, -/turf/simulated/mineral/ancient, -/area/station/maintenance/gambling_den) "eES" = ( /turf/simulated/floor/wood, /area/station/service/theatre) @@ -35017,13 +35144,14 @@ icon_state = "yellowcorner" }, /area/station/hallway/primary/central/north) -"eHi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +"eHn" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 6 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/carpet/green, -/area/station/service/library) +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "eHo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 @@ -35044,23 +35172,9 @@ }, /area/station/science/explab/chamber) "eHu" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/item/radio/intercom{ - pixel_x = -28; - name = "custom placement" - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) +/obj/structure/falsewall/rock_ancient, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "eHx" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -35070,6 +35184,21 @@ icon_state = "darkredcorners" }, /area/station/security/brig) +"eHC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/grille/broken, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "eHE" = ( /obj/structure/table, /obj/item/scalpel, @@ -35080,6 +35209,26 @@ icon_state = "whitepurple" }, /area/station/maintenance/apmaint) +"eHG" = ( +/obj/machinery/camera{ + c_tag = "Bar Exterior North" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + color = "#954535" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) +"eHT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/station/service/theatre) "eHZ" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -35092,6 +35241,10 @@ icon_state = "darkpurplecorners" }, /area/station/science/toxins/launch) +"eIf" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) "eIl" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/wall, @@ -35117,23 +35270,23 @@ /turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/starboard) "eIs" = ( -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" }, -/obj/structure/disposalpipe/junction/reversed{ +/obj/structure/disposalpipe/segment/corner, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "eIK" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plasteel{ @@ -35180,16 +35333,6 @@ icon_state = "white" }, /area/station/maintenance/apmaint) -"eJF" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/port/south) "eJV" = ( /obj/structure/cable{ d1 = 4; @@ -35231,6 +35374,29 @@ icon_state = "darkfull" }, /area/station/supply/sorting) +"eKk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"eKn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"eKt" = ( +/obj/machinery/newscaster{ + pixel_y = 28; + name = "north bump" + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "eKx" = ( /obj/structure/window/reinforced{ dir = 4 @@ -35279,18 +35445,13 @@ /turf/simulated/floor/plating/airless, /area/station/science/toxins/test) "eLq" = ( -/obj/item/chair/stool, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 +/obj/structure/table/wood/poker, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, +/obj/effect/spawner/random/maintenance, /turf/simulated/floor/wood, /area/station/maintenance/gambling_den) -"eLr" = ( -/obj/structure/sign/directions/bridge{ - dir = 1 - }, -/turf/simulated/wall, -/area/station/public/sleep) "eLs" = ( /obj/structure/cable{ d1 = 1; @@ -35307,6 +35468,29 @@ icon_state = "bcircuit" }, /area/station/turret_protected/ai) +"eLu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"eLQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/port) "eLS" = ( /obj/machinery/status_display{ layer = 4 @@ -35355,18 +35539,12 @@ /obj/item/tracker_electronics, /turf/simulated/floor/plating, /area/station/maintenance/solar_maintenance/aft_starboard) -"eMc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/station/public/storage/tools) +"eMb" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable/orange, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "eMh" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable/orange{ @@ -35380,6 +35558,16 @@ }, /turf/simulated/floor/plating, /area/station/command/bridge) +"eMB" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/service/chapel/office) "eMK" = ( /obj/structure/cable{ d1 = 1; @@ -35429,12 +35617,50 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) +"eMY" = ( +/obj/structure/cable/orange{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) "eNa" = ( /turf/simulated/floor/plasteel{ dir = 1; icon_state = "whitebluecorner" }, /area/station/medical/storage/secondary) +"eNf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "eNg" = ( /obj/structure/cable/orange{ d1 = 1; @@ -35460,6 +35686,12 @@ }, /turf/simulated/floor/engine, /area/station/science/misc_lab) +"eNT" = ( +/obj/machinery/requests_console/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/station/service/library) "eOf" = ( /obj/structure/chair/sofa/corp, /turf/simulated/floor/plasteel, @@ -35468,24 +35700,16 @@ /obj/machinery/light/small, /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) -"eOt" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Fitness Room" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +"eOk" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable/orange{ - 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/plasteel{ + icon_state = "dark" }, -/turf/simulated/floor/carpet/green, -/area/station/service/library) +/area/station/service/chapel) "eOu" = ( /obj/effect/spawner/random/maintenance, /obj/effect/decal/cleanable/dirt, @@ -35505,20 +35729,30 @@ /area/station/engineering/tech_storage) "eOD" = ( /obj/item/radio/intercom{ - pixel_y = -28; - name = "custom placement" + name = "south bump"; + pixel_y = -28 }, /turf/simulated/floor/wood, /area/station/service/clown) "eON" = ( -/obj/structure/girder, -/obj/structure/grille, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/west) +"eOW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/station/service/library) "ePb" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -35590,12 +35824,27 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/starboard) +"eQv" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/rack, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/mine/unexplored/cere/civilian) "eQA" = ( /obj/machinery/alarm/directional/north, /obj/machinery/atmospherics/unary/thermomachine/freezer/on/server, /obj/machinery/alarm/directional/north, /turf/simulated/floor/plasteel/dark/telecomms, /area/station/science/server) +"eQC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "eQG" = ( /turf/simulated/floor/plasteel, /area/station/engineering/atmos/control) @@ -35687,6 +35936,21 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) +"eTb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"eTe" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) "eTg" = ( /obj/machinery/recharge_station, /turf/simulated/floor/plasteel{ @@ -35701,13 +35965,6 @@ /obj/machinery/alarm/directional/west, /turf/simulated/floor/engine, /area/station/science/misc_lab) -"eTq" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/simulated/floor/carpet/green, -/area/station/service/library) "eTA" = ( /turf/simulated/floor/plasteel{ dir = 4; @@ -35740,8 +35997,7 @@ /turf/simulated/floor/grass, /area/station/hallway/spacebridge/scidock) "eTI" = ( -/obj/structure/table, -/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/blood/splatter, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/port) "eTJ" = ( @@ -35751,6 +36007,10 @@ }, /turf/simulated/floor/wood, /area/station/legal/magistrate) +"eTL" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/gambling_den) "eTM" = ( /obj/machinery/atmospherics/binary/pump{ dir = 4; @@ -35807,23 +36067,6 @@ icon_state = "darkyellowfull" }, /area/station/engineering/break_room/secondary) -"eUS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/station/service/chapel) "eUU" = ( /obj/structure/disposalpipe/junction{ dir = 1 @@ -35865,7 +36108,7 @@ "eVQ" = ( /obj/machinery/hydroponics/soil, /turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "eVY" = ( /obj/machinery/atmospherics/unary/portables_connector, /obj/machinery/atmospherics/portable/canister/air, @@ -35962,6 +36205,23 @@ icon_state = "darkredcorners" }, /area/station/security/prison/cell_block/A) +"eXl" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/spawner/random_spawners/dirt_frequent, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/port) +"eXo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/ashtray/bronze, +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar, +/turf/simulated/floor/wood, +/area/station/service/bar) "eXS" = ( /obj/structure/chair{ dir = 4 @@ -35971,31 +36231,10 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) -"eXT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/item/kirbyplants/plant21, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "eYa" = ( /obj/machinery/light/small, /turf/simulated/floor/wood, /area/station/service/library) -"eYp" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/simulated/floor/plating/asteroid/ancient/airless, -/area/mine/unexplored/cere/civilian) "eYG" = ( /obj/machinery/ai_status_display{ pixel_x = 32 @@ -36092,17 +36331,6 @@ icon_state = "whitepurple" }, /area/station/science/genetics) -"eZS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/camera/autoname{ - dir = 10 - }, -/turf/simulated/floor/engine{ - slowdown = -0.3 - }, -/area/station/hallway/spacebridge/serveng) "eZW" = ( /obj/structure/cable{ d1 = 4; @@ -36130,25 +36358,18 @@ icon_state = "purplecorner" }, /area/station/hallway/primary/aft/east) -"eZX" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" +"fam" = ( +/obj/structure/chair/stool{ + dir = 4 }, /obj/structure/cable/orange{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/port/south) -"eZY" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/drinks/bottle/holywater, -/obj/item/lighter/zippo/black, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "fav" = ( /obj/machinery/door/airlock{ name = "Theatre Backstage" @@ -36161,6 +36382,11 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plasteel{ icon_state = "bar" }, @@ -36177,23 +36403,27 @@ }, /turf/simulated/floor/plasteel/white, /area/station/command/office/rd) -"faH" = ( -/obj/machinery/alarm/directional/south, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/fore/west) -"faP" = ( -/obj/structure/cable{ - d1 = 4; +"faM" = ( +/obj/structure/cable/orange{ + d1 = 1; d2 = 8; - icon_state = "4-8" + icon_state = "1-8" }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, -/turf/simulated/floor/plating, /area/station/maintenance/port) "faV" = ( /obj/machinery/atmospherics/pipe/simple/visible{ @@ -36202,29 +36432,6 @@ /obj/item/clothing/head/cone, /turf/simulated/floor/plating, /area/station/hallway/primary/aft/west) -"fbd" = ( -/obj/machinery/newscaster{ - pixel_x = -28; - name = "west bump"; - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) -"fbf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/disposalpipe/segment/corner{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "fbs" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, @@ -36235,6 +36442,14 @@ }, /turf/simulated/floor/plasteel, /area/station/supply/qm) +"fcp" = ( +/obj/structure/rack, +/obj/item/pickaxe/emergency, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "fcw" = ( /turf/simulated/floor/wood, /area/station/public/vacant_office) @@ -36262,40 +36477,11 @@ /obj/effect/landmark/spawner/late/crew, /turf/simulated/floor/mineral/titanium, /area/shuttle/arrival/station) -"fcR" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/closet/crate, -/obj/structure/disposalpipe/segment/corner{ - dir = 8 +"fcZ" = ( +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" }, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) -"fdh" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Service SMES Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plating, -/area/station/maintenance/port) -"fdk" = ( -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 32 - }, -/obj/item/kirbyplants, -/turf/simulated/floor/carpet, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "fdt" = ( /obj/machinery/light{ dir = 4 @@ -36335,6 +36521,10 @@ icon_state = "darkpurple" }, /area/station/science/toxins/launch) +"feg" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) "fek" = ( /obj/machinery/light, /turf/simulated/floor/plasteel{ @@ -36381,6 +36571,14 @@ icon_state = "redcorner" }, /area/station/hallway/secondary/entry/west) +"feJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/station/service/library) "feO" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -36416,6 +36614,14 @@ }, /turf/space, /area/space) +"ffm" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/port) "ffy" = ( /obj/machinery/alarm/directional/east, /turf/simulated/floor/plasteel{ @@ -36453,6 +36659,16 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) +"fgn" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) +"fgt" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "fgu" = ( /obj/machinery/smartfridge/secure/extract, /obj/machinery/alarm/directional/north, @@ -36460,10 +36676,44 @@ icon_state = "whitepurplefull" }, /area/station/science/xenobiology) +"fgP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"fgV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/fpmaint) "fhb" = ( /obj/machinery/economy/vending/cola, /turf/simulated/floor/carpet, /area/station/maintenance/apmaint) +"fhd" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "fhe" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -36488,7 +36738,7 @@ }, /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/north) +/area/station/maintenance/port) "fhE" = ( /obj/machinery/door/airlock/public/glass{ name = "Walkway" @@ -36571,22 +36821,6 @@ /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) -"fiY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkgreenfull" - }, -/area/station/service/hydroponics) "fjm" = ( /obj/structure/cable/orange{ d1 = 4; @@ -36598,6 +36832,22 @@ icon_state = "dark" }, /area/station/security/warden) +"fjs" = ( +/obj/structure/closet/firecloset/full, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port2) +"fjt" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/crematorium, +/obj/machinery/door/airlock{ + name = "Crematorium" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "fjw" = ( /obj/structure/closet/emcloset, /turf/simulated/floor/plasteel{ @@ -36647,18 +36897,6 @@ /obj/item/coin/silver, /turf/simulated/floor/plating, /area/station/maintenance/disposal/south) -"fkn" = ( -/obj/structure/disposalpipe/segment/corner, -/obj/structure/chair/stool, -/obj/structure/cable/orange{ - 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/plasteel, -/area/station/public/fitness) "fkt" = ( /turf/simulated/mineral/ancient, /area/station/service/bar) @@ -36666,9 +36904,16 @@ /obj/structure/disposalpipe/segment{ color = "#954535" }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -24; - name = "custom placement" +/obj/structure/cable/orange{ + 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 = 8 }, /obj/structure/cable/orange{ d1 = 1; @@ -36676,7 +36921,7 @@ icon_state = "1-2" }, /turf/simulated/floor/plasteel{ - dir = 8; + dir = 1; icon_state = "neutralcorner" }, /area/station/hallway/primary/port/south) @@ -36690,6 +36935,13 @@ }, /turf/simulated/floor/plating, /area/station/science/toxins/launch) +"fkS" = ( +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 32 + }, +/turf/simulated/floor/carpet, +/area/station/service/bar) "flr" = ( /turf/simulated/mineral/ancient/outer, /area/station/maintenance/electrical_shop) @@ -36736,6 +36988,10 @@ }, /turf/simulated/floor/plating, /area/station/security/prison/cell_block/A) +"fmz" = ( +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "fmA" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -36820,25 +37076,29 @@ /turf/simulated/floor/plating, /area/station/command/office/ce) "fnN" = ( -/obj/machinery/door/airlock/freezer{ - name = "Freezer" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel/freezer, -/area/station/service/kitchen) -"fob" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" +/obj/machinery/camera/autoname{ + dir = 8 }, -/obj/structure/disposalpipe/segment{ - color = "#954535" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 }, /turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" + icon_state = "cafeteria" }, -/area/station/hallway/primary/port/north) +/area/station/service/kitchen) +"fnW" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/safety_internals{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "fof" = ( /obj/machinery/door/airlock/external{ id_tag = "specops_home"; @@ -36848,6 +37108,16 @@ /obj/structure/fans/tiny, /turf/simulated/floor/plating, /area/station/hallway/secondary/entry/south) +"foj" = ( +/obj/structure/closet/coffin, +/obj/machinery/door/window/classic/normal{ + name = "Coffin Storage"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "foP" = ( /obj/structure/cable{ d1 = 4; @@ -36899,11 +37169,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/spawner/random_spawners/dirt_often, -/obj/structure/cable/orange{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc/directional/east, /turf/simulated/floor/plasteel{ icon_state = "neutralcorner" }, @@ -36919,21 +37184,9 @@ icon_state = "darkred" }, /area/station/security/warden) -"fpS" = ( -/obj/structure/dispenser/oxygen, -/turf/simulated/floor/plating, -/area/station/hallway/primary/port/north) "fqh" = ( /turf/simulated/wall/r_wall, /area/station/command/office/hos) -"fqu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "fqw" = ( /turf/simulated/wall, /area/station/maintenance/starboard) @@ -36957,6 +37210,11 @@ }, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/apmaint) +"frd" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/westalt) "frg" = ( /obj/structure/cable/orange{ d1 = 1; @@ -36999,23 +37257,31 @@ icon_state = "whitepurple" }, /area/station/science/hallway) +"frp" = ( +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreenfull" + }, +/area/station/service/hydroponics) "fru" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 + dir = 8 }, /obj/structure/cable/orange{ - d1 = 2; + d1 = 4; d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 + icon_state = "4-8" }, /turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "green" + icon_state = "whitegreenfull" }, -/area/station/public/quantum/service) +/area/station/public/sleep) "frS" = ( /obj/machinery/door/poddoor{ density = 0; @@ -37039,6 +37305,21 @@ }, /turf/simulated/floor/carpet, /area/station/security/processing) +"frT" = ( +/obj/structure/table/wood, +/obj/machinery/computer/library, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "frV" = ( /obj/structure/closet/crate, /obj/item/coin/silver, @@ -37119,6 +37400,43 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/port/north) +"fte" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"ftk" = ( +/obj/structure/disposalpipe/segment{ + color = "#954535" + }, +/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/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "ftr" = ( /turf/simulated/wall, /area/station/maintenance/apmaint) @@ -37234,6 +37552,7 @@ /turf/simulated/floor/plasteel, /area/station/security/lobby) "fuU" = ( +/obj/machinery/light, /turf/simulated/floor/plasteel{ icon_regular_floor = "yellowsiding"; icon_state = "tranquillite" @@ -37253,6 +37572,13 @@ icon_state = "whitepurple" }, /area/station/science/misc_lab) +"fuZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/mine/unexplored/cere/civilian) "fvb" = ( /obj/structure/table/reinforced, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -37291,6 +37617,25 @@ }, /turf/simulated/floor/plasteel/white, /area/station/science/hallway) +"fvp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/maintenance/port) +"fvz" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) "fvB" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/plasteel{ @@ -37325,13 +37670,6 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/central/west) -"fvV" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/detective, -/turf/simulated/floor/carpet, -/area/station/security/detective) "fwd" = ( /obj/effect/decal/cleanable/crayon, /turf/simulated/floor/wood, @@ -37352,20 +37690,18 @@ /obj/structure/lattice, /turf/space, /area/space/nearstation/disposals) -"fwJ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Bar Office" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/bar, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +"fwr" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" }, -/turf/simulated/floor/wood, -/area/station/service/bar) +/turf/space, +/area/station/engineering/solar/port) +"fxd" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "fxg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 @@ -37404,7 +37740,7 @@ /turf/simulated/floor/plating, /area/station/security/permabrig) "fxA" = ( -/turf/simulated/wall, +/turf/simulated/wall/r_wall, /area/station/public/sleep) "fxI" = ( /obj/structure/cable/orange{ @@ -37436,18 +37772,6 @@ /obj/effect/spawner/random_spawners/wall_rusted_always, /turf/simulated/wall, /area/station/maintenance/disposal/external/southeast) -"fyw" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/structure/sign/security{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "fyN" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 @@ -37482,23 +37806,6 @@ }, /turf/simulated/floor/plasteel, /area/station/security/main) -"fyX" = ( -/obj/structure/window/basic{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/corner{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) "fzb" = ( /obj/machinery/light{ dir = 1 @@ -37542,6 +37849,18 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/electrical_shop) +"fzv" = ( +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/station/service/bar) "fzQ" = ( /obj/structure/chair, /obj/machinery/atmospherics/unary/vent_scrubber/on, @@ -37552,10 +37871,21 @@ /obj/effect/decal/cleanable/generic, /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) -"fAD" = ( -/obj/machinery/ai_status_display, -/turf/simulated/wall, -/area/station/service/hydroponics) +"fAE" = ( +/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/structure/disposalpipe/segment, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "fAK" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plating, @@ -37566,6 +37896,17 @@ icon_state = "darkfull" }, /area/station/supply/storage) +"fBn" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Holodeck"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port/north) "fBr" = ( /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /obj/effect/spawner/random_spawners/dirt_frequent, @@ -37604,9 +37945,18 @@ /turf/simulated/floor/plasteel/white, /area/station/science/rnd) "fCy" = ( +/obj/machinery/camera{ + c_tag = "Library Reading Room" + }, /obj/machinery/button/windowtint{ id = "library"; - pixel_y = 24 + pixel_y = 24; + pixel_x = 7 + }, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump"; + pixel_x = -6 }, /turf/simulated/floor/wood, /area/station/service/library) @@ -37628,44 +37978,38 @@ /turf/simulated/floor/plating, /area/station/science/xenobiology) "fDu" = ( -/obj/structure/lattice, -/turf/simulated/mineral/ancient/outer, -/area/mine/unexplored/cere/orbiting) -"fDv" = ( -/obj/machinery/cooker/deepfryer, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" +/obj/structure/lattice/catwalk, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/area/station/service/kitchen) +/turf/space, +/area/space/nearstation/disposals) "fDC" = ( /obj/structure/chair/stool, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel, /area/station/security/permabrig) -"fDQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/chair/stool, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) -"fEd" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"fDO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 +/area/station/public/storage/tools) +"fDT" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light{ + dir = 1 }, -/obj/structure/disposalpipe/segment/corner, /turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" + icon_state = "cafeteria" }, -/area/station/hallway/primary/port/north) +/area/station/service/kitchen) "fEe" = ( /obj/structure/cable/orange{ d1 = 4; @@ -37709,16 +38053,23 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/item/clothing/head/cone, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTREME DANGER: KEEP OUT'."; + name = "EXTREME DANGER: KEEP OUT!"; + pixel_y = -32 }, +/obj/structure/girder, +/turf/simulated/floor/plating, /area/station/maintenance/port) +"fFp" = ( +/obj/structure/closet/coffin, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "fFq" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -37784,13 +38135,6 @@ }, /turf/simulated/floor/plating, /area/station/command/office/rd) -"fFH" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/station/service/library) "fFK" = ( /obj/structure/table/reinforced, /obj/item/folder{ @@ -37934,10 +38278,38 @@ icon_state = "white" }, /area/station/science/explab/chamber) +"fHC" = ( +/obj/structure/table/wood/fancy/red, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "fHO" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/command/office/ntrep) +"fHX" = ( +/obj/structure/cable{ + 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 = 5 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/serveng) "fIf" = ( /obj/item/storage/toolbox/electrical{ pixel_x = 1; @@ -38038,20 +38410,6 @@ icon_state = "white" }, /area/station/medical/storage/secondary) -"fJC" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "fJD" = ( /obj/structure/table, /obj/machinery/computer/security/telescreen/entertainment{ @@ -38139,13 +38497,6 @@ icon_state = "cafeteria" }, /area/station/medical/break_room) -"fLs" = ( -/obj/machinery/camera{ - c_tag = "Library North" - }, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/wood, -/area/station/service/library) "fLv" = ( /obj/effect/spawner/random_spawners/fungus_maybe, /turf/simulated/wall, @@ -38169,11 +38520,11 @@ /turf/simulated/floor/plating, /area/station/supply/miningdock) "fLH" = ( -/obj/effect/landmark/start/mime, -/obj/structure/chair/office/dark{ - dir = 8 +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/orange{ + d2 = 8; + icon_state = "0-8" }, -/obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel{ icon_regular_floor = "yellowsiding"; icon_state = "tranquillite" @@ -38205,6 +38556,15 @@ }, /turf/simulated/floor/plating, /area/station/security/prison/cell_block/A) +"fMz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/public/quantum/service) "fMG" = ( /obj/structure/table, /turf/simulated/floor/plating, @@ -38231,6 +38591,13 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) +"fMX" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "fMY" = ( /turf/simulated/floor/plasteel{ icon_state = "dark" @@ -38243,18 +38610,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/starboard) -"fNq" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1; - name = "Portable Scrubber Connector" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/portable/scrubber, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "fNB" = ( /obj/structure/sign/poster/official/random{ pixel_y = -32 @@ -38286,6 +38641,10 @@ }, /area/station/maintenance/apmaint) "fNK" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" @@ -38309,6 +38668,10 @@ }, /turf/simulated/floor/engine, /area/station/engineering/control) +"fNS" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/wood, +/area/station/service/bar) "fNW" = ( /obj/machinery/door/poddoor{ id_tag = "toxinsdriver"; @@ -38317,10 +38680,6 @@ }, /turf/simulated/floor/plating/airless, /area/station/science/toxins/test) -"fNZ" = ( -/obj/machinery/atmospherics/binary/valve/open, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "fOb" = ( /turf/simulated/mineral/ancient, /area/station/public/quantum/docking) @@ -38336,6 +38695,16 @@ icon_state = "bluecorner" }, /area/station/hallway/primary/starboard/south) +"fOi" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "fOj" = ( /obj/structure/cable/orange{ d1 = 4; @@ -38367,13 +38736,11 @@ }, /area/station/science/hallway) "fOt" = ( -/obj/structure/bed, -/obj/item/bedsheet/clown, -/obj/structure/cable/orange{ - d2 = 2; - icon_state = "0-2" +/obj/structure/sign/poster/contraband/clown{ + pixel_y = 32 }, -/obj/machinery/power/apc/directional/north, +/obj/item/bedsheet/clown, +/obj/structure/bed, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, @@ -38407,6 +38774,10 @@ /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, /area/station/public/quantum/science) +"fPp" = ( +/mob/living/simple_animal/pig, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) "fPv" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -38500,18 +38871,67 @@ }, /turf/simulated/floor/plasteel/white, /area/station/medical/virology) +"fQJ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/fpmaint) +"fQT" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "fRa" = ( /obj/structure/plasticflaps{ name = "Officer Batonga's Home" }, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/west) -"fRy" = ( -/obj/machinery/status_display{ - layer = 4 +"fRq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/turf/simulated/wall, -/area/station/hallway/primary/fore/west) +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"fRv" = ( +/obj/item/clothing/under/misc/swimsuit/red, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/primary/port/north) "fRz" = ( /obj/structure/table, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -38590,6 +39010,9 @@ dir = 1 }, /obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/camera/autoname{ + dir = 10 + }, /turf/simulated/floor/plasteel{ icon_state = "darkred" }, @@ -38669,10 +39092,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/west) -"fTu" = ( -/obj/machinery/firealarm/directional/east, -/turf/simulated/floor/wood, -/area/station/service/library) "fTA" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -38710,6 +39129,14 @@ icon_state = "dark" }, /area/station/engineering/atmos) +"fTY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/storage/tools) "fUb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -38748,15 +39175,6 @@ icon_state = "white" }, /area/station/medical/cloning) -"fUT" = ( -/obj/item/kirbyplants/plant21, -/obj/effect/spawner/random_spawners/dirt_often, -/obj/machinery/power/apc/directional/east, -/obj/structure/cable/orange, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "fUU" = ( /obj/structure/sign/security, /turf/simulated/wall, @@ -38809,6 +39227,26 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/south) +"fVA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"fVK" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/locker) +"fVR" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase, +/obj/item/restraints/handcuffs, +/obj/item/grenade/smokebomb, +/obj/structure/sign/poster/official/help_others{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/port) "fWe" = ( /obj/structure/cable/orange{ d1 = 2; @@ -38838,15 +39276,6 @@ /obj/item/extinguisher, /turf/simulated/floor/plating, /area/station/hallway/secondary/entry/north) -"fWA" = ( -/obj/structure/weightmachine/weightlifter, -/obj/effect/landmark/start/assistant, -/obj/item/radio/intercom{ - pixel_x = 28; - name = "custom placement" - }, -/turf/simulated/floor/carpet/cyan, -/area/station/public/fitness) "fWE" = ( /obj/machinery/door/airlock/atmos{ name = "Command Atmospherics Checkpoint" @@ -38856,17 +39285,14 @@ /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) "fWQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/orange{ d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" + d2 = 2; + icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating/asteroid/ancient, /area/station/service/clown/secret) "fWT" = ( /obj/machinery/recharge_station, @@ -38920,20 +39346,6 @@ "fXC" = ( /turf/simulated/wall, /area/station/command/office/blueshield) -"fXI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "fXO" = ( /obj/structure/disposalpipe/segment{ color = "#954535" @@ -39003,31 +39415,30 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/exit) -"fYi" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"fYh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 }, -/obj/structure/disposalpipe/segment, -/obj/item/assembly/mousetrap/armed, -/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, -/area/station/maintenance/port) +/area/station/maintenance/port2) +"fYj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "fYk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) -"fYA" = ( -/obj/machinery/cryopod{ - dir = 1 - }, -/obj/machinery/firealarm/directional/south, +"fYy" = ( +/obj/item/storage/bible, +/obj/structure/table/wood/fancy/red, /turf/simulated/floor/plasteel{ - icon_state = "whitegreen" + icon_state = "dark" }, -/area/station/public/sleep) +/area/station/service/chapel) "fYG" = ( /obj/machinery/door/airlock/public/glass{ name = "Walkway" @@ -39039,17 +39450,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/spacebridge/dockmed) -"fYK" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "fYO" = ( /obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor/plating, @@ -39130,12 +39530,6 @@ /obj/effect/spawner/random_spawners/fungus_probably, /turf/simulated/wall/r_wall, /area/station/turret_protected/aisat/interior/secondary) -"gaf" = ( -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "gah" = ( /obj/effect/spawner/random/maintenance, /obj/structure/closet/crate, @@ -39166,16 +39560,76 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) +"gan" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/mine/unexplored/cere/civilian) +"gav" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/hallway/primary/port/north) +"gaB" = ( +/obj/structure/disposalpipe/segment{ + color = "#954535" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/south) +"gaJ" = ( +/obj/structure/janitorialcart{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/item/reagent_containers/glass/bucket, +/obj/item/mop, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "gaO" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel{ icon_state = "white" }, /area/station/medical/chemistry) +"gaZ" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/library) "gbb" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/fpmaint) +"gbz" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"gbC" = ( +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "gbF" = ( /obj/structure/cable/orange{ d1 = 4; @@ -39235,6 +39689,14 @@ /obj/effect/mapping_helpers/airlock/access/any/security/court, /turf/simulated/floor/wood, /area/station/legal/courtroom) +"gcK" = ( +/obj/structure/table, +/obj/item/flashlight/lantern, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/mine/unexplored/cere/civilian) "gcN" = ( /obj/machinery/hydroponics/constructable{ desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; @@ -39306,17 +39768,21 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/disposal/north) -"gdR" = ( -/obj/structure/table/reinforced, -/obj/machinery/light_switch{ - dir = 1; - pixel_y = -24; - name = "south bump" +"gdS" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/turf/simulated/floor/plasteel{ - icon_state = "barber" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/area/station/service/barber) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "gdV" = ( /obj/structure/cable/orange{ d1 = 4; @@ -39415,23 +39881,18 @@ /obj/effect/decal/cleanable/cobweb2, /turf/simulated/floor/plasteel, /area/station/security/range) +"gft" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/maintenance/port) "gge" = ( /obj/structure/closet, /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/asmaint) -"ggt" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "ggK" = ( /obj/machinery/light/small{ dir = 4 @@ -39466,13 +39927,6 @@ /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/hallway/primary/central/north) -"ghr" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 3 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "ghv" = ( /obj/machinery/light{ dir = 1 @@ -39484,6 +39938,12 @@ icon_state = "dark" }, /area/station/command/teleporter) +"ghB" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "ghS" = ( /obj/structure/flora/grass/jungle, /obj/item/radio/intercom{ @@ -39516,13 +39976,6 @@ }, /turf/simulated/floor/plasteel, /area/station/public/fitness) -"gii" = ( -/obj/machinery/light, -/obj/structure/chair/sofa/corp/left{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/station/hallway/primary/port/east) "giq" = ( /obj/machinery/computer/security{ dir = 4; @@ -39633,12 +40086,6 @@ icon_state = "darkfull" }, /area/station/supply/storage) -"gjs" = ( -/obj/structure/table/glass, -/obj/item/storage/bag/trash, -/obj/item/storage/backpack/duffel/medical, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "gjD" = ( /obj/machinery/camera{ c_tag = "Cloning South"; @@ -39678,6 +40125,15 @@ }, /turf/simulated/floor/carpet, /area/station/medical/psych) +"gkp" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "gku" = ( /obj/structure/cable{ d1 = 1; @@ -39716,22 +40172,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) -"glm" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/atmospherics/pipe/simple/visible, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "glw" = ( /turf/simulated/floor/plasteel{ dir = 1; @@ -39755,6 +40195,13 @@ }, /turf/simulated/floor/engine, /area/station/engineering/control) +"glI" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreenfull" + }, +/area/station/service/hydroponics) "glP" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/splatter, @@ -39770,14 +40217,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) -"gml" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table/wood, -/obj/item/kitchen/utensil/fork, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "gmw" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -39828,16 +40267,45 @@ }, /turf/simulated/floor/plasteel, /area/station/public/locker) +"gnS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"gnX" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "goe" = ( /obj/structure/sign/security, /turf/simulated/wall/r_wall, /area/station/security/prison/cell_block/A) +"gor" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Fore Asteroid Maintenance Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/public/fitness) "got" = ( /obj/effect/landmark/spawner/nukedisc_respawn, /obj/machinery/atmospherics/pipe/simple/heat_exchanging, /turf/simulated/floor/plasteel/dark/telecomms, /area/station/science/server/coldroom) "gou" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor/plating, /area/station/maintenance/disposal/west) @@ -39989,6 +40457,12 @@ /obj/effect/landmark/spawner/nukedisc_respawn, /turf/simulated/floor/wood, /area/station/public/vacant_office) +"gqU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) "gre" = ( /obj/structure/cable{ d1 = 1; @@ -40023,19 +40497,19 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/port/north) -"grA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +"grD" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -24; + name = "south bump" }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 }, -/area/station/maintenance/port) +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "grQ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -40053,6 +40527,13 @@ icon_state = "purplecorner" }, /area/station/hallway/primary/aft/west) +"gsi" = ( +/obj/machinery/light/small, +/obj/machinery/icemachine{ + dir = 1 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/service/kitchen) "gsr" = ( /obj/effect/spawner/random_spawners/grille_maybe, /turf/simulated/floor/plating, @@ -40066,50 +40547,41 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/fpmaint) -"gsS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 4 - }, -/obj/machinery/door/airlock/atmos{ - name = "Service Atmospherics Checkpoint" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "gtk" = ( /obj/structure/sink/puddle, /turf/simulated/floor/grass, /area/station/hallway/spacebridge/scidock) +"gtn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped, +/obj/structure/sign/directions/science{ + pixel_y = -24; + pixel_x = -32 + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "gtq" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/disposal/north) "gtv" = ( -/obj/structure/grille, +/obj/machinery/light/small{ + dir = 8 + }, +/mob/living/simple_animal/mouse/brown, /turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "gtz" = ( /obj/machinery/constructable_frame/machine_frame, /turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/station/engineering/break_room) -"gtD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/mob/living/simple_animal/mouse/gray, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "gtH" = ( /obj/structure/cable/orange{ d1 = 1; @@ -40120,6 +40592,10 @@ icon_state = "whitegreenfull" }, /area/station/public/sleep) +"gtJ" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/hallway/primary/port/south) "gtU" = ( /obj/effect/spawner/airlock/s_to_n, /turf/simulated/wall, @@ -40197,25 +40673,23 @@ }, /area/station/medical/storage/secondary) "guQ" = ( -/obj/effect/spawner/airlock, -/turf/simulated/mineral/ancient/outer, -/area/station/hallway/primary/fore/west) +/obj/machinery/light/small, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/fpmaint) "gve" = ( /turf/simulated/floor/plating/asteroid/ancient, /area/mine/unexplored/cere/orbiting) -"gvj" = ( +"gvf" = ( /obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" + color = "#954535" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" }, -/turf/simulated/floor/plating, /area/station/hallway/primary/fore/west) "gvo" = ( /obj/structure/cable{ @@ -40229,6 +40703,14 @@ icon_state = "asteroidplating" }, /area/station/maintenance/maintcentral) +"gvC" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/dock_marker/collision, +/turf/space, +/area/space/nearstation/disposals) "gvI" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable{ @@ -40250,31 +40732,16 @@ }, /turf/simulated/floor/plating, /area/station/engineering/tech_storage) -"gvW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_x = 32; - pixel_y = -24 - }, -/obj/structure/sign/directions/medical{ - dir = 4; - pixel_x = 32; - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment/corner, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, +"gvX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/item/flashlight/flare/glowstick/random, /turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" + dir = 0; + icon_state = "green" }, -/area/station/hallway/primary/port/east) +/area/station/maintenance/port) "gvY" = ( /obj/structure/table, /obj/item/aiModule/nanotrasen, @@ -40288,6 +40755,10 @@ "gwb" = ( /turf/simulated/mineral/ancient, /area/station/maintenance/storage) +"gwe" = ( +/obj/machinery/economy/vending/chefdrobe, +/turf/simulated/floor/plasteel/freezer, +/area/station/service/kitchen) "gwg" = ( /obj/structure/disposalpipe/segment{ color = "#954535" @@ -40314,6 +40785,24 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) +"gwW" = ( +/obj/item/grown/log, +/obj/structure/rack, +/obj/item/grown/log, +/obj/item/grown/log, +/obj/item/grown/log, +/obj/item/hatchet, +/obj/item/hatchet, +/turf/simulated/floor/wood, +/area/station/service/library) +"gxa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/port2) "gxk" = ( /obj/structure/closet/emcloset, /obj/effect/spawner/random_spawners/dirt_often, @@ -40332,11 +40821,6 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/port/south) -"gxp" = ( -/obj/effect/spawner/random/maintenance, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/service/clown/secret) "gxx" = ( /obj/structure/table/glass, /obj/item/storage/box/beakers{ @@ -40405,6 +40889,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ icon_regular_floor = "yellowsiding"; icon_state = "tranquillite" @@ -40424,19 +40914,32 @@ }, /area/station/hallway/primary/fore/west) "gyr" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 1 - }, /obj/structure/cable{ 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/plasteel{ dir = 1; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) +"gyt" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "gyA" = ( /obj/structure/table/glass, /obj/item/storage/box/bodybags{ @@ -40484,18 +40987,6 @@ /obj/effect/landmark/start/assistant, /turf/simulated/floor/carpet, /area/station/public/locker) -"gzo" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/economy/vending/coffee, -/turf/simulated/floor/plating, -/area/station/hallway/primary/fore/west) "gzv" = ( /turf/simulated/wall/r_wall, /area/station/engineering/gravitygenerator) @@ -40507,11 +40998,27 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/central/east) +"gAd" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/fpmaint) "gAh" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/cyan, /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/hallway/secondary/entry/north) +"gAq" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/theatre) "gAv" = ( /obj/item/reagent_containers/glass/bucket, /turf/simulated/floor/plating{ @@ -40527,6 +41034,19 @@ }, /turf/simulated/floor/plating/airless, /area/station/maintenance/disposal/external/southwest) +"gAJ" = ( +/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/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) "gAO" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable/orange, @@ -40576,31 +41096,6 @@ /obj/structure/transit_tube, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) -"gBp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/port/north) "gBy" = ( /obj/machinery/light/small{ dir = 4 @@ -40608,26 +41103,10 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) -"gBz" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/fore/west) -"gBC" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) "gBI" = ( /obj/item/reagent_containers/spray/plantbgone, /turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "gBM" = ( /obj/machinery/chem_master, /turf/simulated/floor/plating, @@ -40670,7 +41149,7 @@ icon_state = "1-2" }, /turf/simulated/floor/plasteel{ - dir = 8; + dir = 1; icon_state = "neutralcorner" }, /area/station/hallway/primary/port/south) @@ -40689,15 +41168,19 @@ icon_state = "escape" }, /area/station/hallway/primary/port/south) -"gCH" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ +"gCA" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable{ +/obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/assembly/mousetrap/armed, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, @@ -40757,16 +41240,6 @@ icon_state = "white" }, /area/station/maintenance/apmaint) -"gDm" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/fore/west) "gDr" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/disposalpipe/segment, @@ -40780,6 +41253,13 @@ }, /turf/simulated/floor/plasteel/white, /area/station/science/hallway) +"gDx" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "gEi" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -40790,6 +41270,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ + dir = 4; icon_state = "neutralcorner" }, /area/station/hallway/primary/port/south) @@ -40817,16 +41298,31 @@ icon_state = "whitepurple" }, /area/station/science/genetics) +"gEI" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Walkway" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "servlockdown"; + layer = 2.6; + name = "Service Lockdown" + }, +/obj/structure/disposalpipe/segment{ + color = "#954535" + }, +/obj/effect/turf_decal/caution/red, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/spacebridge/sercom) "gEJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/engine, /area/station/science/explab/chamber) -"gEL" = ( -/obj/effect/decal/cleanable/cobweb, -/turf/simulated/floor/plating, -/area/station/hallway/primary/port/north) "gES" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ @@ -40845,6 +41341,21 @@ icon_state = "cafeteria" }, /area/station/science/hallway) +"gFb" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "gFg" = ( /turf/simulated/floor/plating{ icon_state = "asteroidplating" @@ -40938,14 +41449,6 @@ icon_state = "whitepurplecorner" }, /area/station/science/test_chamber) -"gGR" = ( -/obj/structure/railing{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/public/fitness) "gGU" = ( /obj/machinery/mineral/stacking_unit_console{ pixel_x = 32; @@ -40960,6 +41463,40 @@ icon_state = "barber" }, /area/station/security/permabrig) +"gHv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) +"gHU" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/station/service/bar) +"gIh" = ( +/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/public/glass{ + name = "Central Access" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "gIk" = ( /obj/structure/table/reinforced, /obj/item/tank/internals/anesthetic, @@ -40982,7 +41519,7 @@ /turf/simulated/floor/plating, /area/station/hallway/primary/central/north) "gIv" = ( -/obj/machinery/chem_master/condimaster, +/obj/machinery/chem_master, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, @@ -40991,6 +41528,20 @@ /obj/machinery/ai_status_display, /turf/simulated/wall, /area/station/hallway/secondary/garden) +"gIF" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "gIG" = ( /turf/simulated/floor/plasteel, /area/station/service/janitor) @@ -41085,12 +41636,11 @@ icon_state = "asteroidplating" }, /area/station/maintenance/fore) -"gKp" = ( -/obj/structure/table/wood, -/obj/item/candle, -/obj/machinery/firealarm/directional/south, -/turf/simulated/floor/wood, -/area/station/service/theatre) +"gKg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "gKA" = ( /obj/machinery/holosign_switch{ dir = 4; @@ -41112,6 +41662,20 @@ icon_state = "white" }, /area/station/medical/surgery/primary) +"gKB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "gKO" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -41184,6 +41748,28 @@ /obj/machinery/economy/vending/coffee, /turf/simulated/floor/plating, /area/station/hallway/secondary/entry/south) +"gLD" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/machinery/cryopod{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/public/sleep/secondary) +"gLG" = ( +/obj/effect/landmark/damageturf, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "gLH" = ( /turf/simulated/mineral/ancient, /area/station/legal/courtroom) @@ -41271,6 +41857,20 @@ icon_state = "darkred" }, /area/station/security/warden) +"gMp" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "gMv" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -41295,6 +41895,13 @@ icon_state = "redcorner" }, /area/station/security/prison/cell_block/A) +"gMG" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) "gMT" = ( /obj/machinery/hologram/holopad, /obj/structure/cable{ @@ -41337,16 +41944,6 @@ icon_state = "vault" }, /area/station/command/vault) -"gNy" = ( -/obj/machinery/smartfridge/secure{ - name = "\improper Kitchen Delivery SmartFridge"; - req_one_access_txt = "28;35" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/service/hydroponics) "gNz" = ( /obj/structure/chair/office/light, /obj/effect/landmark/start/psychiatrist, @@ -41451,6 +42048,11 @@ icon_state = "dark" }, /area/station/maintenance/asmaint) +"gPm" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "gPu" = ( /obj/effect/spawner/window/reinforced/plasma/grilled, /obj/structure/cable{ @@ -41491,6 +42093,15 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) +"gPT" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/service/bar) "gQc" = ( /obj/machinery/door/poddoor{ id_tag = "mixvent"; @@ -41498,6 +42109,14 @@ }, /turf/simulated/floor/engine, /area/station/science/toxins/mixing) +"gQH" = ( +/obj/structure/rack, +/obj/item/airlock_electronics, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "gQN" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/stripes/line{ @@ -41521,17 +42140,6 @@ icon_state = "darkred" }, /area/station/security/checkpoint/secondary) -"gQV" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/corner{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkgreenfull" - }, -/area/station/service/hydroponics) "gRg" = ( /obj/structure/disposalpipe/segment/corner{ dir = 8 @@ -41562,6 +42170,18 @@ icon_state = "dark" }, /area/station/turret_protected/ai_upload) +"gSr" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "stairs-r" + }, +/area/station/hallway/primary/port/north) +"gSN" = ( +/obj/effect/spawner/random_spawners/dirt_frequent, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/port) "gSP" = ( /obj/machinery/teleport/station, /turf/simulated/floor/plating, @@ -41569,12 +42189,6 @@ "gSQ" = ( /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/starboard) -"gSV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/carpet/cyan, -/area/station/public/fitness) "gTc" = ( /obj/machinery/door/airlock/public/glass{ name = "Walkway" @@ -41620,6 +42234,13 @@ icon_state = "whitepurplefull" }, /area/station/science/hallway) +"gTt" = ( +/obj/structure/table/wood, +/obj/item/ashtray/glass, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/south) "gTx" = ( /obj/structure/disposalpipe/segment/corner{ dir = 4 @@ -41635,6 +42256,12 @@ icon_state = "darkbrown" }, /area/station/supply/storage) +"gTJ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) "gTM" = ( /obj/structure/cable/orange{ d1 = 4; @@ -41704,6 +42331,14 @@ icon_state = "bcircuit" }, /area/station/turret_protected/ai) +"gUw" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 5 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "gUz" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -41714,25 +42349,31 @@ /obj/structure/disposalpipe/segment/corner{ dir = 8 }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, /obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, /turf/simulated/floor/plating, /area/station/maintenance/port) -"gUG" = ( -/obj/machinery/light/small, -/obj/structure/closet/toolcloset, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) +"gUJ" = ( +/mob/living/simple_animal/crab{ + desc = "The local trainer hired to keep the crew in shape by aggressively snipping at them."; + name = "Crabohydrates" + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) "gUS" = ( /obj/structure/disposalpipe/junction/y{ dir = 8 }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) +"gUU" = ( +/obj/machinery/camera/autoname{ + dir = 8 + }, +/obj/structure/closet/masks, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) "gUW" = ( /obj/structure/table, /obj/item/storage/box/donkpockets, @@ -41782,38 +42423,28 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/fpmaint) -"gVN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/fore/west) "gVY" = ( /obj/structure/railing, /turf/simulated/floor/plasteel, /area/station/security/lobby) -"gWc" = ( -/obj/structure/table/glass/reinforced, -/obj/item/desk_bell{ - pixel_x = 7; - pixel_y = 7; - anchored = 1 - }, -/obj/machinery/camera/autoname, -/turf/simulated/floor/wood, -/area/station/service/bar) "gWd" = ( /obj/structure/closet, /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/maintcentral) +"gWv" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"gWO" = ( +/obj/structure/closet/wardrobe/white, +/obj/item/clothing/shoes/jackboots, +/obj/item/reagent_containers/drinks/cans/badminbrew, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "gXb" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/stripes/line{ @@ -41888,6 +42519,21 @@ /obj/machinery/atmospherics/portable/canister/air, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) +"gYt" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/machinery/cryopod{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/public/sleep) "gYw" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -41965,15 +42611,6 @@ icon_state = "green" }, /area/station/security/permabrig) -"gZl" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/transparent/glass/reinforced, -/area/station/maintenance/port) "gZu" = ( /obj/structure/cable{ d2 = 2; @@ -42040,6 +42677,10 @@ }, /turf/simulated/floor/wood, /area/station/command/office/blueshield) +"hal" = ( +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port2) "ham" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -42056,29 +42697,20 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/central/west) +"haE" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "haI" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +/obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, /area/station/service/hydroponics) -"haQ" = ( -/obj/machinery/cryopod{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = -28; - name = "custom placement" - }, -/obj/machinery/camera/autoname{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreen" - }, -/area/station/public/sleep) "haT" = ( /obj/structure/cable{ d1 = 4; @@ -42091,15 +42723,17 @@ }, /area/station/hallway/primary/fore/west) "hbd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable{ d1 = 1; d2 = 2; icon_state = "1-2" }, /obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/south) +/area/station/maintenance/port2) "hbl" = ( /obj/effect/turf_decal/stripes/corner, /obj/effect/turf_decal/stripes/red/corner, @@ -42119,10 +42753,7 @@ /obj/structure/chair/stool/bar{ dir = 1 }, -/obj/effect/landmark/start/assistant, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, +/turf/simulated/floor/wood, /area/station/service/bar) "hbP" = ( /obj/machinery/mineral/stacking_machine{ @@ -42184,10 +42815,14 @@ /turf/simulated/floor/plasteel, /area/station/science/storage) "hco" = ( +/mob/living/carbon/human/monkey/teeny, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" + d1 = 1; + d2 = 4; + icon_state = "1-4" }, /turf/simulated/floor/plating{ icon_state = "asteroidplating" @@ -42208,22 +42843,6 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/exit) -"hcI" = ( -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port2) -"hcK" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/closet/wardrobe/black, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "hcL" = ( /obj/structure/rack, /obj/effect/decal/cleanable/cobweb, @@ -42245,14 +42864,22 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/north) -"hda" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ +"hcZ" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/spacebridge/servsci) +"hdb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/floor/carpet/green, -/area/station/service/library) +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/serveng) "hdc" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -42322,27 +42949,6 @@ }, /turf/simulated/floor/wood, /area/station/command/office/ntrep) -"hen" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/maintenance/port2) -"her" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - sort_type_txt = "17" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "het" = ( /obj/structure/railing/cap, /turf/simulated/floor/plasteel{ @@ -42399,24 +43005,12 @@ /obj/structure/cable/orange, /turf/simulated/floor/plasteel, /area/station/supply/miningdock) -"hfx" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Walkway" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id_tag = "servlockdown"; - layer = 2.6; - name = "Service Lockdown" - }, -/obj/effect/turf_decal/caution/red{ +"hfo" = ( +/obj/machinery/light{ dir = 8 }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/east) +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "hfR" = ( /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, @@ -42433,6 +43027,16 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/fore/east) +"hgh" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore/west) "hgp" = ( /obj/structure/cable/orange{ d1 = 4; @@ -42465,19 +43069,13 @@ }, /turf/simulated/wall, /area/station/maintenance/maintcentral) -"hhc" = ( -/obj/machinery/door/airlock/public/glass, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"hgT" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "hhd" = ( /obj/structure/cable{ d1 = 1; @@ -42613,6 +43211,22 @@ icon_state = "escape" }, /area/station/hallway/secondary/exit) +"hjq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) "hjM" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 4 @@ -42654,10 +43268,6 @@ /obj/item/stack/sheet/metal, /turf/simulated/floor/plating, /area/station/maintenance/storage) -"hkr" = ( -/obj/item/kirbyplants, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) "hkt" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/machinery/door/poddoor/preopen{ @@ -42745,6 +43355,14 @@ }, /turf/simulated/floor/plating, /area/station/command/office/blueshield) +"hlv" = ( +/obj/machinery/button/windowtint{ + dir = 1; + id = "bar"; + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "hlA" = ( /obj/structure/cable/orange{ d1 = 4; @@ -42781,12 +43399,6 @@ /obj/structure/cable/orange, /turf/simulated/floor/plating, /area/station/security/range) -"hmj" = ( -/obj/structure/chair/stool{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/station/service/bar) "hmm" = ( /obj/structure/rack, /obj/item/stack/sheet/glass/fifty, @@ -42832,6 +43444,13 @@ icon_state = "brown" }, /area/station/supply/qm) +"hnc" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "hnf" = ( /obj/structure/disposaloutlet{ dir = 8 @@ -42844,6 +43463,15 @@ icon_state = "darkbrown" }, /area/station/supply/office) +"hnr" = ( +/obj/structure/sink/kitchen{ + dir = 1; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "hnu" = ( /turf/simulated/floor/plasteel{ icon_state = "cafeteria" @@ -42872,6 +43500,14 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) +"hoc" = ( +/obj/structure/weightmachine/weightlifter, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/carpet/cyan, +/area/station/public/fitness) "hoi" = ( /obj/machinery/light/small{ dir = 1 @@ -42886,10 +43522,6 @@ icon_state = "dark" }, /area/station/command/bridge) -"hoF" = ( -/obj/structure/disposalpipe/segment/corner, -/turf/simulated/mineral/ancient, -/area/station/maintenance/port2) "hoG" = ( /obj/structure/window/reinforced{ dir = 4 @@ -42902,14 +43534,29 @@ icon_state = "white" }, /area/station/medical/medbay) -"hoM" = ( -/obj/item/kirbyplants/plant21, -/turf/simulated/floor/wood, -/area/station/service/library) +"hoO" = ( +/obj/structure/sign/poster/official/safety_internals{ + pixel_y = 32 + }, +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/storage/toolbox/emergency{ + pixel_y = 5; + pixel_x = 1 + }, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/storage/tools) "hoU" = ( /obj/machinery/light/small, /turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "hoX" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -42965,10 +43612,10 @@ }, /area/station/turret_protected/aisat/interior/secondary) "hpP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 }, /turf/simulated/floor/plasteel{ @@ -42979,19 +43626,24 @@ /obj/structure/disposalpipe/segment{ color = "#954535" }, -/obj/machinery/light{ - dir = 8 - }, /obj/structure/cable/orange{ d1 = 1; d2 = 2; icon_state = "1-2" }, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, /turf/simulated/floor/plasteel{ - dir = 8; + dir = 1; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/south) +/area/station/hallway/primary/port/north) "hqe" = ( /obj/machinery/economy/vending/hydroseeds, /turf/simulated/floor/plasteel{ @@ -43013,6 +43665,14 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/primary/fore/east) +"hqX" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/orange, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "hrd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -43050,6 +43710,14 @@ }, /turf/simulated/floor/plasteel, /area/station/science/storage) +"hrm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/mine/unexplored/cere/civilian) "hrn" = ( /obj/effect/turf_decal/stripes/line, /turf/simulated/floor/plasteel{ @@ -43117,10 +43785,25 @@ icon_state = "red" }, /area/station/hallway/secondary/exit) +"hss" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + color = "#954535" + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore/west) "hsz" = ( /obj/structure/transit_tube/curved, /turf/space, /area/space/nearstation) +"hsA" = ( +/obj/structure/rack, +/obj/item/storage/bible, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "hsJ" = ( /obj/machinery/light/small{ dir = 4 @@ -43161,16 +43844,13 @@ }, /area/station/science/hallway) "htv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, +/obj/structure/table/glass/reinforced, +/obj/item/reagent_containers/glass/rag, +/turf/simulated/floor/carpet/royalblack, /area/station/service/bar) "htz" = ( /obj/effect/spawner/random_spawners/dirt_often, +/obj/effect/turf_decal/delivery, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, @@ -43229,16 +43909,26 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/maintcentral) -"huk" = ( -/obj/item/radio/intercom{ - pixel_x = 28; - name = "custom placement" +"hup" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/eternal{ + pixel_x = -4; + pixel_y = 4 }, -/obj/machinery/computer/arcade{ - dir = 8 +/obj/item/storage/fancy/candle_box/eternal{ + pixel_x = -2; + pixel_y = 2 }, -/turf/simulated/floor/carpet, -/area/station/service/bar) +/obj/structure/noticeboard{ + desc = "A memorial wall for pinning up momentos"; + name = "memorial board"; + dir = 8; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "huq" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating{ @@ -43272,6 +43962,17 @@ /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, /area/station/maintenance/disposal/west) +"huJ" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel/freezer, +/area/station/maintenance/gambling_den) "huM" = ( /obj/machinery/light{ dir = 1 @@ -43331,6 +44032,20 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/west) +"hvh" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/port) "hvs" = ( /obj/machinery/camera{ c_tag = "Cargo Quantum Pad"; @@ -43341,20 +44056,37 @@ icon_state = "darkbluebrown" }, /area/station/public/quantum/cargo) -"hvO" = ( -/obj/item/radio/intercom{ - pixel_y = 28; - name = "custom placement" +"hvI" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) +"hvX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/closet/secure_closet/bar{ - req_access_txt = "25" +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" }, -/turf/simulated/floor/wood, -/area/station/service/bar) -"hvQ" = ( -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/west) +/area/station/hallway/primary/port/north) +"hvY" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Walkway" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "servlockdown"; + layer = 2.6; + name = "Service Lockdown" + }, +/obj/effect/turf_decal/caution/red{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/spacebridge/serveng) "hwf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -43388,17 +44120,17 @@ /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/southwest) "hwM" = ( -/obj/structure/girder, -/obj/structure/grille, +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 5 + }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/west) -"hxc" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/fpmaint) +"hwS" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) "hxj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel, @@ -43423,6 +44155,31 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) +"hxs" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep/secondary) +"hxv" = ( +/obj/structure/cable/orange{ + 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/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) "hxC" = ( /obj/structure/table/reinforced, /obj/item/storage/firstaid/machine, @@ -43442,8 +44199,13 @@ /turf/simulated/floor/plating, /area/station/maintenance/storage) "hxO" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plating, /area/station/maintenance/fpmaint) "hxR" = ( @@ -43473,6 +44235,20 @@ icon_state = "bcircuit" }, /area/station/turret_protected/aisat/interior/secondary) +"hyr" = ( +/obj/machinery/economy/slot_machine, +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/obj/structure/window/basic{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/carpet, +/area/station/service/bar) "hyJ" = ( /obj/structure/cable/orange{ d1 = 1; @@ -43512,14 +44288,6 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/comeng) -"hzg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/station/hallway/primary/fore/west) "hzh" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -43531,27 +44299,17 @@ /turf/simulated/floor/plasteel, /area/station/security/lobby) "hzj" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance, /obj/structure/disposalpipe/segment/corner{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, /turf/simulated/floor/plating, /area/station/maintenance/port2) -"hzn" = ( -/obj/item/assembly/mousetrap/armed, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "hzs" = ( /obj/machinery/power/apc/directional/east, /obj/structure/cable/orange{ @@ -43591,13 +44349,12 @@ }, /turf/simulated/floor/plasteel, /area/station/maintenance/turbine) -"hAh" = ( -/obj/structure/barricade/wooden, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +"hzU" = ( +/obj/machinery/status_display{ + layer = 4 }, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) +/turf/simulated/mineral/ancient, +/area/station/hallway/primary/port/south) "hAi" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -43624,14 +44381,18 @@ }, /area/station/science/toxins/mixing) "hAA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/structure/table/wood, +/obj/item/clothing/glasses/sunglasses, +/obj/item/ashtray/bronze, +/obj/item/storage/fancy/cigarettes/dromedaryco, +/obj/item/camera/detective, +/obj/item/flashlight/lamp/green{ + on = 0; + pixel_x = -3; + pixel_y = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/hallway/primary/fore/west) +/turf/simulated/floor/carpet, +/area/station/security/detective) "hAJ" = ( /obj/machinery/light/small, /turf/simulated/floor/plating{ @@ -43660,16 +44421,8 @@ }, /turf/simulated/floor/engine, /area/station/science/misc_lab) -"hAY" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment/corner{ - dir = 8 - }, -/obj/structure/cable{ +"hBd" = ( +/obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" @@ -43677,9 +44430,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/hallway/primary/fore/west) +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep/secondary) "hBi" = ( /obj/structure/cable{ d1 = 1; @@ -43746,13 +44500,14 @@ /area/station/science/toxins/mixing) "hCG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 + dir = 9 }, /turf/simulated/floor/wood, /area/station/service/bar) +"hCS" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "hCV" = ( /obj/structure/table, /obj/item/toy/figure/crew/janitor{ @@ -43769,35 +44524,41 @@ icon_state = "arrival" }, /area/station/hallway/secondary/entry/west) +"hDh" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "hDk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/wood, /area/station/public/vacant_office) -"hDt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "hDv" = ( /turf/simulated/floor/plasteel{ icon_state = "cafeteria" }, /area/station/command/office/rd) "hDw" = ( +/obj/item/circuitboard/operating, +/obj/item/shard{ + icon_state = "medium" + }, /obj/item/wrench, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plating, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, /area/station/maintenance/port) "hDx" = ( /obj/effect/decal/cleanable/dirt, @@ -43814,6 +44575,14 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/aft/west) +"hDB" = ( +/obj/effect/spawner/random_spawners/dirt_often, +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/maintenance/gambling_den) "hDL" = ( /obj/structure/cable/orange{ d1 = 4; @@ -43962,24 +44731,28 @@ icon_state = "darkfull" }, /area/station/supply/storage) -"hGb" = ( -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +"hFP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/area/station/hallway/primary/fore/west) -"hGf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - color = "#954535" +/obj/structure/disposalpipe/junction/reversed{ + dir = 1 }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'WARNING: FUN-SIZED JUSTICE'."; - name = "WARNING: FUN-SIZED JUSTICE"; - pixel_x = null; - pixel_y = -32 +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 }, /turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) +"hGb" = ( +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, /area/station/hallway/primary/fore/west) "hGp" = ( @@ -43992,21 +44765,47 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/door/airlock/public/glass, /obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, /turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/station/public/quantum/security) "hGq" = ( -/obj/structure/reagent_dispensers/watertank, +/obj/structure/closet/emcloset, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "hGA" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/landmark/spawner/rev, /turf/simulated/floor/plasteel, /area/station/security/permabrig) +"hGQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "hGW" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk, @@ -44018,30 +44817,15 @@ }, /area/station/science/hallway) "hHb" = ( -/obj/structure/closet/emcloset, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) -"hHu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/assembly/mousetrap/armed, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 }, +/turf/simulated/floor/plating, /area/station/maintenance/port2) "hHy" = ( -/obj/machinery/economy/slot_machine, -/obj/structure/sign/poster/random{ - name = "random contraband poster"; - pixel_y = -32; - random_basetype = /obj/structure/sign/poster/contraband +/obj/structure/chair/wood{ + dir = 1 }, /turf/simulated/floor/wood, /area/station/maintenance/gambling_den) @@ -44084,21 +44868,22 @@ }, /turf/simulated/floor/transparent/glass/reinforced/plasma, /area/station/engineering/control) +"hHV" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port/north) "hHX" = ( /obj/machinery/door/airlock/maintenance{ name = "Hydroponics Garden" }, /obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, /obj/effect/mapping_helpers/airlock/access/any/service/kitchen, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "hIa" = ( /obj/structure/cable{ d1 = 1; @@ -44153,9 +44938,16 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/obj/machinery/door/airlock{ + name = "Bar Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, /turf/simulated/floor/wood, /area/station/service/bar) "hIA" = ( @@ -44206,6 +44998,15 @@ }, /turf/simulated/floor/plasteel, /area/station/public/storage/tools/auxiliary) +"hIS" = ( +/obj/machinery/alarm/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "hIU" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/orange{ @@ -44238,6 +45039,21 @@ icon_state = "neutralcorner" }, /area/station/hallway/secondary/entry/north) +"hJo" = ( +/obj/structure/flora/junglebush/large, +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/hallway/primary/port/south) +"hJq" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/fpmaint) "hJz" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -44252,10 +45068,34 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/station/service/hydroponics) +"hJS" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "hJW" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/structure/noticeboard{ @@ -44292,6 +45132,14 @@ }, /turf/simulated/floor/plasteel/white, /area/station/science/xenobiology) +"hKf" = ( +/obj/structure/table/glass/reinforced, +/obj/item/storage/fancy/matches{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) "hKm" = ( /obj/structure/cable/orange{ d1 = 4; @@ -44310,6 +45158,22 @@ }, /turf/simulated/floor/plasteel/white, /area/station/science/hallway) +"hKu" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "hKz" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -44354,15 +45218,20 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/primary/central/north) -"hLu" = ( +"hLt" = ( /obj/structure/cable/orange{ d1 = 2; - d2 = 8; - icon_state = "2-8" + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, -/area/station/maintenance/port) +/area/station/maintenance/port2) "hLx" = ( /obj/effect/spawner/random_spawners/fungus_maybe, /turf/simulated/wall, @@ -44406,6 +45275,21 @@ }, /turf/simulated/floor/plasteel/white, /area/station/science/robotics) +"hMV" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "hMW" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/item/chair/wood, @@ -44431,18 +45315,19 @@ icon_state = "darkgreen" }, /area/station/public/quantum/docking) -"hNm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/power/apc/directional/east, +"hNd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/orange{ + d1 = 1; d2 = 2; - icon_state = "0-2" + icon_state = "1-2" }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/westalt) +/obj/structure/disposalpipe/segment/corner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) "hNo" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/item/scalpel, @@ -44455,6 +45340,40 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/solar_maintenance/aft) +"hNA" = ( +/obj/machinery/light/small, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) +"hNE" = ( +/obj/machinery/door/airlock/public/glass, +/obj/structure/cable/orange{ + 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 = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/quantum/service) +"hNJ" = ( +/obj/effect/landmark/damageturf, +/obj/structure/kitchenspike, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/maintenance/port2) "hOa" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -44497,9 +45416,6 @@ c_tag = "Theatre"; dir = 1 }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, /turf/simulated/floor/wood, /area/station/service/theatre) "hOG" = ( @@ -44512,9 +45428,44 @@ "hOK" = ( /turf/simulated/wall, /area/station/supply/break_room) +"hOM" = ( +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) +"hPa" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "hPf" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, /turf/simulated/floor/plasteel{ icon_state = "dark" @@ -44568,6 +45519,46 @@ /obj/item/roller, /turf/simulated/floor/plating, /area/station/maintenance/starboard) +"hPM" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = -2; + pixel_y = 11 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) +"hPP" = ( +/obj/effect/decal/remains/human, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"hPS" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/hallway/primary/fore/west) "hPX" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -44648,6 +45639,14 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) +"hQB" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/orange{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) "hQJ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -44684,33 +45683,16 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) -"hRg" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Walkway" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id_tag = "servlockdown"; - layer = 2.6; - name = "Service Lockdown" - }, -/obj/effect/turf_decal/caution/red{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/port/east) "hRk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, /obj/structure/cable/orange{ d1 = 1; d2 = 2; icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel/freezer, /area/station/public/toilet) "hRl" = ( @@ -44738,11 +45720,6 @@ }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "redcorner" @@ -44813,6 +45790,15 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/scidock) +"hRT" = ( +/obj/machinery/cooker/deepfryer, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "hRW" = ( /obj/machinery/light{ dir = 4 @@ -44864,13 +45850,6 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) -"hSr" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) "hSA" = ( /obj/structure/closet/secure_closet/personal, /turf/simulated/floor/plasteel{ @@ -44916,27 +45895,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) -"hTf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "hTr" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -44988,7 +45946,7 @@ /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) "hUT" = ( -/obj/structure/reagent_dispensers/fueltank, +/obj/item/assembly/mousetrap/armed, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/port2) "hUU" = ( @@ -45014,34 +45972,17 @@ /obj/machinery/light, /turf/simulated/floor/plating, /area/station/hallway/primary/central/west) -"hVt" = ( -/obj/machinery/status_display{ - layer = 4 - }, -/turf/simulated/wall, -/area/station/service/hydroponics) -"hVv" = ( -/obj/effect/spawner/window/reinforced/grilled, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 8; - icon_state = "2-8" +"hVC" = ( +/obj/machinery/door/airlock/glass{ + name = "Library reading room" }, -/obj/structure/cable/orange{ - d2 = 8; - icon_state = "0-8" +/obj/effect/mapping_helpers/airlock/polarized{ + id = "library" }, -/turf/simulated/floor/plating, -/area/station/public/storage/tools) -"hVC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/carpet/green, +/turf/simulated/floor/wood, /area/station/service/library) "hVO" = ( /obj/machinery/door/airlock/public/glass{ @@ -45056,6 +45997,10 @@ }, /turf/simulated/floor/carpet/blue, /area/station/command/office/blueshield) +"hVR" = ( +/obj/machinery/gameboard, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "hVS" = ( /obj/effect/spawner/window/reinforced/polarized, /turf/simulated/floor/plating, @@ -45092,6 +46037,38 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/fore/west) +"hWu" = ( +/obj/structure/closet/secure_closet/mime, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"hXb" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/mime, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"hXc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/grille/broken, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "hXe" = ( /obj/structure/disposalpipe/segment/corner{ dir = 4 @@ -45222,11 +46199,24 @@ }, /area/station/maintenance/apmaint) "hYG" = ( -/obj/machinery/status_display{ - layer = 4 +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/turf/simulated/mineral/ancient, -/area/mine/unexplored/cere/command) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep/secondary) "hYH" = ( /obj/effect/spawner/random_spawners/blood_maybe, /obj/effect/spawner/grouped_spawner{ @@ -45286,11 +46276,6 @@ }, /turf/simulated/floor/plating, /area/station/turret_protected/aisat/interior/secondary) -"hZp" = ( -/obj/machinery/door/airlock/public/glass, -/obj/effect/mapping_helpers/airlock/autoname, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "hZq" = ( /obj/machinery/light_switch{ dir = 8; @@ -45344,6 +46329,16 @@ /obj/structure/flora/ausbushes/grassybush, /turf/simulated/floor/grass, /area/station/service/hydroponics) +"hZL" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/orange{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "hZS" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/structure/grille/broken, @@ -45418,11 +46413,32 @@ }, /turf/simulated/floor/grass, /area/station/hallway/spacebridge/scidock) +"iaw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "iaA" = ( /obj/structure/railing, /obj/structure/flora/ausbushes/genericbush, /turf/simulated/floor/grass, /area/station/hallway/secondary/exit) +"iaF" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"iaT" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 2; + sort_type_txt = "21" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "iaV" = ( /obj/structure/rack{ dir = 8; @@ -45451,6 +46467,12 @@ /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, /area/station/maintenance/maintcentral) +"ibB" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) "ibJ" = ( /obj/effect/turf_decal/arrows/white{ dir = 1 @@ -45463,6 +46485,12 @@ icon_state = "darkfull" }, /area/station/supply/sorting) +"ibN" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "ibP" = ( /turf/simulated/floor/carpet/royalblack, /area/station/command/office/ntrep) @@ -45483,32 +46511,14 @@ /turf/simulated/floor/wood, /area/station/command/office/hos) "icp" = ( -/obj/structure/table/glass/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/item/reagent_containers/glass/rag, -/turf/simulated/floor/wood, -/area/station/service/bar) -"icA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" + dir = 5 }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 }, -/area/station/hallway/primary/port/north) +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) "icE" = ( /obj/effect/spawner/airlock, /turf/simulated/wall/r_wall, @@ -45567,27 +46577,31 @@ }, /turf/simulated/floor/wood, /area/station/command/office/ntrep) -"idv" = ( -/obj/structure/table/reinforced, -/obj/machinery/kitchen_machine/microwave{ - pixel_y = 5 +"idj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/structure/window/basic, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/sign/directions/evac{ + pixel_y = -8; + pixel_x = 32 }, -/area/station/service/kitchen) -"idC" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 +/obj/structure/sign/directions/engineering{ + dir = 1; + pixel_x = 32 }, -/obj/structure/chair/stool{ - dir = 8 +/obj/structure/sign/directions/medical{ + dir = 1; + pixel_y = 8; + pixel_x = 32 }, /turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" + icon_state = "neutralcorner" }, -/area/station/service/bar) +/area/station/hallway/primary/port/south) "idF" = ( /turf/simulated/wall/r_wall, /area/station/command/office/cmo) @@ -45648,28 +46662,6 @@ /obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) -"ieh" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) "ieo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -45692,6 +46684,14 @@ }, /turf/simulated/wall, /area/station/hallway/primary/starboard/south) +"iez" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/spray/waterflower, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) "ieC" = ( /obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/plating, @@ -45743,14 +46743,11 @@ /turf/simulated/floor/plating, /area/station/maintenance/starboard) "ift" = ( -/obj/structure/chair/comfy/corp{ +/obj/machinery/newscaster{ + pixel_x = -28; + name = "west bump"; dir = 4 }, -/obj/machinery/button/windowtint{ - dir = 4; - id = "bar"; - pixel_x = -24 - }, /turf/simulated/floor/wood, /area/station/service/bar) "ifw" = ( @@ -45811,22 +46808,6 @@ }, /turf/space, /area/station/engineering/solar/aft) -"igo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/disposalpipe/segment/corner{ - dir = 1 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port2) "igx" = ( /obj/machinery/optable, /obj/effect/spawner/random_spawners/blood_maybe, @@ -45841,6 +46822,7 @@ /area/shuttle/arrival/station) "igZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, /turf/simulated/floor/wood, /area/station/service/bar) "ihe" = ( @@ -45873,6 +46855,13 @@ icon_state = "bcircuit" }, /area/station/turret_protected/ai) +"iht" = ( +/obj/effect/decal/remains/robot, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "ihz" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/plasteel{ @@ -45889,6 +46878,12 @@ icon_state = "darkredfull" }, /area/station/public/quantum/cargo) +"ihC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep/secondary) "ihJ" = ( /obj/structure/chair/comfy/shuttle{ dir = 1 @@ -45905,17 +46900,21 @@ icon_state = "darkfull" }, /area/station/supply/sorting) -"iij" = ( -/obj/machinery/door/airlock/glass{ - name = "Library reading room" +"iix" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" }, -/obj/effect/mapping_helpers/airlock/polarized{ - id = "library" +/obj/structure/sign/poster/random{ + name = "random official poster"; + pixel_x = 32; + random_basetype = /obj/structure/sign/poster/official }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/station/service/library) +/turf/simulated/floor/plasteel, +/area/station/public/locker) "iiG" = ( /obj/structure/table, /obj/item/storage/box/lights/mixed, @@ -45948,29 +46947,37 @@ }, /turf/simulated/floor/plating, /area/station/security/detective) -"iiV" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 +"iiT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" }, -/obj/structure/disposalpipe/segment, +/area/station/public/storage/tools) +"iiV" = ( /obj/structure/cable/orange{ - 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/structure/disposalpipe/segment{ + dir = 4 }, /obj/structure/cable/orange{ - d1 = 4; + d1 = 1; d2 = 8; - icon_state = "4-8" + icon_state = "1-8" }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "ija" = ( /obj/effect/decal/cleanable/blood/splatter, /obj/effect/decal/cleanable/dirt, @@ -46003,11 +47010,6 @@ /obj/structure/fans/tiny, /turf/simulated/floor/plating, /area/station/maintenance/maintcentral) -"ijL" = ( -/obj/structure/girder, -/obj/structure/grille, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) "ijQ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -46177,10 +47179,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/port/south) -"imt" = ( -/obj/effect/spawner/random_spawners/wall_rusted_always, -/turf/simulated/wall, -/area/mine/unexplored/cere/orbiting) "imx" = ( /obj/structure/table, /obj/item/stack/rods/fifty, @@ -46197,13 +47195,22 @@ icon_state = "yellow" }, /area/station/public/storage/tools/auxiliary) -"imE" = ( -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/mine/unexplored/cere/orbiting) "imG" = ( /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/asmaint) +"imH" = ( +/obj/structure/sign/security{ + pixel_x = -32 + }, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "imL" = ( /obj/structure/cable{ d1 = 4; @@ -46230,17 +47237,6 @@ icon_state = "dark" }, /area/station/engineering/atmos) -"imT" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/west) "imU" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -46264,12 +47260,24 @@ icon_state = "purplecorner" }, /area/station/hallway/primary/aft/east) +"inh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "inn" = ( /turf/simulated/floor/plasteel{ dir = 8; icon_state = "yellowcorner" }, /area/station/hallway/primary/central/west) +"inI" = ( +/obj/machinery/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "inM" = ( /obj/structure/cable/orange{ d1 = 1; @@ -46294,12 +47302,12 @@ icon_state = "browncorner" }, /area/station/hallway/primary/fore/east) -"inP" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +"inQ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, /area/station/maintenance/port) "inW" = ( /obj/effect/turf_decal/stripes/line{ @@ -46329,6 +47337,13 @@ dir = 1 }, /area/station/engineering/smes) +"ion" = ( +/obj/effect/landmark/start/assistant, +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "ios" = ( /obj/machinery/door/poddoor/shutters/preopen{ dir = 2; @@ -46345,21 +47360,14 @@ /turf/simulated/floor/plating, /area/station/hallway/primary/central/north) "iox" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/disposalpipe/segment/corner{ + dir = 8 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" + dir = 9 }, +/turf/simulated/floor/carpet/royalblack, /area/station/service/bar) -"ioy" = ( -/obj/machinery/light/small, -/obj/item/assembly/mousetrap/armed, -/turf/simulated/floor/plating, -/area/station/maintenance/fpmaint) "ioE" = ( /turf/simulated/floor/plasteel{ icon_state = "dark" @@ -46369,16 +47377,6 @@ /obj/effect/spawner/random_spawners/wall_rusted_always, /turf/simulated/wall, /area/station/hallway/primary/fore/west) -"ioM" = ( -/obj/machinery/firealarm/directional/south, -/obj/machinery/economy/vending/snack, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) -"ioO" = ( -/obj/structure/closet/firecloset/full, -/obj/item/pickaxe, -/turf/simulated/floor/plating, -/area/station/hallway/primary/fore/west) "ipn" = ( /obj/machinery/door/airlock/research{ name = "Research Division Access" @@ -46484,6 +47482,19 @@ icon_state = "purplecorner" }, /area/station/hallway/primary/aft/west) +"iqu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "iqv" = ( /obj/machinery/door/firedoor, /obj/effect/mapping_helpers/airlock/autoname, @@ -46529,23 +47540,28 @@ }, /area/station/hallway/spacebridge/serveng) "iqL" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, /obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "iqQ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -46599,15 +47615,6 @@ }, /turf/simulated/floor/grass/jungle, /area/station/hallway/secondary/garden) -"iqZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "ira" = ( /obj/structure/disposalpipe/sortjunction/reversed{ dir = 4; @@ -46621,30 +47628,23 @@ icon_state = "dark" }, /area/station/engineering/break_room) -"irn" = ( -/obj/item/honey_frame, -/obj/item/honey_frame, -/obj/item/shovel/spade, -/obj/item/wirecutters, -/obj/item/reagent_containers/glass/bucket, -/obj/item/wrench, -/obj/item/shovel/spade, -/obj/structure/closet/crate/hydroponics, -/turf/simulated/floor/plasteel{ - icon_state = "darkgreenfull" - }, -/area/station/service/hydroponics) "irp" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 }, /turf/simulated/floor/plasteel/airless, /area/station/science/toxins/test) +"irr" = ( +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/station/service/bar) "iry" = ( /obj/structure/weightmachine/stacklifter, /obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /turf/simulated/floor/carpet/cyan, /area/station/public/fitness) @@ -46778,6 +47778,10 @@ }, /turf/simulated/wall, /area/station/public/quantum/science) +"ito" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) "itP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -46802,6 +47806,12 @@ /obj/machinery/economy/vending/snack, /turf/simulated/floor/plating, /area/station/hallway/secondary/entry/south) +"iuf" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) "iul" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -46868,6 +47878,11 @@ }, /turf/space, /area/station/engineering/solar/fore_port) +"iuK" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/chinese, +/turf/simulated/floor/plating, +/area/station/service/theatre) "iuS" = ( /obj/machinery/door/airlock/command, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -46927,11 +47942,6 @@ dir = 4 }, /obj/effect/landmark/start/assistant, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, /turf/simulated/floor/carpet, /area/station/public/locker) "ivS" = ( @@ -46948,6 +47958,10 @@ icon_state = "white" }, /area/station/maintenance/apmaint) +"iwg" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "iwi" = ( /obj/machinery/camera{ c_tag = "Xenobiology Chamber 1"; @@ -46965,17 +47979,14 @@ icon_state = "dark" }, /area/station/turret_protected/aisat/interior) -"iwA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 +"iwy" = ( +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 }, -/turf/simulated/floor/plating, -/area/station/hallway/spacebridge/serveng) +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/station/service/bar) "iwD" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb{ @@ -47043,13 +48054,13 @@ }, /area/station/security/execution) "ixn" = ( -/obj/structure/disposalpipe/segment/corner{ +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 + dir = 6 }, -/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/disposal/west) "ixp" = ( @@ -47078,6 +48089,11 @@ /obj/structure/disposalpipe/junction/reversed{ dir = 4 }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/west) "ixK" = ( @@ -47093,6 +48109,15 @@ icon_state = "dark" }, /area/station/engineering/control) +"ixP" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) "ixR" = ( /obj/machinery/computer/mech_bay_power_console{ dir = 4 @@ -47142,7 +48167,7 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/south) +/area/station/maintenance/port2) "iyK" = ( /obj/machinery/economy/slot_machine, /turf/simulated/floor/carpet, @@ -47192,6 +48217,18 @@ }, /turf/simulated/floor/wood, /area/station/medical/psych) +"izR" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/ashtray/glass, +/obj/item/clothing/mask/cigarette/cigar, +/turf/simulated/floor/wood, +/area/station/service/bar) +"izV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "izW" = ( /obj/structure/cable{ d2 = 8; @@ -47221,6 +48258,12 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) +"iAa" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "iAF" = ( /obj/machinery/door/airlock, /obj/structure/cable/orange{ @@ -47244,16 +48287,6 @@ icon_state = "dark" }, /area/station/command/teleporter) -"iAJ" = ( -/obj/structure/reagent_dispensers/watertank/high, -/obj/item/reagent_containers/glass/bucket, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkgreenfull" - }, -/area/station/service/hydroponics) "iAO" = ( /obj/structure/cable{ d1 = 1; @@ -47273,6 +48306,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/turf_decal/caution/red, /turf/simulated/floor/plasteel{ + dir = 4; icon_state = "neutralcorner" }, /area/station/hallway/spacebridge/sercom) @@ -47312,31 +48346,24 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/storage) +"iAU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) "iBc" = ( /obj/machinery/hologram/holopad, /obj/structure/chair/sofa/corp/left, /obj/effect/landmark/start/assistant, /turf/simulated/floor/carpet, /area/station/public/locker) -"iBn" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/structure/cable/orange{ - 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/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/port/south) +"iBg" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/westalt) "iBx" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ dir = 4; @@ -47369,12 +48396,23 @@ icon_state = "whitepurple" }, /area/station/science/hallway) +"iBW" = ( +/obj/structure/table/glass/reinforced, +/obj/item/eftpos/register{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) "iCf" = ( /obj/structure/chair/sofa/corp/right{ dir = 1 }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/exit) +"iCm" = ( +/obj/machinery/light, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "iCo" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 8 @@ -47384,6 +48422,13 @@ }, /turf/simulated/floor/plasteel/stairs, /area/station/command/vault) +"iCp" = ( +/obj/machinery/newscaster{ + pixel_y = 28; + name = "north bump" + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "iCy" = ( /obj/effect/spawner/airlock, /turf/simulated/wall, @@ -47410,9 +48455,6 @@ icon_state = "bcircuit" }, /area/station/turret_protected/ai_upload) -"iCE" = ( -/turf/simulated/wall, -/area/station/maintenance/disposal/westalt) "iCH" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 @@ -47433,6 +48475,16 @@ icon_state = "floorgrime" }, /area/station/security/permabrig) +"iCT" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/solar, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/port) "iDa" = ( /obj/item/chair, /obj/machinery/light/small{ @@ -47443,17 +48495,22 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) +"iDh" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "iDw" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating/airless, /area/station/maintenance/disposal/external/north) "iDY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/chair/stool, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" +/obj/machinery/economy/vending/bardrobe, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 }, +/turf/simulated/floor/wood, /area/station/service/bar) "iEd" = ( /obj/machinery/atmospherics/pipe/simple/visible{ @@ -47574,11 +48631,14 @@ /turf/simulated/floor/grass, /area/station/science/genetics) "iFO" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/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/plasteel{ icon_state = "neutralfull" @@ -47596,6 +48656,32 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/cargocom) +"iFV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/port) +"iFY" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/turf_decal/woodsiding{ + dir = 5 + }, +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/hallway/primary/port/south) "iGb" = ( /obj/machinery/firealarm/directional/east, /turf/simulated/floor/plasteel{ @@ -47616,17 +48702,31 @@ /obj/machinery/status_display, /turf/simulated/wall/r_wall, /area/station/engineering/engine/supermatter) -"iGG" = ( -/obj/structure/chair/stool{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +"iGF" = ( +/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/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ - icon_state = "grimy" + dir = 4; + icon_state = "neutralcorner" }, -/area/station/security/detective) +/area/station/hallway/primary/port/north) +"iGM" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/storage) +"iGN" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "iGO" = ( /obj/machinery/economy/vending/cart, /turf/simulated/floor/plasteel{ @@ -47657,17 +48757,6 @@ /obj/machinery/firealarm/directional/east, /turf/simulated/floor/plasteel, /area/station/security/prisonershuttle) -"iHG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/service/clown/secret) "iHL" = ( /obj/machinery/door/airlock/maintenance{ name = "Bridge APC Access" @@ -47681,13 +48770,6 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) -"iHW" = ( -/obj/item/radio/intercom{ - pixel_y = -28; - name = "custom placement" - }, -/turf/simulated/floor/wood, -/area/station/service/theatre) "iIa" = ( /obj/machinery/camera{ c_tag = "Morgue North"; @@ -47698,6 +48780,11 @@ icon_state = "dark" }, /area/station/medical/morgue) +"iIe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/plant_analyzer, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "iIj" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -47707,9 +48794,6 @@ /area/station/maintenance/disposal/north) "iIm" = ( /obj/effect/landmark/start/botanist, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -47731,6 +48815,15 @@ icon_state = "whiteblue" }, /area/station/medical/storage/secondary) +"iIS" = ( +/obj/item/trash/spentcasing{ + icon_state = "r-casing" + }, +/obj/effect/decal/cleanable/blood/splatter, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "iIV" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/table, @@ -47779,6 +48872,16 @@ /obj/machinery/reagentgrinder, /turf/simulated/floor/plasteel/white, /area/station/science/xenobiology) +"iJh" = ( +/obj/effect/landmark/start/assistant, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "iJi" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ @@ -47820,24 +48923,6 @@ }, /turf/simulated/floor/carpet/blue, /area/station/command/office/blueshield) -"iJF" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/port/north) "iJJ" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=CommandMiddle"; @@ -47872,6 +48957,30 @@ icon_state = "whitepurple" }, /area/station/science/xenobiology) +"iKm" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Kitchen" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 4 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 4; + pixel_x = 1; + name = "Kitchen Delivery" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "iKq" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -47893,6 +49002,15 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/solar_maintenance/fore_port) +"iKw" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "iKW" = ( /obj/structure/table/wood, /obj/item/lighter/zippo/blue{ @@ -47907,11 +49025,8 @@ /area/station/command/office/blueshield) "iKY" = ( /obj/structure/table/glass/reinforced, -/obj/item/storage/fancy/matches{ - pixel_x = 1; - pixel_y = -1 - }, -/turf/simulated/floor/wood, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/carpet/royalblack, /area/station/service/bar) "iLa" = ( /obj/structure/cable{ @@ -47945,21 +49060,6 @@ icon_state = "dark" }, /area/station/supply/warehouse) -"iLL" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Criminal Delivery Chute" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/doors, -/obj/effect/turf_decal/stripes, -/obj/effect/turf_decal/stripes/red, -/obj/structure/disposalpipe/segment{ - dir = 4; - color = "#954535" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/port/north) "iLN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -47986,6 +49086,19 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/aft/west) +"iLZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "iMq" = ( /obj/structure/chair/comfy/black{ dir = 8 @@ -48055,6 +49168,13 @@ }, /turf/simulated/floor/plating, /area/station/hallway/secondary/entry/north) +"iNs" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port/north) "iNC" = ( /obj/structure/closet/secure_closet/medical2, /obj/machinery/light{ @@ -48081,17 +49201,12 @@ icon_state = "white" }, /area/station/science/explab/chamber) -"iOk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" +"iOr" = ( +/obj/structure/chair{ + dir = 8 }, -/area/station/hallway/primary/port/south) +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/westalt) "iOw" = ( /obj/structure/disposalpipe/segment/corner{ dir = 8 @@ -48162,17 +49277,18 @@ }, /area/station/hallway/primary/central/north) "iPe" = ( -/obj/machinery/firealarm/directional/east, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/station/service/library) +"iPn" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/disposal/southwest) "iPr" = ( /obj/item/clothing/head/soft/white, /obj/item/clothing/shoes/white, @@ -48200,18 +49316,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) -"iPU" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/turf/simulated/floor/plating, -/area/station/maintenance/port) -"iQb" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - dir = 4; - level = 2 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "iQd" = ( /obj/machinery/door/poddoor{ density = 0; @@ -48245,10 +49349,28 @@ icon_state = "4-8" }, /obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, /area/station/security/detective) +"iQu" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8; + name = "Portable Scrubber Connector" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/scrubber, +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_x = 29 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/storage/tools) "iQJ" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -48256,6 +49378,20 @@ /obj/structure/filingcabinet, /turf/simulated/floor/wood, /area/station/command/office/ntrep) +"iQT" = ( +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/stripes/red, +/obj/machinery/disposal/deliveryChute{ + desc = "A chute for big and small criminals alike!"; + dir = 4; + name = "Criminal Delivery Chute" + }, +/obj/structure/disposalpipe/trunk{ + dir = 4; + color = "#954535" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port/south) "iQV" = ( /obj/structure/table, /obj/item/taperecorder, @@ -48275,6 +49411,22 @@ }, /turf/simulated/floor/engine, /area/station/engineering/engine/supermatter) +"iRb" = ( +/obj/structure/cable/orange{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "iRr" = ( /obj/structure/disposalpipe/segment{ color = "#954535" @@ -48287,6 +49439,10 @@ }, /turf/simulated/floor/plasteel, /area/station/security/lobby) +"iRB" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) "iRC" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -48316,18 +49472,18 @@ }, /turf/simulated/floor/carpet/royalblack, /area/station/command/office/ntrep) -"iRN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/wall, -/area/station/hallway/spacebridge/serveng) "iRS" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /turf/simulated/floor/carpet/royalblack, /area/station/command/office/ntrep) +"iRX" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "iSf" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -48395,16 +49551,15 @@ }, /area/station/hallway/primary/central/north) "iSE" = ( -/obj/machinery/kitchen_machine/oven, -/obj/structure/window/basic{ - dir = 1 - }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, /turf/simulated/floor/plasteel{ icon_state = "cafeteria" }, @@ -48448,6 +49603,14 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) +"iSS" = ( +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "iTd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/door/airlock/medical/glass, @@ -48563,21 +49726,6 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/scidock) -"iUa" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/hydroponics) -"iUb" = ( -/turf/simulated/floor/plating, -/area/station/public/sleep/secondary) "iUh" = ( /obj/item/radio/intercom{ pixel_x = 28; @@ -48610,12 +49758,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) -"iVh" = ( -/obj/machinery/computer/arcade{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/station/service/bar) "iVv" = ( /obj/machinery/camera{ c_tag = "Brig Briefing Room West"; @@ -48649,45 +49791,47 @@ /area/station/science/hallway) "iVD" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 + dir = 6 }, /turf/simulated/wall, -/area/station/hallway/spacebridge/serveng) -"iVI" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 8 +/area/station/maintenance/port2) +"iVN" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, /turf/simulated/floor/plasteel{ - icon_state = "neutralfull" + icon_state = "dark" + }, +/area/station/service/chapel/office) +"iVQ" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/station/hallway/primary/port/east) +/area/station/service/chapel/office) "iWe" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/science/robotics/chargebay) -"iWg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - color = "#954535" +"iWm" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Walkway" }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "servlockdown"; + layer = 2.6; + name = "Service Lockdown" }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/effect/turf_decal/caution/red{ + dir = 8 }, /turf/simulated/floor/plasteel{ - dir = 8; + dir = 1; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/north) +/area/station/hallway/spacebridge/serveng) "iWx" = ( /obj/machinery/door/airlock/security/glass{ name = "Escape Shuttle Cell" @@ -48695,17 +49839,22 @@ /obj/effect/mapping_helpers/airlock/access/all/security/doors, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/exit) -"iWO" = ( +"iWH" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 + dir = 4 }, -/obj/structure/disposalpipe/segment/corner{ - dir = 1 +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/sign/poster/official/report_crimes{ + pixel_y = 32 }, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, -/area/station/maintenance/port2) +/area/station/maintenance/port) "iWR" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel{ @@ -48714,38 +49863,26 @@ }, /area/station/maintenance/apmaint) "iWT" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, /obj/structure/cable/orange{ - d1 = 4; + d1 = 1; d2 = 8; - icon_state = "4-8" + icon_state = "1-8" }, /obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" + d1 = 2; + d2 = 8; + icon_state = "2-8" }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" }, /area/station/hallway/primary/port/south) -"iWU" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/clown, -/obj/machinery/power/apc/directional/east, -/obj/structure/cable/orange{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/wood, -/area/station/service/clown) "iXc" = ( /obj/structure/disposalpipe/junction/y, /obj/structure/cable/orange{ @@ -48763,6 +49900,19 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel/white, /area/station/maintenance/apmaint) +"iXd" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + 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{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "iXl" = ( /obj/item/radio/intercom{ pixel_x = 28; @@ -48776,6 +49926,11 @@ "iXt" = ( /turf/simulated/floor/plating, /area/station/science/toxins/launch) +"iXx" = ( +/obj/structure/disposalpipe/junction/reversed, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "iXy" = ( /obj/structure/window/reinforced{ dir = 8 @@ -48785,9 +49940,6 @@ }, /turf/simulated/floor/grass, /area/station/science/genetics) -"iXD" = ( -/turf/simulated/wall, -/area/mine/unexplored/cere/orbiting) "iXM" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -48820,8 +49972,9 @@ /turf/simulated/floor/plating, /area/station/science/storage) "iYg" = ( -/turf/simulated/floor/plating, -/area/mine/unexplored/cere/orbiting) +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall/r_wall, +/area/station/maintenance/disposal/westalt) "iYi" = ( /obj/structure/disposalpipe/segment/corner, /obj/structure/cable/orange{ @@ -48845,6 +49998,13 @@ }, /turf/simulated/wall/r_wall, /area/station/science/misc_lab) +"iYG" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/pipe, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/south) "iYL" = ( /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating{ @@ -48855,18 +50015,21 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/hallway/primary/central/north) -"iYY" = ( -/obj/structure/closet, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating, -/area/mine/unexplored/cere/orbiting) -"iZd" = ( -/obj/structure/closet/emcloset, -/obj/effect/spawner/random/maintenance, +"iYU" = ( +/obj/structure/falsewall/rock_ancient, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /turf/simulated/floor/plating, -/area/station/hallway/primary/fore/west) +/area/station/service/clown/secret) "iZr" = ( /obj/machinery/light/small, /obj/item/reagent_containers/glass/bucket, @@ -48923,20 +50086,21 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /obj/machinery/firealarm/directional/south, /obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "iZK" = ( /obj/machinery/economy/vending/snack, /turf/simulated/floor/plasteel{ @@ -48989,6 +50153,13 @@ icon_state = "neutralfull" }, /area/station/hallway/secondary/entry/north) +"jag" = ( +/obj/item/kirbyplants, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/bar) "jah" = ( /obj/structure/chair/sofa/corp{ dir = 8 @@ -48998,6 +50169,21 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/exit) +"jan" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + sort_type_txt = "16" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "jao" = ( /obj/machinery/light{ dir = 4 @@ -49018,8 +50204,6 @@ /turf/simulated/floor/plating, /area/station/public/storefront) "jau" = ( -/obj/structure/table, -/obj/item/kitchen/rollingpin, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -49085,24 +50269,6 @@ /obj/structure/sign/evac, /turf/simulated/wall, /area/station/hallway/secondary/exit) -"jaV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = -28; - name = "custom placement" - }, -/obj/structure/chair/stool{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "jbg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/universal{ dir = 4 @@ -49229,14 +50395,20 @@ }, /turf/simulated/floor/plating, /area/station/hallway/secondary/entry/south) -"jcW" = ( -/obj/machinery/economy/vending/bardrobe, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 +"jdc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/firealarm/directional/north, -/turf/simulated/floor/wood, -/area/station/service/bar) +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/fpmaint) "jdf" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/plasteel{ @@ -49279,14 +50451,10 @@ icon_state = "redcorner" }, /area/station/hallway/secondary/entry/east) -"jdL" = ( -/obj/structure/cable/orange{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) +"jdD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) "jdN" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -49294,6 +50462,20 @@ /obj/machinery/light/small, /turf/simulated/floor/plating, /area/station/maintenance/starboard) +"jdR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/table/wood, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "jdT" = ( /obj/structure/cable{ d1 = 1; @@ -49332,17 +50514,6 @@ "jee" = ( /turf/simulated/floor/plating, /area/station/maintenance/port) -"jei" = ( -/obj/machinery/conveyor/auto{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = 28; - name = "custom placement" - }, -/obj/structure/plasticflaps, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/westalt) "jeq" = ( /obj/machinery/suit_storage_unit/standard_unit, /turf/simulated/floor/plasteel{ @@ -49405,6 +50576,11 @@ /obj/item/seeds/cannabis, /turf/simulated/floor/grass, /area/station/hallway/spacebridge/scidock) +"jfe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "jfl" = ( /obj/machinery/light/small, /turf/simulated/floor/plating, @@ -49428,11 +50604,6 @@ /obj/structure/closet/firecloset/full, /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) -"jfV" = ( -/mob/living/simple_animal/mouse, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "jfW" = ( /obj/docking_port/stationary{ dir = 4; @@ -49452,16 +50623,6 @@ icon_state = "purple" }, /area/station/science/storage) -"jgd" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/condiment/peppermill{ - pixel_x = 2; - pixel_y = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "jgl" = ( /obj/machinery/atmospherics/binary/valve, /obj/machinery/camera{ @@ -49486,6 +50647,16 @@ /obj/structure/closet/secure_closet/engineering_electrical, /turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/apmaint) +"jgx" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) "jgE" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -49546,11 +50717,30 @@ }, /turf/simulated/wall/r_wall, /area/station/science/rnd) +"jhv" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/south) "jhA" = ( /obj/effect/spawner/window/reinforced/polarized, /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/station/science/robotics) +"jhU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/locker) "jhX" = ( /obj/machinery/ai_status_display, /turf/simulated/wall, @@ -49566,15 +50756,26 @@ /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) "jis" = ( -/obj/structure/chair/comfy/black{ - dir = 8 +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Bar" }, -/obj/machinery/newscaster{ - pixel_x = 28; - name = "east bump"; - dir = 8 +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 4 }, -/turf/simulated/floor/carpet, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/bar{ + dir = 4 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Bar Delivery" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plating, /area/station/service/bar) "jiv" = ( /obj/effect/turf_decal/delivery/hollow, @@ -49583,17 +50784,34 @@ icon_state = "purple" }, /area/station/science/storage) +"jiw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/storage/tools) +"jiG" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/locker) "jiI" = ( /obj/machinery/computer/security/telescreen/entertainment/television, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) -"jiO" = ( -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/fore/west) +"jiJ" = ( +/obj/structure/chair, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "jiZ" = ( /obj/structure/table, /obj/structure/sign/poster/random{ @@ -49614,6 +50832,12 @@ icon_state = "whitepurple" }, /area/station/science/rnd) +"jjb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "jjc" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -49641,15 +50865,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel, /area/station/security/permabrig) -"jjp" = ( -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) "jjq" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -49675,8 +50890,7 @@ /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/maintcentral) "jjW" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/cobweb, +/obj/item/chair, /turf/simulated/floor/plating, /area/station/maintenance/disposal/southwest) "jkh" = ( @@ -49745,26 +50959,10 @@ icon_state = "bluecorner" }, /area/station/hallway/primary/starboard/south) -"jlo" = ( -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/carpet/green, -/area/station/service/library) -"jlp" = ( -/obj/structure/table, -/obj/item/eftpos, -/obj/effect/spawner/random_spawners/dirt_often, -/obj/item/eftpos/register, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) -"jlB" = ( -/obj/machinery/newscaster{ - pixel_y = 28; - name = "north bump" - }, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) +"jlr" = ( +/obj/structure/sign/poster/official/cohiba_robusto_ad, +/turf/simulated/wall, +/area/station/maintenance/port) "jlI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -49784,6 +50982,20 @@ icon_state = "dark" }, /area/station/engineering/control) +"jlW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) "jlY" = ( /obj/item/radio/intercom{ pixel_x = -28; @@ -49792,10 +51004,6 @@ /obj/effect/landmark/damageturf, /turf/simulated/floor/wood, /area/station/public/vacant_office) -"jmc" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/carpet, -/area/station/service/bar) "jmh" = ( /obj/machinery/status_display{ layer = 4 @@ -49827,17 +51035,23 @@ icon_state = "dark" }, /area/station/maintenance/electrical_shop) -"jmW" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/economy/slot_machine, -/turf/simulated/floor/carpet, -/area/station/service/bar) "jnf" = ( /obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor/plating/asteroid/ancient, /area/station/hallway/primary/fore/west) +"jnp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/storage/tools) "jnu" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable/orange{ @@ -49890,6 +51104,23 @@ icon_state = "red" }, /area/station/security/main) +"jog" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"joi" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/serveng) "joj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable{ @@ -49959,6 +51190,24 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/primary/central/north) +"jpg" = ( +/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 = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "jpk" = ( /obj/machinery/status_display{ layer = 4 @@ -50008,6 +51257,14 @@ /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) +"jpH" = ( +/obj/structure/table, +/obj/structure/sign/electricshock{ + pixel_x = 32 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "jpP" = ( /turf/simulated/mineral/ancient, /area/station/service/janitor) @@ -50034,7 +51291,7 @@ /turf/simulated/floor/plasteel, /area/station/engineering/atmos/control) "jqh" = ( -/obj/structure/disposalpipe/junction/y{ +/obj/structure/disposalpipe/segment/corner{ dir = 1; color = "#954535" }, @@ -50043,13 +51300,13 @@ }, /area/station/hallway/primary/fore/west) "jqn" = ( -/obj/item/radio/intercom{ - pixel_y = 28; - name = "custom placement" - }, /obj/structure/chair/comfy/shuttle{ dir = 8 }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, /turf/simulated/floor/mineral/titanium/blue, /area/shuttle/pod_1) "jqw" = ( @@ -50089,6 +51346,11 @@ icon_state = "darkbrown" }, /area/station/supply/office) +"jqD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrivalcorner" + }, +/area/station/hallway/primary/port/north) "jqP" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -50156,14 +51418,6 @@ icon_state = "asteroidplating" }, /area/station/maintenance/asmaint) -"jrM" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) "jrT" = ( /obj/effect/spawner/random_spawners/fungus_maybe, /turf/simulated/wall, @@ -50258,19 +51512,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/central/east) -"jsN" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "jsT" = ( /obj/machinery/economy/merch, /turf/simulated/floor/plasteel{ @@ -50290,12 +51531,6 @@ }, /turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/starboard) -"jtd" = ( -/obj/structure/girder, -/obj/structure/grille, -/obj/structure/barricade/wooden, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "jth" = ( /obj/machinery/conveyor{ dir = 1; @@ -50325,6 +51560,18 @@ icon_state = "whitepurplefull" }, /area/station/science/xenobiology) +"jtp" = ( +/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 = 25 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) "jty" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table, @@ -50332,6 +51579,13 @@ /obj/item/food/meat/human, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) +"jtD" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) "jtF" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -50429,20 +51683,6 @@ }, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/maintcentral) -"juY" = ( -/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/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) "juZ" = ( /obj/machinery/door/airlock/public/glass{ name = "Walkway" @@ -50608,6 +51848,15 @@ /obj/effect/spawner/airlock/e_to_w, /turf/simulated/wall/r_wall, /area/station/maintenance/disposal/external/southeast) +"jwb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/serveng) "jwk" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/orange{ @@ -50629,16 +51878,36 @@ /obj/effect/turf_decal/delivery/red/hollow, /turf/simulated/floor/plasteel/airless/indestructible, /area/station/science/toxins/test) -"jwF" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"jwx" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port) +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) +"jwB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door_control{ + id = "kitchen1"; + name = "Privacy Shutters"; + pixel_y = 24; + pixel_x = -6 + }, +/obj/machinery/door_control{ + id = "kitchen2"; + name = "Privacy Shutters"; + pixel_y = 24; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "jwI" = ( /obj/machinery/camera{ c_tag = "Engineering Asteroid Hallway 6" @@ -50673,10 +51942,6 @@ }, /turf/simulated/floor/plasteel, /area/station/service/janitor) -"jxb" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) "jxd" = ( /turf/simulated/floor/plasteel, /area/station/supply/lobby) @@ -50684,6 +51949,13 @@ /obj/machinery/ai_status_display, /turf/simulated/wall/r_wall, /area/station/science/misc_lab) +"jxH" = ( +/obj/machinery/kitchen_machine/oven, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/maintenance/port2) "jxJ" = ( /obj/machinery/door/airlock/vault{ locked = 1 @@ -50694,21 +51966,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel, /area/station/command/vault) -"jxK" = ( -/obj/item/radio/intercom{ - pixel_y = 28; - name = "custom placement" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/chapel/office) "jxN" = ( /obj/machinery/door/airlock/mining/glass, /obj/effect/mapping_helpers/airlock/autoname, @@ -50729,6 +51986,17 @@ /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) +"jyn" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "jyx" = ( /obj/structure/cable/orange{ d1 = 2; @@ -50757,6 +52025,18 @@ /obj/machinery/light, /turf/simulated/floor/plasteel/dark/telecomms, /area/station/science/server) +"jyM" = ( +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/landmark/damageturf, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "jyS" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ name = "Kill Chamber Vent Pump"; @@ -50821,6 +52101,15 @@ }, /turf/simulated/floor/plating, /area/station/turret_protected/aisat/interior/secondary) +"jzl" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/orange, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "jzq" = ( /obj/item/seeds/chili, /turf/simulated/floor/grass, @@ -50841,6 +52130,12 @@ }, /turf/simulated/floor/engine, /area/station/science/test_chamber) +"jzK" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/quantum/service) "jzM" = ( /obj/structure/cable{ d1 = 1; @@ -50877,6 +52172,16 @@ }, /turf/simulated/floor/plating, /area/station/security/prison/cell_block/A) +"jzW" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/light{ + color = "#79986b" + }, +/area/station/public/quantum/service) "jAb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 9; @@ -50884,9 +52189,6 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) -"jAd" = ( -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) "jAg" = ( /obj/structure/cable/orange{ d1 = 1; @@ -50984,15 +52286,6 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/engmed) -"jAV" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "jBh" = ( /obj/structure/reagent_dispensers/fueltank, /obj/effect/spawner/random_spawners/cobweb_left_frequent, @@ -51089,6 +52382,17 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) +"jCs" = ( +/obj/machinery/camera/autoname{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/storage/tools) "jCu" = ( /obj/machinery/camera{ c_tag = "Command Asteroid Hall 10"; @@ -51098,6 +52402,15 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/north) +"jCv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "jCx" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable/orange{ @@ -51114,20 +52427,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/station/security/prison/cell_block/A) -"jCE" = ( -/obj/structure/disposalpipe/sortjunction/reversed{ - dir = 1; - sort_type_txt = "20" - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "jCK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable{ @@ -51184,6 +52483,26 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/exit) +"jDt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) +"jDw" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/random_spawners/dirt_frequent, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "jDO" = ( /obj/structure/cable/orange{ d1 = 4; @@ -51263,13 +52582,6 @@ icon_state = "purple" }, /area/station/hallway/primary/aft/west) -"jEx" = ( -/obj/structure/extinguisher_cabinet{ - name = "south bump"; - pixel_y = -30 - }, -/turf/simulated/floor/wood, -/area/station/service/library) "jED" = ( /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ @@ -51300,15 +52612,6 @@ dir = 4 }, /area/station/supply/lobby) -"jEU" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "jFd" = ( /obj/structure/rack, /obj/effect/spawner/random/maintenance, @@ -51337,15 +52640,14 @@ /area/station/command/office/blueshield) "jFT" = ( /obj/machinery/light, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/obj/machinery/atmospherics/portable/canister/air, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/pipe/simple/visible{ dir = 4 }, +/obj/structure/sign/vacuum/external{ + pixel_y = -32 + }, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/south) +/area/station/maintenance/port2) "jFY" = ( /obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment, @@ -51354,13 +52656,22 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/station/maintenance/disposal) +"jFZ" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "jGj" = ( /turf/simulated/floor/plating/asteroid/ancient, /area/station/hallway/spacebridge/scidock) -"jGn" = ( -/obj/structure/closet/secure_closet/chaplain, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) +"jGz" = ( +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) "jGA" = ( /obj/machinery/light/small{ dir = 8 @@ -51432,11 +52743,19 @@ /obj/machinery/hydroponics/soil, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/apmaint) -"jHd" = ( -/obj/item/radio/intercom{ - pixel_y = 28; - name = "custom placement" +"jHb" = ( +/obj/structure/sign/directions/service{ + pixel_x = 32 + }, +/obj/structure/transit_tube/station/reverse/flipped{ + dir = 4 + }, +/obj/structure/transit_tube_pod, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, +/area/station/maintenance/fpmaint) +"jHd" = ( /obj/machinery/economy/vending/autodrobe, /turf/simulated/floor/plasteel, /area/station/public/locker) @@ -51482,14 +52801,14 @@ }, /area/station/supply/sorting) "jHS" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, /obj/structure/disposalpipe/segment{ color = "#954535" }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" @@ -51497,15 +52816,12 @@ /area/station/hallway/primary/port/north) "jHY" = ( /turf/simulated/mineral/ancient/outer, -/area/station/hallway/primary/port/north) +/area/station/maintenance/port) "jIb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, /obj/machinery/light/small, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -51548,21 +52864,53 @@ icon_state = "whitepurple" }, /area/station/science/hallway) +"jIz" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"jID" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/transit_tube, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"jJb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "jJc" = ( /turf/simulated/mineral/ancient, /area/station/science/robotics) -"jJf" = ( -/obj/machinery/door/airlock{ - name = "Bar Access" +"jJd" = ( +/obj/effect/decal/cleanable/insectguts, +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" }, -/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/barricade/wooden/crude, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"jJf" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 }, -/turf/simulated/floor/wood, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblack, /area/station/service/bar) "jJk" = ( /obj/effect/spawner/window/reinforced/grilled, @@ -51645,6 +52993,14 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) +"jJH" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/orange{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "jJJ" = ( /obj/structure/chair/office/dark, /turf/simulated/floor/carpet/royalblack, @@ -51716,6 +53072,12 @@ icon_state = "redcorner" }, /area/station/hallway/primary/fore/west) +"jKU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) "jLe" = ( /obj/structure/cable/orange{ d1 = 4; @@ -51726,24 +53088,6 @@ icon_state = "neutralfull" }, /area/station/hallway/secondary/entry/north) -"jLm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "jLv" = ( /obj/structure/cable{ d1 = 2; @@ -51764,6 +53108,12 @@ icon_state = "neutralcorner" }, /area/station/hallway/secondary/entry/north) +"jLN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/wall, +/area/station/maintenance/port2) "jLP" = ( /obj/machinery/door/poddoor/preopen{ id_tag = "XenoPod8"; @@ -51786,26 +53136,19 @@ /obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, /turf/simulated/floor/engine, /area/station/science/xenobiology) -"jLS" = ( +"jLW" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) -"jMc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/girder, -/obj/structure/grille, /obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/clothing/head/cone, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, @@ -51824,6 +53167,24 @@ }, /turf/simulated/floor/plasteel, /area/station/security/lobby) +"jMA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"jMW" = ( +/obj/structure/sign/holy, +/turf/simulated/wall, +/area/station/service/chapel/office) +"jMZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "jNc" = ( /obj/structure/sign/directions/service{ pixel_y = 8; @@ -51834,19 +53195,6 @@ icon_state = "whitegreenfull" }, /area/station/public/quantum/cargo) -"jNk" = ( -/obj/structure/sign/chinese{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "jNy" = ( /obj/machinery/camera{ c_tag = "Engineering Asteroid Hallway 7"; @@ -51932,13 +53280,6 @@ icon_state = "asteroidplating" }, /area/station/maintenance/starboard) -"jOI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "jOT" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/spawner/grouped_spawner{ @@ -51975,15 +53316,19 @@ icon_state = "asteroidplating" }, /area/station/maintenance/starboard) -"jPC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"jPD" = ( /obj/structure/cable/orange{ - d1 = 4; + d1 = 2; d2 = 8; - icon_state = "4-8" + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 }, +/obj/structure/disposalpipe/segment/corner, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, @@ -52005,14 +53350,14 @@ icon_state = "brown" }, /area/station/supply/qm) -"jPM" = ( -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" +"jPN" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" }, -/area/station/service/bar) +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "jPU" = ( /obj/effect/decal/cleanable/generic, /obj/effect/decal/cleanable/dirt, @@ -52048,29 +53393,35 @@ icon_state = "floorgrime" }, /area/station/security/permabrig) -"jQE" = ( -/obj/machinery/door/airlock/glass, -/obj/structure/barricade/wooden, -/turf/simulated/floor/plating, -/area/mine/unexplored/cere/orbiting) -"jQF" = ( -/obj/machinery/newscaster{ - pixel_x = -28; - name = "west bump"; +"jQj" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port2) +"jQs" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/area/station/hallway/primary/port/south) -"jQH" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/structure/disposaloutlet, -/turf/simulated/floor/plating/airless, -/area/station/maintenance/disposal/west) +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) +"jQF" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/primary/port/south) +"jQO" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/closet/crate/freezer, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) "jQS" = ( /obj/machinery/atmospherics/pipe/simple/visible{ dir = 9 @@ -52080,12 +53431,11 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) +"jQZ" = ( +/obj/effect/spawner/airlock, +/turf/simulated/wall, +/area/station/maintenance/fpmaint) "jRd" = ( -/obj/structure/sign/poster/random{ - name = "random official poster"; - pixel_y = 32; - random_basetype = /obj/structure/sign/poster/official - }, /obj/machinery/light{ dir = 1 }, @@ -52115,14 +53465,6 @@ icon_state = "purplefull" }, /area/station/hallway/primary/aft/west) -"jRz" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4 - }, -/obj/machinery/atmospherics/portable/canister/air, -/turf/simulated/floor/plating, -/area/station/hallway/primary/fore/west) "jRC" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable{ @@ -52168,13 +53510,15 @@ /obj/machinery/atmospherics/unary/portables_connector, /turf/simulated/floor/plating, /area/station/maintenance/solar_maintenance/aft) -"jRW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Service Atmospherics Checkpoint" +"jRY" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, -/area/station/maintenance/port2) +/area/station/maintenance/port) "jSc" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -52183,19 +53527,41 @@ icon_state = "dark" }, /area/station/science/toxins/launch) -"jSu" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -24; - name = "custom placement" +"jSk" = ( +/obj/structure/railing{ + dir = 10 }, -/obj/structure/disposalpipe/segment{ - color = "#954535" +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 4; + icon_state = "2-4" }, /turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" + icon_state = "dark" }, -/area/station/hallway/primary/port/north) +/area/station/public/fitness) +"jSp" = ( +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) +"jSy" = ( +/obj/structure/table/wood, +/obj/item/food/grown/harebell, +/obj/structure/sign/kiddieplaque/remembrance{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "jSD" = ( /obj/structure/door_assembly/door_assembly_mai{ name = "broken maintenance access"; @@ -52207,24 +53573,6 @@ /obj/effect/decal/cleanable/blood/old, /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) -"jSK" = ( -/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 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/station/hallway/primary/fore/west) "jSL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -52234,14 +53582,20 @@ }, /turf/simulated/wall, /area/station/hallway/primary/fore/north) -"jSU" = ( -/obj/item/radio/intercom{ - pixel_x = -28; - name = "custom placement" +"jSS" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 8; + color = "#954535" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" }, +/area/station/hallway/primary/fore/west) +"jSU" = ( /obj/structure/disposalpipe/segment{ color = "#954535" }, +/obj/machinery/firealarm/directional/west, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" @@ -52298,31 +53652,38 @@ icon_state = "asteroidplating" }, /area/station/maintenance/fsmaint) +"jTO" = ( +/obj/structure/table/wood, +/obj/item/storage/bible, +/obj/structure/noticeboard{ + desc = "A memorial wall for pinning up momentos"; + name = "memorial board"; + dir = 8; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "jTQ" = ( /turf/simulated/floor/plasteel{ dir = 4; icon_state = "neutral" }, /area/station/public/storage/tools) -"jTV" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"jUa" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = -32 }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 }, +/obj/machinery/atmospherics/portable/canister/air, /turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/port/north) -"jUa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 + dir = 8; + icon_state = "neutralcorner" }, -/turf/simulated/wall, -/area/station/service/clown) +/area/station/hallway/primary/port/south) "jUc" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -52346,10 +53707,23 @@ }, /turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/apmaint) -"jUn" = ( -/obj/structure/barricade/wooden, -/turf/simulated/floor/plating, -/area/station/maintenance/port) +"jUo" = ( +/obj/machinery/cryopod{ + dir = 2 + }, +/obj/structure/cable/orange{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/power/apc/important/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/public/sleep/secondary) "jUr" = ( /obj/structure/table, /obj/item/assembly/igniter{ @@ -52529,13 +53903,6 @@ icon_state = "cafeteria" }, /area/station/supply/break_room) -"jXC" = ( -/obj/item/kirbyplants, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/station/service/bar) "jXD" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -52609,6 +53976,14 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) +"jZw" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "jZz" = ( /obj/machinery/navbeacon{ codes_txt = "delivery"; @@ -52666,6 +54041,19 @@ icon_state = "dark" }, /area/station/command/teleporter) +"jZY" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/mine/unexplored/cere/civilian) +"kad" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 10 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) "kal" = ( /obj/structure/cable/orange{ d1 = 4; @@ -52730,13 +54118,6 @@ /obj/structure/cable, /turf/simulated/floor/plating, /area/station/maintenance/solar_maintenance/aft) -"kaY" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) "kbd" = ( /obj/machinery/power/terminal{ dir = 4 @@ -52762,15 +54143,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/station/hallway/primary/central/north) -"kbo" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "kbw" = ( /obj/machinery/firealarm/directional/south, /obj/item/kirbyplants/plant25, @@ -52820,13 +54192,28 @@ /turf/simulated/floor/plating, /area/station/hallway/primary/aft/west) "kcw" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/station/service/hydroponics) +"kcC" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) "kcG" = ( /obj/structure/disposalpipe/trunk{ color = "#954535" @@ -52895,23 +54282,8 @@ /turf/simulated/floor/plating, /area/station/maintenance/fore2) "kdG" = ( -/obj/item/wrench, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/cable_coil/random{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/stack/cable_coil/random, -/obj/structure/rack, -/obj/item/storage/fancy/candle_box/eternal, -/obj/item/storage/fancy/candle_box/eternal, -/obj/item/storage/fancy/candle_box/eternal, -/obj/machinery/newscaster{ - pixel_x = 28; - name = "east bump"; - dir = 8 - }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/wood, /area/station/service/bar) "kdT" = ( @@ -52920,6 +54292,13 @@ icon_state = "whitegreenfull" }, /area/station/public/sleep) +"kdX" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "kef" = ( /obj/machinery/door_timer/cell_3{ pixel_y = -32 @@ -52941,18 +54320,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/station/turret_protected/aisat/interior/secondary) -"kel" = ( -/obj/structure/mineral_door/wood{ - name = "Secret Clown HQ" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/station/service/clown/secret) "kes" = ( /obj/structure/table/wood, /turf/simulated/floor/carpet/royalblack, @@ -52983,11 +54350,13 @@ /turf/simulated/floor/plating, /area/station/security/detective) "keG" = ( -/obj/machinery/economy/vending/coffee, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, /turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" + icon_state = "barber" }, -/area/station/service/bar) +/area/station/service/barber) "kfd" = ( /obj/structure/cable/orange{ d1 = 2; @@ -53026,6 +54395,15 @@ }, /turf/simulated/floor/engine, /area/station/engineering/control) +"kfK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/window/classic/normal{ + name = "Library Desk Door" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/library, +/turf/simulated/floor/wood, +/area/station/service/library) "kfV" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -53050,8 +54428,11 @@ icon_state = "darkred" }, /area/station/public/quantum/security) -"kgy" = ( -/obj/machinery/requests_console/directional/west, +"kgl" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/economy/vending/coffee, /turf/simulated/floor/wood, /area/station/service/library) "kgG" = ( @@ -53102,6 +54483,48 @@ icon_state = "darkfull" }, /area/station/supply/sorting) +"khp" = ( +/obj/machinery/newscaster{ + pixel_y = -28; + name = "south bump"; + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"kht" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/orange{ + 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/green, +/area/station/service/library) +"khD" = ( +/obj/structure/table, +/obj/item/eftpos/register{ + dir = 4 + }, +/obj/item/eftpos/register, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "khH" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -53120,6 +54543,20 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/maintcentral) +"khN" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/lobby) "khV" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable/orange{ @@ -53183,24 +54620,22 @@ /obj/effect/landmark/spawner/late/crew, /turf/simulated/floor/mineral/titanium, /area/shuttle/arrival/station) -"kjq" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" +"kjl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/station/maintenance/port) -"kjz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment/corner{ - dir = 1 +/area/station/service/chapel) +"kjr" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda{ + dir = 8 }, -/turf/simulated/floor/carpet/green, -/area/station/service/library) +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) "kjB" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/wall, @@ -53223,11 +54658,6 @@ /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/storage) "kjT" = ( -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_x = 32; - pixel_y = -24 - }, /obj/structure/sign/directions/medical{ dir = 4; pixel_x = 32; @@ -53242,18 +54672,18 @@ d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, /obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, /turf/simulated/floor/plasteel, /area/station/hallway/primary/port/north) "kjW" = ( @@ -53295,24 +54725,23 @@ /turf/simulated/floor/plating, /area/station/maintenance/storage) "klh" = ( -/obj/structure/disposalpipe/sortjunction/reversed{ - dir = 2; - sort_type_txt = "21" +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/spawner/grouped_spawner{ - group_id = "tunnelbats"; - max_per_spawner = 1; - name = "bat spawner"; - path_to_spawn = /mob/living/simple_animal/hostile/scarybat; - total_amount = 20 + d1 = 1; + d2 = 2; + icon_state = "1-2" }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/southwest) +"klt" = ( +/obj/structure/flora/rock/jungle, +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/hallway/primary/port/south) "klA" = ( /obj/machinery/camera{ c_tag = "Research Xenobiology-Testing Airlock"; @@ -53338,10 +54767,21 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/comeng) -"klG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +"klF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + sort_type_txt = "17" + }, +/turf/simulated/floor/carpet/green, +/area/station/service/library) +"klG" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, @@ -53360,24 +54800,43 @@ d2 = 8; icon_state = "4-8" }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) +"klH" = ( +/obj/structure/disposalpipe/segment{ + color = "#954535" + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "kmj" = ( /turf/simulated/floor/plasteel{ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) -"kmk" = ( -/obj/machinery/door/airlock/public/glass, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" +"kms" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, -/area/station/service/chapel) +/area/station/maintenance/fpmaint) "kmt" = ( /obj/machinery/atmospherics/pipe/simple/hidden/universal, /turf/simulated/floor/plasteel{ @@ -53422,28 +54881,27 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/plasteel, /area/station/public/storage/tools/auxiliary) -"kmV" = ( -/obj/structure/mirror{ - icon_state = "mirror_broke"; - pixel_y = 28 - }, -/obj/machinery/iv_drip, -/obj/item/reagent_containers/iv_bag/salglu, -/turf/simulated/floor/plating, -/area/station/maintenance/port) -"kmY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"kmZ" = ( +/obj/machinery/cryopod{ + dir = 2 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" }, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) +/area/station/public/sleep/secondary) "knc" = ( /obj/structure/disposalpipe/segment/corner, /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) +"knh" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/west) "knt" = ( /obj/machinery/atmospherics/pipe/simple/visible{ dir = 10 @@ -53471,18 +54929,24 @@ icon_state = "solarpanel" }, /area/station/engineering/solar/aft_starboard) -"knI" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/chef_recipes, -/obj/item/reagent_containers/condiment/peppermill, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) "knT" = ( /obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = -2; + pixel_y = 11 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 6 + }, /turf/simulated/floor/wood, /area/station/service/bar) +"knZ" = ( +/obj/item/flag/clown, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/wood, +/area/station/service/clown) "kok" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -53516,10 +54980,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/engine, /area/station/science/xenobiology) -"koT" = ( -/obj/item/kirbyplants, -/turf/simulated/floor/plating, -/area/mine/unexplored/cere/orbiting) "koX" = ( /obj/structure/chair, /obj/machinery/atmospherics/unary/vent_pump/on, @@ -53528,12 +54988,6 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) -"kpb" = ( -/obj/structure/sign/poster/contraband/rip_badger{ - pixel_x = 32 - }, -/turf/simulated/floor/plating, -/area/mine/unexplored/cere/orbiting) "kpn" = ( /obj/structure/cable/orange{ d1 = 1; @@ -53556,6 +55010,14 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) +"kpp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/storage/tools) "kps" = ( /obj/structure/disposalpipe/segment, /obj/item/assembly/mousetrap/armed, @@ -53567,6 +55029,15 @@ /obj/structure/transit_tube, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) +"kpK" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/trash/spentcasing{ + icon_state = "r-casing" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "kpO" = ( /obj/structure/chair/office/dark, /turf/simulated/floor/plasteel{ @@ -53577,6 +55048,9 @@ /obj/structure/grille, /turf/simulated/floor/plating, /area/station/maintenance/maintcentral) +"kqa" = ( +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "kqf" = ( /obj/structure/disposalpipe/segment{ color = "#954535" @@ -53585,20 +55059,27 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/servsci) -"kqD" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 8 +"kqR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) -"kqS" = ( -/obj/machinery/atmospherics/portable/canister/air, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/turf/simulated/floor/plating, -/area/station/maintenance/storage) +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/spawner/random_spawners/dirt_often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "kra" = ( /obj/machinery/economy/arcade/claw, /turf/simulated/floor/carpet/arcade, @@ -53626,6 +55107,16 @@ icon_state = "bcircuit" }, /area/station/command/vault) +"krA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Clown's Office"; + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/clown) "krP" = ( /obj/structure/cable/orange{ d1 = 4; @@ -53662,26 +55153,22 @@ }, /turf/simulated/floor/wood, /area/station/command/office/hos) +"krV" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/terminal{ + dir = 4 + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/port) "krX" = ( /obj/machinery/economy/vending/cola, /turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/station/engineering/break_room/secondary) -"ksc" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "ksg" = ( /obj/machinery/hologram/holopad, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -53706,10 +55193,20 @@ /turf/simulated/floor/carpet, /area/station/public/locker) "ksv" = ( -/obj/structure/grille/broken, /obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) +/area/station/maintenance/port) "ksD" = ( /obj/structure/safe{ known_by = list("captain") @@ -53756,6 +55253,14 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) +"ksS" = ( +/obj/structure/table, +/obj/item/clothing/glasses/meson, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "ksU" = ( /obj/structure/rack, /obj/item/clothing/glasses/meson/engine, @@ -53779,13 +55284,14 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/fore2) -"ktf" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +"ktd" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) +/turf/simulated/floor/plating/airless, +/area/station/maintenance/disposal/westalt) "kth" = ( /obj/machinery/camera{ c_tag = "Research Toxins Test Chamber South"; @@ -53817,19 +55323,6 @@ icon_state = "neutralfull" }, /area/station/hallway/secondary/entry/west) -"ktA" = ( -/obj/machinery/power/apc/important/directional/south, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/structure/cable/orange{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "green" - }, -/area/station/public/quantum/service) "ktP" = ( /obj/structure/chair/sofa/corp, /turf/simulated/floor/wood, @@ -53838,16 +55331,6 @@ /obj/structure/chair/sofa/corp/left, /turf/simulated/floor/wood, /area/station/command/office/ntrep) -"ktW" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "kuj" = ( /turf/simulated/floor/wood, /area/station/command/office/ntrep) @@ -53873,6 +55356,22 @@ icon_state = "dark" }, /area/station/engineering/control) +"kuv" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "kuy" = ( /obj/machinery/atmospherics/binary/valve{ dir = 4; @@ -53889,6 +55388,11 @@ /area/station/command/office/ntrep) "kvf" = ( /obj/machinery/hologram/holopad, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/carpet, /area/station/public/locker) "kvo" = ( @@ -54153,13 +55657,12 @@ icon_state = "whitepurple" }, /area/station/science/rnd) -"kyu" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 +"kyt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/turf/simulated/floor/wood, -/area/station/service/clown) +/turf/simulated/floor/carpet/cyan, +/area/station/public/fitness) "kyz" = ( /obj/effect/spawner/random_spawners/fungus_maybe, /turf/simulated/wall, @@ -54226,12 +55729,56 @@ icon_state = "darkfull" }, /area/station/supply/office) +"kzU" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"kzX" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "greencorner"; + dir = 8 + }, +/area/station/maintenance/port) "kAn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/camera/autoname{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/public/quantum/service) +"kAv" = ( /obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/station/service/library) +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/storage/tools) "kAz" = ( /obj/item/reagent_containers/glass/beaker/large, /obj/item/reagent_containers/dropper, @@ -54276,6 +55823,15 @@ /area/station/medical/medbay) "kAT" = ( /obj/machinery/hologram/holopad, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -54341,10 +55897,16 @@ icon_state = "purplecorner" }, /area/station/hallway/primary/aft/east) +"kCm" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "kCC" = ( /obj/structure/table, +/obj/item/book/manual/wiki/chef_recipes, /obj/item/kitchen/knife, -/obj/item/reagent_containers/condiment/saltshaker, /turf/simulated/floor/plasteel{ icon_state = "cafeteria" }, @@ -54353,15 +55915,12 @@ /obj/machinery/conveyor/auto, /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/southwest) -"kCN" = ( -/obj/structure/girder, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +"kCS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port2) "kCT" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=CommandMiddle2"; @@ -54414,8 +55973,8 @@ }, /area/station/hallway/primary/starboard/south) "kDy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, /turf/simulated/floor/plasteel{ icon_state = "dark" @@ -54462,15 +56021,6 @@ icon_state = "cult" }, /area/station/legal/lawoffice) -"kEd" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/station/service/library) "kEe" = ( /turf/simulated/floor/plasteel{ icon_state = "browncorner"; @@ -54489,16 +56039,15 @@ }, /turf/simulated/wall, /area/station/hallway/primary/central/north) -"kFH" = ( -/obj/effect/spawner/grouped_spawner{ - group_id = "tunnelbats"; - max_per_spawner = 1; - name = "bat spawner"; - path_to_spawn = /mob/living/simple_animal/hostile/scarybat; - total_amount = 20 +"kFE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 }, -/turf/simulated/floor/plating, -/area/mine/unexplored/cere/orbiting) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "kFY" = ( /obj/structure/chair/comfy{ dir = 8 @@ -54537,25 +56086,6 @@ icon_state = "darkredcorners" }, /area/station/security/brig) -"kGr" = ( -/obj/structure/closet/crate, -/turf/simulated/floor/plating, -/area/mine/unexplored/cere/orbiting) -"kGx" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/hallway/primary/fore/west) -"kGG" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/hallway/primary/fore/west) "kGH" = ( /obj/structure/closet/secure_closet/freezer/fridge/open, /obj/item/clothing/mask/cigarette/rollie, @@ -54567,16 +56097,6 @@ "kGR" = ( /turf/simulated/mineral/ancient/outer, /area/station/maintenance/solar_maintenance/fore_starboard) -"kHq" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "kHu" = ( /obj/structure/table, /obj/item/lipstick/random, @@ -54585,7 +56105,6 @@ /obj/machinery/light/small{ dir = 8 }, -/obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ icon_regular_floor = "yellowsiding"; icon_state = "tranquillite" @@ -54691,40 +56210,14 @@ icon_state = "bcircuit" }, /area/station/command/vault) -"kIV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreenfull" - }, -/area/station/public/sleep) -"kJa" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "kJb" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment{ color = "#954535" }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24; + name = "custom placement" + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" @@ -54749,6 +56242,20 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/hallway/primary/aft/west) +"kJv" = ( +/obj/structure/cable/orange, +/obj/machinery/power/apc/directional/south, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"kJx" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/primary/port/north) "kJM" = ( /obj/structure/sign/security, /turf/simulated/wall/r_wall, @@ -54772,16 +56279,6 @@ icon_state = "darkbrown" }, /area/station/supply/storage) -"kKg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/storage) "kKh" = ( /obj/machinery/camera{ c_tag = "Vault Interior"; @@ -54810,6 +56307,20 @@ /obj/structure/fans/tiny, /turf/simulated/floor/plating, /area/station/maintenance/storage) +"kKO" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "kKP" = ( /obj/structure/cable{ d1 = 1; @@ -54821,14 +56332,12 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) -"kLd" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +"kKQ" = ( +/obj/structure/railing/corner{ + dir = 8 }, -/area/station/service/clown/secret) +/turf/simulated/floor/carpet/green, +/area/station/service/library) "kLf" = ( /obj/structure/chair/comfy/black{ dir = 4 @@ -54854,11 +56363,6 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /turf/simulated/floor/plasteel, /area/station/service/theatre) "kLk" = ( @@ -54881,22 +56385,7 @@ icon_state = "neutralcorner" }, /area/station/turret_protected/aisat/interior) -"kLm" = ( -/obj/structure/mirror{ - icon_state = "mirror_broke"; - pixel_y = 28 - }, -/obj/item/shard{ - icon_state = "medium" - }, -/obj/item/circuitboard/operating, -/obj/effect/decal/cleanable/cobweb2, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "kLp" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 4 - }, /obj/structure/cable/orange{ d1 = 2; d2 = 4; @@ -54921,35 +56410,26 @@ }, /turf/simulated/floor/engine, /area/station/engineering/control) +"kLt" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) "kLA" = ( /obj/item/stack/sheet/glass, /obj/structure/lattice/catwalk, /obj/structure/cable, /turf/space, /area/station/engineering/solar/aft_starboard) -"kLV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 6 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) "kLZ" = ( /obj/effect/turf_decal/arrows{ dir = 4 @@ -54980,6 +56460,14 @@ dir = 4; pixel_y = 11 }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plasteel{ icon_state = "neutralcorner" }, @@ -54994,22 +56482,6 @@ /obj/machinery/seed_extractor, /turf/simulated/floor/grass/jungle, /area/station/hallway/secondary/garden) -"kMz" = ( -/obj/effect/turf_decal/stripes, -/obj/effect/turf_decal/stripes/red, -/obj/machinery/disposal/deliveryChute{ - desc = "A chute for big and small criminals alike!"; - dir = 4; - name = "Criminal Delivery Chute" - }, -/obj/structure/disposalpipe/trunk{ - dir = 4; - color = "#954535" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/port/north) "kMA" = ( /obj/machinery/door/airlock/public/glass{ name = "Walkway" @@ -55164,13 +56636,29 @@ "kOR" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, /turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/station/service/hydroponics) +"kPr" = ( +/obj/machinery/door/airlock/freezer{ + name = "Freezer" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/service/kitchen) "kPs" = ( /obj/machinery/door/airlock/maintenance{ name = "Fore Asteroid Maintenance Access" @@ -55211,7 +56699,7 @@ /obj/structure/closet/crate/can, /turf/simulated/floor/plasteel{ dir = 4; - icon_state = "escape" + icon_state = "neutralcorner" }, /area/station/hallway/primary/port/south) "kQd" = ( @@ -55262,28 +56750,37 @@ /obj/machinery/firealarm/directional/east, /turf/simulated/floor/wood, /area/station/command/office/ntrep) -"kQX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" +"kQS" = ( +/obj/structure/disposalpipe/segment{ + color = "#954535" }, -/turf/simulated/floor/plasteel{ +/obj/structure/sign/directions/science{ + pixel_x = -32; + pixel_y = -8 + }, +/obj/structure/sign/directions/bridge{ dir = 1; + pixel_x = -32; + pixel_y = 8 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; icon_state = "neutralcorner" }, /area/station/hallway/primary/port/south) -"kRm" = ( -/obj/structure/fans/tiny/invisible, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ +"kQZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "kRw" = ( /obj/structure/cable/yellow{ d1 = 4; @@ -55300,6 +56797,31 @@ }, /turf/simulated/floor/carpet, /area/station/legal/courtroom) +"kRG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "kRI" = ( /obj/structure/cable/orange{ d1 = 1; @@ -55317,6 +56839,13 @@ icon_state = "green" }, /area/station/security/permabrig) +"kRK" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/assistant, +/obj/structure/cable/orange, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "kRQ" = ( /obj/structure/table, /turf/simulated/floor/plasteel{ @@ -55375,19 +56904,6 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/cargocom) -"kSt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/item/radio/intercom{ - pixel_y = -28; - name = "custom placement" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/chapel) "kSy" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/orange{ @@ -55409,23 +56925,6 @@ /obj/structure/dispenser/oxygen, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) -"kSB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "chapel" - }, -/area/station/service/chapel) "kSI" = ( /obj/effect/spawner/window/reinforced, /obj/structure/cable/orange{ @@ -55460,6 +56959,30 @@ /obj/effect/spawner/window/reinforced/plasma/grilled, /turf/simulated/floor/plating, /area/station/science/toxins/launch) +"kTf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/structure/table, +/obj/item/clothing/mask/cigarette/rollie{ + pixel_y = 10 + }, +/obj/item/storage/fancy/cigarettes/cigpack_midori, +/obj/item/stack/sheet/metal{ + amount = 50; + pixel_x = -2; + pixel_y = -2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) +"kTF" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/maintenance/port2) "kTL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -55485,15 +57008,15 @@ }, /turf/simulated/floor/plating, /area/station/turret_protected/aisat/interior/secondary) -"kUd" = ( -/obj/structure/disposalpipe/segment/corner, -/obj/structure/sign/poster/random{ - name = "random contraband poster"; - pixel_y = 32; - random_basetype = /obj/structure/sign/poster/contraband +"kUi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 }, /turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) +/area/station/maintenance/port2) "kUj" = ( /obj/structure/cable{ d1 = 1; @@ -55561,11 +57084,6 @@ icon_state = "redcorner" }, /area/station/hallway/secondary/entry/north) -"kUN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "kUO" = ( /obj/structure/table/glass, /obj/item/reagent_containers/glass/bottle/nutrient/ez, @@ -55587,24 +57105,6 @@ }, /turf/simulated/floor/plasteel, /area/station/security/permabrig) -"kUQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/economy/atm/directional/south, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/east) "kVh" = ( /obj/structure/chair/sofa/right{ dir = 1 @@ -55629,6 +57129,15 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) +"kVr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "kVs" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 @@ -55693,6 +57202,25 @@ icon_state = "dark" }, /area/station/turret_protected/aisat/interior) +"kWj" = ( +/obj/structure/table/wood, +/obj/item/ashtray/plastic, +/turf/simulated/floor/wood, +/area/station/service/library) +"kWl" = ( +/obj/structure/disposalpipe/segment/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "kWm" = ( /obj/structure/cable{ d1 = 4; @@ -55701,18 +57229,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/port) -"kWn" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/chapel/office) "kWu" = ( /turf/simulated/mineral/ancient, /area/station/public/fitness) @@ -55751,19 +57267,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) -"kXZ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plasteel, -/area/station/service/library) -"kYe" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/plating, -/area/mine/unexplored/cere/orbiting) "kYn" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/crate, @@ -55802,6 +57305,22 @@ /obj/machinery/firealarm/directional/east, /turf/simulated/floor/carpet, /area/station/medical/psych) +"kYO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/grouped_spawner{ + group_id = "tunnelbats"; + max_per_spawner = 1; + name = "bat spawner"; + path_to_spawn = /mob/living/simple_animal/hostile/scarybat; + total_amount = 20 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "kYZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -55854,6 +57373,11 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) +"kZy" = ( +/obj/structure/table/glass, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "kZD" = ( /turf/simulated/wall, /area/station/supply/warehouse) @@ -55870,22 +57394,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/northeast) -"lae" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/power/apc/directional/south, -/obj/structure/cable/orange{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "chapel" - }, -/area/station/service/chapel) "laC" = ( /turf/simulated/floor/plasteel{ icon_state = "dark" @@ -55898,20 +57406,9 @@ }, /area/station/hallway/spacebridge/servsci) "laI" = ( -/obj/effect/spawner/airlock, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/wall, -/area/station/service/clown) -"lbb" = ( -/obj/machinery/economy/vending/cola, -/obj/item/radio/intercom{ - pixel_x = -28; - name = "custom placement" - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) +/area/station/hallway/primary/port/south) "lbf" = ( /obj/structure/cable{ d1 = 1; @@ -55924,22 +57421,16 @@ /turf/simulated/floor/plating, /area/station/hallway/secondary/entry/north) "lbg" = ( -/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{ +/obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable{ - d1 = 1; + d1 = 2; d2 = 4; - icon_state = "1-4" + icon_state = "2-4" }, -/obj/structure/disposalpipe/junction{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 }, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" @@ -56002,13 +57493,6 @@ /obj/effect/landmark/start/janitor, /turf/simulated/floor/plasteel, /area/station/service/janitor) -"lcc" = ( -/obj/item/radio/intercom{ - pixel_y = -28; - name = "custom placement" - }, -/turf/simulated/floor/wood, -/area/station/service/library) "lci" = ( /obj/item/radio/intercom{ pixel_y = -28; @@ -56040,33 +57524,6 @@ icon_state = "asteroidplating" }, /area/station/maintenance/port) -"lct" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/mine/unexplored/cere/orbiting) -"lcv" = ( -/obj/structure/table, -/obj/item/pen, -/turf/simulated/floor/plating, -/area/mine/unexplored/cere/orbiting) -"lcB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port) -"lcK" = ( -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) "lcR" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -56122,6 +57579,13 @@ }, /turf/simulated/floor/plating, /area/station/command/office/ntrep) +"ldD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "ldH" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ @@ -56171,10 +57635,14 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, /turf/simulated/floor/plasteel{ - icon_state = "cafeteria" + dir = 4; + icon_state = "neutralcorner" }, -/area/station/service/kitchen) +/area/station/hallway/primary/port/south) "lex" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -56254,15 +57722,12 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) -"lfG" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, +"lfD" = ( +/obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "green" + icon_state = "whitegreenfull" }, -/area/station/public/quantum/service) +/area/station/public/sleep/secondary) "lfX" = ( /obj/effect/turf_decal/delivery/hollow, /obj/machinery/suit_storage_unit/cmo/sec_storage/secure, @@ -56322,13 +57787,13 @@ icon_state = "darkpurple" }, /area/station/science/toxins/launch) -"lhc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 +"lgY" = ( +/obj/structure/sign/poster/official/safety_internals{ + pixel_y = 32 }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"lhc" = ( /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" @@ -56366,15 +57831,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/solar_maintenance/aft_starboard) -"lht" = ( -/obj/structure/grille/broken, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "lhz" = ( /obj/structure/cable/orange{ d1 = 2; @@ -56392,6 +57848,11 @@ }, /turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/asmaint) +"lhK" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "lhM" = ( /obj/structure/disposalpipe/segment/corner{ dir = 8 @@ -56519,10 +57980,14 @@ /turf/simulated/floor/plating, /area/station/maintenance/starboard) "liQ" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 4; - color = "#954535" +/obj/structure/cable/orange{ + 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/plasteel, /area/station/hallway/primary/fore/west) "liR" = ( @@ -56536,11 +58001,18 @@ icon_state = "barber" }, /area/station/service/barber) -"liT" = ( -/obj/item/reagent_containers/drinks/shaker, -/obj/structure/table/wood, -/turf/simulated/floor/wood, -/area/station/maintenance/gambling_den) +"liV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "ljb" = ( /obj/structure/closet/paramedic, /turf/simulated/floor/plasteel{ @@ -56554,6 +58026,24 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/starboard/south) +"ljt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/service/kitchen) +"ljL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + 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/station/maintenance/port) "ljN" = ( /obj/machinery/door/airlock/maintenance{ name = "Medbay Maintenance" @@ -56610,20 +58100,12 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/east) -"lkh" = ( -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +"lkm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 }, -/area/station/maintenance/port) +/turf/simulated/floor/carpet/nitrogen, +/area/station/maintenance/abandonedbar) "lkx" = ( /obj/item/radio/intercom{ pixel_y = 28; @@ -56659,11 +58141,6 @@ icon_state = "darkbrown" }, /area/station/supply/expedition) -"lkL" = ( -/obj/structure/closet, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "llc" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -56728,7 +58205,6 @@ }, /area/station/hallway/secondary/exit) "llw" = ( -/obj/structure/grille, /obj/structure/disposalpipe/segment/corner, /turf/simulated/floor/plating, /area/station/maintenance/disposal/west) @@ -56772,6 +58248,18 @@ /obj/structure/closet/lasertag/red, /turf/simulated/floor/plasteel, /area/station/public/fitness) +"llU" = ( +/obj/machinery/power/solar_control{ + dir = 4; + name = "Service Asteroid Solar Control" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"lmb" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/wood, +/area/station/service/bar) "lme" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -56794,6 +58282,20 @@ icon_state = "asteroidplating" }, /area/station/security/permabrig) +"lmq" = ( +/obj/machinery/driver_button{ + id_tag = "chapelgun"; + name = "Chapel Mass Driver"; + pixel_x = -25 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/service/chapel/office) "lmt" = ( /obj/effect/spawner/random_spawners/dirt_often, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ @@ -56805,16 +58307,6 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) -"lmw" = ( -/obj/machinery/light, -/obj/item/radio/intercom{ - pixel_y = -28; - name = "custom placement" - }, -/turf/simulated/floor/plasteel{ - icon_state = "barber" - }, -/area/station/service/barber) "lmA" = ( /obj/machinery/cell_charger, /obj/structure/table, @@ -56928,6 +58420,13 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) +"lnd" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "lnf" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -57010,6 +58509,13 @@ }, /turf/simulated/floor/plasteel, /area/station/security/processing) +"loA" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port/north) "loR" = ( /obj/structure/cable/orange{ d1 = 1; @@ -57068,14 +58574,10 @@ icon_state = "dark" }, /area/station/supply/warehouse) -"lpZ" = ( -/obj/effect/spawner/random_spawners/dirt_often, -/obj/machinery/power/apc/directional/south, -/obj/structure/cable/orange, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) +"lqj" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/port) "lqq" = ( /obj/structure/disposalpipe/segment/corner{ dir = 1 @@ -57131,6 +58633,13 @@ icon_state = "dark" }, /area/station/ai_monitored/storage/eva) +"lrl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "lrx" = ( /obj/structure/cable{ d1 = 1; @@ -57142,6 +58651,10 @@ icon_state = "neutralcorner" }, /area/station/hallway/secondary/entry/north) +"lrE" = ( +/obj/item/cigbutt/roach, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "lrO" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -57157,12 +58670,28 @@ /obj/effect/spawner/random_spawners/wall_rusted_always, /turf/simulated/wall, /area/mine/unexplored/cere/engineering) +"lrW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "lsh" = ( -/obj/structure/chair/stool/bar{ - dir = 4 +/obj/item/wrench, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/cable_coil/random{ + pixel_x = 2; + pixel_y = 3 }, -/obj/effect/landmark/start/assistant, -/turf/simulated/floor/carpet, +/obj/item/stack/cable_coil/random, +/obj/structure/rack, +/obj/item/storage/fancy/candle_box/eternal, +/obj/item/storage/fancy/candle_box/eternal, +/obj/item/storage/fancy/candle_box/eternal, +/turf/simulated/floor/wood, /area/station/service/bar) "lsp" = ( /obj/effect/spawner/window/reinforced/polarized{ @@ -57170,12 +58699,6 @@ }, /turf/simulated/floor/plating, /area/station/science/hallway) -"lsD" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "lsT" = ( /obj/structure/shuttle/engine/propulsion/burst{ dir = 4 @@ -57191,10 +58714,18 @@ /turf/simulated/floor/grass, /area/station/service/hydroponics) "ltk" = ( -/obj/machinery/light/small{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/structure/disposalpipe/segment/corner{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, /turf/simulated/floor/plating{ @@ -57299,6 +58830,15 @@ }, /turf/simulated/floor/plasteel, /area/station/security/lobby) +"luX" = ( +/obj/structure/table/glass/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) "luZ" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/structure/disposalpipe/segment/corner{ @@ -57336,17 +58876,22 @@ /turf/simulated/floor/plating, /area/station/security/prison/cell_block/A) "lvw" = ( -/obj/structure/falsewall/rock_ancient, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 + dir = 10 }, /obj/structure/cable/orange{ - d1 = 4; + d1 = 2; d2 = 8; - icon_state = "4-8" + icon_state = "2-8" }, -/turf/simulated/floor/plating, -/area/station/service/clown/secret) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "lvx" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/plasteel{ @@ -57365,27 +58910,20 @@ icon_state = "dark" }, /area/station/maintenance/electrical_shop) +"lvL" = ( +/obj/structure/cable/orange{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreenfull" + }, +/area/station/service/hydroponics) "lwc" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/grass/jungle, /area/station/hallway/secondary/garden) -"lwg" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table, -/obj/item/storage/firstaid/brute, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "lws" = ( /obj/machinery/atmospherics/binary/pump{ dir = 8; @@ -57577,22 +59115,15 @@ icon_state = "purple" }, /area/station/hallway/primary/aft/west) -"lxQ" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"lya" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 }, /turf/simulated/floor/plasteel{ - icon_state = "neutralfull" + dir = 8; + icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/south) +/area/station/public/storage/tools) "lye" = ( /obj/structure/disposalpipe/sortjunction{ dir = 8; @@ -57619,6 +59150,14 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) +"lyy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "lyF" = ( /obj/structure/cable{ d1 = 4; @@ -57657,6 +59196,14 @@ icon_state = "redcorner" }, /area/station/security/lobby) +"lzd" = ( +/obj/structure/closet/crate, +/obj/item/pickaxe, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "lzf" = ( /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) @@ -57690,6 +59237,17 @@ }, /turf/simulated/floor/plating, /area/station/security/processing) +"lzs" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_carp{ + pixel_x = 9; + pixel_y = 6 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "lzu" = ( /obj/machinery/disposal, /obj/machinery/firealarm/directional/north, @@ -57784,27 +59342,6 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) -"lAy" = ( -/obj/structure/chair/sofa/pew/right{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/landmark/start/assistant, -/turf/simulated/floor/carpet/red, -/area/station/service/chapel) -"lAA" = ( -/obj/machinery/camera/autoname{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = -28; - name = "custom placement" - }, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) "lAN" = ( /turf/simulated/wall/r_wall, /area/station/hallway/spacebridge/sercom) @@ -57819,39 +59356,16 @@ icon_state = "asteroidplating" }, /area/station/maintenance/starboard) -"lBt" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/turf/simulated/floor/carpet, -/area/station/service/bar) "lBA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "barber" +/obj/structure/chair/sofa/corp/left{ + dir = 1 }, -/area/station/service/barber) +/turf/simulated/floor/carpet, +/area/station/service/bar) "lBJ" = ( /obj/item/kirbyplants/plant22, /turf/simulated/floor/plasteel, /area/station/public/locker) -"lBX" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "lCk" = ( /obj/effect/turf_decal/loading_area{ dir = 8 @@ -57930,25 +59444,6 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) -"lDe" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) "lDh" = ( /obj/effect/turf_decal/delivery/hollow, /obj/machinery/atmospherics/portable/canister/sleeping_agent, @@ -57988,23 +59483,10 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/south) -"lEh" = ( -/obj/effect/mapping_helpers/airlock/autoname, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/station/public/quantum/service) +"lDS" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "lEk" = ( /obj/structure/cable/orange{ d1 = 2; @@ -58013,6 +59495,24 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/fore) +"lEp" = ( +/obj/structure/disposalpipe/segment, +/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 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "lEv" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/machinery/firealarm/directional/west, @@ -58138,16 +59638,6 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) -"lFE" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 28; - name = "custom placement" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/east) "lFO" = ( /obj/effect/turf_decal/delivery/hollow, /obj/machinery/door/window/reinforced/normal{ @@ -58206,6 +59696,14 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/carpet/black, /area/station/command/bridge) +"lGK" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/south) "lHa" = ( /obj/machinery/atmospherics/unary/portables_connector{ dir = 8 @@ -58244,14 +59742,6 @@ "lHw" = ( /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/southeast) -"lHz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "lHC" = ( /obj/item/flashlight/lantern, /turf/simulated/floor/plating{ @@ -58263,31 +59753,22 @@ /turf/simulated/wall, /area/station/maintenance/electrical_shop) "lHG" = ( -/mob/living/carbon/human/monkey/teeny, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 }, +/turf/simulated/floor/plating, /area/station/service/clown/secret) "lHH" = ( /obj/machinery/door/airlock/titanium/glass, /turf/simulated/floor/mineral/titanium/blue, /area/shuttle/arrival/station) "lHI" = ( -/obj/machinery/door/morgue{ - name = "Private Study"; - req_access_txt = "37" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" +/turf/simulated/floor/light{ + color = "#79986b" }, -/area/station/service/library) +/area/station/public/quantum/service) "lHU" = ( /obj/item/assembly/mousetrap/armed, /turf/simulated/floor/plating{ @@ -58304,23 +59785,31 @@ /obj/machinery/light/small, /turf/simulated/floor/plating, /area/station/supply/miningdock) -"lIj" = ( +"lIl" = ( +/obj/machinery/status_display{ + layer = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/science/xenobiology) +"lIE" = ( /obj/machinery/crema_switch{ id = "creamed"; - pixel_x = -24 + pixel_x = -24; + pixel_y = 24 }, -/obj/machinery/alarm/directional/south, -/obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/station/service/chapel/office) -"lIl" = ( -/obj/machinery/status_display{ - layer = 4 +/area/station/service/chapel) +"lIP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" }, -/turf/simulated/wall/r_wall, -/area/station/science/xenobiology) +/area/station/maintenance/port) "lIS" = ( /turf/simulated/wall/mineral/titanium, /area/shuttle/pod_3) @@ -58370,10 +59859,6 @@ icon_state = "white" }, /area/station/maintenance/apmaint) -"lJQ" = ( -/obj/structure/closet/lasertag/blue, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "lJR" = ( /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, @@ -58390,11 +59875,6 @@ icon_state = "grimy" }, /area/station/security/detective) -"lKl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/carpet/green, -/area/station/service/library) "lKr" = ( /obj/machinery/hydroponics/soil, /turf/simulated/floor/grass, @@ -58406,9 +59886,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, +/turf/simulated/floor/carpet/royalblack, /area/station/service/bar) "lKA" = ( /obj/effect/decal/cleanable/dirt, @@ -58475,16 +59953,6 @@ icon_state = "whitepurple" }, /area/station/maintenance/apmaint) -"lMj" = ( -/obj/machinery/door/airlock/atmos{ - name = "Service Atmospherics Checkpoint" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "lMr" = ( /obj/structure/disposalpipe/segment, /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, @@ -58507,6 +59975,15 @@ icon_state = "dark" }, /area/station/engineering/atmos) +"lME" = ( +/obj/machinery/camera{ + c_tag = "Chapel South"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "lMN" = ( /obj/effect/spawner/random_spawners/wall_rusted_always, /turf/simulated/wall, @@ -58528,7 +60005,6 @@ /area/station/science/toxins/test) "lNo" = ( /obj/structure/flora/ausbushes/palebush, -/mob/living/simple_animal/pig, /turf/simulated/floor/grass, /area/station/service/hydroponics) "lNs" = ( @@ -58564,18 +60040,22 @@ icon_state = "whitegreen" }, /area/station/medical/virology) -"lOc" = ( -/obj/structure/disposalpipe/segment/corner, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/wood, -/area/station/service/bar) -"lOw" = ( -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - sort_type_txt = "17" +"lNZ" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/turf/simulated/floor/carpet/green, -/area/station/service/library) +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) +"lOr" = ( +/obj/machinery/door/airlock/atmos{ + name = "Service Atmospherics Checkpoint" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "lOy" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plasteel{ @@ -58585,7 +60065,12 @@ /area/station/medical/medbay) "lOG" = ( /obj/item/stack/sheet/wood, -/turf/simulated/floor/plating/asteroid/ancient, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 10 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, /area/station/maintenance/port) "lON" = ( /obj/machinery/light, @@ -58601,34 +60086,6 @@ /obj/item/clothing/head/cone, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) -"lPe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) -"lPg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/disposalpipe/segment/corner, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port2) "lPi" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable{ @@ -58653,13 +60110,6 @@ /obj/machinery/door/firedoor, /turf/simulated/floor/plating, /area/station/security/brig) -"lPs" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/disposaloutlet, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/westalt) "lPG" = ( /obj/machinery/computer/security/telescreen/entertainment{ pixel_x = 32 @@ -58669,26 +60119,12 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/central/north) -"lPR" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port2) -"lPU" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/beaker, -/obj/item/reagent_containers/condiment/enzyme, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" +"lPS" = ( +/obj/machinery/computer/arcade/recruiter{ + dir = 8 }, -/area/station/service/kitchen) +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "lQy" = ( /obj/machinery/optable, /obj/machinery/light{ @@ -58733,6 +60169,18 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/cargocom) +"lQG" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/assembly/mousetrap/armed, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "lQI" = ( /obj/structure/cable{ d1 = 1; @@ -58750,30 +60198,11 @@ icon_state = "yellowcorner" }, /area/station/hallway/primary/central/east) -"lQY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/east) +"lQX" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "lQZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable{ @@ -58786,7 +60215,6 @@ /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) "lRb" = ( -/obj/machinery/light/small, /obj/structure/cable{ d1 = 1; d2 = 4; @@ -58796,16 +60224,27 @@ icon_state = "asteroidplating" }, /area/station/maintenance/port) -"lRq" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 1 +"lRc" = ( +/obj/effect/landmark/damageturf, +/obj/item/clothing/suit/chef/classic, +/obj/item/clothing/head/chefhat, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"lRf" = ( +/obj/machinery/light{ + dir = 4 }, -/obj/machinery/power/apc/directional/south, -/obj/structure/cable/orange, -/turf/simulated/floor/plasteel{ - icon_state = "barber" +/turf/simulated/floor/wood, +/area/station/service/bar) +"lRq" = ( +/obj/structure/chair/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/area/station/service/barber) +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/service/bar) "lRt" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -58814,6 +60253,14 @@ icon_state = "cafeteria" }, /area/station/service/kitchen) +"lRH" = ( +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall, +/area/station/maintenance/port2) "lRI" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -58869,16 +60316,22 @@ icon_state = "dark" }, /area/station/engineering/atmos) -"lSf" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" +"lSc" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, -/area/station/maintenance/port) +/area/station/maintenance/port2) +"lSg" = ( +/obj/structure/sign/directions/service{ + pixel_y = 24; + dir = 8 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/storage) "lSi" = ( /obj/machinery/computer/supplycomp{ dir = 1 @@ -58902,6 +60355,17 @@ icon_state = "whitebluefull" }, /area/station/medical/medbay) +"lSu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "lSw" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 @@ -59011,6 +60475,12 @@ icon_state = "neutralfull" }, /area/station/public/storefront) +"lTY" = ( +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) "lUc" = ( /obj/structure/flora/ausbushes/leafybush, /turf/simulated/floor/grass, @@ -59035,15 +60505,14 @@ /obj/machinery/atmospherics/pipe/simple/visible{ dir = 6 }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = -32 - }, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/south) +/area/station/maintenance/port2) +"lUq" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/library) "lUs" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ @@ -59065,33 +60534,6 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) -"lUA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/port/east) -"lUD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/firealarm/directional/east, -/turf/simulated/floor/engine{ - slowdown = -0.3 - }, -/area/station/hallway/spacebridge/servsci) "lUH" = ( /obj/structure/table/reinforced, /obj/machinery/door/poddoor/shutters{ @@ -59188,10 +60630,41 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/fore2) +"lVG" = ( +/obj/machinery/door/airlock/glass{ + name = "Library reading room" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "library" + }, +/turf/simulated/floor/wood, +/area/station/service/library) "lVP" = ( /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, /area/station/service/theatre) +"lVU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) +"lVV" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/port) "lVX" = ( /obj/machinery/door/airlock/security/glass{ name = "Equipment Storage" @@ -59216,6 +60689,11 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) +"lWp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/falsewall, +/turf/simulated/floor/wood, +/area/station/maintenance/port) "lWu" = ( /obj/structure/cable/orange{ d1 = 1; @@ -59237,10 +60715,6 @@ dir = 5 }, /area/station/science/storage) -"lWR" = ( -/obj/machinery/alarm/directional/east, -/turf/simulated/floor/carpet/cyan, -/area/station/public/fitness) "lWT" = ( /turf/simulated/wall, /area/station/hallway/secondary/garden) @@ -59281,17 +60755,28 @@ icon_state = "arrival" }, /area/station/hallway/secondary/entry/east) -"lYb" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ +"lXv" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "lYi" = ( -/obj/structure/reagent_dispensers/watertank, /obj/structure/disposalpipe/segment/corner{ dir = 1 }, +/obj/structure/reagent_dispensers/watertank, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/west) "lYm" = ( @@ -59316,20 +60801,6 @@ icon_state = "dark" }, /area/station/engineering/control) -"lYF" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port2) "lYH" = ( /obj/structure/table, /obj/machinery/kitchen_machine/microwave{ @@ -59347,12 +60818,6 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/central/west) -"lYX" = ( -/obj/machinery/conveyor/auto{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/westalt) "lYY" = ( /obj/structure/safe/floor{ known_by = list("captain") @@ -59379,21 +60844,21 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) -"lZv" = ( -/obj/machinery/conveyor/auto{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/westalt) -"lZG" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 +"lZp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/service/library) +"lZt" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_robust{ + pixel_x = -13; + pixel_y = 2 }, -/turf/simulated/floor/plating/airless, -/area/station/maintenance/disposal/westalt) +/obj/item/ashtray/plastic, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) "lZH" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/machinery/camera{ @@ -59438,16 +60903,17 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/storage) -"maq" = ( -/obj/structure/table/wood, -/obj/item/camera_film, -/obj/item/desk_bell{ - pixel_x = 7; - pixel_y = 7; - anchored = 1 +"mab" = ( +/obj/structure/disposalpipe/segment{ + color = "#954535" }, -/turf/simulated/floor/wood, -/area/station/service/library) +/obj/machinery/power/apc/directional/west, +/obj/structure/cable/orange, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "mas" = ( /turf/simulated/wall/r_wall, /area/station/command/office/rd) @@ -59593,6 +61059,18 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/central/west) +"mck" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"mcn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) "mco" = ( /obj/machinery/conveyor/auto{ dir = 8 @@ -59601,7 +61079,7 @@ /turf/simulated/floor/plating, /area/station/maintenance/disposal/northeast) "mcu" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, @@ -59675,10 +61153,11 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/fore/east) -"mdr" = ( -/obj/machinery/conveyor/auto, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/westalt) +"mds" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/turf/simulated/floor/wood, +/area/station/service/bar) "mdH" = ( /turf/simulated/floor/plasteel{ icon_state = "neutral" @@ -59703,19 +61182,6 @@ icon_state = "dark" }, /area/station/supply/warehouse) -"mdQ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "mdR" = ( /obj/structure/chair/comfy/black, /turf/simulated/floor/carpet/green, @@ -59736,15 +61202,6 @@ icon_state = "white" }, /area/station/science/test_chamber) -"mee" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/flashlight, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "meg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -59759,6 +61216,19 @@ icon_state = "redcorner" }, /area/station/security/prison/cell_block/A) +"met" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Mime's Office"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) "meC" = ( /obj/structure/bed, /obj/item/bedsheet/hop, @@ -59768,6 +61238,25 @@ }, /turf/simulated/floor/carpet/blue, /area/station/command/office/hop) +"meD" = ( +/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/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "meS" = ( /obj/item/assembly/mousetrap/armed, /turf/simulated/floor/plating{ @@ -59817,6 +61306,23 @@ "mfN" = ( /turf/simulated/wall/r_wall, /area/station/maintenance/disposal/westalt) +"mfP" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"mfS" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"mgq" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "mgu" = ( /obj/docking_port/stationary{ dir = 4; @@ -59847,6 +61353,15 @@ icon_state = "cafeteria" }, /area/station/service/kitchen) +"mgN" = ( +/obj/structure/table/wood, +/obj/item/lighter/zippo/black, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold{ + pixel_y = -7; + pixel_x = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "mgO" = ( /obj/machinery/door/poddoor/shutters{ dir = 8; @@ -59874,10 +61389,6 @@ icon_state = "whitegreen" }, /area/station/medical/virology) -"mgV" = ( -/obj/effect/spawner/window, -/turf/simulated/floor/plating, -/area/station/service/hydroponics) "mhv" = ( /turf/simulated/floor/plasteel{ dir = 4; @@ -59889,15 +61400,19 @@ icon_state = "asteroidplating" }, /area/station/service/clown/secret) -"mhU" = ( -/obj/machinery/light/small{ - dir = 8 +"mhE" = ( +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" }, -/obj/machinery/conveyor/auto/ccw{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 }, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/westalt) +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "mhV" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -59911,12 +61426,6 @@ icon_state = "dark" }, /area/station/engineering/atmos) -"mhY" = ( -/obj/machinery/conveyor/auto{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/westalt) "mia" = ( /obj/structure/cable{ d1 = 1; @@ -59932,6 +61441,18 @@ "mic" = ( /turf/simulated/wall, /area/mine/unexplored/cere/civilian) +"mip" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "mix" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -59957,11 +61478,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" @@ -60076,15 +61592,29 @@ /obj/effect/spawner/airlock/s_to_n, /turf/simulated/wall, /area/station/hallway/secondary/entry/north) +"mkt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 5 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/storage/tools) "mkA" = ( /obj/item/storage/toolbox/mechanical, /obj/structure/rack, /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, /area/station/maintenance/disposal/south) -"mkS" = ( -/turf/simulated/mineral/ancient/outer, -/area/station/hallway/primary/fore/west) +"mkL" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 10 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "mkY" = ( /obj/structure/cable{ d1 = 4; @@ -60137,6 +61667,18 @@ icon_state = "barber" }, /area/station/service/barber) +"mlY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "mml" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -60154,11 +61696,6 @@ icon_state = "asteroidplating" }, /area/station/maintenance/fsmaint) -"mmx" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) "mmz" = ( /obj/machinery/camera{ c_tag = "Docking Asteroid Hall 11"; @@ -60324,6 +61861,13 @@ icon_state = "dark" }, /area/station/medical/morgue) +"mpk" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "mpr" = ( /obj/item/cultivator/rake, /obj/effect/decal/cleanable/dirt, @@ -60418,6 +61962,26 @@ }, /turf/simulated/floor/wood, /area/station/maintenance/starboard) +"mqt" = ( +/obj/structure/grille/broken, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) +"mqE" = ( +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "mqR" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -60556,6 +62120,18 @@ /obj/effect/landmark/damageturf, /turf/simulated/floor/wood, /area/station/maintenance/apmaint) +"msv" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) +"msx" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/primary/port/north) "msB" = ( /obj/machinery/door_control{ id = "store1"; @@ -60573,15 +62149,22 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/westalt) -"mte" = ( -/obj/structure/disposalpipe/trunk{ +"msT" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/disposaloutlet{ - dir = 8 +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 }, -/turf/simulated/floor/plating/airless, -/area/station/maintenance/disposal/westalt) +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"msY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "mtt" = ( /obj/structure/table/reinforced, /obj/machinery/door/poddoor/shutters{ @@ -60644,6 +62227,25 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/starboard/south) +"mtF" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "mtT" = ( /obj/structure/cable{ d1 = 1; @@ -60657,6 +62259,10 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/port/south) +"muv" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/service/kitchen) "mux" = ( /obj/structure/table, /obj/machinery/cell_charger{ @@ -60664,18 +62270,6 @@ }, /turf/simulated/floor/plating, /area/station/engineering/tech_storage) -"muC" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) "muF" = ( /obj/structure/rack, /obj/machinery/light, @@ -60695,15 +62289,6 @@ icon_state = "darkblue" }, /area/station/public/quantum/cargo) -"muN" = ( -/obj/machinery/conveyor/auto{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/westalt) "muS" = ( /turf/simulated/floor/plasteel{ icon_state = "neutralfull" @@ -60798,6 +62383,27 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) +"mvM" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) +"mvU" = ( +/obj/structure/cable/orange{ + 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/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) "mvX" = ( /obj/machinery/door/airlock/public/glass{ name = "Walkway" @@ -60835,6 +62441,34 @@ /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) +"mws" = ( +/obj/structure/cable/orange{ + 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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) +"mwx" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_x = -28 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/dirt_often, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "mwy" = ( /obj/machinery/power/smes/engineering, /obj/structure/cable/orange, @@ -60877,6 +62511,15 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/starboard) +"mwS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "mxd" = ( /obj/machinery/door/airlock/maintenance{ name = "Docking Asteroid SMES Access" @@ -60890,15 +62533,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) -"mxh" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "mxj" = ( /obj/machinery/power/apc/important/directional/east{ name = "Cryo and Arrivals Super APC"; @@ -60929,11 +62563,6 @@ /obj/machinery/light/small{ dir = 4 }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/fpmaint) @@ -60943,10 +62572,39 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/engmed) +"mya" = ( +/obj/structure/table, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/orange{ + d2 = 2; + icon_state = "0-2" + }, +/obj/item/pickaxe/mini, +/obj/item/assembly/igniter{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/assembly/igniter{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/clothing/gloves/color/yellow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/storage/tools) +"myi" = ( +/turf/simulated/mineral/ancient/outer, +/area/space) "myn" = ( /obj/structure/railing/corner{ dir = 1 }, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, /turf/simulated/floor/carpet/green, /area/station/service/library) "myy" = ( @@ -60996,13 +62654,9 @@ }, /area/station/security/permabrig) "mAb" = ( -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, +/obj/machinery/light/small, +/obj/effect/spawner/random_spawners/dirt_often, +/turf/simulated/floor/plasteel/freezer, /area/station/maintenance/gambling_den) "mAc" = ( /obj/machinery/door/airlock/glass, @@ -61016,6 +62670,14 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/wood, /area/station/service/bar) "mAe" = ( @@ -61051,6 +62713,16 @@ /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) +"mAH" = ( +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "mAI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 @@ -61082,8 +62754,13 @@ /area/station/hallway/secondary/entry/north) "mBc" = ( /obj/item/cultivator, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/gambling_den) +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "mBh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel{ @@ -61096,6 +62773,12 @@ /obj/machinery/economy/vending/cigarette, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) +"mBC" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/port) "mBD" = ( /obj/structure/disposalpipe/segment, /obj/effect/spawner/window/reinforced/grilled, @@ -61193,23 +62876,12 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/port/south) -"mCR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/westalt) "mCW" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, +/obj/structure/table/glass, +/obj/item/hemostat, +/obj/item/restraints/handcuffs/cable/zipties, /turf/simulated/floor/plating, -/area/station/maintenance/disposal/westalt) +/area/station/maintenance/port) "mDk" = ( /obj/machinery/atmospherics/portable/canister/air, /obj/machinery/atmospherics/unary/portables_connector, @@ -61262,16 +62934,31 @@ /turf/simulated/floor/plating, /area/station/hallway/secondary/exit) "mDV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, /area/station/service/clown/secret) +"mDZ" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/wood, +/area/station/service/library) "mEc" = ( /obj/machinery/atmospherics/pipe/manifold/visible/cyan, /turf/simulated/floor/engine, /area/station/engineering/control) +"mEd" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "mEl" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -61285,7 +62972,7 @@ "mEq" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/wall, -/area/station/hallway/primary/port/south) +/area/station/maintenance/port2) "mEr" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/effect/spawner/random_spawners/blood_often, @@ -61298,13 +62985,6 @@ }, /turf/simulated/wall, /area/station/hallway/primary/central/north) -"mER" = ( -/obj/structure/table/wood/poker, -/obj/item/gun/projectile/revolver/russian, -/obj/effect/landmark/spawner/rev, -/obj/effect/landmark/damageturf, -/turf/simulated/floor/wood, -/area/station/maintenance/gambling_den) "mFk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -61330,6 +63010,15 @@ /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plasteel, /area/station/security/range) +"mFM" = ( +/obj/structure/disposalpipe/segment{ + color = "#954535" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "mFT" = ( /turf/simulated/floor/plasteel, /area/station/security/prisonershuttle) @@ -61352,6 +63041,12 @@ icon_state = "brown" }, /area/station/supply/qm) +"mGg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "mGs" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment, @@ -61408,18 +63103,9 @@ }, /turf/simulated/floor/plasteel, /area/station/supply/miningdock) -"mGY" = ( -/obj/item/storage/box/bodybags, -/obj/structure/table, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "mHg" = ( -/obj/machinery/light_switch{ - pixel_y = 24; - name = "north bump" - }, /obj/item/kirbyplants/plant22, +/obj/machinery/firealarm/directional/north, /turf/simulated/floor/wood, /area/station/service/library) "mHv" = ( @@ -61471,19 +63157,12 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/port) -"mHO" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = -2; - pixel_y = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" +"mHN" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 }, -/area/station/service/bar) +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "mHW" = ( /obj/structure/flora/ausbushes/ppflowers, /turf/simulated/floor/grass, @@ -61493,12 +63172,6 @@ slowdown = -0.3 }, /area/station/hallway/primary/fore/east) -"mIs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/wall, -/area/station/hallway/primary/port/south) "mIu" = ( /obj/structure/cable/orange{ d1 = 2; @@ -61510,11 +63183,19 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/fore2) -"mIH" = ( -/obj/machinery/atmospherics/unary/cryo_cell, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull" +"mIv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + 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/plating{ + icon_state = "asteroidplating" }, /area/station/maintenance/port) "mII" = ( @@ -61570,6 +63251,13 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/fore) +"mJo" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/westalt) "mJt" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 @@ -61602,18 +63290,21 @@ /turf/simulated/wall, /area/station/maintenance/maintcentral) "mJT" = ( -/obj/structure/chair/sofa/corp{ - dir = 1 - }, -/obj/machinery/barsign{ - pixel_y = -32 +/obj/structure/table/wood, +/obj/item/stack/packageWrap, +/obj/item/book/manual/barman_recipes, +/obj/item/book/manual/wiki/sop_service, +/obj/item/lighter/zippo, +/obj/item/lighter/zippo, +/obj/item/pen/blue{ + pixel_y = 4 }, -/turf/simulated/floor/carpet, -/area/station/hallway/primary/port/east) +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) "mJX" = ( /obj/item/radio/intercom{ - pixel_y = -28; - name = "custom placement" + name = "south bump"; + pixel_y = -28 }, /turf/simulated/floor/plasteel{ icon_regular_floor = "yellowsiding"; @@ -61646,6 +63337,36 @@ /obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) +"mKz" = ( +/obj/machinery/photocopier, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"mKI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + 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/green, +/area/station/service/library) "mKK" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -61664,27 +63385,25 @@ }, /area/station/hallway/primary/fore/north) "mKT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/carpet/green, -/area/station/service/library) +/area/station/service/chapel) "mLe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" +/obj/machinery/door/airlock/security/glass{ + name = "Criminal Delivery Chute" }, +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/stripes/red, +/obj/structure/disposalpipe/segment{ + dir = 4; + color = "#954535" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plasteel, /area/station/hallway/primary/port/south) -"mLl" = ( -/obj/effect/spawner/airlock, -/turf/simulated/wall, -/area/station/maintenance/disposal/westalt) "mLq" = ( /obj/structure/lattice, /obj/item/wirecutters, @@ -61739,7 +63458,11 @@ icon_state = "1-2" }, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/south) +/area/station/maintenance/port2) +"mMC" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/plasteel/freezer, +/area/station/service/kitchen) "mMI" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -61789,13 +63512,6 @@ /obj/machinery/requests_console/directional/south, /turf/simulated/floor/mineral/titanium/blue, /area/shuttle/arrival/station) -"mNw" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/pickaxe, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) "mNA" = ( /obj/structure/flora/ausbushes/ywflowers, /turf/simulated/floor/grass, @@ -61811,6 +63527,12 @@ icon_state = "dark" }, /area/station/engineering/gravitygenerator) +"mNT" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "mNY" = ( /obj/machinery/light, /obj/machinery/atmospherics/unary/vent_pump/on{ @@ -61831,6 +63553,11 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) +"mOe" = ( +/obj/structure/chair/wood/wings, +/obj/effect/landmark/start/chaplain, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "mOo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow{ dir = 6 @@ -61838,13 +63565,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/storage) -"mOz" = ( -/obj/machinery/atmospherics/unary/thermomachine/freezer/on{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "mOA" = ( /obj/machinery/light, /turf/simulated/floor/plasteel{ @@ -61861,13 +63581,22 @@ /turf/simulated/floor/plating, /area/station/maintenance/starboard) "mON" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/item/flashlight{ + pixel_x = 13; + pixel_y = 13 + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/port) +"mOV" = ( +/obj/structure/chair/stool{ dir = 4 }, -/obj/effect/decal/cleanable/generic, -/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, /turf/simulated/floor/plating, -/area/station/maintenance/port) +/area/station/maintenance/port2) "mOX" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel{ @@ -61888,39 +63617,43 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/electrical_shop) -"mPu" = ( -/obj/structure/table/wood/poker, -/obj/effect/spawner/random/maintenance, -/obj/machinery/barsign{ - pixel_y = 32 +"mPE" = ( +/obj/structure/chair/comfy/black{ + dir = 1 }, -/obj/effect/landmark/damageturf, -/turf/simulated/floor/wood, -/area/station/maintenance/gambling_den) -"mPz" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/yellow, -/obj/item/pickaxe/mini, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"mPR" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/area/station/public/storage/tools) -"mPT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/grouped_spawner{ - group_id = "tunnelbats"; - max_per_spawner = 1; - name = "bat spawner"; - path_to_spawn = /mob/living/simple_animal/hostile/scarybat; - total_amount = 20 +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /turf/simulated/floor/plasteel{ - icon_state = "whitebluefull" + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"mPT" = ( +/obj/machinery/camera{ + c_tag = "Service SMES"; + dir = 6 + }, +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 5 }, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/port) "mQb" = ( /obj/machinery/atmospherics/unary/vent_pump/siphon/on{ @@ -61982,16 +63715,37 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/sercom) +"mRj" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "mRE" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 + dir = 8 }, -/obj/effect/landmark/damageturf, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/alarm/directional/north, /turf/simulated/floor/wood, /area/station/service/bar) +"mRI" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreenfull" + }, +/area/station/service/hydroponics) "mRS" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/sign/securearea, @@ -62091,20 +63845,6 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/supply_shuttle, /turf/simulated/floor/plating, /area/station/supply/storage) -"mSw" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/port/north) "mSB" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/machinery/door/poddoor/preopen{ @@ -62180,19 +63920,27 @@ /area/station/hallway/spacebridge/comeng) "mTI" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/disposalpipe/sortjunction/reversed{ - dir = 8; - sort_type_txt = "21" - }, /obj/structure/cable{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 8; + sort_type_txt = "20" + }, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) +"mTK" = ( +/obj/machinery/optable, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/spawner/random_spawners/dirt_often, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/port) "mTL" = ( /obj/machinery/alarm/directional/north, /obj/structure/closet, @@ -62270,12 +64018,16 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/station/hallway/secondary/entry/north) -"mUe" = ( -/obj/structure/closet, -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) +"mUk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "mUu" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -62302,6 +64054,10 @@ icon_state = "dark" }, /area/station/science/rnd) +"mUP" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "mUQ" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'HIGH VOLTAGE'"; @@ -62332,6 +64088,40 @@ icon_state = "dark" }, /area/station/engineering/control) +"mUX" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_hor{ + name = "Civilian Emergency EVA Storage"; + id_tag = "civeva" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/port) +"mVg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"mVh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "mVp" = ( /obj/structure/cable{ d1 = 1; @@ -62381,13 +64171,6 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/central/north) -"mVY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/hallway/primary/port/south) "mWg" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -62429,57 +64212,27 @@ /obj/machinery/atmospherics/supermatter_crystal/engine, /turf/simulated/floor/engine, /area/station/engineering/engine/supermatter) -"mWM" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +"mXc" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + sort_type_txt = "17" }, -/obj/effect/spawner/random_spawners/dirt_frequent, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/port) -"mWU" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "mXA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/binary/valve{ dir = 4 }, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 8 - }, -/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"mXI" = ( +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel{ dir = 4; - icon_state = "green" + icon_state = "escape" }, -/area/station/public/quantum/service) -"mXS" = ( -/obj/effect/spawner/window/reinforced/grilled, -/turf/simulated/floor/plating, -/area/station/public/quantum/security) +/area/station/maintenance/port2) "mXW" = ( /mob/living/simple_animal/mouse/white, /turf/simulated/floor/plating/asteroid/ancient, @@ -62499,12 +64252,19 @@ icon_state = "redcorner" }, /area/station/security/prison/cell_block/A) -"mYo" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) +"mYc" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/grille/broken, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "mYu" = ( /obj/structure/table, /obj/item/hand_labeler{ @@ -62553,26 +64313,11 @@ /turf/simulated/wall/r_wall, /area/station/security/permabrig) "mYL" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) -"mYN" = ( -/obj/item/assembly/mousetrap/armed, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, /area/station/maintenance/port) "mYS" = ( /obj/machinery/door/poddoor{ @@ -62595,11 +64340,14 @@ /turf/simulated/floor/plating, /area/station/security/prison/cell_block/A) "mYT" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/chair/stool, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" +/obj/structure/closet/secure_closet/bar{ + req_access_txt = "25" }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/wood, /area/station/service/bar) "mZc" = ( /obj/structure/disposalpipe/segment{ @@ -62649,7 +64397,7 @@ icon_state = "1-2" }, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/south) +/area/station/maintenance/port2) "mZB" = ( /obj/effect/turf_decal/delivery/hollow, /obj/machinery/flasher{ @@ -62674,9 +64422,27 @@ /turf/simulated/floor/plating/airless, /area/station/science/toxins/test) "naq" = ( -/obj/structure/reagent_dispensers/beerkeg, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, /turf/simulated/floor/wood, /area/station/service/bar) +"nau" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + 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/station/service/chapel) "naI" = ( /obj/structure/closet/wardrobe/white, /obj/machinery/atmospherics/unary/vent_scrubber/on{ @@ -62687,16 +64453,29 @@ icon_state = "whiteblue" }, /area/station/medical/cloning) +"naK" = ( +/obj/structure/cable/orange{ + 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 + }, +/obj/structure/disposalpipe/segment/corner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "naP" = ( /turf/simulated/floor/plasteel{ icon_state = "neutral" }, /area/station/public/locker) -"naR" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/wood, -/area/station/service/theatre) "naY" = ( /obj/structure/cable/orange{ d1 = 4; @@ -62711,14 +64490,6 @@ /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/fore) -"nbd" = ( -/obj/structure/chair/stool/bar{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "nbl" = ( /obj/item/stack/sheet/cardboard, /turf/simulated/floor/plating{ @@ -62734,15 +64505,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/port/south) -"nbL" = ( -/obj/machinery/door/poddoor/multi_tile/three_tile_hor{ - name = "Civilian Emergency EVA Storage"; - id_tag = "civeva" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/maintenance/port2) "nbV" = ( /obj/machinery/door/airlock/maintenance{ name = "Medbay SMES Access" @@ -62770,13 +64532,6 @@ "ncn" = ( /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/port2) -"ncy" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port2) "ncE" = ( /obj/machinery/conveyor/auto{ dir = 4 @@ -63031,15 +64786,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/station/command/office/ce) -"ngi" = ( -/obj/machinery/status_display{ - layer = 4 - }, -/turf/simulated/mineral/ancient, -/area/station/maintenance/port) -"ngm" = ( -/turf/simulated/wall/r_wall, -/area/station/maintenance/port2) "ngw" = ( /obj/structure/chair/stool, /turf/simulated/floor/plating, @@ -63095,13 +64841,6 @@ "nhx" = ( /turf/simulated/floor/plating, /area/station/hallway/secondary/exit) -"nhE" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) "nhY" = ( /obj/machinery/door/airlock/maintenance{ name = "Starboard Asteroid Maintenance Access" @@ -63111,19 +64850,14 @@ /obj/effect/mapping_helpers/airlock/access/any/supply/mining, /turf/simulated/floor/plating, /area/station/supply/break_room) -"niz" = ( -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 24; - name = "east bump" - }, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "chapel" +"niY" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" }, -/area/station/service/chapel) +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "njf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment/corner{ @@ -63269,16 +65003,6 @@ icon_state = "neutralfull" }, /area/station/public/locker) -"nkf" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/hydroponics) "nks" = ( /obj/machinery/light{ dir = 1 @@ -63314,13 +65038,6 @@ /mob/living/simple_animal/butterfly, /turf/simulated/floor/grass/jungle, /area/station/hallway/secondary/garden) -"nkV" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/disposaloutlet, -/turf/simulated/floor/plating/airless, -/area/station/maintenance/disposal/westalt) "nla" = ( /obj/structure/cable{ d1 = 1; @@ -63334,13 +65051,6 @@ icon_state = "darkred" }, /area/station/public/quantum/security) -"nle" = ( -/obj/structure/girder, -/obj/structure/grille, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "nlk" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel{ @@ -63356,11 +65066,16 @@ }, /area/station/science/misc_lab) "nlI" = ( -/obj/effect/decal/cleanable/generic, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/airlock/engineering{ + name = "Service Asteroid Substation" + }, +/turf/simulated/floor/plating, /area/station/maintenance/port) "nlJ" = ( /obj/structure/sign/directions/service{ @@ -63409,22 +65124,14 @@ icon_state = "bcircuit" }, /area/station/turret_protected/aisat/interior/secondary) -"nmk" = ( -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/service/chapel) -"nmy" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +"nmx" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/area/station/maintenance/port2) +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "nmW" = ( /turf/simulated/floor/transparent/glass/reinforced{ slowdown = -0.3 @@ -63444,24 +65151,24 @@ /obj/structure/cable/orange, /turf/simulated/floor/plating, /area/station/science/misc_lab) -"nok" = ( -/obj/machinery/door_control{ - id = "civeva"; - name = "Civilian EVA shutter control"; - pixel_x = 25; - pixel_y = 24; - req_one_access_txt = "19;41" - }, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +"nnM" = ( +/obj/structure/disposalpipe/segment/corner{ dir = 4 }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) +"nnX" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" }, -/area/station/maintenance/port2) +/area/station/hallway/primary/port/north) +"nob" = ( +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plating/asteroid/ancient, +/area/mine/unexplored/cere/civilian) "noo" = ( /obj/machinery/camera{ c_tag = "Courtroom "; @@ -63497,13 +65204,14 @@ /turf/simulated/floor/plating, /area/station/hallway/primary/aft/west) "noy" = ( +/obj/machinery/camera/autoname{ + dir = 4 + }, /obj/structure/table, -/obj/item/destTagger, -/obj/item/stack/packageWrap, -/obj/item/book/manual/hydroponics_pod_people, -/obj/item/book/manual/hydroponics_pod_people, -/obj/item/book/manual/wiki/hydroponics, -/obj/item/book/manual/wiki/botanist, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/storage/bag/plants, +/obj/item/storage/bag/plants, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, @@ -63528,10 +65236,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/west) -"noU" = ( -/obj/machinery/optable, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "npb" = ( /obj/machinery/ai_status_display, /turf/simulated/wall/r_wall, @@ -63566,6 +65270,16 @@ icon_state = "neutralfull" }, /area/station/hallway/spacebridge/serveng) +"npC" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/station/service/library) +"npF" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "npL" = ( /obj/structure/grille, /turf/simulated/floor/plating, @@ -63603,6 +65317,14 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/west) +"nqz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/space, +/area/station/engineering/solar/port) "nqG" = ( /turf/simulated/floor/plasteel{ dir = 1; @@ -63617,11 +65339,11 @@ /turf/simulated/floor/plating, /area/station/hallway/secondary/entry/north) "nqX" = ( +/obj/structure/flora/ausbushes/fullgrass, /obj/item/radio/intercom{ - pixel_x = 28; - name = "custom placement" + name = "east bump"; + pixel_x = 28 }, -/obj/structure/flora/ausbushes/fullgrass, /turf/simulated/floor/grass, /area/station/service/hydroponics) "nrf" = ( @@ -63662,6 +65384,16 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) +"nrW" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep/secondary) "nsb" = ( /obj/machinery/door/airlock/highsecurity{ name = "Secure Tech Storage" @@ -63676,8 +65408,16 @@ /turf/simulated/floor/plating, /area/station/engineering/tech_storage) "nsy" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, /turf/simulated/floor/plasteel{ icon_state = "dark" @@ -63746,11 +65486,6 @@ icon_state = "dark" }, /area/station/turret_protected/ai_upload) -"ntf" = ( -/obj/structure/closet/emcloset, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) "nto" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable/orange, @@ -63806,31 +65541,17 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/fore2) -"num" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/structure/cable/orange{ - 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 - }, -/obj/structure/cable/orange{ - d1 = 1; +"nuB" = ( +/obj/structure/cable{ + d1 = 4; d2 = 8; - icon_state = "1-8" + icon_state = "4-8" }, +/obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" + icon_state = "neutralfull" }, -/area/station/hallway/primary/port/south) +/area/station/hallway/primary/port/north) "nuE" = ( /turf/simulated/wall, /area/station/command/office/hop) @@ -63972,8 +65693,14 @@ /turf/simulated/floor/plating, /area/station/maintenance/starboard) "nvU" = ( -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) +/obj/structure/sign/poster/official/the_owl{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/theatre) "nvX" = ( /obj/machinery/door/poddoor/multi_tile/two_tile_ver{ id_tag = "arrivalseva"; @@ -63983,12 +65710,28 @@ icon_state = "dark" }, /area/station/maintenance/asmaint) +"nwb" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "nwv" = ( /obj/machinery/economy/vending/cola, /turf/simulated/floor/plasteel{ icon_state = "purple" }, /area/station/hallway/primary/aft/east) +"nww" = ( +/obj/machinery/door/airlock{ + name = "Crematorium" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/crematorium, +/turf/simulated/floor/plating, +/area/station/service/chapel) "nwC" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -64033,12 +65776,12 @@ d2 = 8; icon_state = "4-8" }, +/obj/structure/chair/stool, /obj/structure/cable/orange{ d1 = 1; - d2 = 8; - icon_state = "1-8" + d2 = 4; + icon_state = "1-4" }, -/obj/structure/chair/stool, /turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/port) "nxz" = ( @@ -64069,6 +65812,30 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) +"nxG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) +"nxJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "nxX" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 @@ -64130,12 +65897,26 @@ /turf/simulated/floor/plating, /area/station/turret_protected/aisat/interior) "nyG" = ( -/obj/structure/urinal{ - pixel_x = 32 +/obj/structure/window/reinforced/tinted/frosted, +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 8 }, -/obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/plasteel/freezer, /area/station/public/locker) +"nyI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "nyL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -64149,31 +65930,6 @@ icon_state = "asteroidplating" }, /area/station/hallway/spacebridge/scidock) -"nzi" = ( -/obj/structure/closet/wardrobe/white, -/obj/item/clothing/shoes/jackboots, -/obj/item/reagent_containers/iv_bag/blood/OMinus, -/obj/item/reagent_containers/drinks/cans/badminbrew, -/turf/simulated/floor/plating, -/area/station/maintenance/port) -"nzE" = ( -/obj/structure/disposalpipe/junction/reversed{ - dir = 1 - }, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_x = 32; - pixel_y = 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/plasteel, -/area/station/hallway/primary/port/north) "nzH" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -64250,25 +66006,17 @@ icon_state = "darkbrown" }, /area/station/supply/office) -"nCf" = ( +"nCd" = ( /obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/port) -"nCI" = ( -/obj/structure/girder, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port2) "nCV" = ( /obj/machinery/firealarm/directional/south, /turf/simulated/floor/wood, @@ -64286,8 +66034,8 @@ /area/station/hallway/secondary/entry/west) "nDi" = ( /obj/item/radio/intercom{ - pixel_x = -28; - name = "custom placement" + name = "west bump"; + pixel_x = -28 }, /turf/simulated/floor/plasteel, /area/station/public/locker) @@ -64317,21 +66065,21 @@ icon_state = "whiteblue" }, /area/station/medical/storage/secondary) -"nDE" = ( -/obj/effect/spawner/grouped_spawner{ - group_id = "tunnelbats"; - max_per_spawner = 1; - name = "bat spawner"; - path_to_spawn = /mob/living/simple_animal/hostile/scarybat; - total_amount = 20 +"nDC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/structure/cable/orange{ - d1 = 1; + d1 = 4; d2 = 8; - icon_state = "1-8" + icon_state = "4-8" }, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port2) +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "nDG" = ( /obj/machinery/door/airlock/research{ name = "Research Break Room" @@ -64363,30 +66111,6 @@ /obj/machinery/hologram/holopad, /turf/simulated/floor/mineral/titanium/blue, /area/shuttle/arrival/station) -"nEk" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) -"nEl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/spawner/random_spawners/dirt_often, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) -"nEn" = ( -/obj/machinery/gameboard, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) "nEw" = ( /obj/structure/chair/wood/wings{ dir = 8 @@ -64463,10 +66187,6 @@ d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/disposalpipe/segment/corner{ dir = 8 }, @@ -64475,11 +66195,32 @@ d2 = 4; icon_state = "1-4" }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, /obj/effect/spawner/random_spawners/dirt_frequent, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, /turf/simulated/floor/plasteel{ icon_state = "neutralcorner" }, /area/station/hallway/primary/port/south) +"nFz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"nFC" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/station/service/clown) "nFH" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -64558,6 +66299,12 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/aft/west) +"nGD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/service/kitchen) "nGI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ @@ -64570,6 +66317,20 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/south) +"nGK" = ( +/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/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) "nGZ" = ( /obj/machinery/door/airlock/maintenance{ name = "Atmospherics Maintenance" @@ -64580,10 +66341,6 @@ /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plating, /area/station/engineering/atmos) -"nHa" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) "nHh" = ( /obj/structure/chair/comfy/black{ dir = 4 @@ -64628,10 +66385,12 @@ /turf/simulated/floor/carpet, /area/station/security/detective) "nHK" = ( -/obj/structure/table, -/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister/air, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/north) +/area/station/maintenance/port) "nHR" = ( /obj/machinery/light/small{ dir = 4 @@ -64656,13 +66415,6 @@ "nII" = ( /turf/simulated/floor/plasteel, /area/station/security/processing) -"nIJ" = ( -/obj/machinery/firealarm/directional/west, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/station/service/library) "nIL" = ( /obj/structure/cable{ d1 = 1; @@ -64807,6 +66559,14 @@ }, /turf/simulated/floor/plating, /area/station/engineering/tech_storage) +"nKE" = ( +/obj/structure/crematorium{ + id = "creamed" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "nKF" = ( /obj/effect/landmark{ icon = 'icons/effects/spawner_icons.dmi'; @@ -64867,6 +66627,14 @@ dir = 8 }, /area/station/science/storage) +"nLd" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) "nLe" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/effect/decal/cleanable/dirt, @@ -64881,21 +66649,19 @@ /turf/simulated/floor/engine, /area/station/science/misc_lab) "nLm" = ( -/obj/machinery/camera{ - c_tag = "Service SMES"; - dir = 6 +/obj/machinery/door/airlock/engineering{ + name = "Service Asteroid Substation" }, -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = 5 +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/turf/simulated/floor/transparent/glass/reinforced, +/turf/simulated/floor/plating, /area/station/maintenance/port) "nLs" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/orange{ d1 = 1; d2 = 8; @@ -64907,13 +66673,21 @@ icon_state = "1-2" }, /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, /area/station/security/detective) "nLG" = ( -/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /obj/effect/spawner/random_spawners/dirt_often, +/obj/structure/disposalpipe/segment/corner, /turf/simulated/floor/plasteel, /area/station/public/locker) "nLO" = ( @@ -64933,7 +66707,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 }, -/obj/machinery/firealarm/directional/south, /turf/simulated/floor/engine{ slowdown = -0.3 }, @@ -64964,15 +66737,9 @@ }, /area/station/supply/storage) "nMe" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, /area/station/service/bar) "nMt" = ( /obj/structure/closet/firecloset/full, @@ -65023,11 +66790,22 @@ icon_state = "redcorner" }, /area/station/security/prison/cell_block/A) -"nNF" = ( +"nNx" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/service/chapel/office) +"nNH" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped, /obj/machinery/door/airlock/maintenance{ - name = "Service SMES Access" + name = "Port Asteroid Maintenance" }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/barricade/wooden/crude, /turf/simulated/floor/plating, /area/station/maintenance/port) "nNN" = ( @@ -65045,24 +66823,6 @@ }, /turf/simulated/floor/carpet/black, /area/station/command/bridge) -"nOi" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) -"nOu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "darkgreenfull" - }, -/area/station/service/hydroponics) "nOF" = ( /turf/simulated/floor/plasteel{ icon_state = "dark" @@ -65108,26 +66868,17 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/wall, /area/station/hallway/primary/aft/west) -"nOU" = ( -/obj/machinery/door/airlock/maintenance/external{ - name = "External Airlock Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = -32 - }, +"nPi" = ( /obj/structure/disposalpipe/segment, -/obj/structure/cable{ +/obj/structure/cable/orange{ 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/station/maintenance/port2) +/area/station/maintenance/port) "nPp" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -65223,23 +66974,18 @@ icon_state = "whitepurple" }, /area/station/science/explab/chamber) -"nQA" = ( -/obj/machinery/ai_status_display, -/turf/simulated/mineral/ancient, -/area/station/public/storage/tools) "nQC" = ( -/obj/machinery/newscaster{ - dir = 8; - name = "east bump"; - pixel_x = 28 +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 }, -/obj/machinery/atmospherics/unary/vent_pump/on{ +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 }, -/turf/simulated/floor/plasteel{ - icon_state = "barber" +/obj/structure/disposalpipe/segment/corner{ + dir = 1 }, -/area/station/service/barber) +/turf/simulated/floor/wood, +/area/station/service/bar) "nQN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -65249,6 +66995,12 @@ }, /turf/simulated/floor/carpet/black, /area/station/command/office/captain) +"nQW" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/carpet/red, +/area/station/service/chapel) "nRe" = ( /obj/machinery/door/airlock/maintenance{ name = "Medbay SMES Access" @@ -65256,24 +67008,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/east) -"nRf" = ( -/obj/machinery/door/airlock/glass{ - id_tag = "Cryogenics"; - name = "Primary Cryodorms" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreenfull" - }, -/area/station/public/sleep) -"nRk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/disposalpipe/segment/corner{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) "nRs" = ( /obj/structure/cable{ d2 = 8; @@ -65289,6 +67023,23 @@ /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) +"nRO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "nRR" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, @@ -65307,23 +67058,30 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) +"nRY" = ( +/obj/structure/table, +/obj/structure/spider/stickyweb, +/obj/effect/decal/remains/human, +/obj/item/poster/random_contraband{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "nSn" = ( /turf/simulated/floor/transparent/glass/reinforced{ slowdown = -0.3 }, /area/station/hallway/spacebridge/engmed) "nSt" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, /turf/simulated/floor/engine{ slowdown = -0.3 }, @@ -65337,6 +67095,11 @@ }, /turf/simulated/floor/plasteel, /area/station/security/range) +"nSO" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "nTa" = ( /turf/simulated/mineral/ancient, /area/station/hallway/primary/central/east) @@ -65362,19 +67125,6 @@ icon_state = "asteroidplating" }, /area/station/maintenance/starboard) -"nTJ" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port2) "nTW" = ( /obj/machinery/light, /obj/machinery/atmospherics/unary/vent_pump/on{ @@ -65410,18 +67160,31 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) +"nUq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/station/maintenance/port) "nUz" = ( /obj/machinery/economy/vending/snack, /turf/simulated/floor/plasteel{ icon_state = "purple" }, /area/station/hallway/primary/aft/east) -"nUP" = ( -/obj/structure/disposalpipe/segment, +"nUC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/pickaxe/mini, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"nUQ" = ( +/obj/structure/chair/wood{ + dir = 4 + }, /turf/simulated/floor/plasteel{ - icon_state = "dark" + icon_state = "neutralfull" }, -/area/station/service/hydroponics) +/area/station/hallway/primary/port/south) "nUR" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plasteel{ @@ -65429,14 +67192,6 @@ icon_state = "brown" }, /area/station/maintenance/starboard) -"nUW" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 5 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "nVa" = ( /turf/simulated/floor/plasteel{ icon_state = "whitegreenfull" @@ -65476,6 +67231,22 @@ "nVW" = ( /turf/simulated/mineral/ancient, /area/station/maintenance/maintcentral) +"nWj" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) "nWk" = ( /obj/machinery/door/airlock/titanium/glass, /obj/structure/fans/tiny, @@ -65495,6 +67266,27 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) +"nWz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"nWB" = ( +/obj/structure/table, +/obj/item/pen, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/westalt) "nWK" = ( /obj/item/soap, /turf/simulated/floor/plasteel{ @@ -65502,10 +67294,18 @@ }, /area/station/security/permabrig) "nWX" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, /obj/effect/spawner/random_spawners/dirt_often, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, @@ -65562,20 +67362,25 @@ /obj/structure/cable/orange, /turf/simulated/floor/plating, /area/station/security/warden) -"nYB" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/turf/simulated/floor/plating, -/area/station/hallway/primary/port/south) "nYM" = ( /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, /area/station/hallway/secondary/entry/east) +"nYN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"nYP" = ( +/obj/structure/dresser, +/turf/simulated/floor/wood, +/area/station/maintenance/port) "nYR" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -65594,7 +67399,7 @@ dir = 9 }, /turf/simulated/wall, -/area/station/hallway/primary/port/south) +/area/station/maintenance/port2) "nZe" = ( /obj/structure/closet/secure_closet/cargotech, /obj/machinery/camera{ @@ -65636,6 +67441,13 @@ icon_state = "darkblue" }, /area/station/command/bridge) +"nZO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) "oaf" = ( /obj/machinery/light, /turf/simulated/floor/plasteel{ @@ -65653,12 +67465,25 @@ icon_state = "dark" }, /area/station/security/brig) -"oan" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) +"oao" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = -5 + }, +/obj/item/reagent_containers/drinks/bottle/vodka, +/obj/item/lighter/zippo{ + pixel_x = 10; + pixel_y = -1 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold{ + pixel_y = -7; + pixel_x = 6 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/nitrogen, +/area/station/maintenance/abandonedbar) "oas" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -65692,6 +67517,13 @@ /obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel/white, /area/station/science/rnd) +"obj" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 9 + }, +/obj/structure/chair/stool, +/turf/simulated/floor/carpet, +/area/station/service/bar) "obv" = ( /obj/structure/disposalpipe/segment{ color = "#954535" @@ -65761,10 +67593,31 @@ /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating/asteroid/ancient, /area/station/hallway/spacebridge/scidock) +"ock" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "ocw" = ( /obj/structure/grille/broken, /turf/simulated/floor/plating/asteroid/ancient, /area/mine/unexplored/cere/civilian) +"ocW" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "odg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -65786,14 +67639,6 @@ icon_state = "purplefull" }, /area/station/hallway/primary/aft/west) -"odn" = ( -/obj/machinery/door/airlock/freezer{ - name = "Freezer" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel/freezer, -/area/station/service/hydroponics) "odt" = ( /obj/item/trash/pistachios{ pixel_x = -3; @@ -65823,20 +67668,21 @@ }, /turf/simulated/floor/plating, /area/station/science/xenobiology) -"odZ" = ( -/obj/machinery/atmospherics/portable/canister/air, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) +"oec" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/public/locker) "oeh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/decal/cleanable/dirt, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "oen" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable/orange{ @@ -65850,20 +67696,6 @@ }, /turf/simulated/floor/plating, /area/station/medical/virology) -"oep" = ( -/obj/machinery/door/airlock/maintenance/external{ - name = "External Airlock Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/station/hallway/primary/port/east) "oes" = ( /obj/structure/cable{ d1 = 4; @@ -65878,17 +67710,9 @@ }, /area/station/hallway/secondary/entry/north) "oeu" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) +/obj/structure/closet/lasertag/red, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "oex" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -65937,12 +67761,28 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/hallway/spacebridge/scidock) -"off" = ( -/obj/structure/girder, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +"oeX" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 5 }, -/area/station/maintenance/port) +/obj/structure/chair/stool, +/obj/structure/window/basic{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/bar) +"ofP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/red, +/area/station/service/chapel) "ofQ" = ( /obj/structure/cable/orange{ d1 = 1; @@ -65952,6 +67792,11 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/west) "oga" = ( @@ -65994,11 +67839,32 @@ "ogl" = ( /turf/simulated/floor/plasteel/freezer, /area/station/service/kitchen) -"ogz" = ( -/obj/structure/closet/crate, -/obj/item/pickaxe, +"ogv" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, /turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port) +"ogH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "ogJ" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel{ @@ -66022,17 +67888,6 @@ }, /turf/simulated/floor/plasteel/white, /area/station/science/hallway) -"ogY" = ( -/mob/living/simple_animal/mouse/brown, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/gambling_den) -"ohb" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) "ohc" = ( /obj/structure/closet/emcloset, /turf/simulated/floor/plating, @@ -66067,18 +67922,14 @@ icon_state = "darkyellowfull" }, /area/station/engineering/control) -"ohu" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" +"ohJ" = ( +/obj/item/trash/spentcasing{ + icon_state = "r-casing" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plating, /area/station/maintenance/port) -"ohH" = ( -/obj/machinery/economy/vending/boozeomat, -/turf/simulated/floor/wood, -/area/station/service/bar) "ohL" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small{ @@ -66096,10 +67947,6 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/exit) -"ohY" = ( -/obj/structure/sign/custodian, -/turf/simulated/wall, -/area/station/hallway/primary/port/south) "oib" = ( /obj/machinery/door/firedoor, /turf/simulated/floor/plasteel{ @@ -66138,7 +67985,9 @@ d2 = 2; icon_state = "0-2" }, -/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, /turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/port) "oii" = ( @@ -66181,9 +68030,6 @@ "oiD" = ( /obj/structure/table/wood, /obj/item/folder/blue, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /turf/simulated/floor/wood, /area/station/service/library) "oiL" = ( @@ -66193,14 +68039,29 @@ }, /area/station/medical/medbay) "oiY" = ( -/obj/machinery/newscaster{ - pixel_y = 28; - name = "north bump" +/obj/structure/chair/sofa/left{ + dir = 1 }, /turf/simulated/floor/plasteel{ - icon_state = "darkgreenfull" + icon_state = "neutralcorner" }, -/area/station/service/hydroponics) +/area/station/hallway/primary/port/south) +"oji" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/fpmaint) "ojm" = ( /obj/machinery/economy/vending/hydrodrobe, /turf/simulated/floor/plasteel{ @@ -66229,6 +68090,12 @@ }, /turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/asmaint) +"ojE" = ( +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "ojF" = ( /obj/structure/cable{ d1 = 2; @@ -66240,13 +68107,6 @@ icon_state = "bcircuit" }, /area/station/turret_protected/ai) -"ojK" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "ojL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -66352,14 +68212,12 @@ /turf/simulated/floor/plating, /area/station/maintenance/asmaint) "olh" = ( -/obj/structure/table, -/obj/item/storage/bag/plants/portaseeder, -/obj/item/storage/bag/plants/portaseeder, -/obj/item/storage/bag/plants, -/obj/item/storage/bag/plants, /obj/machinery/light{ dir = 4 }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, @@ -66442,10 +68300,14 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/central/north) -"omf" = ( -/obj/effect/landmark/spawner/nukedisc_respawn, -/turf/simulated/floor/plating, -/area/station/maintenance/port) +"omh" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/south) "omi" = ( /obj/structure/rack, /obj/item/storage/box/pillbottles{ @@ -66533,27 +68395,16 @@ icon_state = "darkred" }, /area/station/security/checkpoint/secondary) -"onk" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" +"ons" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 10 }, -/area/station/hallway/primary/port/north) +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "onO" = ( /obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, +/turf/simulated/wall, /area/station/service/bar) "onW" = ( /obj/effect/turf_decal/loading_area{ @@ -66601,6 +68452,13 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/aft/west) +"ooq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port/north) "oow" = ( /obj/structure/cable{ d1 = 1; @@ -66730,16 +68588,6 @@ "opo" = ( /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/south) -"opB" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/public/fitness) "opD" = ( /obj/machinery/kitchen_machine/microwave, /obj/structure/table, @@ -66750,15 +68598,12 @@ /obj/effect/decal/cleanable/blood/gibs/old, /turf/simulated/floor/plasteel/freezer, /area/station/service/kitchen) -"oqc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +"oqa" = ( +/obj/structure/railing{ dir = 8 }, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) +/turf/simulated/floor/plating/asteroid/ancient, +/area/space/nearstation/disposals) "oql" = ( /obj/structure/lattice, /obj/machinery/camera{ @@ -66768,6 +68613,13 @@ }, /turf/space, /area/space/nearstation) +"oqp" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) "oqs" = ( /obj/machinery/light/small{ dir = 1 @@ -66837,26 +68689,34 @@ icon_state = "white" }, /area/station/medical/cloning) -"orp" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ +"ork" = ( +/obj/effect/turf_decal/stripes/end{ dir = 1 }, +/obj/machinery/quantumpad/cere/service_cargo, +/obj/structure/sign/directions/cargo{ + pixel_y = 7; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/station/public/quantum/service) +"orp" = ( /obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - sort_type_txt = "24" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" +/obj/structure/disposalpipe/segment{ + dir = 4 }, /turf/simulated/floor/plasteel{ dir = 4; @@ -66876,9 +68736,36 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) +"orw" = ( +/obj/structure/sign/directions/cargo{ + dir = 4; + pixel_y = 40 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "ory" = ( /turf/simulated/wall/r_wall, /area/station/medical/psych) +"orE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "orR" = ( /obj/structure/sign/poster/random{ pixel_y = 32 @@ -66920,6 +68807,26 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/central/west) +"oso" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) +"ost" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/mine/unexplored/cere/civilian) "osy" = ( /obj/item/assembly/mousetrap/armed, /turf/simulated/floor/plating/asteroid/ancient, @@ -66982,13 +68889,20 @@ icon_state = "darkbrown" }, /area/station/supply/office) -"otN" = ( +"otF" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "otQ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -67028,10 +68942,6 @@ /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/starboard) "ouF" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, /obj/machinery/light, /turf/simulated/floor/wood, /area/station/service/library) @@ -67138,6 +69048,26 @@ icon_state = "white" }, /area/station/medical/medbay) +"owH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) "owM" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/structure/rack, @@ -67202,31 +69132,6 @@ }, /turf/simulated/floor/grass/jungle, /area/station/hallway/secondary/garden) -"oxo" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) "oxv" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/universal, @@ -67270,6 +69175,15 @@ icon_state = "darkbrown" }, /area/station/supply/office) +"oyg" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "oyh" = ( /obj/effect/spawner/random_barrier/obstruction, /turf/simulated/floor/plasteel, @@ -67298,14 +69212,6 @@ icon_state = "dark" }, /area/station/turret_protected/aisat/interior/secondary) -"oyM" = ( -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "oyN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -67326,12 +69232,36 @@ }, /turf/simulated/floor/plasteel/freezer, /area/station/service/kitchen) -"ozh" = ( -/obj/machinery/floodlight{ - light_power = 1 +"ozk" = ( +/obj/structure/sign/directions/bridge{ + dir = 4; + pixel_y = -24 + }, +/obj/structure/sign/directions/security{ + pixel_y = -32; + dir = 8 + }, +/obj/structure/sign/directions/science{ + pixel_y = -40; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" }, -/turf/simulated/floor/plating, /area/station/hallway/primary/port/north) +"ozl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/carpet/cyan, +/area/station/public/fitness) "ozp" = ( /obj/structure/disposalpipe/segment/corner, /obj/machinery/light/small{ @@ -67373,14 +69303,16 @@ /turf/simulated/floor/plating, /area/station/maintenance/storage) "ozW" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/obj/machinery/requests_console/directional/south, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, +/obj/machinery/ai_status_display, +/turf/simulated/wall, /area/station/service/kitchen) "oAs" = ( -/obj/effect/decal/cleanable/blood/old, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, /turf/simulated/floor/plasteel/freezer, /area/station/service/kitchen) "oAw" = ( @@ -67417,10 +69349,6 @@ }, /turf/simulated/floor/plasteel, /area/station/security/range) -"oBh" = ( -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) "oBi" = ( /obj/structure/cable{ d1 = 1; @@ -67482,6 +69410,11 @@ icon_state = "neutralcorner" }, /area/station/hallway/secondary/entry/north) +"oBN" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/turf_decal/woodsiding, +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/hallway/primary/port/south) "oBP" = ( /turf/simulated/mineral/ancient/outer, /area/station/maintenance/apmaint) @@ -67507,19 +69440,15 @@ icon_state = "asteroidplating" }, /area/station/hallway/spacebridge/scidock) -"oCY" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "oDb" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/carpet/green, -/area/station/service/library) +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "oDf" = ( /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /obj/machinery/door/airlock/maintenance{ @@ -67529,17 +69458,27 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) -"oDM" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/destTagger, -/obj/machinery/light{ - dir = 1 +"oDx" = ( +/obj/effect/landmark/start/assistant, +/obj/structure/chair/stool{ + dir = 8 }, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"oDH" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/area/station/service/kitchen) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "oDP" = ( /obj/structure/closet/secure_closet/security, /turf/simulated/floor/plasteel{ @@ -67577,6 +69516,15 @@ /obj/structure/sign/cargo, /turf/simulated/wall, /area/station/maintenance/apmaint) +"oEL" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/station/engineering/solar/port) "oEP" = ( /obj/structure/cable{ d1 = 4; @@ -67589,18 +69537,6 @@ /obj/structure/ore_box, /turf/simulated/floor/plating, /area/station/supply/miningdock) -"oFd" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) "oFg" = ( /obj/structure/closet/secure_closet/engineering_welding, /obj/machinery/light{ @@ -67641,12 +69577,30 @@ icon_state = "dark" }, /area/station/engineering/control) +"oFJ" = ( +/obj/structure/table, +/obj/item/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/brute, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) "oFP" = ( /turf/simulated/floor/plasteel{ dir = 1; icon_state = "whitebluecorner" }, /area/station/medical/medbay) +"oFV" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/service/bar) "oFW" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -67668,37 +69622,50 @@ }, /area/station/supply/office) "oGk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, /obj/structure/disposalpipe/segment{ color = "#954535" }, -/obj/machinery/door/firedoor, /obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ - dir = 8; + dir = 1; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/south) +/area/station/hallway/primary/port/north) "oGs" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, /area/station/hallway/primary/port/south) +"oGI" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/random_spawners/dirt_frequent, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "oGM" = ( /obj/structure/disposalpipe/segment/corner, /obj/item/clothing/head/ushanka, @@ -67730,6 +69697,10 @@ icon_state = "cafeteria" }, /area/station/medical/break_room) +"oHH" = ( +/obj/machinery/economy/vending/cart, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "oIs" = ( /obj/structure/table, /obj/item/storage/fancy/cigarettes/cigpack_robust{ @@ -67741,6 +69712,13 @@ icon_state = "dark" }, /area/station/maintenance/electrical_shop) +"oIt" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/storage/tools) "oIA" = ( /obj/structure/cable/yellow{ d1 = 1; @@ -67755,6 +69733,35 @@ icon_state = "dark" }, /area/station/engineering/control) +"oII" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) +"oIO" = ( +/obj/structure/flora/rock/jungle, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/hallway/primary/port/south) "oJg" = ( /obj/machinery/atmospherics/binary/valve{ dir = 4 @@ -67824,14 +69831,26 @@ /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/apmaint) "oJY" = ( -/obj/machinery/economy/vending/hydronutrients, -/obj/machinery/camera/autoname{ - dir = 4 +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 }, +/obj/structure/table, +/obj/item/food/grown/banana, +/obj/item/food/grown/watermelon, +/obj/item/food/grown/tomato, +/obj/item/food/grown/wheat, +/obj/item/seeds/lime, +/obj/item/seeds/pumpkin, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, /area/station/service/hydroponics) +"oKb" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "oKi" = ( /obj/machinery/door/airlock/maintenance{ name = "Starboard Asteroid Maintenance Access" @@ -67862,15 +69881,6 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/fore/north) -"oKF" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "oKJ" = ( /obj/structure/lattice/catwalk, /obj/structure/disposalpipe/segment{ @@ -67947,10 +69957,6 @@ }, /turf/simulated/floor/plasteel, /area/station/supply/lobby) -"oLA" = ( -/obj/item/chair/stool, -/turf/simulated/floor/wood, -/area/station/maintenance/gambling_den) "oLP" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plasteel{ @@ -67970,14 +69976,6 @@ icon_state = "dark" }, /area/station/command/office/cmo) -"oLZ" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "oMr" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/door/airlock/public/glass, @@ -68005,13 +70003,6 @@ icon_state = "yellow" }, /area/station/public/storage/tools/auxiliary) -"oMw" = ( -/obj/item/storage/secure/safe{ - pixel_y = -28 - }, -/obj/machinery/light/small, -/turf/simulated/floor/wood, -/area/station/service/bar) "oMx" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -68023,23 +70014,22 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/fore/north) -"oMD" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" +"oMF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/power/terminal{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/obj/structure/sign/electricshock{ - pixel_y = -32 +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/turf/simulated/floor/transparent/glass/reinforced, +/turf/simulated/floor/plating, /area/station/maintenance/port) "oMG" = ( /obj/machinery/computer/guestpass{ @@ -68087,6 +70077,13 @@ dir = 1 }, /area/station/engineering/smes) +"oNc" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "oNg" = ( /obj/machinery/light{ dir = 8 @@ -68097,6 +70094,14 @@ icon_state = "escape" }, /area/station/hallway/secondary/exit) +"oNm" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) "oNy" = ( /obj/structure/sign/directions/bridge{ dir = 1; @@ -68113,13 +70118,6 @@ icon_state = "dark" }, /area/station/engineering/atmos/distribution) -"oNY" = ( -/obj/item/kirbyplants, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "oOe" = ( /obj/machinery/newscaster{ pixel_y = 28; @@ -68133,6 +70131,23 @@ "oOg" = ( /turf/simulated/wall, /area/station/service/barber) +"oOj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"oOm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) "oOu" = ( /obj/structure/morgue{ dir = 8 @@ -68149,11 +70164,18 @@ /turf/simulated/floor/plating, /area/station/maintenance/maintcentral) "oOH" = ( -/obj/structure/window/basic, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, /turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" + icon_state = "barber" }, -/area/station/service/bar) +/area/station/service/barber) "oOP" = ( /obj/machinery/firealarm/directional/east, /obj/machinery/camera{ @@ -68209,20 +70231,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/wood, /area/station/legal/courtroom) -"oPe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "oPp" = ( /obj/structure/disposalpipe/segment, /obj/machinery/conveyor{ @@ -68303,13 +70311,9 @@ /turf/simulated/floor/plating, /area/station/maintenance/disposal/northeast) "oPR" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 8 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) +/obj/structure/sign/custodian, +/turf/simulated/wall, +/area/station/maintenance/port2) "oQc" = ( /obj/machinery/light/small, /turf/simulated/floor/bluegrid{ @@ -68318,31 +70322,36 @@ temperature = 80 }, /area/station/science/xenobiology) -"oQs" = ( +"oQq" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/effect/mapping_helpers/airlock/autoname, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/obj/structure/disposalpipe/segment, -/obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" + icon_state = "darkgreenfull" }, -/area/station/public/storage/tools) -"oQK" = ( -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" +/area/station/service/hydroponics) +"oQC" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" }, -/turf/simulated/floor/plating, -/area/station/hallway/primary/port/south) +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/fitness) "oQP" = ( /obj/machinery/light/small{ dir = 8 @@ -68356,6 +70365,10 @@ }, /turf/simulated/floor/plating, /area/station/hallway/secondary/entry/north) +"oQW" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/wood, +/area/station/service/bar) "oQY" = ( /obj/structure/chair{ dir = 1 @@ -68365,11 +70378,11 @@ }, /area/station/security/lobby) "oRb" = ( -/obj/machinery/computer/HolodeckControl{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "oRh" = ( /obj/structure/disposalpipe/segment/corner{ dir = 8 @@ -68379,6 +70392,13 @@ icon_state = "whitepurplecorner" }, /area/station/science/hallway) +"oRo" = ( +/obj/structure/table, +/obj/item/desk_bell{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) "oRA" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/item/radio/intercom{ @@ -68477,28 +70497,16 @@ /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, /area/station/public/quantum/security) -"oTz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 6; - level = 2 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) -"oTV" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/spawner/grouped_spawner{ - group_id = "tunnelbats"; - max_per_spawner = 1; - name = "bat spawner"; - path_to_spawn = /mob/living/simple_animal/hostile/scarybat; - total_amount = 20 +"oTL" = ( +/obj/structure/table/wood, +/obj/item/poster/random_contraband, +/obj/item/poster/random_contraband{ + pixel_x = 5; + pixel_y = 5 }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) +/obj/item/toy/crayon/spraycan, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "oUk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 5; @@ -68507,11 +70515,8 @@ /turf/simulated/floor/plating, /area/station/hallway/primary/aft/west) "oUr" = ( -/obj/item/clothing/head/cone, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "oUs" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -68532,6 +70537,39 @@ "oUw" = ( /turf/simulated/floor/plasteel/white, /area/station/science/robotics) +"oUC" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/fitness) +"oUF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "oUJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -68624,6 +70662,13 @@ /obj/item/clothing/gloves/color/orange, /turf/simulated/floor/plating/asteroid/ancient, /area/station/hallway/primary/fore/west) +"oVv" = ( +/obj/machinery/firealarm/directional/south, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/library) "oVA" = ( /obj/structure/bed, /obj/item/bedsheet/medical, @@ -68663,17 +70708,6 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/fore/east) -"oWa" = ( -/obj/structure/table/wood/poker, -/obj/effect/spawner/grouped_spawner{ - group_id = "tunnelbats"; - max_per_spawner = 1; - name = "bat spawner"; - path_to_spawn = /mob/living/simple_animal/hostile/scarybat; - total_amount = 20 - }, -/turf/simulated/floor/wood, -/area/station/maintenance/gambling_den) "oWg" = ( /obj/machinery/conveyor{ id = "CargoWaste" @@ -68702,6 +70736,20 @@ }, /turf/simulated/wall/r_wall, /area/station/command/teleporter) +"oWM" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) "oWP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 @@ -68789,6 +70837,19 @@ icon_state = "asteroidplating" }, /area/station/maintenance/starboard) +"oXU" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) "oXX" = ( /obj/structure/showcase{ density = 0; @@ -68809,6 +70870,17 @@ icon_state = "bcircuit" }, /area/station/telecomms/chamber) +"oXY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "oYb" = ( /turf/simulated/floor/plasteel{ dir = 1; @@ -68838,17 +70910,16 @@ icon_state = "yellowcorner" }, /area/station/hallway/primary/central/east) -"oYW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"oYU" = ( +/obj/item/poster/random_contraband{ + pixel_x = 5; + pixel_y = 5 }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/item/bikehorn/rubberducky, +/obj/structure/table/wood, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, /area/station/maintenance/port) "oYX" = ( /obj/machinery/conveyor/east{ @@ -68862,26 +70933,6 @@ "oYZ" = ( /turf/simulated/floor/plasteel/white, /area/station/science/rnd) -"oZd" = ( -/obj/machinery/cryopod{ - dir = 2 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable/orange{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc/important/directional/north{ - cell_type = 15000; - name = "Cryo and Arrivals Super APC" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreen" - }, -/area/station/public/sleep) "oZo" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -68965,19 +71016,44 @@ /obj/machinery/door/firedoor, /turf/simulated/floor/plasteel, /area/station/supply/lobby) -"pam" = ( -/obj/item/radio/intercom{ - pixel_x = -28; - name = "custom placement" +"paa" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"pab" = ( +/obj/structure/transit_tube, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"pam" = ( /obj/structure/table/wood, /obj/item/camera, /obj/item/taperecorder, /obj/item/book/codex_gigas, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, /turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/station/service/library) +"pas" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "paF" = ( /obj/structure/disposalpipe/segment/corner{ dir = 8 @@ -68988,14 +71064,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) -"paU" = ( -/obj/structure/chair/sofa/pew{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/effect/landmark/start/assistant, -/turf/simulated/floor/carpet/red, -/area/station/service/chapel) "paV" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 @@ -69019,35 +71087,21 @@ }, /turf/simulated/floor/plasteel/white, /area/station/science/hallway) -"paW" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "paY" = ( -/obj/machinery/light, /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/orange{ 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/plasteel{ dir = 8; icon_state = "neutralcorner" @@ -69117,6 +71171,23 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/north) +"pcq" = ( +/turf/simulated/mineral/ancient, +/area/station/public/storage/tools) +"pcu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"pcv" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "pdg" = ( /obj/structure/cable/orange, /obj/structure/cable/orange{ @@ -69226,9 +71297,6 @@ }, /area/station/hallway/secondary/exit) "pdC" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, /obj/structure/table/wood, /obj/item/destTagger, /obj/item/stack/packageWrap, @@ -69264,6 +71332,20 @@ /obj/item/reagent_containers/drinks/britcup, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) +"pes" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 8; + sort_type_txt = "21" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) "peB" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable/orange{ @@ -69316,6 +71398,13 @@ icon_state = "darkbrown" }, /area/station/supply/storage) +"peL" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/disposal/southwest) "peQ" = ( /obj/machinery/light_switch{ dir = 4; @@ -69326,6 +71415,16 @@ icon_state = "dark" }, /area/station/turret_protected/ai) +"peV" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/economy/vending/tool, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/public/storage/tools) "pfe" = ( /obj/structure/chair/wood{ dir = 1 @@ -69361,11 +71460,56 @@ icon_state = "darkyellow" }, /area/station/engineering/atmos) +"pfD" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/assembly/mousetrap/armed, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) +"pfQ" = ( +/obj/structure/grille, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "pga" = ( /obj/structure/disposalpipe/segment, /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/maintenance/disposal/northeast) +"pge" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) +"pgC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "pgK" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/effect/turf_decal/stripes/corner{ @@ -69383,6 +71527,15 @@ icon_state = "white" }, /area/station/science/toxins/mixing) +"pgX" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/power/tracker, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/space, +/area/station/engineering/solar/port) "php" = ( /obj/structure/cable{ d1 = 4; @@ -69421,10 +71574,10 @@ /area/station/science/robotics) "phM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 + dir = 5 }, /turf/simulated/floor/plasteel/freezer, /area/station/public/locker) @@ -69519,6 +71672,17 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/starboard) +"pjx" = ( +/obj/machinery/camera{ + c_tag = "Chapel North" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "pjD" = ( /obj/structure/cable/orange{ d1 = 1; @@ -69533,18 +71697,15 @@ }, /area/station/security/processing) "pjF" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) -"pjH" = ( -/obj/machinery/alarm/directional/north, -/obj/machinery/icemachine{ - dir = 8 +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" }, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, -/area/station/service/kitchen) +/area/station/maintenance/port) "pjQ" = ( /obj/machinery/light{ dir = 8 @@ -69561,26 +71722,26 @@ }, /turf/simulated/floor/plating/airless, /area/station/maintenance/disposal/external/southwest) -"pkc" = ( -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +"pkd" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"pkk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ - icon_state = "neutralfull" + dir = 1; + icon_state = "chapel" }, -/area/station/hallway/primary/port/east) +/area/station/service/chapel) "pkm" = ( /obj/machinery/disposal/deliveryChute, /obj/structure/disposalpipe/trunk{ @@ -69670,12 +71831,6 @@ /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plating, /area/station/maintenance/starboard) -"pli" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/west) "plk" = ( /obj/structure/morgue, /turf/simulated/floor/plasteel{ @@ -69715,6 +71870,22 @@ /obj/effect/spawner/random_spawners/wall_rusted_always, /turf/simulated/wall, /area/station/maintenance/solar_maintenance/aft_starboard) +"pmb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "pmA" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -69749,6 +71920,15 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/solar_maintenance/aft_starboard) +"pnc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "pnd" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -69803,11 +71983,19 @@ dir = 4; name = "Botany Delivery" }, +/obj/effect/turf_decal/delivery/hollow, /obj/structure/plasticflaps{ opacity = 1 }, /turf/simulated/floor/plating, /area/station/service/hydroponics) +"pnO" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/obj/machinery/light, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "pnV" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -69832,16 +72020,6 @@ icon_state = "neutralfull" }, /area/station/hallway/secondary/exit) -"pod" = ( -/obj/effect/spawner/grouped_spawner{ - group_id = "tunnelbats"; - max_per_spawner = 1; - name = "bat spawner"; - path_to_spawn = /mob/living/simple_animal/hostile/scarybat; - total_amount = 20 - }, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) "pon" = ( /turf/simulated/wall/r_wall, /area/station/science/misc_lab) @@ -69851,14 +72029,6 @@ }, /turf/simulated/floor/engine/vacuum, /area/station/science/toxins/mixing) -"pow" = ( -/obj/machinery/economy/vending/artvend, -/obj/item/radio/intercom{ - pixel_x = 28; - name = "custom placement" - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "pox" = ( /obj/structure/chair/office/dark{ dir = 8 @@ -69883,6 +72053,11 @@ icon_state = "darkbrown" }, /area/station/supply/office) +"poz" = ( +/obj/structure/table/wood, +/obj/machinery/computer/library, +/turf/simulated/floor/wood, +/area/station/service/library) "poW" = ( /turf/simulated/floor/wood, /area/station/command/office/captain) @@ -69898,6 +72073,10 @@ }, /turf/simulated/floor/plasteel, /area/station/engineering/atmos/control) +"poY" = ( +/obj/effect/spawner/random_spawners/dirt_often, +/turf/simulated/floor/plasteel/freezer, +/area/station/maintenance/gambling_den) "ppd" = ( /obj/structure/cable/orange{ d1 = 2; @@ -69907,6 +72086,16 @@ /obj/structure/grille, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) +"ppi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "ppp" = ( /obj/structure/girder, /obj/item/stack/sheet/metal, @@ -69975,6 +72164,12 @@ /obj/effect/spawner/random_spawners/wall_rusted_always, /turf/simulated/wall, /area/station/maintenance/solar_maintenance/fore_starboard) +"pqc" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/westalt) "pqi" = ( /obj/structure/disposalpipe/segment, /obj/machinery/hologram/holopad, @@ -70031,16 +72226,31 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/central/west) +"pqJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "pqU" = ( /obj/machinery/door/window/classic/reversed{ name = "Theatre Stage"; dir = 4 }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, /turf/simulated/floor/plasteel{ icon_state = "bar" }, /area/station/service/theatre) "pqY" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "ramptop" @@ -70066,6 +72276,31 @@ }, /turf/simulated/floor/engine, /area/station/engineering/control) +"prv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/service/kitchen) +"prx" = ( +/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/carpet/arcade, +/area/station/public/arcade) +"pry" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10; + level = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "prB" = ( /obj/structure/cable/orange{ d1 = 1; @@ -70089,6 +72324,21 @@ icon_state = "darkgreenfull" }, /area/station/service/hydroponics) +"psa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + color = "#954535" + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/orange{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "psg" = ( /obj/structure/falsewall{ desc = "A huge chunk of metal used to separate rooms. Nothing odd here, sir."; @@ -70100,11 +72350,6 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/maintenance/solar_maintenance/fore_port) -"psE" = ( -/obj/structure/girder, -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "psM" = ( /obj/structure/cable/orange{ d1 = 4; @@ -70202,20 +72447,6 @@ icon_state = "darkyellow" }, /area/station/engineering/smes) -"ptP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) "ptT" = ( /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, @@ -70272,20 +72503,28 @@ icon_state = "darkpurple" }, /area/station/science/robotics) +"pul" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_x = -28 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/maintenance/port) "pus" = ( /obj/machinery/status_display{ layer = 4 }, /turf/simulated/wall, /area/station/public/quantum/docking) -"puy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, +"puu" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/girder, /turf/simulated/floor/plating, /area/station/maintenance/port2) "puz" = ( @@ -70297,8 +72536,16 @@ }, /area/station/science/storage) "puD" = ( -/obj/machinery/light{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" }, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" @@ -70316,6 +72563,24 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/central/north) +"puJ" = ( +/obj/structure/cable/orange{ + 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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "puM" = ( /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, @@ -70325,6 +72590,17 @@ /obj/item/stack/rods, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/maintcentral) +"puQ" = ( +/obj/structure/chair/wood, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/service/bar) +"puU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/storage/tools) "pvf" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/structure/disposalpipe/segment{ @@ -70346,18 +72622,6 @@ icon_state = "whitepurplecorner" }, /area/station/science/misc_lab) -"pvH" = ( -/obj/structure/chair/sofa/pew/right{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/landmark/start/assistant, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/station/service/chapel) "pvQ" = ( /obj/structure/cable{ d1 = 1; @@ -70368,7 +72632,7 @@ dir = 4 }, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/north) +/area/station/maintenance/port) "pwc" = ( /obj/machinery/light, /obj/structure/cable{ @@ -70423,6 +72687,12 @@ icon_state = "white" }, /area/station/science/misc_lab) +"pwF" = ( +/obj/machinery/computer/arcade/battle{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "pwH" = ( /obj/structure/cable{ d2 = 2; @@ -70448,6 +72718,15 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/port/south) +"pxd" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) "pxf" = ( /turf/simulated/floor/carpet, /area/station/maintenance/apmaint) @@ -70582,6 +72861,9 @@ /area/station/maintenance/apmaint) "pAb" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, /turf/simulated/floor/plasteel{ icon_regular_floor = "yellowsiding"; icon_state = "tranquillite" @@ -70591,7 +72873,7 @@ /turf/simulated/floor/engine, /area/station/science/xenobiology) "pAj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/plasteel{ icon_state = "bar" }, @@ -70609,6 +72891,12 @@ /obj/structure/window{ dir = 4 }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/plasteel{ icon_state = "bar" }, @@ -70643,17 +72931,26 @@ icon_state = "bluered" }, /area/station/hallway/secondary/entry/west) +"pAV" = ( +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) +"pBd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/mine/unexplored/cere/civilian) "pBi" = ( /obj/structure/table/wood, /obj/item/storage/firstaid/brute, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /turf/simulated/floor/carpet, /area/station/public/locker) "pBv" = ( @@ -70696,9 +72993,15 @@ /obj/structure/chair/wood{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/wood, /area/station/service/theatre) +"pBU" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "pBW" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, @@ -70718,6 +73021,9 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "neutral" @@ -70730,17 +73036,6 @@ icon_state = "darkpurplecorners" }, /area/station/maintenance/electrical_shop) -"pCH" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/station/service/library) "pCN" = ( /obj/machinery/door/poddoor/multi_tile/two_tile_ver{ name = "Science Emergency EVA Storage"; @@ -70750,6 +73045,23 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/aft/west) +"pCW" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Walkway" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "servlockdown"; + layer = 2.6; + name = "Service Lockdown" + }, +/obj/effect/turf_decal/caution/red{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/spacebridge/serveng) "pDl" = ( /obj/structure/cable{ d1 = 4; @@ -70769,13 +73081,6 @@ /obj/effect/spawner/random_spawners/wall_rusted_always, /turf/simulated/wall, /area/station/maintenance/apmaint) -"pDz" = ( -/obj/item/flag/clown, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/station/service/clown) "pDE" = ( /obj/structure/chair/sofa/corp{ dir = 1 @@ -70787,6 +73092,13 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/exit) +"pDJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) "pDM" = ( /obj/structure/cable/orange{ d1 = 2; @@ -70811,13 +73123,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/disposal/north) -"pDY" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "pEi" = ( /obj/machinery/camera{ c_tag = "Research Asteroid Hallway 1"; @@ -70856,11 +73161,38 @@ /obj/machinery/power/apc/directional/north, /turf/simulated/floor/plasteel, /area/station/security/range) +"pEs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"pEt" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "pEA" = ( /obj/structure/disposalpipe/sortjunction/reversed{ dir = 2; sort_type_txt = "19" }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/southwest) "pEH" = ( @@ -70896,24 +73228,15 @@ /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/hallway/primary/central/east) -"pFa" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, +"pEN" = ( +/turf/simulated/mineral/ancient/outer, /area/station/maintenance/port2) "pFc" = ( /obj/structure/railing, /turf/simulated/floor/plating/asteroid/ancient/airless, /area/mine/unexplored/cere/ai) "pFj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, +/obj/structure/closet/emcloset, /turf/simulated/floor/plating, /area/station/maintenance/port2) "pFl" = ( @@ -70927,17 +73250,6 @@ icon_state = "whitegreen" }, /area/station/medical/virology) -"pFm" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "pFr" = ( /obj/structure/cable/orange{ d2 = 8; @@ -70954,12 +73266,37 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel, /area/station/service/janitor) -"pFC" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, +"pFD" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/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/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) +"pFE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/plasteel{ - icon_state = "cafeteria" + icon_state = "dark" }, -/area/station/service/kitchen) +/area/station/service/chapel) "pFJ" = ( /obj/effect/spawner/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -71006,6 +73343,14 @@ }, /turf/simulated/floor/wood, /area/station/medical/psych) +"pGk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) "pGv" = ( /obj/structure/cable/orange{ d1 = 4; @@ -71073,16 +73418,6 @@ icon_state = "neutralfull" }, /area/station/hallway/secondary/entry/north) -"pHh" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/power/apc/directional/south, -/obj/structure/cable/orange{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/carpet/green, -/area/station/service/library) "pHG" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -71097,21 +73432,6 @@ }, /turf/simulated/floor/plasteel/white, /area/station/science/robotics) -"pHR" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/structure/grille/broken, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) -"pHW" = ( -/mob/living/carbon/human/monkey/punpun, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/wood, -/area/station/service/bar) "pIc" = ( /obj/effect/spawner/random/maintenance, /obj/structure/closet, @@ -71184,11 +73504,12 @@ icon_state = "dark" }, /area/station/security/prison/cell_block/A) -"pJK" = ( -/obj/structure/table/wood, -/obj/machinery/firealarm/directional/east, -/turf/simulated/floor/wood, -/area/station/service/clown) +"pJQ" = ( +/obj/structure/closet/coffin, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "pJS" = ( /obj/machinery/suit_storage_unit/atmos/secure, /turf/simulated/floor/plasteel{ @@ -71196,6 +73517,19 @@ dir = 8 }, /area/station/engineering/atmos) +"pJV" = ( +/obj/machinery/newscaster{ + pixel_y = 28; + name = "north bump" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/library) "pJX" = ( /obj/structure/disposalpipe/segment/corner{ dir = 8 @@ -71211,22 +73545,10 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/central/north) -"pKm" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) +"pKn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/station/service/library) "pKr" = ( /obj/structure/girder, /obj/item/stack/sheet/metal, @@ -71274,23 +73596,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/fore2) -"pKR" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/spawner/grouped_spawner{ - group_id = "tunnelbats"; - max_per_spawner = 1; - name = "bat spawner"; - path_to_spawn = /mob/living/simple_animal/hostile/scarybat; - total_amount = 20 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "pKY" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -71299,6 +73604,25 @@ icon_state = "bcircuit" }, /area/station/turret_protected/ai_upload) +"pLa" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "pLe" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plasteel{ @@ -71343,18 +73667,11 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 10 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/structure/disposalpipe/segment/corner{ + dir = 8 }, -/obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" + icon_state = "neutralfull" }, /area/station/hallway/primary/port/south) "pLL" = ( @@ -71437,26 +73754,40 @@ /turf/simulated/floor/plating, /area/station/engineering/smes) "pNo" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/carpet, /area/station/public/locker) -"pNB" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment/corner{ - dir = 4 +"pNq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/spawner/random_spawners/dirt_often, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ - icon_state = "neutralfull" + icon_state = "dark" }, -/area/station/hallway/primary/fore/west) +/area/station/service/chapel) "pNE" = ( /obj/effect/spawner/random_spawners/dirt_frequent, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, @@ -71491,6 +73822,12 @@ icon_state = "darkblue" }, /area/station/public/quantum/cargo) +"pNZ" = ( +/obj/machinery/status_display{ + layer = 4 + }, +/turf/simulated/wall, +/area/station/maintenance/port2) "pOc" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -71525,12 +73862,14 @@ /turf/simulated/floor/wood, /area/station/command/office/hos) "pOk" = ( -/obj/item/razor, -/obj/item/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "barber" +/obj/machinery/barsign{ + pixel_y = -32 }, -/area/station/service/barber) +/obj/structure/chair/sofa/corp/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/service/bar) "pOl" = ( /obj/machinery/door/airlock/command/glass, /obj/effect/mapping_helpers/airlock/autoname, @@ -71555,6 +73894,29 @@ icon_state = "darkbrown" }, /area/station/public/quantum/cargo) +"pOz" = ( +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"pOH" = ( +/obj/structure/disposalpipe/segment, +/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 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/south) "pOU" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -71565,25 +73927,22 @@ }, /turf/simulated/floor/plasteel/white, /area/station/science/hallway) -"pOW" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +"pOY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) -"pOY" = ( -/obj/item/kirbyplants/plant21, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" +/obj/structure/disposalpipe/segment/corner{ + dir = 4 }, +/turf/simulated/floor/wood, /area/station/service/bar) +"pPb" = ( +/obj/structure/statue/bananium/clown, +/turf/simulated/floor/wood, +/area/station/service/clown) "pPj" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -71612,6 +73971,10 @@ /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, /area/station/science/rnd) +"pPr" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood, +/area/station/service/library) "pPy" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -71627,14 +73990,39 @@ /turf/simulated/floor/plating, /area/station/maintenance/apmaint) "pPM" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +/obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, /turf/simulated/floor/plasteel/freezer, /area/station/public/toilet) "pPN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, /turf/simulated/floor/carpet, /area/station/security/detective) +"pPQ" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/structure/musician/piano, +/turf/simulated/floor/wood, +/area/station/service/bar) +"pPS" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/grille/broken, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "pPV" = ( /obj/structure/cable/orange{ d1 = 4; @@ -71664,20 +74052,6 @@ icon_state = "neutralfull" }, /area/station/hallway/secondary/entry/north) -"pQe" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/chair/stool{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "pQm" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable/orange{ @@ -71706,6 +74080,15 @@ }, /turf/simulated/wall, /area/station/maintenance/port2) +"pQG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/storage/tools) "pQL" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -71769,6 +74152,20 @@ icon_state = "purplecorner" }, /area/station/hallway/primary/aft/east) +"pRl" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/west) +"pRq" = ( +/obj/item/candle, +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/station/service/bar) "pRz" = ( /obj/machinery/atmospherics/meter, /obj/machinery/atmospherics/pipe/manifold4w/visible, @@ -71801,24 +74198,22 @@ icon_state = "darkfull" }, /area/station/supply/storage) -"pRF" = ( -/obj/machinery/door/airlock/glass, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 +"pRD" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/simulated/floor/plasteel, -/area/station/public/storage/tools) +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/station/hallway/primary/port/north) "pRU" = ( /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /obj/machinery/door/airlock/maintenance{ name = "Aft Asteroid Maintenance" }, -/obj/effect/spawner/random_barrier/obstruction, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, +/obj/structure/barricade/wooden/crude, +/turf/simulated/floor/plating, /area/station/maintenance/apmaint) "pRV" = ( /obj/structure/disposalpipe/segment{ @@ -71839,17 +74234,6 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) -"pSb" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/chapel/office) "pSh" = ( /obj/effect/spawner/random_spawners/dirt_often, /obj/structure/closet/firecloset, @@ -71873,10 +74257,13 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) -"pSr" = ( -/obj/machinery/economy/vending/cigarette, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) +"pSC" = ( +/obj/machinery/camera/autoname{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/simulated/floor/plasteel/freezer, +/area/station/service/kitchen) "pSE" = ( /obj/machinery/computer/teleporter{ dir = 4 @@ -71914,10 +74301,6 @@ }, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/starboard) -"pSW" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "pSY" = ( /obj/effect/spawner/window/reinforced/plasma/grilled, /obj/structure/cable, @@ -71931,15 +74314,6 @@ icon_state = "dark" }, /area/station/turret_protected/ai) -"pTp" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "pTr" = ( /obj/item/radio/intercom{ pixel_y = -28; @@ -71989,10 +74363,6 @@ icon_state = "floorgrime" }, /area/station/security/permabrig) -"pUb" = ( -/obj/structure/computerframe, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "pUd" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 1 @@ -72007,26 +74377,6 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/primary/central/north) -"pUg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port) -"pUs" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "pUC" = ( /obj/structure/table/glass, /obj/item/disk/design_disk, @@ -72046,6 +74396,20 @@ icon_state = "darkpurple" }, /area/station/science/rnd) +"pUE" = ( +/obj/structure/table/wood, +/obj/item/ashtray/bronze, +/obj/item/reagent_containers/glass/rag, +/obj/item/reagent_containers/drinks/shaker{ + pixel_y = 43; + pixel_x = 8 + }, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_x = 7; + pixel_y = 17 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "pUJ" = ( /obj/structure/cable{ d1 = 1; @@ -72054,6 +74418,15 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/starboard) +"pUZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "pVi" = ( /obj/machinery/economy/vending/wallmed/directional/north, /obj/structure/disposalpipe/segment/corner{ @@ -72074,6 +74447,16 @@ /area/station/maintenance/fore2) "pVB" = ( /obj/item/clothing/head/cone, +/obj/structure/sign/directions/service{ + dir = 1; + pixel_x = 32; + pixel_y = 24 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTREME DANGER: KEEP OUT'."; + name = "EXTREME DANGER: KEEP OUT!"; + pixel_x = -32 + }, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, @@ -72089,12 +74472,33 @@ icon_state = "solarpanel" }, /area/station/engineering/solar/aft_starboard) -"pWc" = ( -/obj/machinery/light/small{ +"pVQ" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/bar) +"pVS" = ( +/obj/machinery/cryopod{ dir = 1 }, -/turf/simulated/floor/plasteel/freezer, -/area/station/service/kitchen) +/obj/machinery/camera/autoname{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/public/sleep/secondary) +"pVV" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "pWf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -72104,19 +74508,31 @@ icon_state = "white" }, /area/station/maintenance/apmaint) -"pWg" = ( -/obj/structure/chair/stool{ +"pWj" = ( +/obj/machinery/light/small{ dir = 4 }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) -"pWj" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/closet/firecloset/full, +/obj/structure/disposalpipe/segment/corner, /turf/simulated/floor/plating, /area/station/maintenance/disposal/southwest) +"pWo" = ( +/obj/structure/disposalpipe/segment{ + color = "#954535" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "pWq" = ( /obj/machinery/firealarm/directional/north, /turf/simulated/floor/plasteel{ @@ -72179,6 +74595,13 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/wood, /area/station/public/vacant_office) +"pWT" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/obj/effect/spawner/random_spawners/dirt_often, +/turf/simulated/floor/plasteel/freezer, +/area/station/maintenance/gambling_den) "pWW" = ( /obj/structure/cable/orange{ d1 = 1; @@ -72201,10 +74624,15 @@ /turf/simulated/floor/plating, /area/station/maintenance/asmaint) "pXh" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/plasteel{ icon_state = "bar" }, @@ -72243,6 +74671,21 @@ /obj/structure/girder, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/asmaint) +"pXV" = ( +/obj/machinery/door/airlock/maintenance/external{ + name = "External Airlock Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/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/station/maintenance/port2) "pXX" = ( /obj/structure/cable/orange{ d1 = 4; @@ -72297,9 +74740,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/plasteel{ icon_state = "bar" }, @@ -72324,19 +74770,14 @@ icon_state = "vault" }, /area/station/command/vault) -"pYz" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 +"pYA" = ( +/obj/structure/chair, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/firealarm/directional/east, -/obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ + dir = 4; icon_state = "neutralcorner" }, /area/station/hallway/primary/port/north) @@ -72360,10 +74801,6 @@ icon_state = "darkfull" }, /area/station/supply/storage) -"pYO" = ( -/obj/machinery/ai_status_display, -/turf/simulated/wall, -/area/station/public/toilet) "pYR" = ( /obj/structure/cable{ d1 = 1; @@ -72384,33 +74821,6 @@ icon_state = "darkblue" }, /area/station/command/bridge) -"pZo" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) -"pZq" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) "pZs" = ( /obj/structure/cable/orange{ d1 = 1; @@ -72436,11 +74846,11 @@ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/disposalpipe/segment{ dir = 4; color = "#954535" }, +/obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ icon_state = "neutralcorner" }, @@ -72454,26 +74864,29 @@ icon_state = "whitepurple" }, /area/station/science/genetics) -"qad" = ( -/obj/machinery/door/airlock/glass{ - id_tag = "Cryogenics"; - name = "Primary Cryodorms" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +"pZQ" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"qar" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreenfull" +/obj/machinery/door/airlock/maintenance/external{ + name = "External Airlock Access" }, -/area/station/public/sleep) +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/spawner/random_spawners/dirt_frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "qaJ" = ( /obj/machinery/light/small{ dir = 8 @@ -72538,19 +74951,6 @@ }, /turf/simulated/floor/plating, /area/station/security/prisonershuttle) -"qbB" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/east) "qbD" = ( /obj/structure/disposalpipe/segment{ color = "#954535" @@ -72575,19 +74975,6 @@ icon_state = "asteroidplating" }, /area/station/maintenance/fore) -"qbG" = ( -/obj/effect/spawner/window/reinforced/grilled, -/obj/structure/cable/orange{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/station/public/storage/tools) "qcb" = ( /obj/machinery/light/small{ dir = 8 @@ -72623,6 +75010,19 @@ icon_state = "escape" }, /area/station/hallway/secondary/entry/east) +"qcw" = ( +/obj/item/assembly/mousetrap/armed, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) +"qcE" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random_spawners/dirt_often, +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/maintenance/port) "qcI" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -72636,14 +75036,6 @@ }, /turf/simulated/floor/engine, /area/station/engineering/control) -"qcR" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/closet, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "qcS" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ @@ -72785,6 +75177,9 @@ icon_state = "dark" }, /area/station/engineering/gravitygenerator) +"qeS" = ( +/turf/simulated/mineral/ancient, +/area/space) "qeX" = ( /obj/item/reagent_containers/drinks/bottle/patron, /obj/structure/table/wood, @@ -72821,12 +75216,25 @@ }, /area/station/hallway/spacebridge/comeng) "qft" = ( -/obj/machinery/light{ - dir = 1 +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/machinery/photocopier, -/turf/simulated/floor/wood, -/area/station/service/library) +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/structure/cable/orange{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc/important/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/public/quantum/service) "qfv" = ( /obj/structure/closet, /obj/effect/spawner/random/maintenance, @@ -72851,6 +75259,20 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/central/north) +"qgm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/spawner/random_spawners/dirt_frequent, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "qgo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -72911,6 +75333,25 @@ icon_state = "cafeteria" }, /area/station/supply/break_room) +"qgM" = ( +/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/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "qgR" = ( /obj/machinery/door/airlock/maintenance{ name = "Storefront Access" @@ -72966,18 +75407,20 @@ icon_state = "whitepurplefull" }, /area/station/science/xenobiology) +"qhh" = ( +/obj/machinery/camera/autoname{ + dir = 10 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/serveng) "qhi" = ( /obj/item/kirbyplants/plant21, /turf/simulated/floor/plasteel{ icon_state = "darkpurple" }, /area/station/science/robotics) -"qhu" = ( -/obj/structure/table, -/turf/simulated/floor/plasteel{ - icon_state = "darkgreenfull" - }, -/area/station/service/hydroponics) "qhA" = ( /obj/structure/sign/vacuum/external, /obj/effect/spawner/window/reinforced/grilled, @@ -73017,15 +75460,6 @@ icon_state = "dark" }, /area/station/medical/morgue) -"qhX" = ( -/obj/machinery/door/airlock/public{ - name = "Chapel - Library" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/chapel) "qhZ" = ( /obj/effect/spawner/random/maintenance, /obj/structure/closet/crate, @@ -73079,15 +75513,12 @@ icon_state = "neutralcorner" }, /area/station/hallway/secondary/entry/west) -"qji" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 +"qjf" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/simulated/floor/wood, -/area/station/service/library) +/area/station/service/chapel/office) "qjq" = ( /obj/structure/cable/orange{ d1 = 2; @@ -73103,16 +75534,22 @@ }, /turf/simulated/floor/plating, /area/station/engineering/smes) -"qjK" = ( -/obj/effect/turf_decal/stripes/line{ +"qjD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 10 +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/westalt) +/area/station/maintenance/port2) "qjX" = ( /obj/machinery/door/airlock/mining/glass, /obj/effect/mapping_helpers/airlock/autoname, @@ -73148,6 +75585,15 @@ /obj/effect/landmark/spawner/xeno, /turf/simulated/floor/plating, /area/station/supply/miningdock) +"qkm" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "qko" = ( /obj/structure/disposalpipe/segment{ color = "#954535" @@ -73243,20 +75689,40 @@ /obj/item/flashlight/lantern, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/asmaint) -"qle" = ( -/obj/item/chair/stool, -/obj/structure/sign/poster/random{ - name = "random contraband poster"; - pixel_y = 32; - random_basetype = /obj/structure/sign/poster/contraband - }, -/turf/simulated/floor/wood, -/area/station/maintenance/gambling_den) "qll" = ( /turf/simulated/floor/plasteel{ icon_state = "white" }, /area/station/science/toxins/mixing) +"qls" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"qlu" = ( +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler{ + pixel_y = 6 + }, +/obj/item/hand_labeler{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/destTagger{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/destTagger, +/obj/structure/table, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/storage/tools) "qlv" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -73339,6 +75805,10 @@ icon_state = "neutralcorner" }, /area/station/hallway/secondary/entry/east) +"qmI" = ( +/obj/structure/sign/poster/official/report_crimes, +/turf/simulated/wall/r_wall, +/area/station/hallway/primary/port/south) "qmQ" = ( /obj/machinery/door/airlock/glass, /obj/structure/barricade/wooden, @@ -73362,6 +75832,18 @@ /obj/machinery/door/firedoor, /turf/simulated/floor/plasteel/white, /area/station/science/hallway) +"qmY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/assembly/mousetrap/armed, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "qnb" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 4 @@ -73459,13 +75941,6 @@ /obj/item/pickaxe/emergency, /turf/simulated/floor/plating, /area/station/maintenance/starboard) -"qoC" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "qoE" = ( /obj/machinery/atmospherics/binary/volume_pump{ name = "Mix to Port"; @@ -73475,16 +75950,31 @@ icon_state = "dark" }, /area/station/engineering/atmos) -"qoN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +"qoK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, +/area/station/maintenance/port2) +"qoN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, /area/station/service/bar) "qoO" = ( /obj/structure/disposalpipe/segment{ @@ -73563,6 +76053,11 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) +"qpx" = ( +/obj/effect/spawner/random_spawners/wall_rusted_always, +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/port2) "qpM" = ( /obj/structure/closet, /obj/effect/spawner/random/maintenance, @@ -73632,6 +76127,14 @@ icon_state = "white" }, /area/station/medical/reception) +"qqG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "qqI" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/plasteel{ @@ -73692,6 +76195,13 @@ icon_state = "dark" }, /area/station/supply/warehouse) +"qst" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "qsC" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ @@ -73725,7 +76235,12 @@ }, /area/station/supply/office) "qsR" = ( -/obj/machinery/firealarm/directional/south, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plasteel{ icon_regular_floor = "yellowsiding"; icon_state = "tranquillite" @@ -73740,6 +76255,8 @@ }, /obj/item/clothing/mask/facehugger/toy, /obj/item/clothing/mask/fakemoustache, +/obj/effect/spawner/random_spawners/dirt_often, +/obj/machinery/firealarm/directional/east, /turf/simulated/floor/plasteel{ icon_regular_floor = "yellowsiding"; icon_state = "tranquillite" @@ -73784,6 +76301,19 @@ /obj/structure/disposaloutlet, /turf/simulated/floor/plating/airless, /area/station/maintenance/disposal/southwest) +"qtV" = ( +/obj/structure/table/wood, +/obj/item/ashtray/glass{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "qtW" = ( /obj/structure/cable/orange{ d1 = 4; @@ -73805,6 +76335,12 @@ "qtZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -73820,6 +76356,13 @@ icon_state = "whiteblue" }, /area/station/medical/storage/secondary) +"quf" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/rack, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "qut" = ( /obj/structure/lattice/catwalk, /obj/machinery/power/tracker, @@ -73829,6 +76372,11 @@ }, /turf/space, /area/station/engineering/solar/aft) +"quE" = ( +/obj/structure/closet/firecloset/full, +/obj/item/pickaxe, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "quI" = ( /turf/simulated/wall/r_wall, /area/station/science/explab/chamber) @@ -73852,12 +76400,6 @@ icon_state = "darkbrowncorners" }, /area/station/maintenance/starboard) -"quW" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "qva" = ( /obj/structure/cable/orange{ d1 = 4; @@ -73869,6 +76411,27 @@ icon_state = "darkredcorners" }, /area/station/security/prison/cell_block/A) +"qvh" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore/west) "qvk" = ( /obj/structure/closet/bombcloset, /turf/simulated/floor/plasteel{ @@ -73883,13 +76446,6 @@ }, /turf/simulated/floor/plasteel, /area/station/security/prisonlockers) -"qvn" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) "qvp" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/sortjunction/reversed{ @@ -73907,6 +76463,10 @@ /obj/structure/flora/ausbushes/sunnybush, /turf/simulated/floor/grass, /area/station/hallway/spacebridge/scidock) +"qvJ" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/port) "qvP" = ( /obj/machinery/door/airlock/security/glass{ name = "Criminal Delivery Chute" @@ -73959,6 +76519,25 @@ icon_state = "darkblue" }, /area/station/medical/storage/secondary) +"qwk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "qwt" = ( /obj/structure/flora/ausbushes/grassybush, /turf/simulated/floor/grass, @@ -74023,6 +76602,15 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/southwest) +"qxH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/dirt_often, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) "qxQ" = ( /turf/simulated/floor/plating, /area/station/maintenance/port2) @@ -74032,8 +76620,8 @@ name = "south bump"; dir = 1 }, -/obj/structure/closet/secure_closet/hydroponics, /obj/effect/spawner/random_spawners/dirt_often, +/obj/structure/closet/secure_closet/hydroponics, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, @@ -74068,20 +76656,6 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) -"qyu" = ( -/obj/machinery/camera{ - c_tag = "Service Asteroid Hallway 2"; - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "qyx" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -74106,26 +76680,53 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/fore2) -"qyO" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/disposalpipe/segment/corner{ - dir = 1 +"qyG" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 12 }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/mine/unexplored/cere/civilian) +"qyO" = ( /obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "qyP" = ( /turf/simulated/floor/transparent/glass/reinforced{ slowdown = -0.3 }, /area/station/hallway/spacebridge/scidock) +"qyT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "qyY" = ( /obj/machinery/conveyor/auto{ dir = 4 @@ -74133,12 +76734,6 @@ /obj/machinery/light/small, /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/southeast) -"qzg" = ( -/obj/structure/table, -/obj/item/wrench, -/obj/item/clothing/glasses/meson, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "qzE" = ( /obj/machinery/firealarm/directional/south, /obj/structure/disposalpipe/segment{ @@ -74158,6 +76753,16 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/servsci) +"qzM" = ( +/obj/structure/sign/poster/contraband/rip_badger{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/westalt) "qzT" = ( /obj/item/seeds/wheat/rice, /turf/simulated/floor/grass, @@ -74216,6 +76821,10 @@ /obj/machinery/alarm/directional/west, /turf/simulated/floor/mech_bay_recharge_floor, /area/station/science/robotics/chargebay) +"qAJ" = ( +/obj/structure/window/full/reinforced/tinted, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "qAX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -74283,11 +76892,9 @@ }, /area/station/science/test_chamber) "qBt" = ( -/obj/item/radio/intercom{ - pixel_y = 28; - name = "custom placement" +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 }, -/obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -74328,14 +76935,6 @@ }, /turf/simulated/floor/plating, /area/station/legal/lawoffice) -"qCo" = ( -/obj/item/radio/intercom{ - pixel_x = 28; - name = "custom placement" - }, -/obj/structure/punching_bag, -/turf/simulated/floor/carpet/cyan, -/area/station/public/fitness) "qCD" = ( /obj/item/radio/intercom{ pixel_x = 28; @@ -74375,10 +76974,14 @@ }, /area/station/hallway/primary/aft/west) "qDG" = ( -/obj/machinery/camera{ - c_tag = "Civilian Escape Pod" +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greencorner" }, -/turf/simulated/floor/plating, /area/station/maintenance/port) "qDH" = ( /obj/structure/disposalpipe/junction/reversed{ @@ -74434,6 +77037,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ + dir = 4; icon_state = "neutralcorner" }, /area/station/hallway/primary/port/north) @@ -74444,24 +77048,25 @@ /turf/simulated/floor/carpet/black, /area/station/command/office/captain) "qEL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, /obj/structure/cable{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, -/area/station/hallway/primary/port/east) -"qEX" = ( -/obj/structure/table/glass/reinforced, -/obj/machinery/reagentgrinder, -/turf/simulated/floor/wood, -/area/station/service/bar) +/area/station/hallway/primary/port/north) "qFc" = ( /turf/simulated/floor/plasteel{ icon_state = "darkbrowncorners" @@ -74504,11 +77109,6 @@ }, /turf/space, /area/station/engineering/solar/fore_starboard) -"qFS" = ( -/obj/structure/closet/emcloset, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) "qGa" = ( /turf/simulated/wall, /area/station/supply/sorting) @@ -74521,6 +77121,19 @@ icon_state = "whiteblue" }, /area/station/medical/paramedic) +"qGm" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/toy/crayon/mime, +/obj/item/pen/red{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) "qGC" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -74553,48 +77166,37 @@ icon_state = "red" }, /area/station/security/storage) -"qHf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/hologram/holopad, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/carpet/green, -/area/station/service/library) -"qHk" = ( -/obj/structure/cable{ - 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/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/fore/west) "qHn" = ( /turf/simulated/wall, /area/station/hallway/secondary/entry/west) +"qHr" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/item/toy/plushie/voxplushie, +/obj/item/clothing/head/wizard/fake{ + pixel_x = 1; + pixel_y = 13 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "qHC" = ( /obj/effect/spawner/random_spawners/wall_rusted_always, /turf/simulated/wall, /area/station/maintenance/electrical_shop) "qHH" = ( /obj/machinery/photocopier, -/obj/item/radio/intercom{ - pixel_x = 28; - name = "custom placement" - }, /obj/machinery/camera{ c_tag = "Detective's Office"; dir = 8 }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, @@ -74676,20 +77278,6 @@ icon_state = "white" }, /area/station/science/misc_lab) -"qIi" = ( -/obj/machinery/door_control{ - id = "kitchen1"; - name = "Privacy Shutters"; - pixel_y = -24 - }, -/obj/structure/table/reinforced, -/obj/item/eftpos/register{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) "qIj" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -74699,6 +77287,17 @@ icon_state = "darkbrown" }, /area/station/supply/storage) +"qIF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "qIJ" = ( /obj/structure/extinguisher_cabinet{ name = "west bump"; @@ -74726,6 +77325,16 @@ icon_state = "asteroidplating" }, /area/station/maintenance/starboard) +"qJo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + color = "#954535" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "qJr" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel{ @@ -74733,19 +77342,6 @@ icon_state = "darkfull" }, /area/station/supply/expedition) -"qJw" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 8 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "qJA" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -74758,20 +77354,21 @@ }, /turf/simulated/floor/plasteel, /area/station/security/permabrig) +"qJD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/clothing/shoes/workboots, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/head/hardhat, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/station/maintenance/port) "qJG" = ( /obj/structure/lattice/catwalk, /turf/space, /area/space/nearstation) -"qJI" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/portable/canister/air, -/obj/machinery/atmospherics/unary/portables_connector{ - layer = 2 - }, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/gambling_den) "qJK" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ @@ -74782,6 +77379,15 @@ icon_state = "whiteblue" }, /area/station/medical/storage/secondary) +"qJM" = ( +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "qJQ" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/effect/turf_decal/loading_area{ @@ -74792,41 +77398,31 @@ icon_state = "darkbrown" }, /area/station/maintenance/starboard) -"qKh" = ( -/obj/structure/railing, -/turf/simulated/floor/plating/asteroid/ancient/airless, -/area/mine/unexplored/cere/civilian) +"qJY" = ( +/obj/structure/closet/crate{ + name = "top secret mime supplies" + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/service/clown/secret) +"qKt" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) "qKz" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/maintenance/disposal/northeast) -"qKA" = ( -/obj/machinery/camera{ - c_tag = "Library South"; - dir = 4 - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/simulated/floor/carpet/green, -/area/station/service/library) "qKC" = ( /obj/item/rack_parts, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, /area/station/maintenance/starboard) -"qKM" = ( -/obj/machinery/camera{ - c_tag = "Library West"; - dir = 4 - }, -/obj/machinery/door/window/classic/normal{ - name = "Library Desk Door" - }, -/obj/effect/mapping_helpers/airlock/windoor/access/any/service/library, -/turf/simulated/floor/wood, -/area/station/service/library) "qKO" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -74994,6 +77590,13 @@ icon_state = "dark" }, /area/station/engineering/atmos) +"qMR" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/camera/autoname, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/serveng) "qMU" = ( /turf/simulated/floor/plasteel{ dir = 4; @@ -75016,22 +77619,6 @@ icon_state = "whiteblue" }, /area/station/medical/storage/secondary) -"qNe" = ( -/obj/structure/cable/orange{ - 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, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "qNi" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, @@ -75040,19 +77627,6 @@ /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/hallway/primary/aft/west) -"qNk" = ( -/obj/machinery/camera{ - c_tag = "Service Asteroid Hallway 3"; - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "qNu" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -75116,6 +77690,19 @@ }, /turf/simulated/floor/plating, /area/station/command/office/ce) +"qOg" = ( +/obj/structure/cable/orange{ + 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/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "qOk" = ( /obj/structure/railing{ dir = 8; @@ -75126,6 +77713,44 @@ "qOm" = ( /turf/simulated/wall, /area/station/science/rnd) +"qOK" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) +"qOO" = ( +/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/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) +"qOP" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/port) "qOY" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/wood, @@ -75203,8 +77828,9 @@ "qQc" = ( /turf/simulated/wall, /area/station/supply/expedition) -"qQw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +"qQJ" = ( +/obj/structure/chair/comfy/black, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /obj/structure/disposalpipe/segment{ @@ -75215,22 +77841,10 @@ d2 = 8; icon_state = "4-8" }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port2) -"qQx" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/gambling_den) -"qQJ" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, +/turf/simulated/floor/wood, /area/station/service/bar) "qQO" = ( /turf/simulated/wall/r_wall, @@ -75270,10 +77884,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/solar_maintenance/aft) -"qRD" = ( -/obj/effect/spawner/random_spawners/grille_maybe, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "qRI" = ( /obj/effect/landmark{ icon = 'icons/effects/spawner_icons.dmi'; @@ -75295,6 +77905,27 @@ icon_state = "dark" }, /area/station/turret_protected/ai) +"qRJ" = ( +/obj/structure/chair/stool, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/toy/plushie/nianplushie, +/obj/item/clothing/mask/breath{ + pixel_y = -4 + }, +/obj/item/clothing/head/hardhat/red{ + pixel_x = 1; + pixel_y = 15 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/orange{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "qRL" = ( /obj/machinery/atmospherics/trinary/mixer/flipped{ dir = 1 @@ -75319,6 +77950,17 @@ /obj/machinery/light/small, /turf/simulated/floor/plating, /area/station/hallway/secondary/entry/south) +"qRU" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "qRZ" = ( /obj/machinery/light{ dir = 1 @@ -75344,22 +77986,20 @@ /turf/simulated/floor/plasteel, /area/station/public/locker) "qSS" = ( -/obj/machinery/camera{ - c_tag = "Service Asteroid Hallway 8"; - dir = 1 +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 }, -/turf/simulated/floor/carpet, -/area/station/hallway/primary/port/east) -"qTa" = ( -/obj/machinery/light_switch{ - pixel_y = 24; - name = "north bump" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" }, /turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" + icon_state = "barber" }, -/area/station/hallway/primary/port/east) +/area/station/service/barber) "qTc" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -75394,6 +78034,19 @@ /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/hallway/secondary/entry/north) +"qTY" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) "qUd" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/orange{ @@ -75469,6 +78122,23 @@ icon_state = "dark" }, /area/station/engineering/atmos) +"qUP" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/hallway/primary/port/north) +"qUT" = ( +/turf/simulated/wall, +/area/station/maintenance/abandonedbar) +"qVg" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) "qVi" = ( /obj/structure/closet/emcloset, /turf/simulated/floor/mineral/titanium/blue, @@ -75611,11 +78281,31 @@ /turf/simulated/floor/mineral/titanium/blue, /area/shuttle/pod_1) "qXA" = ( -/obj/structure/table/glass/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/wood, +/obj/effect/landmark/start/bartender, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/royalblack, /area/station/service/bar) +"qXT" = ( +/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 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "qXW" = ( /obj/machinery/door/airlock/titanium{ name = "Escape Pod Airlock" @@ -75653,6 +78343,12 @@ icon_state = "whiteblue" }, /area/station/medical/reception) +"qYN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "qYR" = ( /obj/structure/closet/toolcloset, /turf/simulated/floor/plasteel{ @@ -75664,7 +78360,6 @@ /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, -/obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, @@ -75683,11 +78378,14 @@ icon_state = "whitepurple" }, /area/station/maintenance/apmaint) -"qZm" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) +"qZn" = ( +/obj/machinery/button/windowtint{ + id = "chaplain"; + pixel_y = 24 + }, +/obj/structure/closet/secure_closet/chaplain, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "qZt" = ( /obj/structure/chair, /obj/machinery/atmospherics/unary/vent_scrubber/on, @@ -75744,6 +78442,13 @@ icon_state = "asteroidplating" }, /area/station/maintenance/asmaint) +"rag" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "raj" = ( /obj/structure/cable/orange{ d1 = 2; @@ -75795,6 +78500,12 @@ icon_state = "dark" }, /area/station/hallway/primary/aft/west) +"raP" = ( +/obj/machinery/floodlight{ + light_power = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "raS" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -75859,6 +78570,18 @@ icon_state = "darkfull" }, /area/station/supply/office) +"rci" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/service/clown/secret) "rcj" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, @@ -75924,18 +78647,18 @@ /obj/machinery/recharge_station, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) -"rdc" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 4 +"rdf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "chapel" }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/area/station/service/chapel) +"rdg" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 3 }, -/obj/structure/grille/broken, -/turf/simulated/floor/plating, -/area/station/maintenance/port) +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port2) "rdl" = ( /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /obj/effect/spawner/random_spawners/dirt_frequent, @@ -76022,6 +78745,28 @@ /obj/machinery/ai_status_display, /turf/simulated/mineral/ancient, /area/station/legal/courtroom) +"reZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal, +/obj/effect/mapping_helpers/airlock/windoor/autoname, +/obj/machinery/door/window/classic/normal{ + name = "Kitchen"; + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics, +/obj/item/desk_bell{ + pixel_x = 7; + pixel_y = 7; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/service/kitchen) "rfq" = ( /obj/structure/cable{ d1 = 1; @@ -76069,10 +78814,18 @@ }, /turf/simulated/floor/plasteel, /area/station/security/prisonlockers) -"rhg" = ( -/obj/structure/disposalpipe/junction/reversed{ - dir = 1 +"rhb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/westalt) +"rhg" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -76082,6 +78835,7 @@ dir = 8 }, /obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, @@ -76096,26 +78850,6 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) -"rhV" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/junction/y{ - dir = 8 - }, -/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/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "ril" = ( /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel, @@ -76143,6 +78877,14 @@ /obj/structure/cable/orange, /turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/fore) +"rjf" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/mine/unexplored/cere/civilian) "rji" = ( /obj/structure/cable{ d1 = 1; @@ -76276,10 +79018,18 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/starboard) -"rkP" = ( -/obj/machinery/kitchen_machine/candy_maker, -/turf/simulated/floor/plasteel/freezer, -/area/station/service/kitchen) +"rkU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore/west) "rlz" = ( /obj/structure/falsewall{ desc = "A huge chunk of metal used to separate rooms. Nothing odd here, sir."; @@ -76302,6 +79052,12 @@ icon_state = "neutralcorner" }, /area/station/turret_protected/aisat/interior) +"rlQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/service/kitchen) "rlV" = ( /obj/machinery/light{ dir = 8 @@ -76318,12 +79074,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/starboard/south) -"rmf" = ( -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/station/public/storage/tools) "rmq" = ( /obj/structure/cable/orange{ d1 = 1; @@ -76332,15 +79082,6 @@ }, /turf/simulated/floor/carpet, /area/station/legal/courtroom) -"rmA" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/camera/autoname{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkgreenfull" - }, -/area/station/service/hydroponics) "rmR" = ( /obj/structure/closet/l3closet/scientist, /obj/machinery/camera{ @@ -76365,6 +79106,22 @@ }, /turf/simulated/floor/plasteel, /area/station/security/prisonershuttle) +"rnq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "rns" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ @@ -76381,6 +79138,11 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/south) +"rnP" = ( +/obj/effect/spawner/random_spawners/fungus_probably, +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall, +/area/mine/unexplored/cere/civilian) "rnQ" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -76389,28 +79151,6 @@ icon_state = "dark" }, /area/station/security/armory/secure) -"rnX" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery"; - dir = 4; - location = "Bar" - }, -/obj/effect/turf_decal/delivery/hollow, -/obj/machinery/door/window/classic/reversed{ - dir = 8; - name = "Bar Delivery" - }, -/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/windoor/access/any/service/bar{ - dir = 8 - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/simulated/floor/plasteel, -/area/station/service/bar) "roh" = ( /obj/structure/cable{ d1 = 1; @@ -76456,20 +79196,16 @@ /turf/simulated/floor/plating, /area/station/maintenance/disposal/south) "roq" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" +/obj/machinery/computer/arcade{ + dir = 1 }, -/area/station/service/kitchen) +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/service/bar) "rot" = ( -/obj/structure/disposalpipe/segment/corner, /obj/effect/spawner/random_spawners/dirt_often, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /turf/simulated/floor/plasteel, /area/station/public/locker) "roF" = ( @@ -76502,13 +79238,19 @@ dir = 2; sort_type_txt = "17" }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/southwest) -"rpm" = ( -/obj/machinery/power/apc/directional/south, -/obj/structure/cable/orange, -/turf/simulated/floor/wood, -/area/station/service/theatre) +"rps" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "rpx" = ( /obj/machinery/door/poddoor/shutters{ dir = 8; @@ -76518,8 +79260,13 @@ /turf/simulated/floor/plating, /area/station/supply/miningdock) "rpE" = ( -/obj/structure/table/wood, -/obj/item/stamp/clown, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + name = "east bump" + }, +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/clown, /turf/simulated/floor/wood, /area/station/service/clown) "rpK" = ( @@ -76585,6 +79332,17 @@ /obj/machinery/hologram/holopad, /turf/simulated/floor/carpet, /area/station/legal/courtroom) +"rqr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "rqu" = ( /obj/machinery/defibrillator_mount/loaded{ pixel_y = 30 @@ -76608,6 +79366,12 @@ /obj/structure/lattice/catwalk, /turf/space, /area/station/engineering/solar/fore_starboard) +"rrc" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "rrj" = ( /obj/machinery/door/airlock/maintenance{ name = "Medbay SMES Access" @@ -76633,12 +79397,6 @@ /obj/effect/turf_decal/delivery/white/hollow, /turf/simulated/floor/noslip, /area/station/medical/surgery) -"rrr" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/transparent/glass/reinforced{ - slowdown = -0.3 - }, -/area/station/hallway/spacebridge/serveng) "rrs" = ( /turf/simulated/mineral/ancient/outer, /area/station/maintenance/disposal/westalt) @@ -76658,14 +79416,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) -"rrC" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Fore Asteroid Maintenance Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plating, -/area/station/public/arcade) "rrN" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -76721,6 +79471,15 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) +"rsF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + dir = 8 + }, +/area/station/service/chapel) "rsH" = ( /obj/machinery/door/airlock/maintenance{ name = "Dorm SMES Access" @@ -76734,6 +79493,22 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/fore2) +"rte" = ( +/obj/effect/landmark/damageturf, +/obj/structure/closet/crate/can, +/obj/effect/decal/cleanable/dirt, +/obj/item/kitchen/knife, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"rtf" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "rth" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating/airless, @@ -76749,9 +79524,6 @@ }, /obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, /obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, @@ -76819,12 +79591,28 @@ icon_state = "escape" }, /area/station/hallway/secondary/exit) +"rvk" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "rvD" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, /area/station/hallway/secondary/exit) +"rvE" = ( +/obj/structure/table/wood/poker, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "rvL" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 1 @@ -76859,6 +79647,39 @@ icon_state = "dark" }, /area/station/supply/warehouse) +"rvT" = ( +/obj/structure/table, +/obj/item/ashtray/plastic{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robust{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) +"rvV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/public/quantum/service) "rwg" = ( /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, @@ -76873,23 +79694,20 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/effect/spawner/random_spawners/dirt_often, /obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/area/station/service/clown/secret) -"rwy" = ( -/obj/structure/railing, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel{ - icon_state = "dark" + dir = 1; + icon_state = "neutralcorner" }, -/area/station/public/fitness) +/area/station/hallway/primary/port/south) "rwB" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -76911,6 +79729,28 @@ /obj/effect/spawner/random_spawners/fungus_probably, /turf/simulated/wall, /area/station/maintenance/disposal/south) +"rxb" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Chapel"; + dir = 4 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Chapel Delivery" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/chapel_office{ + dir = 1 + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/station/service/chapel/office) "rxi" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel, @@ -77005,35 +79845,31 @@ "rza" = ( /turf/simulated/floor/plating, /area/station/maintenance/apmaint) -"rzu" = ( +"rzL" = ( /obj/structure/cable/orange{ - d1 = 4; + d1 = 2; d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/corner{ - dir = 4 + icon_state = "2-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, -/turf/simulated/floor/plating, /area/station/maintenance/port) -"rzy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 +"rAc" = ( +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/area/mine/unexplored/cere/civilian) +"rAg" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Holodeck Door" }, -/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, /turf/simulated/floor/plasteel{ - icon_state = "grimy" + dir = 4; + icon_state = "rampbottom" }, -/area/station/security/detective) +/area/station/hallway/primary/port/north) "rAh" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, @@ -77085,17 +79921,6 @@ icon_state = "darkgreen" }, /area/station/public/quantum/docking) -"rAG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "rAJ" = ( /obj/item/radio/intercom{ pixel_y = -28; @@ -77109,6 +79934,13 @@ icon_state = "dark" }, /area/station/science/robotics) +"rAQ" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "rAT" = ( /obj/effect/spawner/random_spawners/wall_rusted_always, /turf/simulated/wall, @@ -77156,21 +79988,6 @@ }, /turf/simulated/floor/plating/airless, /area/station/maintenance/disposal/east) -"rBB" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) "rBH" = ( /turf/simulated/wall/r_wall, /area/mine/unexplored/cere/command) @@ -77275,6 +80092,23 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) +"rCZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"rDg" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/remains/human, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "rDk" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -77384,10 +80218,6 @@ icon_state = "arrival" }, /area/station/hallway/secondary/entry/west) -"rFO" = ( -/obj/machinery/alarm/directional/north, -/turf/simulated/floor/wood, -/area/station/service/theatre) "rFR" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -77399,6 +80229,13 @@ }, /turf/simulated/floor/plasteel/white, /area/station/science/hallway) +"rFZ" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "rGc" = ( /obj/machinery/door_control{ id = "qm_warehouse"; @@ -77419,6 +80256,29 @@ icon_state = "dark" }, /area/station/supply/warehouse) +"rGi" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/deliveryChute{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/disposal/westalt) +"rGj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "rGm" = ( /obj/item/kirbyplants/plant22, /obj/machinery/light_switch{ @@ -77446,14 +80306,6 @@ /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) -"rGy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "rGY" = ( /obj/item/radio/intercom{ pixel_x = -28; @@ -77487,13 +80339,11 @@ d2 = 4; icon_state = "1-4" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /turf/simulated/floor/carpet, /area/station/security/detective) -"rHo" = ( -/obj/machinery/power/apc/directional/south, -/obj/structure/cable/orange, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) "rHs" = ( /obj/machinery/conveyor_switch/oneway{ id = "CargoWaste" @@ -77520,6 +80370,12 @@ }, /turf/space, /area/station/maintenance/fore) +"rIb" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/hallway/primary/port/south) "rId" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -77530,25 +80386,15 @@ }, /turf/simulated/floor/plasteel/dark/telecomms, /area/station/science/server) -"rIe" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/machinery/alarm/directional/south, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) -"rIf" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" +"rIl" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/area/station/hallway/primary/port/south) +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) "rIn" = ( /obj/structure/cable/orange{ d1 = 2; @@ -77600,19 +80446,31 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/plasteel/white, /area/station/science/xenobiology) -"rIY" = ( -/obj/structure/chair/stool/bar{ - dir = 8 +"rIV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + color = "#954535" + }, +/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/plasteel{ + icon_state = "neutralcorner" }, +/area/station/hallway/primary/fore/west) +"rIY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, +/mob/living/carbon/human/monkey/punpun, +/turf/simulated/floor/carpet/royalblack, /area/station/service/bar) "rIZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -77643,6 +80501,41 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/central/north) +"rJw" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"rJy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + 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{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "rJP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -77731,6 +80624,13 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/starboard/south) +"rLh" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "rLp" = ( /obj/structure/table, /obj/item/storage/firstaid/regular, @@ -77789,6 +80689,13 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) +"rLT" = ( +/obj/structure/closet/firecloset/full, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "rLW" = ( /turf/simulated/floor/plasteel{ dir = 1; @@ -77844,13 +80751,25 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/turret_protected/aisat/interior/secondary) -"rMx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 +"rMs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/carpet/red, +/area/station/service/chapel) +"rMx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -77972,10 +80891,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/central/east) -"rOy" = ( -/obj/machinery/requests_console/directional/north, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) "rOM" = ( /obj/machinery/door/airlock/public/glass{ name = "Walkway" @@ -77999,6 +80914,13 @@ icon_state = "dark" }, /area/station/command/office/cmo) +"rOQ" = ( +/obj/structure/weightmachine/weightlifter, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/cyan, +/area/station/public/fitness) "rOX" = ( /obj/structure/closet/secure_closet/CMO, /obj/machinery/alarm/directional/east, @@ -78028,6 +80950,20 @@ icon_state = "cafeteria" }, /area/station/science/hallway) +"rPc" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/storage/tools) "rPg" = ( /obj/structure/cable/orange{ d1 = 4; @@ -78060,6 +80996,13 @@ icon_state = "asteroidplating" }, /area/station/maintenance/fsmaint) +"rPp" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/wood, +/area/station/service/theatre) "rPz" = ( /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) @@ -78135,22 +81078,6 @@ /obj/machinery/light/small, /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/southeast) -"rQO" = ( -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment/corner, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "rQS" = ( /obj/machinery/atmospherics/binary/valve, /turf/simulated/floor/plating, @@ -78169,12 +81096,19 @@ }, /area/station/medical/surgery/secondary) "rRc" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 +/obj/structure/table/wood, +/obj/item/clothing/head/that{ + pixel_x = 4; + pixel_y = 6 }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" +/obj/item/reagent_containers/drinks/flask/barflask, +/obj/item/reagent_containers/drinks/shaker, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + name = "east bump" }, +/turf/simulated/floor/carpet/royalblack, /area/station/service/bar) "rRd" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, @@ -78201,43 +81135,27 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/servsci) +"rRm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "rRD" = ( /obj/machinery/atmospherics/pipe/simple/visible/red, /turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/station/engineering/atmos) -"rRE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/hydroponics) -"rRG" = ( +"rRJ" = ( /obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/spawner/random_spawners/dirt_often, -/obj/structure/sign/vacuum/external{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/area/station/hallway/primary/port/south) +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/port) "rRM" = ( /turf/simulated/wall/r_wall, /area/station/telecomms/chamber) @@ -78260,11 +81178,17 @@ icon_state = "whitegreen" }, /area/station/medical/virology) -"rSd" = ( +"rSL" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/station/maintenance/port2) +/area/station/public/fitness) "rSN" = ( /obj/machinery/firealarm/directional/east, /obj/structure/dresser, @@ -78297,13 +81221,13 @@ /turf/simulated/floor/plating, /area/station/maintenance/starboard) "rTi" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/chair/stool{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" +/obj/structure/table/wood, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/gun/projectile/revolver/doublebarrel{ + pixel_y = 6 }, +/obj/item/eftpos, +/turf/simulated/floor/wood, /area/station/service/bar) "rTq" = ( /obj/structure/lattice, @@ -78353,6 +81277,25 @@ /obj/effect/landmark/spawner/nukedisc_respawn, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/exit) +"rUb" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/port) "rUd" = ( /obj/effect/spawner/random_spawners/dirt_often, /obj/structure/closet/emcloset, @@ -78381,12 +81324,21 @@ /obj/item/storage/bag/dice, /turf/simulated/floor/wood, /area/station/service/library) -"rUQ" = ( -/obj/structure/chair/sofa/corp/corner{ - dir = 1 +"rUO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 }, -/turf/simulated/floor/carpet, -/area/station/hallway/primary/port/east) +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "rUU" = ( /obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor/plating{ @@ -78402,23 +81354,10 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/southeast) -"rVm" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) +"rVt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/mineral/ancient, +/area/station/service/library) "rVx" = ( /obj/machinery/power/apc/directional/south, /obj/structure/cable/orange, @@ -78426,6 +81365,10 @@ icon_state = "cult" }, /area/station/legal/lawoffice) +"rVC" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/service/bar) "rVD" = ( /obj/effect/spawner/random_spawners/grille_maybe, /turf/simulated/floor/plating{ @@ -78472,6 +81415,11 @@ icon_state = "ramptop" }, /area/station/science/robotics/chargebay) +"rWa" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) "rWb" = ( /turf/simulated/mineral/ancient, /area/station/maintenance/fsmaint) @@ -78508,7 +81456,7 @@ "rWt" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/spawner/random_spawners/dirt_often, +/obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, @@ -78542,8 +81490,14 @@ /area/station/medical/chemistry) "rXg" = ( /obj/effect/spawner/airlock, -/turf/simulated/wall, -/area/station/hallway/primary/port/south) +/turf/simulated/wall/r_wall, +/area/station/maintenance/port2) +"rXh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port2) "rXi" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -78551,11 +81505,49 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/maintenance/disposal/south) +"rXA" = ( +/obj/structure/table/reinforced, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/autoname{ + dir = 4 + }, +/obj/machinery/door/window/classic/normal{ + dir = 4 + }, +/obj/item/desk_bell{ + pixel_x = 7; + pixel_y = 7; + anchored = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/station/service/hydroponics) "rXJ" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) +"rXS" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "rXV" = ( /obj/structure/disposalpipe/sortjunction/reversed{ dir = 1; @@ -78563,6 +81555,20 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) +"rYd" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/machinery/alarm/directional/north, +/obj/item/flashlight{ + pixel_x = 13; + pixel_y = 13 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/storage/tools) "rYf" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -78608,6 +81614,44 @@ icon_state = "dark" }, /area/station/security/permabrig) +"rYD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) +"rYF" = ( +/obj/structure/disposalpipe/segment{ + color = "#954535" + }, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) +"rYG" = ( +/obj/structure/disposalpipe/segment/corner, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/fpmaint) "rYK" = ( /obj/structure/closet/secure_closet/explorer, /obj/machinery/requests_console/directional/south, @@ -78649,21 +81693,6 @@ /obj/effect/turf_decal/delivery, /turf/simulated/floor/plasteel, /area/station/hallway/primary/central/north) -"rZg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance/external{ - name = "External Airlock Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plating, -/area/station/hallway/primary/fore/west) "rZi" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -78689,8 +81718,12 @@ }, /area/station/engineering/control) "rZl" = ( -/turf/simulated/floor/carpet, -/area/station/hallway/primary/port/east) +/obj/machinery/dye_generator, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) "rZn" = ( /obj/structure/cable/orange{ d1 = 1; @@ -78704,17 +81737,6 @@ icon_state = "darkredcorners" }, /area/station/security/brig) -"rZG" = ( -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/item/radio/intercom{ - pixel_x = 28; - name = "custom placement" - }, -/obj/machinery/camera/autoname{ - dir = 8 - }, -/turf/simulated/floor/plasteel/freezer, -/area/station/service/kitchen) "rZN" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -78725,19 +81747,6 @@ icon_state = "whitepurplecorner" }, /area/station/maintenance/apmaint) -"rZO" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/corner{ - dir = 1 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "rZY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -78763,6 +81772,22 @@ icon_state = "asteroidplating" }, /area/station/maintenance/storage) +"saq" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Fore Asteroid Maintenance Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/spawner/random_spawners/dirt_frequent, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "saI" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -78783,6 +81808,15 @@ icon_state = "whitepurple" }, /area/station/science/toxins/mixing) +"saW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/storage/tools) "sbf" = ( /obj/effect/landmark/start/shaft_miner, /obj/structure/cable/orange{ @@ -78821,6 +81855,43 @@ icon_state = "dark" }, /area/station/security/warden) +"sbA" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/spawner/random_spawners/dirt_often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) +"scc" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Portable Air Pump Connector"; + dir = 4 + }, +/obj/machinery/atmospherics/portable/pump, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/sign/poster/official/safety_report{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/storage/tools) "scq" = ( /obj/machinery/camera{ c_tag = "Disposals"; @@ -78829,6 +81900,14 @@ /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plating, /area/station/maintenance/disposal) +"sct" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) "scE" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -78867,6 +81946,41 @@ icon_state = "redcorner" }, /area/station/hallway/primary/fore/west) +"scU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) +"sdc" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"sdd" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "sde" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/dirt, @@ -78934,13 +82048,6 @@ icon_state = "whitepurple" }, /area/station/maintenance/apmaint) -"sdF" = ( -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plasteel{ - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/station/service/theatre) "sdH" = ( /obj/structure/cable/orange{ d1 = 1; @@ -79161,6 +82268,34 @@ icon_state = "dark" }, /area/station/turret_protected/aisat/interior/secondary) +"sgG" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"sgH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "sgR" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -79229,14 +82364,6 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/plasteel/white, /area/station/science/hallway) -"shB" = ( -/obj/structure/rack, -/obj/item/pickaxe/emergency, -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/maintenance, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "shD" = ( /obj/item/radio/intercom{ name = "custom placement"; @@ -79356,10 +82483,14 @@ icon_state = "white" }, /area/station/medical/virology) -"siY" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port2) +"siX" = ( +/obj/machinery/atmospherics/unary/tank/nitrogen{ + dir = 1 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "sji" = ( /turf/simulated/wall, /area/station/maintenance/disposal/northwest) @@ -79410,6 +82541,16 @@ /obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, /turf/simulated/floor/engine, /area/station/science/xenobiology) +"skc" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) "ske" = ( /obj/structure/cable/orange{ d1 = 2; @@ -79505,20 +82646,17 @@ icon_state = "arrival" }, /area/station/hallway/secondary/entry/east) -"slc" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) -"slv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/economy/vending/assist, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" +"sls" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/area/station/public/storage/tools) +/obj/effect/decal/cleanable/blood/old, +/obj/item/gun/projectile/revolver/russian, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "slx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 @@ -79533,14 +82671,17 @@ /turf/simulated/floor/plating, /area/station/hallway/primary/fore/east) "slQ" = ( -/obj/effect/landmark/spawner/nukedisc_respawn, -/obj/effect/decal/cleanable/dirt, /obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/turf/simulated/floor/plating, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, /area/station/service/clown/secret) "slX" = ( /obj/structure/cable{ @@ -79592,21 +82733,6 @@ icon_state = "cafeteria" }, /area/station/science/hallway) -"smz" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/closet/emcloset, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) -"smJ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/barricade/wooden, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "smX" = ( /obj/machinery/door/window/classic/normal{ name = "Bar"; @@ -79635,36 +82761,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/station/turret_protected/aisat/interior/secondary) -"snh" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) -"sny" = ( -/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/alarm/directional/east, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) +"snD" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "snQ" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -79699,15 +82799,15 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) -"sov" = ( -/obj/machinery/camera{ - c_tag = "Chapel" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "chapel" +"sos" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "funeral" }, -/area/station/service/chapel) +/turf/simulated/floor/plating, +/area/station/service/chapel/office) +"sov" = ( +/turf/simulated/mineral/ancient, +/area/station/hallway/primary/port/south) "sox" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, @@ -79778,11 +82878,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /turf/simulated/floor/carpet, /area/station/public/locker) "srn" = ( @@ -79825,11 +82920,14 @@ /turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/starboard) "srN" = ( -/obj/machinery/alarm/directional/north, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, /turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" + icon_state = "barber" }, -/area/station/service/bar) +/area/station/service/barber) "srV" = ( /obj/structure/table, /obj/item/toy/figure/crew/clown, @@ -79889,6 +82987,16 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/port2) +"ssu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "ssD" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -79916,23 +83024,6 @@ /obj/machinery/light/small, /turf/simulated/floor/plating, /area/station/maintenance/port2) -"ssP" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "ssT" = ( /obj/structure/cable/orange{ d1 = 4; @@ -80019,18 +83110,6 @@ icon_state = "white" }, /area/station/science/toxins/mixing) -"stp" = ( -/obj/machinery/camera/autoname{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) -"stq" = ( -/obj/structure/chair/sofa/corp/left, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "str" = ( /obj/machinery/status_display{ pixel_y = 32 @@ -80058,6 +83137,9 @@ icon_state = "darkfull" }, /area/station/supply/office) +"stw" = ( +/turf/simulated/mineral/ancient, +/area/station/maintenance/abandonedbar) "sty" = ( /obj/machinery/door/airlock/public/glass{ name = "Walkway" @@ -80109,12 +83191,6 @@ }, /area/station/maintenance/electrical_shop) "stP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/item/reagent_containers/glass/bucket, /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plasteel{ @@ -80127,6 +83203,15 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) +"stX" = ( +/obj/structure/computerframe{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/dirt_often, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/port) "sua" = ( /obj/structure/chair/sofa/corp/corner{ dir = 1 @@ -80142,6 +83227,30 @@ icon_state = "chapel" }, /area/station/service/chapel) +"sur" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "suI" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/airlock/command{ @@ -80158,6 +83267,10 @@ }, /turf/simulated/floor/wood, /area/station/command/office/hop) +"suL" = ( +/obj/structure/lattice, +/turf/simulated/mineral/ancient, +/area/mine/unexplored/cere/civilian) "suS" = ( /obj/machinery/photocopier, /turf/simulated/floor/wood, @@ -80191,38 +83304,13 @@ }, /turf/simulated/floor/plasteel/white, /area/station/science/robotics) -"svb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +"svh" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/port/east) -"svg" = ( -/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, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/alarm/directional/east, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "svp" = ( /obj/structure/disposalpipe/segment, /obj/machinery/light/small{ @@ -80240,6 +83328,9 @@ icon_state = "dark" }, /area/station/turret_protected/aisat/interior) +"svS" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/port) "svZ" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 @@ -80349,6 +83440,12 @@ icon_state = "darkblue" }, /area/station/command/office/cmo) +"swU" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "sxa" = ( /obj/effect/spawner/random_spawners/wall_rusted_always, /turf/simulated/wall, @@ -80369,27 +83466,16 @@ icon_state = "dark" }, /area/station/turret_protected/ai_upload) +"sxz" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "sxI" = ( /obj/structure/closet/firecloset/full, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/storage) -"sxR" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = -2; - pixel_y = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "syj" = ( /obj/structure/table, /obj/item/storage/box/gloves{ @@ -80431,12 +83517,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/fore2) -"sym" = ( -/obj/effect/spawner/window/reinforced/polarized{ - id = "chaplain" - }, -/turf/simulated/floor/plating, -/area/station/service/chapel) "syo" = ( /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ @@ -80444,19 +83524,28 @@ }, /area/station/hallway/primary/fore/north) "syt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, /obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "syB" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 @@ -80496,6 +83585,29 @@ }, /turf/simulated/wall, /area/station/hallway/primary/fore/north) +"szn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"szr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "szL" = ( /obj/machinery/iv_drip, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -80528,6 +83640,14 @@ }, /turf/simulated/floor/plasteel/white, /area/station/medical/virology) +"szW" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/public/locker) "sAd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -80538,24 +83658,19 @@ icon_state = "whitegreen" }, /area/station/medical/virology) -"sAH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +"sAj" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/visible{ dir = 4 }, -/obj/machinery/door/airlock/public/glass, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "kitchen1" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"sAx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "sAI" = ( /obj/structure/sign/security{ pixel_x = 32 @@ -80631,39 +83746,37 @@ /turf/simulated/floor/plating, /area/station/hallway/primary/central/north) "sBQ" = ( -/obj/machinery/firealarm/directional/south, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" +/obj/structure/table, +/obj/item/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 = 5 +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port/north) +"sBR" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/spider/stickyweb, +/obj/item/decorations/sticky_decorations/flammable/spider, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"sBS" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 }, /turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "green" + icon_state = "neutralcorner" }, -/area/station/public/quantum/service) +/area/station/hallway/primary/port/north) "sBU" = ( /turf/simulated/floor/plasteel{ dir = 8; icon_state = "yellowcorner" }, /area/station/hallway/primary/central/east) -"sBV" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/station/public/storage/tools) "sBX" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 8 @@ -80675,20 +83788,12 @@ icon_state = "floorgrime" }, /area/station/security/permabrig) -"sBY" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/public/storage/tools) +"sCi" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/mine/unexplored/cere/civilian) "sCn" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/wall, @@ -80738,20 +83843,6 @@ icon_state = "white" }, /area/station/science/toxins/mixing) -"sCA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) "sCB" = ( /obj/structure/table, /obj/item/clothing/glasses/meson{ @@ -80883,12 +83974,13 @@ }, /area/station/public/quantum/science) "sDY" = ( -/obj/machinery/requests_console/directional/north, -/obj/machinery/hydroponics/constructable, +/obj/structure/chair/sofa/corner{ + dir = 8 + }, /turf/simulated/floor/plasteel{ - icon_state = "darkgreenfull" + icon_state = "neutralcorner" }, -/area/station/service/hydroponics) +/area/station/hallway/primary/port/south) "sEg" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -80907,16 +83999,6 @@ icon_state = "purplecorner" }, /area/station/hallway/primary/aft/west) -"sEz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/transparent/glass/reinforced, -/area/station/maintenance/port) "sED" = ( /obj/structure/chair/wood, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -80927,6 +84009,11 @@ }, /turf/simulated/floor/wood, /area/station/service/theatre) +"sEG" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/station/public/fitness) "sES" = ( /obj/machinery/door/airlock/public/glass{ autoclose = 0; @@ -80994,12 +84081,38 @@ icon_state = "dark" }, /area/station/engineering/control) -"sFF" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Broom Closet" +"sFw" = ( +/obj/structure/table, +/obj/item/eftpos, +/obj/item/kitchen/rollingpin, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" }, -/turf/simulated/floor/plating, -/area/station/hallway/primary/port/south) +/area/station/service/kitchen) +"sFH" = ( +/obj/structure/cable/orange{ + 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/camera{ + c_tag = "Barber Shop Exterior"; + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "sFU" = ( /obj/machinery/light/small, /turf/simulated/floor/plating{ @@ -81031,6 +84144,18 @@ icon_state = "whitepurplefull" }, /area/station/science/xenobiology) +"sGT" = ( +/obj/machinery/computer/arcade/orion_trail{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"sGX" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) "sGY" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -81067,20 +84192,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/wall, /area/station/hallway/primary/central/north) -"sIe" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/station/security/detective) "sIr" = ( /obj/effect/spawner/random_spawners/blood_maybe, /obj/structure/cable/orange{ @@ -81091,11 +84202,17 @@ /turf/simulated/floor/plating, /area/station/maintenance/electrical_shop) "sIP" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet, -/area/station/hallway/primary/port/east) +/obj/item/razor, +/obj/item/kirbyplants, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable/orange{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) "sIR" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -81197,10 +84314,6 @@ }, /turf/simulated/floor/plasteel/white, /area/station/science/hallway) -"sKg" = ( -/obj/structure/chair/comfy/black, -/turf/simulated/floor/wood, -/area/station/service/bar) "sKh" = ( /turf/simulated/floor/plating{ icon_state = "asteroidplating" @@ -81210,6 +84323,42 @@ /obj/effect/spawner/random_spawners/fungus_maybe, /turf/simulated/wall, /area/station/maintenance/apmaint) +"sKz" = ( +/obj/structure/rack, +/obj/item/painter{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/painter, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) +"sKE" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards{ + pixel_y = 16 + }, +/obj/item/stack/spacecash/c20, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) +"sKU" = ( +/obj/structure/cable/orange{ + 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/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/service/clown/secret) "sLb" = ( /obj/machinery/navbeacon{ codes_txt = "delivery"; @@ -81251,6 +84400,16 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/sercom) +"sLh" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "sLj" = ( /obj/structure/closet/secure_closet/roboticist, /turf/simulated/floor/plasteel{ @@ -81278,6 +84437,25 @@ icon_state = "whiteyellow" }, /area/station/science/robotics/chargebay) +"sLI" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Funeral Parlour" + }, +/obj/structure/cable/orange{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "sLK" = ( /obj/structure/disposalpipe/segment{ color = "#954535" @@ -81319,41 +84497,48 @@ d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ icon_state = "neutralcorner" }, /area/station/hallway/primary/port/south) -"sME" = ( -/obj/machinery/light{ +"sMR" = ( +/obj/machinery/newscaster{ + pixel_x = 28; + name = "east bump"; dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 6 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"sMT" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 }, /turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" + dir = 4; + icon_state = "neutralcorner" }, /area/station/public/storage/tools) -"sMR" = ( -/obj/structure/chair/stool/bar{ - dir = 4 +"sMZ" = ( +/obj/machinery/atmospherics/unary/tank/nitrogen, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, -/turf/simulated/floor/carpet, -/area/station/service/bar) -"sNg" = ( -/obj/structure/chair/wood/wings, -/obj/effect/landmark/start/chaplain, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) +/area/station/maintenance/port) +"sNb" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) "sNm" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/stripes/line{ @@ -81380,35 +84565,20 @@ }, /area/station/science/rnd) "sNq" = ( -/obj/effect/spawner/random_spawners/wall_rusted_always, -/turf/simulated/wall, -/area/station/maintenance/disposal/westalt) -"sNr" = ( -/obj/effect/spawner/window/reinforced/grilled, -/turf/simulated/floor/plating, -/area/station/maintenance/port) -"sNu" = ( +/obj/machinery/power/smes, /obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" + d2 = 4; + icon_state = "0-4" }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +/obj/machinery/light/small{ + dir = 1 }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"sNr" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, /area/station/maintenance/port) -"sNy" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "kitchen2" - }, -/obj/machinery/door/airlock/public/glass, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) "sNz" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -81460,11 +84630,19 @@ }, /area/station/turret_protected/aisat/interior/secondary) "sOf" = ( -/obj/machinery/processor, +/obj/effect/turf_decal/woodsiding{ + dir = 5 + }, /turf/simulated/floor/plasteel{ icon_state = "cafeteria" }, -/area/station/service/kitchen) +/area/station/service/bar) +"sOh" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 6 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) "sOk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/spawner/random_spawners/dirt_frequent, @@ -81557,13 +84735,10 @@ d2 = 8; icon_state = "4-8" }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "sOO" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 @@ -81638,28 +84813,6 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/maintenance/electrical_shop) -"sQc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/asteroid/corner{ - dir = 1 - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port2) "sQf" = ( /turf/simulated/floor/light{ color = "#6A5135" @@ -81672,23 +84825,45 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/wood, /area/station/maintenance/apmaint) -"sRh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, +"sQV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, -/area/station/maintenance/fore2) +/area/station/maintenance/port2) "sRk" = ( /obj/effect/spawner/window/reinforced/polarized{ id = "surg1" }, /turf/simulated/floor/plating, /area/station/medical/surgery/primary) +"sRn" = ( +/obj/structure/fans/tiny, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"sRH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "sRM" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/orange{ @@ -81752,23 +84927,6 @@ icon_state = "escape" }, /area/station/hallway/secondary/entry/east) -"sSi" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/public/storage/tools) -"sSm" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "sSq" = ( /obj/structure/cable/orange{ d1 = 4; @@ -81840,13 +84998,12 @@ /obj/effect/decal/cleanable/ash, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/starboard) -"sSU" = ( -/obj/structure/weightmachine/weightlifter, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +"sTg" = ( +/obj/structure/chair/stool/bar{ dir = 4 }, -/turf/simulated/floor/carpet/cyan, -/area/station/public/fitness) +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "sTj" = ( /obj/machinery/economy/vending/boozeomat, /turf/simulated/floor/wood, @@ -81877,6 +85034,14 @@ icon_state = "cafeteria" }, /area/station/command/office/rd) +"sTq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "sTt" = ( /obj/machinery/camera{ c_tag = "Xenobiology Chamber 6"; @@ -81913,16 +85078,6 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/aft/west) -"sUt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/carpet/green, -/area/station/service/library) "sUA" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/sign/directions/cargo{ @@ -81937,14 +85092,21 @@ }, /area/station/hallway/primary/starboard/south) "sUB" = ( -/obj/structure/sign/poster/random{ - name = "random contraband poster"; - pixel_y = -32; - random_basetype = /obj/structure/sign/poster/contraband - }, +/obj/item/chair/stool/bar, /obj/effect/landmark/damageturf, /turf/simulated/floor/wood, /area/station/maintenance/gambling_den) +"sUD" = ( +/obj/machinery/camera{ + c_tag = "Civilian Escape Pod"; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/station/maintenance/port) "sUK" = ( /obj/machinery/conveyor/auto{ dir = 8 @@ -81975,6 +85137,21 @@ icon_state = "cult" }, /area/station/legal/lawoffice) +"sVu" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance/external{ + name = "External Airlock Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "sVv" = ( /obj/effect/turf_decal/delivery/hollow, /obj/machinery/suit_storage_unit/cmo/sec_storage/secure, @@ -81996,13 +85173,6 @@ icon_state = "white" }, /area/station/medical/cloning) -"sVM" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) "sVO" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, @@ -82050,17 +85220,12 @@ }, /area/station/maintenance/starboard) "sWJ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/hologram/holopad, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 }, -/area/station/hallway/primary/port/north) +/obj/structure/closet/lasertag/blue, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "sWR" = ( /obj/structure/grille, /turf/simulated/floor/plating{ @@ -82090,11 +85255,6 @@ icon_state = "darkred" }, /area/station/security/warden) -"sWZ" = ( -/obj/structure/closet, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) "sXj" = ( /turf/simulated/wall/r_wall, /area/station/maintenance/maintcentral) @@ -82132,6 +85292,11 @@ icon_state = "cafeteria" }, /area/station/medical/break_room) +"sXA" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/white, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "sXG" = ( /obj/machinery/light{ dir = 8 @@ -82143,11 +85308,30 @@ icon_state = "darkyellow" }, /area/station/engineering/atmos) +"sXT" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/camera/autoname{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) "sYg" = ( /turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/station/turret_protected/ai) +"sYj" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/station/maintenance/port) "sYp" = ( /turf/simulated/floor/plasteel{ dir = 8; @@ -82176,16 +85360,6 @@ /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel, /area/station/maintenance/turbine) -"sZa" = ( -/obj/structure/disposalpipe/junction/reversed{ - dir = 1; - color = "#954535" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "sZd" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel{ @@ -82226,6 +85400,12 @@ icon_state = "dark" }, /area/station/telecomms/chamber) +"sZm" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/assistant, +/obj/structure/chair/office/dark, +/turf/simulated/floor/wood, +/area/station/service/library) "sZr" = ( /obj/structure/closet/secure_closet/explorer, /turf/simulated/floor/plasteel{ @@ -82240,6 +85420,12 @@ }, /turf/simulated/wall, /area/station/hallway/primary/fore/north) +"sZH" = ( +/obj/machinery/alarm/directional/north, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/bananalamp, +/turf/simulated/floor/wood, +/area/station/service/clown) "sZL" = ( /obj/machinery/camera{ c_tag = "Medbay South"; @@ -82294,6 +85480,24 @@ /obj/structure/sign/explosives/alt, /turf/simulated/wall/r_wall, /area/station/science/toxins/mixing) +"taC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + 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/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "taM" = ( /obj/structure/cable/orange{ d1 = 4; @@ -82310,12 +85514,45 @@ icon_state = "white" }, /area/station/medical/virology) +"taO" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/obj/effect/spawner/random_spawners/dirt_frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"taT" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8; + name = "Portable Scrubber Connector" + }, +/obj/machinery/atmospherics/portable/scrubber, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -24; + name = "south bump" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/public/storage/tools) "taW" = ( /obj/machinery/light/small{ dir = 1 }, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/storage) +"tba" = ( +/turf/simulated/mineral/ancient/outer, +/area/station/maintenance/abandonedbar) "tbe" = ( /turf/simulated/floor/plating{ icon_state = "asteroidplating" @@ -82418,35 +85655,11 @@ icon_state = "darkpurple" }, /area/station/maintenance/electrical_shop) -"tcl" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -24; - name = "west bump" - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) "tcs" = ( /obj/item/chair, /obj/effect/landmark/damageturf, /turf/simulated/floor/wood, /area/station/public/vacant_office) -"tcw" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) "tcx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -82521,6 +85734,15 @@ }, /turf/simulated/floor/engine, /area/station/science/xenobiology) +"teD" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "teG" = ( /obj/structure/cable/orange{ d1 = 4; @@ -82544,6 +85766,12 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/aft/east) +"teR" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "teW" = ( /obj/machinery/door/airlock/medical/glass{ id_tag = "MedbayFoyer"; @@ -82577,11 +85805,15 @@ name = "Central Access" }, /obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4; + color = "#954535" + }, /turf/simulated/floor/plasteel{ - dir = 1; + dir = 4; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "tfP" = ( /obj/structure/table/wood, /obj/item/clothing/head/beanie/rasta{ @@ -82615,33 +85847,35 @@ }, /area/station/hallway/primary/central/north) "tfU" = ( -/obj/machinery/camera{ - c_tag = "Service Asteroid Hallway 7" +/obj/structure/disposalpipe/segment/corner{ + dir = 8; + color = "#954535" }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" +/obj/structure/sign/directions/science{ + dir = 8; + pixel_x = -32; + pixel_y = 24 }, -/area/station/hallway/primary/port/east) -"tga" = ( -/obj/structure/disposalpipe/junction/reversed{ - dir = 4 +/obj/structure/sign/directions/bridge{ + dir = 1; + pixel_x = -32; + pixel_y = 40 }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/structure/sign/directions/security{ + dir = 1; + pixel_x = -32; + pixel_y = 32 }, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port/north) "tgc" = ( -/obj/machinery/smartfridge/foodcart{ - dir = 4 +/obj/effect/turf_decal/woodsiding{ + dir = 1 }, /turf/simulated/floor/plasteel{ icon_state = "cafeteria" }, -/area/station/service/kitchen) +/area/station/service/bar) "tgq" = ( /obj/structure/table/wood, /turf/simulated/floor/wood, @@ -82650,20 +85884,6 @@ /obj/structure/lattice, /turf/space, /area/station/engineering/solar/aft_starboard) -"tgP" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = -32 - }, -/obj/machinery/atmospherics/portable/canister/air, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/westalt) "tgU" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/structure/disposalpipe/segment/corner{ @@ -82686,6 +85906,13 @@ "tgW" = ( /turf/simulated/wall/r_wall, /area/mine/unexplored/cere/orbiting) +"thd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/public/locker) "thf" = ( /obj/structure/flora/ausbushes/sunnybush, /mob/living/simple_animal/chicken/clucky, @@ -82710,17 +85937,19 @@ /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/southwest) "thz" = ( -/obj/structure/closet, -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/maintenance, -/obj/structure/disposalpipe/segment/corner{ - dir = 1 +/obj/structure/table/wood, +/obj/item/desk_bell{ + pixel_x = 7; + pixel_y = 7; + anchored = 1 }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 7 }, -/area/station/maintenance/port) +/obj/item/pen, +/turf/simulated/floor/wood, +/area/station/service/library) "thC" = ( /obj/structure/chair{ dir = 4 @@ -82804,19 +86033,19 @@ dir = 1; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) +"tiE" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/spawner/random_spawners/dirt_often, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "tiG" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/station/maintenance/starboard) -"tiI" = ( -/obj/structure/disposalpipe/segment/corner, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/east) "tiJ" = ( /obj/structure/grille, /turf/simulated/floor/plating/asteroid/ancient, @@ -82858,18 +86087,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/starboard/south) -"tjn" = ( -/obj/structure/morgue{ - dir = 8 - }, -/obj/effect/landmark/spawner/rev, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/chapel/office) "tjp" = ( /obj/machinery/door/poddoor/preopen{ id_tag = "XenoPod2"; @@ -82920,6 +86137,17 @@ icon_state = "white" }, /area/station/science/toxins/mixing) +"tjI" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/barricade/wooden/crude, +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "tjL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -82938,7 +86166,9 @@ /obj/machinery/light{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, /turf/simulated/floor/plasteel/freezer, /area/station/public/locker) "tjS" = ( @@ -82956,18 +86186,6 @@ /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) -"tjZ" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/spray/waterflower, -/obj/machinery/camera{ - c_tag = "Mime's Office"; - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/station/service/mime) "tkd" = ( /obj/machinery/light/small{ dir = 8 @@ -83037,11 +86255,27 @@ /turf/space, /area/space/nearstation) "tlb" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 }, /turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) +"tle" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep/secondary) "tlj" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, @@ -83101,6 +86335,12 @@ icon_state = "darkfull" }, /area/station/supply/sorting) +"tmR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "tmS" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -83148,6 +86388,11 @@ "tnC" = ( /obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/dirt, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plating, /area/station/maintenance/fpmaint) "tnL" = ( @@ -83188,18 +86433,6 @@ icon_state = "dark" }, /area/station/command/teleporter) -"tnY" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/bananalamp, -/obj/item/food/pie, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 24; - name = "east bump" - }, -/obj/machinery/alarm/directional/north, -/turf/simulated/floor/wood, -/area/station/service/clown) "tod" = ( /obj/machinery/door/airlock/maintenance{ name = "Medical Asteroid Solars" @@ -83208,6 +86441,12 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) +"toJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "toX" = ( /obj/structure/cable/orange{ d2 = 2; @@ -83223,6 +86462,12 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/security/prison/cell_block/A) +"tpg" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/library) "tpl" = ( /turf/simulated/floor/plating/airless, /area/station/science/toxins/test) @@ -83245,29 +86490,34 @@ icon_state = "dark" }, /area/station/command/bridge) +"tpB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "tpC" = ( /obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/simulated/floor/plating, -/area/station/maintenance/port) -"tpK" = ( /obj/structure/cable/orange{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/structure/disposalpipe/segment, /obj/machinery/door/airlock/maintenance{ name = "Port Asteroid Maintenance" }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/service/chapel) "tqb" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/chair{ @@ -83286,6 +86536,20 @@ /obj/structure/chair, /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/southeast) +"tqf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 2; + sort_type_txt = "16" + }, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "tqh" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -83309,15 +86573,14 @@ icon_state = "white" }, /area/station/medical/medbay) -"tqy" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" +"tqo" = ( +/obj/machinery/firealarm/directional/north, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 }, -/area/station/public/storage/tools) +/turf/simulated/floor/wood, +/area/station/service/library) "tqH" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -83327,10 +86590,11 @@ location = "Service"; name = "navigation beacon (Service)" }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/structure/disposalpipe/segment{ + color = "#954535" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 }, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" @@ -83408,6 +86672,13 @@ icon_state = "redcorner" }, /area/station/security/lobby) +"tsp" = ( +/obj/structure/sign/poster/official/do_not_question{ + pixel_y = -32 + }, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "tst" = ( /obj/structure/cable/orange{ d1 = 4; @@ -83424,6 +86695,23 @@ icon_state = "dark" }, /area/station/science/toxins/launch) +"tsz" = ( +/obj/machinery/computer/HolodeckControl{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port/north) +"tsA" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + name = "east bump" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "tsB" = ( /obj/machinery/light, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -83535,6 +86823,13 @@ icon_state = "whitebluefull" }, /area/station/medical/paramedic) +"ttZ" = ( +/obj/structure/flora/junglebush, +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/hallway/primary/port/south) "tug" = ( /obj/structure/cable{ d1 = 4; @@ -83629,6 +86924,14 @@ }, /turf/simulated/floor/engine, /area/station/engineering/control) +"tvD" = ( +/obj/structure/closet/crate, +/obj/item/pickaxe, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) "tvE" = ( /obj/structure/cable/orange{ d1 = 4; @@ -83862,6 +87165,16 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/serveng) +"tyk" = ( +/obj/structure/table/reinforced, +/obj/item/eftpos/register{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/maintenance/port2) "tyv" = ( /obj/machinery/status_display{ layer = 4 @@ -83909,6 +87222,22 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/west) +"tzg" = ( +/obj/structure/cable/orange{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) "tzh" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -83944,18 +87273,6 @@ icon_state = "vault" }, /area/station/security/armory/secure) -"tzs" = ( -/obj/item/assembly/mousetrap/armed, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "tzw" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 @@ -83971,7 +87288,7 @@ /obj/machinery/light{ dir = 1 }, -/obj/machinery/atmospherics/unary/vent_pump/on{ +/obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, /turf/simulated/floor/plasteel/freezer, @@ -83982,9 +87299,6 @@ pixel_x = -12; pixel_y = 2 }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, @@ -84002,20 +87316,16 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/starboard) -"tzW" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sortjunction/reversed{ - dir = 8; - sort_type_txt = "19" +"tAg" = ( +/obj/machinery/bookbinder, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/area/station/hallway/primary/port/east) +/turf/simulated/floor/carpet/green, +/area/station/service/library) "tAw" = ( /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel, @@ -84034,6 +87344,20 @@ icon_state = "white" }, /area/station/maintenance/apmaint) +"tAK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"tAT" = ( +/obj/machinery/camera{ + c_tag = "Crematorium"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "tBo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -84043,6 +87367,9 @@ d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /turf/simulated/floor/plating/asteroid/ancient, /area/station/service/clown/secret) "tBp" = ( @@ -84108,7 +87435,7 @@ /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "tCc" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -84128,24 +87455,10 @@ icon_state = "dark" }, /area/station/engineering/gravitygenerator) -"tCo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4 - }, -/obj/machinery/atmospherics/portable/canister/air, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "tCG" = ( /obj/effect/spawner/random_spawners/wall_rusted_maybe, /turf/simulated/wall, /area/station/maintenance/solar_maintenance/fore_starboard) -"tCV" = ( -/obj/item/kirbyplants/plant22, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/station/service/library) "tCX" = ( /obj/machinery/light/small{ dir = 4 @@ -84154,13 +87467,6 @@ /obj/item/storage/backpack/satchel/explorer, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/starboard) -"tDj" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "tDm" = ( /obj/machinery/firealarm/directional/south, /turf/simulated/floor/plasteel{ @@ -84221,6 +87527,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/station/command/bridge) +"tDK" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/crayons, +/obj/item/storage/fancy/candle_box/eternal, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "tDU" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 @@ -84245,34 +87557,11 @@ icon_state = "darkbrown" }, /area/station/supply/office) -"tEJ" = ( -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "tEV" = ( /turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/station/hallway/primary/fore/north) -"tEX" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/machinery/camera{ - c_tag = "Service Asteroid Hallway 4"; - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) "tFb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -84337,13 +87626,6 @@ /obj/structure/disposalpipe/segment, /turf/space, /area/station/hallway/spacebridge/dockmed) -"tFK" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "tFL" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable/orange{ @@ -84358,6 +87640,15 @@ /obj/machinery/door/firedoor, /turf/simulated/floor/plating, /area/station/security/permabrig) +"tFX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) "tFY" = ( /obj/structure/railing, /turf/simulated/floor/plating/asteroid/ancient/airless, @@ -84397,6 +87688,11 @@ "tHv" = ( /turf/simulated/floor/plating, /area/station/engineering/gravitygenerator) +"tHA" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "tHB" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -84419,15 +87715,21 @@ }, /turf/simulated/floor/plating, /area/station/engineering/tech_storage) +"tHF" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "tHG" = ( /turf/simulated/wall/r_wall, /area/station/science/hallway) "tHP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/carpet, -/area/station/hallway/primary/port/east) +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "tHQ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -84472,12 +87774,24 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/station/maintenance/port) -"tIR" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 +"tIX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "tIY" = ( /obj/structure/cable{ d1 = 1; @@ -84509,6 +87823,15 @@ icon_state = "darkbrown" }, /area/station/supply/expedition) +"tJh" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/drinks/bottle/vodka, +/obj/item/storage/fancy/cigarettes/cigpack_carp{ + pixel_x = 9; + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "tJs" = ( /obj/structure/railing{ dir = 8 @@ -84567,6 +87890,14 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/solar_maintenance/aft) +"tJY" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep/secondary) "tKj" = ( /obj/structure/cable{ d1 = 4; @@ -84617,15 +87948,6 @@ icon_state = "cafeteria" }, /area/station/medical/break_room) -"tKJ" = ( -/obj/structure/chair/sofa/pew{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/effect/landmark/start/assistant, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/carpet/red, -/area/station/service/chapel) "tKQ" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 @@ -84689,22 +88011,38 @@ }, /area/station/hallway/primary/fore/west) "tLE" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -24; - name = "custom placement" - }, /obj/structure/disposalpipe/segment{ color = "#954535" }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/west) +"tLI" = ( +/turf/simulated/floor/carpet/nitrogen, +/area/station/maintenance/abandonedbar) "tLL" = ( /obj/structure/disposalpipe/segment/corner, /turf/simulated/floor/plasteel/white, /area/station/science/rnd) +"tLQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "tMa" = ( /obj/effect/spawner/airlock/s_to_n, /turf/simulated/wall, @@ -84808,16 +88146,20 @@ icon_state = "showroomfloor" }, /area/station/medical/surgery) +"tOn" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/port2) "tOo" = ( /obj/structure/disposalpipe/segment, /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/maintenance/disposal/southwest) "tOx" = ( -/obj/structure/janitorialcart, -/obj/item/mop, -/obj/item/reagent_containers/glass/bucket, -/turf/simulated/floor/plating, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, /area/station/hallway/primary/port/south) "tOE" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -84851,6 +88193,12 @@ icon_state = "purplecorner" }, /area/station/hallway/primary/aft/east) +"tOO" = ( +/obj/machinery/computer/arcade{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/service/bar) "tOY" = ( /obj/machinery/door/airlock/engineering/glass{ autoclose = 0; @@ -84863,15 +88211,14 @@ icon_state = "dark" }, /area/station/engineering/control) -"tPw" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +"tPE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, /turf/simulated/floor/plasteel{ - icon_state = "darkgreenfull" + icon_state = "chapel" }, -/area/station/service/hydroponics) +/area/station/service/chapel) "tPV" = ( /obj/machinery/door/airlock{ name = "Bathroom" @@ -84894,6 +88241,17 @@ icon_state = "whiteblue" }, /area/station/medical/surgery/secondary) +"tQo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "tQI" = ( /obj/structure/chair/comfy/shuttle{ dir = 4 @@ -84930,13 +88288,6 @@ /obj/effect/spawner/window/shuttle, /turf/simulated/floor/plating, /area/shuttle/pod_3) -"tRK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/public/fitness) "tRN" = ( /obj/structure/mecha_wreckage/ripley, /turf/simulated/floor/plating, @@ -85010,19 +88361,36 @@ icon_state = "whitepurple" }, /area/station/maintenance/apmaint) -"tTm" = ( -/obj/machinery/quantumpad/cere/service_cargo, -/obj/structure/sign/directions/cargo{ - pixel_y = 7; - dir = 4 +"tTh" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = 8; + pixel_y = -9 }, -/obj/effect/turf_decal/stripes/end{ - dir = 1 +/obj/item/reagent_containers/condiment/flour{ + pixel_x = -15; + pixel_y = 7 }, /turf/simulated/floor/plasteel{ - icon_state = "darkyellowfull" + icon_state = "cafeteria" }, -/area/station/public/quantum/service) +/area/mine/unexplored/cere/civilian) +"tTl" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/port) +"tTm" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port/north) "tTt" = ( /obj/machinery/door/airlock/public/glass{ name = "Walkway" @@ -85046,6 +88414,17 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/starboard/south) +"tTz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/south) "tTD" = ( /turf/simulated/wall/r_wall, /area/mine/unexplored/cere/research) @@ -85084,7 +88463,9 @@ }, /area/station/hallway/primary/starboard/south) "tTW" = ( -/obj/structure/table/glass/reinforced, +/obj/structure/chair/stool/bar{ + dir = 4 + }, /turf/simulated/floor/wood, /area/station/service/bar) "tUe" = ( @@ -85106,12 +88487,6 @@ icon_state = "white" }, /area/station/science/toxins/mixing) -"tUk" = ( -/obj/machinery/alarm/directional/north, -/obj/structure/table/wood, -/obj/machinery/computer/library, -/turf/simulated/floor/wood, -/area/station/service/library) "tUG" = ( /obj/item/stack/cable_coil{ amount = 2 @@ -85119,6 +88494,35 @@ /obj/structure/lattice/catwalk, /turf/space, /area/station/engineering/solar/aft_starboard) +"tUK" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4; + color = "#954535" + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'WARNING: FUN-SIZED JUSTICE'."; + name = "WARNING: FUN-SIZED JUSTICE"; + pixel_x = null; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore/west) +"tUV" = ( +/obj/machinery/cryopod{ + dir = 2 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/public/sleep/secondary) "tVb" = ( /obj/machinery/door/airlock/security/glass{ id_tag = "cell1"; @@ -85162,6 +88566,16 @@ icon_state = "purplecorner" }, /area/station/hallway/primary/aft/west) +"tVv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "tVH" = ( /obj/machinery/camera{ c_tag = "Engineering Asteroid Hallway 4"; @@ -85237,20 +88651,21 @@ }, /area/station/supply/sorting) "tWj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "tWm" = ( /obj/structure/rack, /obj/item/storage/firstaid/machine, @@ -85297,13 +88712,6 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) -"tWQ" = ( -/obj/structure/chair/sofa/pew{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/simulated/floor/carpet/red, -/area/station/service/chapel) "tXd" = ( /obj/structure/sign/directions/engineering{ pixel_x = -32; @@ -85347,12 +88755,6 @@ }, /turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/starboard) -"tXA" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "tXE" = ( /obj/structure/closet/firecloset/full, /turf/simulated/floor/plating, @@ -85381,8 +88783,14 @@ }, /area/station/medical/medbay) "tXQ" = ( -/turf/simulated/mineral/ancient, -/area/station/public/arcade) +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/mine/unexplored/cere/civilian) "tXS" = ( /obj/structure/disposalpipe/segment/corner, /turf/simulated/floor/plasteel{ @@ -85414,6 +88822,10 @@ icon_state = "darkred" }, /area/station/public/quantum/security) +"tYm" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/abandonedbar) "tYn" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -85433,17 +88845,33 @@ }, /turf/space, /area/station/engineering/solar/aft) -"tYu" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plating, -/area/station/public/fitness) "tYz" = ( /turf/simulated/wall/r_wall, /area/station/security/processing) +"tYH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Chapel West"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"tYN" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/orange{ + 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/station/maintenance/port) "tYU" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 @@ -85510,6 +88938,12 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel/white, /area/station/science/hallway) +"tZq" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) "tZs" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -85539,10 +88973,27 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/maintenance/disposal/north) +"tZH" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/mine/unexplored/cere/civilian) "tZI" = ( /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/southwest) +"tZL" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "tZQ" = ( /obj/machinery/economy/vending/medical, /turf/simulated/floor/plasteel{ @@ -85562,6 +89013,25 @@ icon_state = "dark" }, /area/station/security/brig) +"tZZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "kitchen1" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "uap" = ( /obj/structure/disposalpipe/segment, /obj/machinery/light{ @@ -85576,16 +89046,6 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/serveng) -"uaG" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "uaJ" = ( /obj/structure/cable/orange{ d1 = 4; @@ -85605,6 +89065,15 @@ icon_state = "dark" }, /area/station/security/brig) +"uaM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "uaP" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ @@ -85612,10 +89081,13 @@ }, /area/station/science/toxins/mixing) "uaW" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) +/obj/structure/table/wood, +/obj/item/storage/bible, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "uaX" = ( /obj/structure/closet/emcloset, /turf/simulated/floor/plating, @@ -85642,6 +89114,15 @@ }, /turf/simulated/floor/plating, /area/station/engineering/tech_storage) +"ubh" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/matches, +/obj/item/storage/fancy/cigarettes/cigpack_shadyjims{ + pixel_x = 6; + pixel_y = 14 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "ubl" = ( /obj/structure/disposaloutlet{ dir = 1 @@ -85660,6 +89141,31 @@ }, /turf/simulated/floor/plasteel, /area/station/maintenance/turbine) +"ubw" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"ubJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"ubL" = ( +/obj/item/stack/sheet/metal, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ubM" = ( +/obj/structure/window/basic{ + dir = 8 + }, +/obj/structure/punching_bag, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/carpet/cyan, +/area/station/public/fitness) "ubP" = ( /obj/item/trash/tastybread, /turf/simulated/floor/plating{ @@ -85842,6 +89348,23 @@ icon_state = "brown" }, /area/station/supply/qm) +"ueT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "ufg" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable/orange{ @@ -85877,19 +89400,13 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) -"ufw" = ( -/obj/effect/spawner/window/reinforced/grilled, -/obj/structure/cable/orange{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/station/public/storage/tools) "ufX" = ( -/obj/machinery/economy/vending/cigarette, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" +/obj/effect/turf_decal/woodsiding{ + dir = 1 }, +/obj/structure/chair/stool, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet, /area/station/service/bar) "uga" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -85938,8 +89455,8 @@ }, /obj/effect/turf_decal/loading_area, /obj/item/radio/intercom{ - pixel_x = -28; - name = "custom placement" + name = "west bump"; + pixel_x = -28 }, /turf/simulated/floor/plasteel{ dir = 8; @@ -85980,6 +89497,15 @@ }, /turf/simulated/floor/plating, /area/station/supply/miningdock) +"ugU" = ( +/obj/machinery/camera{ + c_tag = "Chapel Funeral Parlour"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "uha" = ( /obj/structure/table/glass, /obj/item/reagent_containers/glass/bottle/epinephrine{ @@ -85997,34 +89523,17 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) -"uhl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) "uho" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/table/wood, -/obj/item/reagent_containers/condiment/peppermill{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = -2; - pixel_y = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" +/obj/machinery/camera/autoname{ + dir = 5 }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/wood, /area/station/service/bar) +"uhz" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/port) "uhB" = ( /obj/machinery/light/small, /turf/simulated/floor/plasteel{ @@ -86054,6 +89563,25 @@ icon_state = "redcorner" }, /area/station/security/prison/cell_block/A) +"uhP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "uhS" = ( /obj/effect/turf_decal/stripes/line, /turf/simulated/floor/plating, @@ -86148,22 +89676,6 @@ dir = 4 }, /area/station/supply/lobby) -"ujb" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/item/clothing/glasses/sunglasses, -/obj/item/ashtray/bronze, -/obj/item/storage/fancy/cigarettes/dromedaryco, -/obj/item/camera/detective, -/obj/item/flashlight/lamp/green{ - on = 0; - pixel_x = -3; - pixel_y = 8 - }, -/turf/simulated/floor/carpet, -/area/station/security/detective) "ujm" = ( /obj/effect/landmark/start/chaplain, /turf/simulated/floor/carpet/red, @@ -86216,16 +89728,6 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/exit) -"ujE" = ( -/obj/machinery/firealarm/directional/east, -/obj/structure/window/basic{ - dir = 1 - }, -/obj/structure/chair/stool, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "ujN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -86284,18 +89786,10 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/south) -"uko" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/item/assembly/mousetrap/armed, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) +"ukn" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/station/service/bar) "ukB" = ( /obj/machinery/button/windowtint{ dir = 8; @@ -86350,15 +89844,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/starboard/south) -"ukS" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "ukW" = ( /obj/machinery/atmospherics/unary/portables_connector, /obj/machinery/atmospherics/portable/canister/oxygen{ @@ -86406,6 +89891,18 @@ }, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/maintcentral) +"ulK" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/pump, +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Portable Air Pump Connector"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/public/storage/tools) "umy" = ( /obj/machinery/atmospherics/unary/portables_connector{ dir = 4 @@ -86419,12 +89916,16 @@ /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plating, /area/station/maintenance/starboard) -"umB" = ( -/obj/structure/table/glass, -/obj/item/restraints/handcuffs/cable/zipties, -/obj/item/reagent_containers/iv_bag/blood/OMinus, -/turf/simulated/floor/plating, -/area/station/maintenance/port) +"umL" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/bananalamp, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/service/clown/secret) "umM" = ( /obj/structure/cable/orange{ d1 = 2; @@ -86434,6 +89935,19 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/fpmaint) +"umT" = ( +/obj/structure/sign/security{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Service Criminal Delivery Chute"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "umX" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -86446,7 +89960,7 @@ /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "umZ" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ @@ -86494,19 +90008,26 @@ /turf/simulated/floor/plating, /area/station/security/processing) "unz" = ( -/obj/structure/chair/stool{ - dir = 4 +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/storage/secure/safe{ + pixel_y = 32 }, -/obj/effect/landmark/start/assistant, -/turf/simulated/floor/carpet, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/wood, /area/station/service/bar) -"unP" = ( -/obj/structure/chair/wood/wings{ - dir = 1 +"unR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "unU" = ( /obj/effect/spawner/random_spawners/cobweb_left_frequent, /turf/simulated/floor/plating/asteroid/ancient, @@ -86516,10 +90037,23 @@ icon_state = "dark" }, /area/station/engineering/atmos/distribution) +"uop" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep/secondary) "uor" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/green, /area/station/service/library) "uoB" = ( /obj/machinery/alarm/directional/north, @@ -86529,14 +90063,14 @@ }, /area/station/medical/break_room) "upa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, /obj/structure/cable/orange{ d2 = 2; icon_state = "0-2" }, /obj/machinery/power/apc/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, /turf/simulated/floor/plasteel/freezer, /area/station/public/toilet) "upd" = ( @@ -86580,6 +90114,16 @@ icon_state = "dark" }, /area/station/engineering/control) +"uql" = ( +/obj/machinery/camera/autoname{ + dir = 6 + }, +/obj/machinery/requests_console/directional/north, +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreenfull" + }, +/area/station/service/hydroponics) "uqr" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -86704,12 +90248,6 @@ /turf/simulated/wall/r_wall, /area/station/hallway/spacebridge/dockmed) "urA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, /obj/effect/turf_decal/stripes/line{ dir = 8 }, @@ -86722,10 +90260,16 @@ d2 = 8; icon_state = "4-8" }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "urD" = ( /obj/structure/disposalpipe/segment, /obj/structure/chair/stool, @@ -86736,9 +90280,10 @@ icon_state = "cafeteria" }, /area/station/medical/break_room) -"urW" = ( -/turf/simulated/wall, -/area/station/hallway/primary/port/east) +"usd" = ( +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "usf" = ( /obj/machinery/light{ dir = 8 @@ -86751,22 +90296,11 @@ icon_state = "darkred" }, /area/station/command/bridge) -"usj" = ( -/obj/structure/chair, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "usr" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel, /area/station/public/locker) -"usD" = ( -/obj/structure/girder, -/obj/item/stack/sheet/metal, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "usH" = ( /obj/structure/cable{ d1 = 1; @@ -86777,6 +90311,9 @@ dir = 9 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, /turf/simulated/floor/engine{ slowdown = -0.3 }, @@ -86785,6 +90322,22 @@ /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, /area/station/supply/sorting) +"utj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/service/clown/secret) "utp" = ( /obj/structure/rack, /obj/item/stack/sheet/metal/fifty, @@ -86829,13 +90382,6 @@ }, /turf/space, /area/station/engineering/solar/aft) -"utB" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/deliveryChute{ - dir = 1 - }, -/turf/simulated/floor/plating/airless, -/area/station/maintenance/disposal/southwest) "utC" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -86852,6 +90398,17 @@ }, /turf/simulated/floor/engine, /area/station/science/toxins/mixing) +"utW" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_robust{ + pixel_x = -13; + pixel_y = 2 + }, +/obj/item/storage/box/mousetraps, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "uuf" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -86877,12 +90434,10 @@ }, /area/station/hallway/secondary/exit) "uuF" = ( -/obj/structure/sign/poster/random{ - name = "random official poster"; - random_basetype = /obj/structure/sign/poster/official; +/obj/structure/punching_bag, +/obj/structure/sign/poster/official/random{ pixel_x = 32 }, -/obj/structure/punching_bag, /turf/simulated/floor/carpet/cyan, /area/station/public/fitness) "uuG" = ( @@ -86909,11 +90464,11 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/aft/east) -"uvg" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/cobweb, +"uuY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, -/area/station/maintenance/port) +/area/mine/unexplored/cere/civilian) "uvp" = ( /obj/machinery/camera{ c_tag = "SM East"; @@ -86932,10 +90487,10 @@ /turf/simulated/floor/plasteel, /area/station/public/fitness) "uvD" = ( +/obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ - dir = 1 + dir = 4 }, -/obj/machinery/disposal, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, @@ -86984,11 +90539,11 @@ /turf/simulated/floor/plating, /area/station/maintenance/asmaint) "uwc" = ( +/obj/effect/spawner/random_spawners/dirt_often, /obj/item/radio/intercom{ - pixel_y = -28; - name = "custom placement" + name = "south bump"; + pixel_y = -28 }, -/obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ icon_regular_floor = "yellowsiding"; icon_state = "tranquillite" @@ -87000,6 +90555,13 @@ "uwf" = ( /turf/simulated/wall, /area/station/hallway/spacebridge/scidock) +"uwk" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/obj/structure/chair/stool, +/turf/simulated/floor/carpet, +/area/station/service/bar) "uwq" = ( /obj/machinery/light{ dir = 8 @@ -87042,12 +90604,12 @@ icon_state = "redcorner" }, /area/station/security/storage) -"uwu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +"uxh" = ( +/obj/machinery/status_display{ + layer = 4 }, -/turf/simulated/floor/plating, -/area/station/hallway/primary/port/south) +/turf/simulated/wall, +/area/station/maintenance/fpmaint) "uxn" = ( /turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/apmaint) @@ -87217,6 +90779,13 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/port/south) +"uyi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/maintenance/port2) "uyl" = ( /turf/simulated/wall/r_wall, /area/station/science/test_chamber) @@ -87238,6 +90807,20 @@ icon_state = "whitebluecorner" }, /area/station/medical/medbay) +"uyw" = ( +/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/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "uyz" = ( /obj/machinery/door/airlock/public/glass{ name = "Walkway" @@ -87273,6 +90856,22 @@ }, /turf/space, /area/station/engineering/solar/fore_starboard) +"uyC" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "uyI" = ( /obj/item/key/security{ pixel_x = -6; @@ -87322,20 +90921,6 @@ dir = 1 }, /area/station/supply/lobby) -"uzf" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Door" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "rampbottom" - }, -/area/station/public/fitness) -"uzy" = ( -/obj/structure/table, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "uzG" = ( /obj/structure/table, /turf/simulated/floor/plating, @@ -87350,23 +90935,28 @@ icon_state = "cafeteria" }, /area/station/command/office/rd) +"uzO" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/service/chapel/office) "uzS" = ( /obj/structure/closet/emcloset, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) "uzY" = ( -/turf/simulated/mineral/ancient, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/kitchen_machine/candy_maker, +/turf/simulated/floor/plasteel/freezer, /area/station/service/kitchen) "uzZ" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/maintenance/disposal/south) -"uAa" = ( -/obj/structure/chair/sofa/corp/left{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/station/hallway/primary/port/east) "uAb" = ( /obj/machinery/atmospherics/unary/cryo_cell, /turf/simulated/floor/plasteel{ @@ -87446,6 +91036,20 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) +"uAS" = ( +/obj/structure/disposalpipe/segment{ + color = "#954535" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/south) "uBd" = ( /obj/structure/cable/orange, /obj/machinery/power/apc/directional/south, @@ -87461,25 +91065,6 @@ /obj/effect/spawner/random_spawners/fungus_probably, /turf/simulated/wall, /area/station/maintenance/fore) -"uBw" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/westalt) -"uBy" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) "uBA" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -87550,6 +91135,17 @@ "uCu" = ( /turf/simulated/wall/r_wall, /area/station/science/toxins/mixing) +"uCw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "uCx" = ( /obj/structure/cable{ d1 = 4; @@ -87592,8 +91188,8 @@ }, /area/station/legal/lawoffice) "uCO" = ( -/obj/structure/table, /obj/machinery/reagentgrinder, +/obj/structure/table, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, @@ -87623,27 +91219,16 @@ }, /turf/simulated/floor/plating, /area/station/security/permabrig) +"uDh" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) "uDw" = ( /obj/structure/closet/crate, /obj/item/pickaxe, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/maintcentral) -"uDy" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "uDz" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -87686,6 +91271,12 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/south) +"uED" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "uER" = ( /obj/structure/chair/comfy/brown{ dir = 8 @@ -87723,17 +91314,19 @@ /obj/structure/chair/office/light, /turf/simulated/floor/engine, /area/station/science/misc_lab) -"uGb" = ( +"uGf" = ( /obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/structure/grille, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/area/station/maintenance/port) +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep/secondary) "uGw" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 @@ -87758,6 +91351,15 @@ icon_state = "whitegreen" }, /area/station/medical/virology) +"uGz" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/maintenance/port2) "uGM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/door/airlock/atmos{ @@ -87769,14 +91371,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel, /area/station/engineering/atmos/control) -"uGY" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "uHA" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -87867,6 +91461,15 @@ icon_state = "whitegreen" }, /area/station/medical/virology) +"uIs" = ( +/obj/machinery/camera{ + c_tag = "Primary Tool Storage Hallway"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "uIC" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -87890,20 +91493,13 @@ icon_state = "purplecorner" }, /area/station/hallway/primary/aft/east) -"uIG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, +"uIR" = ( /obj/structure/chair/stool{ dir = 8 }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/mine/unexplored/cere/civilian) "uJd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -87925,13 +91521,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/structure/disposalpipe/segment/corner{ - dir = 1 - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" +/obj/structure/disposalpipe/segment{ + dir = 4 }, /turf/simulated/floor/wood, /area/station/service/theatre) @@ -87986,6 +91577,29 @@ icon_state = "purplecorner" }, /area/station/hallway/primary/aft/east) +"uJP" = ( +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "uJT" = ( /turf/simulated/wall, /area/station/maintenance/gambling_den) @@ -88029,6 +91643,22 @@ icon_state = "asteroidplating" }, /area/station/maintenance/starboard) +"uKq" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"uKr" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/hallway/primary/port/north) "uKA" = ( /obj/structure/cable/orange{ d1 = 4; @@ -88109,19 +91739,10 @@ icon_state = "escape" }, /area/station/hallway/secondary/exit) -"uKU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "green" - }, -/area/station/public/quantum/service) "uLy" = ( /obj/effect/spawner/airlock/s_to_n, /turf/simulated/mineral/ancient, -/area/station/hallway/primary/port/north) +/area/station/maintenance/port) "uMd" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -88167,36 +91788,13 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/garden) -"uME" = ( -/obj/item/destTagger, -/obj/item/stack/packageWrap, -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) "uML" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/chef, /turf/simulated/floor/plasteel{ icon_state = "cafeteria" }, /area/station/service/kitchen) -"uMQ" = ( -/obj/structure/table, -/obj/structure/cable/orange{ - d2 = 4; - icon_state = "0-4" - }, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/machinery/power/apc/directional/west, -/obj/item/multitool, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "uNh" = ( /obj/machinery/shower{ dir = 4 @@ -88204,28 +91802,14 @@ /turf/simulated/floor/plasteel/freezer, /area/station/public/toilet) "uNw" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "barber" +/obj/structure/chair/sofa/corp{ + dir = 1 }, -/area/station/service/barber) +/turf/simulated/floor/carpet, +/area/station/service/bar) "uNG" = ( /turf/simulated/wall/r_wall, /area/station/engineering/break_room/secondary) -"uNH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/station/service/chapel) "uNN" = ( /obj/structure/cable{ d1 = 1; @@ -88241,6 +91825,30 @@ /obj/machinery/door/firedoor, /turf/simulated/floor/plating, /area/station/engineering/tech_storage) +"uNO" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 1; + sort_type_txt = "20" + }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) +"uNT" = ( +/obj/structure/rack, +/obj/item/storage/bible, +/obj/item/storage/fancy/candle_box/full, +/obj/item/storage/fancy/candle_box/full{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "uOu" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -88316,13 +91924,19 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel, /area/station/security/prison/cell_block/A) -"uPm" = ( -/obj/structure/chair{ - dir = 1 +"uPq" = ( +/obj/structure/chair/sofa{ + dir = 8 }, -/obj/item/reagent_containers/iv_bag/blood/OMinus, -/turf/simulated/floor/plating, -/area/station/maintenance/port) +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 4 + }, +/obj/item/toy/plushie/greyplushie, +/obj/item/clothing/mask/gas{ + pixel_y = 4 + }, +/turf/simulated/floor/wood/nitrogen, +/area/station/maintenance/abandonedbar) "uPs" = ( /obj/structure/cable/orange{ d1 = 1; @@ -88375,6 +91989,13 @@ icon_state = "neutralfull" }, /area/station/hallway/spacebridge/dockmed) +"uPU" = ( +/obj/effect/spawner/random_spawners/dirt_often, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/maintenance/port) "uPV" = ( /obj/structure/disposalpipe/junction/reversed{ dir = 8 @@ -88387,63 +92008,35 @@ /obj/structure/sign/botany, /turf/simulated/wall, /area/station/service/hydroponics) -"uQd" = ( -/obj/machinery/light/small{ +"uQc" = ( +/obj/machinery/newscaster{ + pixel_y = -28; + name = "south bump"; dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 6 +/obj/machinery/smartfridge/foodcart{ + dir = 1 }, -/turf/simulated/floor/plating, -/area/station/hallway/primary/port/east) +/turf/simulated/floor/plasteel/freezer, +/area/station/service/kitchen) "uQe" = ( /turf/simulated/floor/plasteel{ dir = 1; icon_state = "darkfull" }, /area/station/supply/expedition) -"uQf" = ( -/obj/structure/table/wood, -/obj/item/storage/bible, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/power/apc/directional/east, -/obj/structure/cable/orange{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/chapel/office) -"uQh" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/obj/structure/disposalpipe/segment/corner, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "uQm" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 + dir = 6 }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +/obj/machinery/light/small{ + dir = 1 }, -/area/station/hallway/primary/port/east) +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "uQs" = ( /obj/machinery/alarm/directional/east, /turf/simulated/floor/plasteel{ @@ -88451,13 +92044,6 @@ icon_state = "yellow" }, /area/station/public/storage/tools/auxiliary) -"uQu" = ( -/obj/effect/landmark/start/assistant, -/obj/structure/chair{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "uQx" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable{ @@ -88472,7 +92058,7 @@ /turf/simulated/floor/plating, /area/station/engineering/tech_storage) "uQB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" }, @@ -88486,7 +92072,7 @@ dir = 9 }, /turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "uQY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 @@ -88509,7 +92095,7 @@ dir = 1 }, /turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "uRf" = ( /turf/simulated/wall, /area/station/science/hallway) @@ -88538,6 +92124,15 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/starboard/south) +"uRm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/service/chapel/office) "uRn" = ( /obj/machinery/camera{ c_tag = "Robotics North"; @@ -88585,22 +92180,6 @@ icon_state = "dark" }, /area/station/engineering/control) -"uRP" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Kitchen" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/random_spawners/dirt_frequent, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) "uRS" = ( /obj/structure/cable/orange{ d1 = 4; @@ -88640,12 +92219,21 @@ }, /turf/simulated/floor/plating, /area/station/command/bridge) +"uSf" = ( +/obj/structure/closet/wardrobe/black, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "uSr" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, /turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "uSs" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 @@ -88655,11 +92243,8 @@ d2 = 8; icon_state = "2-8" }, -/obj/machinery/light/small{ - dir = 1 - }, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/south) +/area/station/maintenance/port2) "uSv" = ( /turf/simulated/wall, /area/station/hallway/primary/port/north) @@ -88671,6 +92256,11 @@ icon_state = "cafeteria" }, /area/station/command/office/rd) +"uSE" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "uSM" = ( /obj/machinery/light{ dir = 8 @@ -88686,32 +92276,13 @@ icon_state = "escape" }, /area/station/hallway/secondary/exit) -"uSO" = ( -/obj/structure/chair/stool{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/power/apc/directional/south, -/obj/structure/cable/orange, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) "uSP" = ( /turf/simulated/wall/mineral/titanium, /area/shuttle/arrival/station) "uSS" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "barber" - }, -/area/station/service/barber) +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/wood, +/area/station/service/bar) "uSW" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable/orange{ @@ -88755,6 +92326,18 @@ }, /turf/simulated/floor/plasteel/white, /area/station/science/robotics/chargebay) +"uTK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "uTR" = ( /obj/machinery/door/airlock/command{ name = "Teleport Access" @@ -88835,31 +92418,6 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) -"uUM" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) -"uUT" = ( -/obj/structure/chair/sofa/pew/left{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "chapel" - }, -/area/station/service/chapel) "uVb" = ( /turf/simulated/wall/r_wall, /area/station/hallway/spacebridge/scidock) @@ -88876,16 +92434,6 @@ icon_state = "white" }, /area/station/science/toxins/mixing) -"uVp" = ( -/obj/structure/rack, -/obj/item/grown/log, -/obj/item/grown/log, -/obj/item/grown/log, -/obj/item/grown/log, -/obj/item/hatchet, -/obj/item/hatchet, -/turf/simulated/floor/wood, -/area/station/service/library) "uVv" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -88903,22 +92451,6 @@ icon_state = "whitepurple" }, /area/station/science/genetics) -"uVI" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "uWc" = ( /obj/machinery/light/small{ dir = 8 @@ -88931,6 +92463,14 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/dockmed) +"uWp" = ( +/obj/machinery/cryopod{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/public/sleep/secondary) "uWx" = ( /obj/machinery/door/airlock/maintenance{ name = "Aft Asteroid Maintenance" @@ -88995,20 +92535,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) -"uWZ" = ( -/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/firealarm/directional/east, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) "uXa" = ( /obj/effect/decal/cleanable/dirt, /obj/item/seeds/liberty, @@ -89067,6 +92593,12 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/fore2) +"uYC" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) "uYD" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel{ @@ -89082,22 +92614,6 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) -"uYP" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/grille/broken, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "uYU" = ( /obj/structure/chair/sofa/corp{ dir = 1 @@ -89184,46 +92700,12 @@ /obj/effect/turf_decal/box, /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/southeast) -"vav" = ( -/obj/machinery/door/airlock{ - name = "Crematorium" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/crematorium, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel/office) "vaz" = ( /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, /area/station/hallway/secondary/entry/west) -"vaI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/item/kitchen/utensil/fork, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) -"vaT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "vaY" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 @@ -89247,10 +92729,35 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/starboard) +"vbd" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"vbi" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "vbn" = ( /obj/structure/disposalpipe/junction/reversed, /turf/simulated/floor/plating, /area/station/maintenance/starboard) +"vbo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "vbD" = ( /obj/machinery/atmospherics/pipe/manifold/hidden, /turf/simulated/floor/plasteel{ @@ -89261,13 +92768,6 @@ /obj/machinery/atmospherics/portable/canister/toxins, /turf/simulated/floor/plating, /area/station/engineering/smes) -"vbL" = ( -/obj/structure/chair/sofa/pew/left{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/simulated/floor/carpet/red, -/area/station/service/chapel) "vbW" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -89300,6 +92800,22 @@ icon_state = "cafeteria" }, /area/station/science/xenobiology) +"vca" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "vch" = ( /obj/structure/cable{ d1 = 4; @@ -89339,6 +92855,25 @@ icon_state = "whiteblue" }, /area/station/medical/cloning) +"vcp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/port) +"vcs" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4; + color = "#954535" + }, +/obj/machinery/camera{ + c_tag = "Bar Exterior North-East"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "vct" = ( /obj/machinery/power/apc/directional/south, /obj/machinery/light/small{ @@ -89368,6 +92903,11 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -89389,6 +92929,12 @@ icon_state = "whitegreen" }, /area/station/public/sleep) +"vcN" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "vdj" = ( /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) @@ -89412,6 +92958,13 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/fore) +"vdU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) "vdZ" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=ArrivalsWest"; @@ -89422,6 +92975,13 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/aft/west) +"veg" = ( +/obj/machinery/camera{ + c_tag = "Service Atmospherics Checkpoint" + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "vel" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -89458,22 +93018,17 @@ icon_state = "tranquillite" }, /area/station/service/mime) -"veQ" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/corner{ - dir = 4 +"veP" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" +/obj/machinery/camera/autoname{ + dir = 5 }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) +/obj/machinery/gameboard, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "vfc" = ( /obj/machinery/door/airlock/maintenance{ name = "Security Maintenance"; @@ -89501,6 +93056,19 @@ icon_state = "dark" }, /area/station/telecomms/computer) +"vfr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/station/public/quantum/service) "vfs" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -89531,7 +93099,7 @@ "vfV" = ( /obj/item/melee/flyswatter, /turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "vgs" = ( /obj/machinery/autolathe, /obj/machinery/firealarm/directional/north, @@ -89590,6 +93158,22 @@ icon_state = "darkpurple" }, /area/station/science/robotics) +"vhO" = ( +/obj/structure/cable/orange{ + 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 = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep/secondary) "vhX" = ( /obj/item/storage/box/bodybags{ pixel_x = -4; @@ -89613,17 +93197,31 @@ /obj/effect/spawner/window/reinforced/plasma/grilled, /turf/simulated/floor/plating, /area/station/science/toxins/mixing) -"viE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 +"vit" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/spawner/random_spawners/dirt_frequent, /obj/structure/cable/orange{ - d1 = 2; + d1 = 1; d2 = 4; - icon_state = "2-4" + icon_state = "1-4" }, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/service/clown/secret) +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"viw" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "viJ" = ( /obj/item/radio/intercom{ pixel_x = 28; @@ -89657,6 +93255,13 @@ icon_state = "darkbrown" }, /area/station/supply/expedition) +"vjj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) "vjl" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -89666,7 +93271,10 @@ }, /area/station/engineering/smes) "vjo" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, /turf/simulated/floor/wood, /area/station/service/bar) "vjB" = ( @@ -89680,6 +93288,15 @@ icon_state = "dark" }, /area/station/ai_monitored/storage/eva) +"vjL" = ( +/obj/item/assembly/mousetrap/armed, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "vjN" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/orange{ @@ -89691,20 +93308,16 @@ icon_state = "dark" }, /area/station/maintenance/electrical_shop) -"vka" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -24; - name = "west bump" +"vjQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/item/flashlight, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" }, -/area/station/public/storage/tools) +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "vkc" = ( /obj/structure/railing{ dir = 5 @@ -89774,6 +93387,12 @@ "vkJ" = ( /turf/simulated/wall, /area/station/hallway/spacebridge/servsci) +"vkP" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/reagent_containers/drinks/bottle/holywater, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "vld" = ( /obj/structure/cable/orange{ d1 = 1; @@ -89787,18 +93406,6 @@ icon_state = "white" }, /area/station/science/misc_lab) -"vly" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "vlz" = ( /obj/structure/table, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -89860,6 +93467,28 @@ icon_state = "bluecorner" }, /area/station/hallway/primary/fore/north) +"vmo" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"vmK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "vmQ" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/structure/closet/crate/miningcar, @@ -89931,50 +93560,18 @@ }, /turf/simulated/floor/carpet, /area/station/legal/lawoffice) -"vnC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/hydroponics) -"vnL" = ( +"vnS" = ( /obj/structure/cable/orange{ d1 = 1; d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/visible, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/hallway/primary/port/east) -"vnT" = ( -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/hallway/primary/port/east) -"vnV" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/firealarm/directional/east, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, /turf/simulated/floor/plasteel{ - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" + icon_state = "grimy" }, -/area/station/service/mime) +/area/station/security/detective) "vos" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -89991,6 +93588,16 @@ icon_state = "darkfull" }, /area/station/supply/storage) +"voz" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore/west) "voE" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -90025,12 +93632,14 @@ icon_state = "dark" }, /area/station/engineering/control) -"voH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +"voO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, -/turf/simulated/floor/carpet/green, -/area/station/service/library) +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "voQ" = ( /obj/structure/table, /obj/item/paper_bin, @@ -90089,6 +93698,20 @@ icon_state = "whitebluecorner" }, /area/station/medical/medbay) +"vpx" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/fpmaint) "vpz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 6; @@ -90157,6 +93780,16 @@ }, /turf/simulated/floor/plating, /area/station/security/prisonershuttle) +"vqc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) "vqf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 @@ -90173,6 +93806,11 @@ icon_state = "escape" }, /area/station/hallway/secondary/exit) +"vqg" = ( +/obj/structure/disposalpipe/segment/corner, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "vqi" = ( /obj/structure/cable/orange{ d1 = 4; @@ -90193,6 +93831,12 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/disposal/north) +"vql" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "vqp" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -90203,6 +93847,18 @@ icon_state = "whitegreenfull" }, /area/station/public/quantum/docking) +"vqD" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"vqM" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "vqN" = ( /obj/machinery/door/airlock/glass{ id_tag = "magistrateofficedoor" @@ -90256,13 +93912,21 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) -"vrB" = ( -/obj/structure/flora/ausbushes/grassybush, -/obj/machinery/camera/autoname{ - dir = 8 +"vrD" = ( +/obj/machinery/light/small{ + dir = 4 }, -/turf/simulated/floor/grass, -/area/station/service/hydroponics) +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood, +/area/station/maintenance/port) +"vrI" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "vrQ" = ( /turf/simulated/floor/plating, /area/station/maintenance/fore2) @@ -90357,17 +94021,6 @@ /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/maintenance/disposal/external/southwest) -"vsU" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/hydroponics) "vtg" = ( /obj/structure/closet/crate, /obj/item/flashlight/lantern, @@ -90376,6 +94029,15 @@ /obj/item/stack/ore/slag, /turf/simulated/floor/plating, /area/station/supply/miningdock) +"vtp" = ( +/obj/structure/sign/vacuum/external{ + pixel_x = -30 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/service/chapel/office) "vtr" = ( /obj/structure/cable{ d1 = 1; @@ -90421,24 +94083,38 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/starboard/south) +"vtE" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/library) "vtG" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/multi_tile/glass, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/machinery/door/firedoor, -/turf/simulated/floor/carpet, -/area/station/service/bar) -"vtO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 +/obj/structure/table/reinforced, +/obj/machinery/newscaster{ + pixel_x = -28; + name = "west bump"; + dir = 4 }, /turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" + icon_state = "barber" }, -/area/station/public/storage/tools) +/area/station/service/barber) +"vtQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/public/arcade) "vtV" = ( /obj/structure/table/glass, /obj/item/storage/box/gloves, @@ -90481,11 +94157,6 @@ /obj/machinery/light, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/exit) -"vuL" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/window/reinforced/grilled, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/west) "vuM" = ( /obj/structure/marker_beacon/dock_marker, /turf/space, @@ -90504,6 +94175,10 @@ icon_state = "white" }, /area/station/medical/cloning) +"vuU" = ( +/obj/item/chair/wood, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "vuW" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -90511,6 +94186,17 @@ icon_state = "asteroidplating" }, /area/station/maintenance/fsmaint) +"vuX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "vuY" = ( /turf/simulated/floor/plasteel{ icon_state = "neutralfull" @@ -90564,10 +94250,6 @@ icon_state = "bluered" }, /area/station/hallway/secondary/entry/west) -"vvt" = ( -/obj/structure/grille, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) "vvG" = ( /obj/structure/cable/orange{ d1 = 4; @@ -90590,6 +94272,13 @@ /obj/machinery/alarm/directional/north, /turf/simulated/floor/plating, /area/station/maintenance/electrical_shop) +"vvY" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "vvZ" = ( /obj/structure/cable/orange{ d1 = 4; @@ -90606,17 +94295,6 @@ icon_state = "dark" }, /area/station/command/bridge) -"vwc" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/table, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/flashlight, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "vwi" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -90687,15 +94365,6 @@ /obj/effect/spawner/random_spawners/oil_maybe, /turf/simulated/floor/plating, /area/station/maintenance/electrical_shop) -"vxE" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "vxH" = ( /obj/structure/lattice/catwalk, /obj/structure/cable/orange{ @@ -90789,6 +94458,15 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/port2) +"vyr" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "vyI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -90826,15 +94504,12 @@ }, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/apmaint) -"vza" = ( -/obj/structure/closet/crate, -/obj/effect/decal/cleanable/cobweb, -/obj/item/coin/silver, -/obj/item/coin/silver, -/obj/item/pickaxe, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) +"vzb" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "vzj" = ( /obj/structure/showcase{ density = 0; @@ -90859,10 +94534,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/starboard) -"vzP" = ( -/obj/structure/disposalpipe/segment/corner, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port2) "vAg" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk, @@ -90871,33 +94542,25 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) -"vAk" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/station/service/bar) "vAr" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/light, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/south) -"vAx" = ( -/obj/machinery/door/airlock/public/glass, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"vAO" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 }, -/area/station/service/chapel) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "vAU" = ( /obj/structure/cable{ d1 = 4; @@ -90909,20 +94572,34 @@ icon_state = "yellowcorner" }, /area/station/hallway/primary/central/west) -"vBa" = ( -/obj/structure/chair/sofa/pew/left{ - dir = 8 +"vBi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/effect/landmark/start/assistant, -/turf/simulated/floor/plasteel{ - icon_state = "chapel" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, +/turf/simulated/floor/carpet/red, /area/station/service/chapel) "vBm" = ( /obj/structure/cable, /obj/machinery/power/apc/directional/east, /turf/simulated/floor/grass/jungle, /area/station/hallway/secondary/garden) +"vBp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Bar Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/turf/simulated/floor/wood, +/area/station/service/bar) "vBr" = ( /obj/machinery/atmospherics/portable/canister/air, /obj/machinery/atmospherics/unary/portables_connector{ @@ -90972,14 +94649,6 @@ /obj/machinery/light/small, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) -"vBV" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 4 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "vBZ" = ( /obj/machinery/atmospherics/unary/portables_connector{ dir = 1 @@ -91003,6 +94672,9 @@ icon_state = "bcircuit" }, /area/station/turret_protected/ai_upload) +"vCl" = ( +/turf/simulated/wall/r_wall, +/area/station/public/toilet) "vCs" = ( /obj/structure/sink{ dir = 4; @@ -91115,24 +94787,17 @@ 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 - }, /obj/machinery/atmospherics/pipe/simple/visible{ dir = 9 }, /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/north) +/area/station/maintenance/port) "vEs" = ( +/obj/effect/landmark/start/assistant, /obj/structure/chair/office/dark{ dir = 1 }, -/obj/effect/landmark/start/assistant, /turf/simulated/floor/wood, /area/station/service/library) "vEt" = ( @@ -91144,15 +94809,6 @@ icon_state = "white" }, /area/station/medical/reception) -"vEx" = ( -/obj/item/chair, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) "vEA" = ( /obj/structure/cable/orange{ d1 = 1; @@ -91170,23 +94826,20 @@ icon_state = "white" }, /area/station/medical/medbay) -"vEJ" = ( -/obj/machinery/camera{ - c_tag = "Service Asteroid Hallway 1"; - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) +"vEI" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/maintenance, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "vFa" = ( /obj/structure/table, /obj/item/food/grown/potato, /obj/item/food/grown/chili, +/obj/item/food/grown/wheat, +/obj/item/seeds/wheat, /obj/item/seeds/grape, /turf/simulated/floor/plasteel{ icon_state = "darkgreenfull" @@ -91214,15 +94867,6 @@ icon_state = "asteroidplating" }, /area/station/maintenance/apmaint) -"vFf" = ( -/obj/structure/disposalpipe/sortjunction/reversed{ - dir = 8; - sort_type_txt = "21" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "vFi" = ( /obj/machinery/door_control{ id = "medmain"; @@ -91241,18 +94885,25 @@ }, /area/station/medical/reception) "vFn" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/light/small{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/turf/simulated/floor/plating, /area/station/maintenance/port) "vFu" = ( /obj/structure/disposalpipe/segment{ @@ -91275,6 +94926,13 @@ icon_state = "whitepurple" }, /area/station/science/genetics) +"vFA" = ( +/obj/machinery/door/airlock{ + id_tag = "fb2"; + name = "Toilet" + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/maintenance/gambling_den) "vFB" = ( /turf/simulated/wall, /area/station/legal/magistrate) @@ -91341,6 +94999,10 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/aft/west) +"vGm" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "vHe" = ( /obj/structure/disposalpipe/sortjunction/reversed{ dir = 4; @@ -91354,6 +95016,11 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ icon_regular_floor = "yellowsiding"; @@ -91441,15 +95108,6 @@ icon_state = "whitegreen" }, /area/station/medical/virology) -"vIT" = ( -/obj/structure/table, -/obj/item/desk_bell{ - pixel_x = 7; - pixel_y = 7; - anchored = 1 - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "vJh" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -91462,6 +95120,19 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/aft/east) +"vJj" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + color = "#954535" + }, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "vJl" = ( /obj/structure/table, /obj/machinery/photocopier/faxmachine{ @@ -91490,20 +95161,30 @@ icon_state = "neutralcorner" }, /area/station/public/locker) -"vKJ" = ( -/obj/item/radio/intercom{ - pixel_x = -28; - name = "custom placement" - }, -/obj/machinery/camera{ - c_tag = "Service Asteroid Hallway 6"; +"vKF" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/disposalpipe/segment/corner{ +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) +"vKJ" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, /turf/simulated/floor/plasteel{ - dir = 8; + dir = 1; icon_state = "neutralcorner" }, /area/station/hallway/primary/port/south) @@ -91545,6 +95226,10 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) +"vKU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "vKV" = ( /obj/structure/cable/orange{ d1 = 1; @@ -91610,6 +95295,10 @@ icon_state = "yellow" }, /area/station/public/storage/tools/auxiliary) +"vLH" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/station/service/library) "vLR" = ( /obj/effect/spawner/window/reinforced, /obj/structure/disposalpipe/segment/corner{ @@ -91680,19 +95369,36 @@ icon_state = "whitepurplecorner" }, /area/station/science/xenobiology) -"vMo" = ( -/obj/item/radio/intercom{ - pixel_x = 28; - name = "custom placement" +"vMk" = ( +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 }, -/obj/structure/chair/stool{ +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) +"vMl" = ( +/obj/effect/turf_decal/woodsiding, +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/hallway/primary/port/south) +"vMo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, -/obj/effect/landmark/start/assistant, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, /area/station/service/bar) "vME" = ( /obj/structure/cable{ @@ -91730,6 +95436,18 @@ icon_state = "yellowcorner" }, /area/station/hallway/primary/central/west) +"vNp" = ( +/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/wood, +/area/station/service/bar) "vNx" = ( /obj/structure/cable/orange{ d1 = 1; @@ -91825,6 +95543,27 @@ /obj/structure/cable, /turf/simulated/floor/plating, /area/station/hallway/primary/central/north) +"vOV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"vOX" = ( +/obj/machinery/requests_console/directional/north, +/obj/item/storage/belt/utility/full, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/multitool, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/storage/tools) "vPd" = ( /obj/effect/decal/cleanable/glass, /obj/effect/spawner/random_spawners/grille_maybe, @@ -91877,6 +95616,32 @@ }, /turf/simulated/floor/plating, /area/station/hallway/secondary/entry/north) +"vPJ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) +"vPV" = ( +/obj/structure/chair, +/obj/machinery/camera{ + c_tag = "Holodeck Exterior" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "vQk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -91932,12 +95697,19 @@ /turf/simulated/floor/plasteel, /area/station/supply/lobby) "vQR" = ( -/obj/machinery/atmospherics/unary/portables_connector{ +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ dir = 4 }, -/obj/machinery/atmospherics/portable/canister/air, +/obj/structure/dispenser/oxygen, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/north) +/area/station/maintenance/port) "vQV" = ( /obj/structure/rack{ dir = 8; @@ -91962,6 +95734,21 @@ }, /turf/simulated/floor/plating, /area/station/engineering/tech_storage) +"vRb" = ( +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) +"vRf" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreenfull" + }, +/area/station/service/hydroponics) "vRg" = ( /obj/structure/disposalpipe/trunk{ dir = 4; @@ -91991,12 +95778,6 @@ icon_state = "dark" }, /area/station/ai_monitored/storage/eva) -"vRn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "vRp" = ( /obj/structure/table, /obj/item/plant_analyzer, @@ -92017,27 +95798,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/aft/west) -"vRC" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery"; - location = "Kitchen" - }, -/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ - dir = 4 - }, -/obj/machinery/door/window/classic/reversed{ - dir = 4; - pixel_x = 1; - name = "Kitchen Delivery" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/simulated/floor/plating, -/area/station/service/kitchen) "vRH" = ( /obj/structure/cable/orange{ d1 = 1; @@ -92081,25 +95841,20 @@ icon_state = "whitegreen" }, /area/station/medical/virology) -"vSk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "vSr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/orange{ d1 = 1; d2 = 2; icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/item/radio/intercom{ - pixel_x = 28; - name = "custom placement" + name = "east bump"; + pixel_x = 28 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 }, /turf/simulated/floor/plasteel/freezer, /area/station/public/toilet) @@ -92121,13 +95876,6 @@ }, /turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/port) -"vSF" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) "vSG" = ( /obj/machinery/firealarm/directional/east, /turf/simulated/floor/plasteel{ @@ -92160,14 +95908,6 @@ "vTo" = ( /turf/simulated/wall, /area/station/turret_protected/ai) -"vTq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/public/storage/tools) "vTx" = ( /obj/structure/cable/orange{ d1 = 2; @@ -92199,6 +95939,13 @@ /obj/effect/spawner/window/reinforced/plasma/grilled, /turf/simulated/floor/plating, /area/station/science/toxins/launch) +"vTX" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/effect/spawner/random_spawners/dirt_often, +/turf/simulated/floor/plasteel/freezer, +/area/station/maintenance/gambling_den) "vUb" = ( /obj/structure/cable{ d1 = 4; @@ -92233,6 +95980,18 @@ /obj/effect/landmark/spawner/nukedisc_respawn, /turf/simulated/floor/engine, /area/station/science/xenobiology) +"vVm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction/reversed, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "vVI" = ( /obj/machinery/hydroponics/constructable, /obj/effect/decal/cleanable/dirt, @@ -92241,19 +96000,6 @@ icon_state = "whitepurple" }, /area/station/maintenance/apmaint) -"vVL" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreenfull" - }, -/area/station/public/sleep) "vVP" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plasteel{ @@ -92261,14 +96007,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/secondary/entry/north) -"vVZ" = ( -/obj/structure/crematorium{ - id = "creamed" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/chapel/office) "vWi" = ( /obj/effect/spawner/grouped_spawner{ group_id = "tunnelbats"; @@ -92298,12 +96036,6 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) -"vWt" = ( -/obj/machinery/sleeper{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "vWu" = ( /obj/structure/plasticflaps{ opacity = 1 @@ -92341,15 +96073,13 @@ "vWF" = ( /turf/simulated/mineral/ancient, /area/station/maintenance/asmaint) -"vWL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 +"vWH" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer{ + dir = 8 }, -/turf/simulated/floor/wood, -/area/station/service/library) +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) "vWN" = ( /obj/machinery/door/airlock/public/glass{ name = "Walkway" @@ -92463,13 +96193,13 @@ icon_state = "1-2" }, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 5 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" }, -/area/station/maintenance/gambling_den) +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "vYG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -92492,49 +96222,21 @@ /turf/simulated/mineral/ancient, /area/station/maintenance/disposal/east) "vZj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/orange{ - d1 = 4; + d1 = 1; d2 = 8; - icon_state = "4-8" + icon_state = "1-8" }, /obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) -"vZo" = ( -/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/structure/sign/directions/security{ - dir = 1; - pixel_x = 32; - pixel_y = 24 + d2 = 4; + icon_state = "1-4" }, -/obj/machinery/power/apc/directional/east, -/obj/structure/cable/orange, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, -/area/station/hallway/primary/port/north) +/area/station/maintenance/port) "vZt" = ( /obj/structure/cable/orange{ d1 = 4; @@ -92545,22 +96247,34 @@ icon_state = "asteroidplating" }, /area/station/maintenance/fpmaint) -"vZz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"vZK" = ( +/obj/item/radio/intercom{ + pixel_y = -28; + name = "custom placement" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 +/obj/effect/landmark/start/assistant, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"vZN" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) +"waa" = ( +/obj/item/instrument/violin, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/orange{ + d2 = 2; + icon_state = "0-2" }, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, -/area/station/maintenance/port2) -"vZN" = ( -/obj/machinery/light, -/obj/item/kirbyplants, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) +/area/station/service/clown/secret) "wac" = ( /obj/machinery/quantumpad/cere/service_arrivals, /obj/structure/sign/directions/evac{ @@ -92615,8 +96329,19 @@ }, /obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, /obj/effect/spawner/random_spawners/dirt_frequent, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "waT" = ( /obj/machinery/light, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -92634,15 +96359,6 @@ icon_state = "darkfull" }, /area/station/supply/expedition) -"wbd" = ( -/obj/effect/landmark/spawner/nukedisc_respawn, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - dir = 4; - level = 2 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) "wbe" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -92650,10 +96366,6 @@ /obj/effect/turf_decal/delivery, /turf/simulated/floor/plasteel/white, /area/station/science/robotics) -"wbw" = ( -/obj/machinery/economy/vending/coffee, -/turf/simulated/floor/wood, -/area/station/service/library) "wbx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 @@ -92669,17 +96381,24 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/south) +"wbD" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "wbF" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 9 }, /turf/simulated/floor/engine/vacuum, /area/station/science/toxins/mixing) -"wbG" = ( -/obj/structure/table/glass, -/obj/item/hemostat, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "wcj" = ( /obj/machinery/door_control{ id = "maintcham2"; @@ -92697,6 +96416,17 @@ /obj/structure/grille/broken, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) +"wcy" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "wcY" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/stripes/line{ @@ -92709,14 +96439,6 @@ dir = 4 }, /area/station/medical/reception) -"wdl" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plasteel, -/area/station/service/library) "wdn" = ( /obj/structure/cable/orange{ d1 = 4; @@ -92732,6 +96454,19 @@ /obj/machinery/monkey_recycler, /turf/simulated/floor/plasteel/white, /area/station/science/xenobiology) +"wds" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "kitchen2" + }, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "wdC" = ( /obj/structure/grille, /turf/simulated/floor/plating, @@ -92762,6 +96497,11 @@ }, /turf/simulated/floor/engine, /area/station/science/misc_lab) +"weG" = ( +/obj/structure/transit_tube, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "weW" = ( /obj/effect/spawner/window/reinforced/polarized/grilled{ id = "bridge" @@ -92777,34 +96517,6 @@ }, /turf/simulated/floor/plating, /area/station/command/bridge) -"weZ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Crematorium" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/chapel/office) -"wfc" = ( -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -24; - name = "west bump" - }, -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "wfd" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/plasteel{ @@ -92826,10 +96538,20 @@ }, /area/station/medical/reception) "wfi" = ( -/obj/machinery/economy/vending/boozeomat, -/obj/effect/decal/cleanable/cobweb, -/turf/simulated/floor/plating, +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, /area/station/maintenance/gambling_den) +"wfq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "wfJ" = ( /obj/machinery/computer/secure_data{ dir = 8 @@ -92846,19 +96568,22 @@ icon_state = "darkred" }, /area/station/security/checkpoint/secondary) -"wga" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/disposalpipe/segment/corner, +"wfU" = ( /obj/structure/cable/orange{ - d1 = 2; + d1 = 4; d2 = 8; - icon_state = "2-8" + icon_state = "4-8" }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port2) +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "wgh" = ( /turf/simulated/floor/plasteel{ dir = 8; @@ -92885,6 +96610,21 @@ }, /turf/simulated/floor/plating, /area/station/turret_protected/aisat/interior) +"wgC" = ( +/obj/structure/disposalpipe/segment/corner, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) "wgE" = ( /obj/structure/table/glass, /obj/item/stack/cable_coil/random, @@ -92902,6 +96642,39 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/mine/unexplored/cere/cargo) +"wgI" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/storage/bag/dice, +/turf/simulated/floor/wood, +/area/station/service/bar) +"wgN" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + sort_type_txt = "24" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore/west) "whf" = ( /obj/machinery/atmospherics/pipe/manifold/visible, /turf/simulated/floor/plasteel{ @@ -92910,6 +96683,7 @@ /area/station/engineering/atmos) "whg" = ( /obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/port) "whj" = ( @@ -92971,23 +96745,22 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/station/maintenance/fore2) -"whJ" = ( -/obj/structure/chair, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plating, -/area/station/maintenance/port) -"whM" = ( -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 24; - name = "east bump" +"whH" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 }, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" }, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/fpmaint) "whS" = ( /obj/machinery/ai_status_display, /turf/simulated/wall/r_wall, @@ -93136,20 +96909,6 @@ icon_state = "white" }, /area/station/medical/cloning) -"wjk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) "wjy" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/orange{ @@ -93162,13 +96921,11 @@ }, /area/station/science/rnd) "wjD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, /turf/simulated/wall, -/area/station/service/clown) -"wjO" = ( -/obj/structure/closet/firecloset/full, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) +/area/station/hallway/primary/port/south) "wjQ" = ( /obj/structure/chair/office/dark{ dir = 8 @@ -93178,6 +96935,15 @@ icon_state = "dark" }, /area/station/medical/morgue) +"wkb" = ( +/obj/structure/morgue{ + dir = 2 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "wkf" = ( /obj/structure/cable{ d1 = 4; @@ -93196,14 +96962,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) -"wkq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralfull" - }, -/area/station/hallway/primary/port/north) "wkx" = ( /obj/machinery/door/airlock/public/glass{ autoclose = 0; @@ -93276,17 +97034,10 @@ icon_state = "neutralcorner" }, /area/station/hallway/secondary/entry/north) -"wkS" = ( -/obj/machinery/power/apc/directional/north, -/obj/effect/turf_decal/stripes/asteroid/end, -/obj/structure/cable/orange{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port2) +"wkW" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) "wla" = ( /obj/structure/cable/orange{ d1 = 4; @@ -93308,13 +97059,6 @@ icon_state = "darkredcorners" }, /area/station/security/brig) -"wlf" = ( -/obj/item/radio/intercom{ - pixel_y = 28; - name = "custom placement" - }, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) "wlt" = ( /obj/structure/disposaloutlet{ dir = 4 @@ -93333,6 +97077,19 @@ icon_state = "brown" }, /area/station/supply/qm) +"wlC" = ( +/obj/structure/mineral_door/wood{ + name = "Secret Clown HQ" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/service/clown/secret) "wlD" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment, @@ -93351,28 +97108,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/secondary/entry/north) -"wlU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/orange{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc/directional/south, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/east) "wlV" = ( /obj/effect/turf_decal/stripes/line, /turf/simulated/floor/engine, @@ -93439,14 +97174,15 @@ /turf/space, /area/station/engineering/solar/aft) "wmA" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ +/obj/structure/chair/wood, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 8 }, -/turf/simulated/floor/plasteel{ - icon_state = "barber" +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 }, -/area/station/service/barber) +/turf/simulated/floor/wood, +/area/station/service/bar) "wmE" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -93467,6 +97203,26 @@ }, /turf/simulated/floor/engine, /area/station/engineering/control) +"wmL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "wmN" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -93490,10 +97246,17 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/aft/west) -"wmT" = ( -/obj/structure/dispenser/oxygen, +"wno" = ( +/obj/structure/rack, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, -/area/station/hallway/primary/fore/west) +/area/station/maintenance/disposal/west) +"wnt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) "wnB" = ( /obj/structure/cable/orange, /obj/machinery/door/poddoor{ @@ -93507,15 +97270,25 @@ /turf/simulated/floor/plating, /area/station/security/prison/cell_block/A) "wnJ" = ( -/obj/structure/disposalpipe/junction/reversed{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ - icon_state = "neutralfull" + dir = 1; + icon_state = "neutralcorner" }, /area/station/hallway/primary/port/south) +"wnL" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "wnO" = ( /obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor/plasteel{ @@ -93523,6 +97296,13 @@ icon_state = "whiteyellow" }, /area/station/science/robotics/chargebay) +"wnP" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "woa" = ( /turf/simulated/floor/plasteel{ dir = 1; @@ -93557,6 +97337,10 @@ /obj/item/trash/snack_bowl, /turf/simulated/floor/plasteel, /area/station/hallway/primary/fore/west) +"wow" = ( +/obj/structure/sink/puddle, +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/hallway/primary/port/south) "woy" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, @@ -93596,15 +97380,28 @@ }, /area/station/turret_protected/ai_upload) "wph" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, -/area/station/maintenance/gambling_den) -"wpl" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) +"wpp" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "wpF" = ( /obj/structure/cable/orange{ d1 = 1; @@ -93612,10 +97409,11 @@ icon_state = "1-2" }, /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "wpH" = ( /obj/structure/janitorialcart, /obj/item/mop, @@ -93692,6 +97490,30 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/hallway/spacebridge/cargocom) +"wqq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port/north) +"wqw" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "wqx" = ( /obj/effect/spawner/random_spawners/wall_rusted_always, /turf/simulated/wall, @@ -93751,12 +97573,8 @@ }, /area/station/hallway/primary/fore/east) "wqN" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 }, /turf/simulated/floor/wood, /area/station/service/clown) @@ -93772,6 +97590,13 @@ /obj/structure/grille, /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) +"wrg" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/storage/tools) "wrh" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -93779,21 +97604,26 @@ d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, /turf/simulated/floor/plasteel{ icon_state = "neutralcorner" }, /area/station/hallway/primary/port/south) -"wry" = ( -/obj/machinery/light{ - dir = 1 +"wrz" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 4 }, -/obj/structure/chair/sofa/corp/right, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/hallway/primary/port/south) "wrB" = ( /obj/machinery/atmospherics/pipe/simple/visible, /obj/effect/decal/cleanable/dirt, @@ -93858,6 +97688,27 @@ icon_state = "white" }, /area/station/medical/storage/secondary) +"wsx" = ( +/obj/effect/landmark/start/botanist, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreenfull" + }, +/area/station/service/hydroponics) +"wsE" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/economy/vending/assist, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/public/storage/tools) +"wsK" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "wsL" = ( /obj/machinery/camera{ c_tag = "Rehabilitation Dome North" @@ -93968,10 +97819,6 @@ icon_state = "darkpurple" }, /area/station/science/robotics) -"wty" = ( -/obj/effect/spawner/airlock/e_to_w, -/turf/simulated/wall, -/area/station/maintenance/storage) "wtB" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -94006,6 +97853,12 @@ /obj/structure/lattice, /turf/space, /area/space/nearstation) +"wuj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/library) "wum" = ( /obj/machinery/door/poddoor/preopen{ id_tag = "XenoPod4"; @@ -94130,13 +97983,14 @@ }, /area/station/medical/storage/secondary) "wvs" = ( -/obj/item/kirbyplants, -/obj/machinery/button/windowtint{ - id = "chaplain"; - pixel_y = 24 +/obj/structure/table/wood, +/obj/item/candle, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 }, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) +/turf/simulated/floor/wood, +/area/station/service/theatre) "wvy" = ( /obj/structure/rack{ dir = 8; @@ -94184,6 +98038,12 @@ icon_state = "whitebluefull" }, /area/station/medical/cloning) +"wvM" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "wvN" = ( /obj/machinery/shower{ dir = 8 @@ -94196,9 +98056,6 @@ dir = 4 }, /obj/effect/landmark/lightsout, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, @@ -94318,28 +98175,6 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/maintenance/disposal/east) -"wxr" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - sort_type_txt = "16" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) "wxv" = ( /obj/machinery/computer/cloning{ dir = 1 @@ -94396,14 +98231,6 @@ /obj/effect/spawner/airlock/w_to_e, /turf/simulated/wall, /area/station/maintenance/port2) -"wxY" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 1 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "wyn" = ( /obj/machinery/requests_console/directional/east, /turf/simulated/floor/plasteel{ @@ -94433,20 +98260,6 @@ "wyu" = ( /turf/simulated/mineral/ancient, /area/station/supply/break_room) -"wyx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/random_spawners/dirt_frequent, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "wyL" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, @@ -94457,6 +98270,14 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/dockmed) +"wyO" = ( +/obj/structure/table/wood, +/obj/machinery/bottler{ + pixel_y = 7 + }, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/station/service/bar) "wyR" = ( /obj/machinery/light{ dir = 4 @@ -94513,16 +98334,6 @@ }, /turf/simulated/floor/engine, /area/station/science/test_chamber) -"wzm" = ( -/obj/effect/spawner/window/reinforced/grilled, -/obj/structure/cable/orange, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/station/public/storage/tools) "wzo" = ( /obj/structure/table, /obj/structure/cable/orange{ @@ -94548,19 +98359,6 @@ /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plating, /area/station/maintenance/disposal) -"wzA" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/condiment/peppermill{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/machinery/camera/autoname{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/station/service/bar) "wzC" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -94582,16 +98380,31 @@ icon_state = "white" }, /area/station/science/toxins/mixing) +"wzF" = ( +/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, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "wzH" = ( /turf/simulated/mineral/ancient/outer, /area/station/hallway/primary/fore/east) -"wzM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/assembly/mousetrap/armed, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "wzS" = ( /obj/machinery/door/airlock/maintenance{ name = "Cargo Bay Warehouse Maintenance" @@ -94652,24 +98465,13 @@ /obj/item/clothing/glasses/meson, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) -"wAq" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) -"wAB" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 +"wAy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) +/turf/simulated/floor/plasteel, +/area/station/public/locker) "wAG" = ( /turf/simulated/floor/plasteel/white, /area/station/science/xenobiology) @@ -94690,18 +98492,6 @@ icon_state = "darkpurple" }, /area/station/public/quantum/science) -"wAQ" = ( -/obj/machinery/alarm/directional/south, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1; - name = "Portable Scrubber Connector" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/portable/scrubber, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/station/public/storage/tools) "wBr" = ( /obj/machinery/computer/monitor{ dir = 1 @@ -94709,14 +98499,6 @@ /obj/structure/cable/orange, /turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/apmaint) -"wBA" = ( -/obj/machinery/firealarm/directional/east, -/obj/item/kirbyplants/plant22, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "wBG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -94801,19 +98583,6 @@ "wCz" = ( /turf/simulated/wall, /area/station/science/server) -"wCB" = ( -/obj/effect/spawner/grouped_spawner{ - group_id = "tunnelbats"; - max_per_spawner = 1; - name = "bat spawner"; - path_to_spawn = /mob/living/simple_animal/hostile/scarybat; - total_amount = 20 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "wCC" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -94852,6 +98621,22 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) +"wCS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) "wCU" = ( /obj/structure/cable/orange{ d1 = 1; @@ -94887,23 +98672,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) -"wDC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - color = "#954535" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/fore/west) "wDJ" = ( /obj/structure/cable{ d1 = 1; @@ -94916,21 +98684,11 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/engine, /area/station/engineering/control) -"wDL" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) "wDV" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table/wood, -/obj/item/candle, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 }, +/turf/simulated/floor/wood, /area/station/service/bar) "wEb" = ( /obj/effect/spawner/random_spawners/dirt_frequent, @@ -94938,17 +98696,12 @@ /turf/simulated/floor/plasteel, /area/station/supply/miningdock) "wEe" = ( -/obj/machinery/camera{ - c_tag = "Service Asteroid Hallway 5"; - dir = 4 - }, /obj/structure/disposalpipe/segment{ color = "#954535" }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/machinery/camera{ + c_tag = "Central Service Plaza South"; + dir = 4 }, /turf/simulated/floor/plasteel{ dir = 8; @@ -94966,12 +98719,6 @@ icon_state = "dark" }, /area/station/turret_protected/aisat/interior) -"wEB" = ( -/obj/item/assembly/mousetrap/armed, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "wEK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/orange{ @@ -94983,14 +98730,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel, /area/station/science/storage) -"wES" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) "wFa" = ( /obj/item/radio/intercom{ pixel_x = 28; @@ -95004,25 +98743,16 @@ icon_state = "whitepurple" }, /area/station/science/toxins/mixing) -"wFq" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Port Asteroid Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "wFr" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/closet/crate/freezer, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/closet/crate/hydroponics, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/shovel/spade, +/obj/item/reagent_containers/glass/bucket, +/obj/item/wrench, +/obj/item/wirecutters, +/obj/item/shovel/spade, /turf/simulated/floor/grass, /area/station/service/hydroponics) "wFt" = ( @@ -95052,18 +98782,34 @@ /obj/machinery/hydroponics/soil, /turf/simulated/floor/grass, /area/station/service/hydroponics) -"wGo" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, +"wGa" = ( +/obj/structure/disposalpipe/segment, /obj/structure/cable/orange{ d1 = 1; d2 = 8; icon_state = "1-8" }, +/obj/structure/cable/orange{ + 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 + }, /turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" + icon_state = "dark" + }, +/area/station/service/chapel) +"wGo" = ( +/obj/structure/disposalpipe/segment{ + color = "#954535" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" }, /area/station/hallway/primary/port/south) "wGv" = ( @@ -95113,53 +98859,43 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/transparent/glass/reinforced, /area/station/maintenance/asmaint) -"wHg" = ( -/obj/effect/spawner/airlock/w_to_e, -/turf/simulated/wall, -/area/station/maintenance/gambling_den) "wHn" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 8; + sort_type_txt = "19" + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "wHs" = ( /obj/structure/table, /obj/item/paper_bin{ pixel_x = -3; pixel_y = 7 }, +/obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, /area/station/maintenance/disposal/southwest) -"wHA" = ( -/obj/effect/spawner/grouped_spawner{ - group_id = "tunnelbats"; - max_per_spawner = 1; - name = "bat spawner"; - path_to_spawn = /mob/living/simple_animal/hostile/scarybat; - total_amount = 20 - }, -/obj/machinery/power/apc/directional/south, -/obj/structure/cable/orange{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" +"wHy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 }, -/area/station/maintenance/gambling_den) +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "wHE" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -95213,15 +98949,16 @@ dir = 4 }, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, /obj/structure/cable{ d1 = 2; d2 = 4; icon_state = "2-4" }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, /obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/station/maintenance/port2) "wIp" = ( @@ -95230,18 +98967,6 @@ "wIq" = ( /turf/simulated/mineral/ancient, /area/station/maintenance/apmaint) -"wIL" = ( -/obj/machinery/computer/cryopod{ - pixel_y = 32 - }, -/obj/machinery/cryopod{ - dir = 2 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreen" - }, -/area/station/public/sleep) "wIP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment, @@ -95303,6 +99028,15 @@ icon_state = "cafeteria" }, /area/station/command/office/rd) +"wJs" = ( +/obj/machinery/camera{ + c_tag = "Swimming Pool"; + dir = 1 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/hallway/primary/port/north) "wJA" = ( /obj/machinery/light{ dir = 8 @@ -95382,6 +99116,18 @@ icon_state = "neutralfull" }, /area/station/hallway/primary/starboard/south) +"wKM" = ( +/obj/machinery/camera{ + c_tag = "Service Asteroid Solar Array Exterior"; + dir = 4; + network = list("SS13","CE") + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/electricshock{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "wKN" = ( /obj/structure/cable/orange{ d1 = 1; @@ -95446,6 +99192,11 @@ icon_state = "whitepurple" }, /area/station/science/xenobiology) +"wLv" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) "wLy" = ( /obj/structure/disposalpipe/segment/corner, /turf/simulated/floor/plating{ @@ -95462,23 +99213,6 @@ icon_state = "dark" }, /area/station/science/toxins/launch) -"wLQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/transparent/glass/reinforced, -/area/station/maintenance/port) -"wMb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/camera/autoname{ - dir = 9 - }, -/turf/simulated/floor/engine{ - slowdown = -0.3 - }, -/area/station/hallway/spacebridge/sercom) "wMd" = ( /obj/machinery/light{ dir = 1 @@ -95544,6 +99278,13 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/maintcentral) +"wNu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/service/clown/secret) "wNA" = ( /obj/structure/table/glass, /obj/item/storage/box/monkeycubes{ @@ -95637,6 +99378,17 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) +"wOv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "wOx" = ( /obj/machinery/computer/security/mining{ dir = 1 @@ -95691,6 +99443,13 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) +"wOW" = ( +/obj/item/kirbyplants, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "wPc" = ( /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel, @@ -95759,7 +99518,7 @@ icon_state = "1-2" }, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/south) +/area/station/maintenance/port2) "wQf" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -95770,16 +99529,13 @@ }, /area/station/medical/cloning) "wQh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/orange{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 + d1 = 1; + d2 = 2; + icon_state = "1-2" }, /turf/simulated/floor/plating{ icon_state = "asteroidplating" @@ -95801,12 +99557,26 @@ }, /turf/simulated/floor/plasteel, /area/station/supply/qm) +"wQu" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "wQz" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ level = 2 }, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) +"wQC" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "wQY" = ( /turf/simulated/floor/bluegrid{ nitrogen = 500; @@ -95818,6 +99588,10 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/starboard) +"wRk" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/mine/unexplored/cere/civilian) "wRo" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -95833,32 +99607,20 @@ icon_state = "whiteblue" }, /area/station/medical/medbay) +"wRx" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "wRF" = ( /turf/simulated/floor/engine, /area/station/science/misc_lab) "wSc" = ( /turf/simulated/wall, /area/station/maintenance/solar_maintenance/fore_port) -"wSh" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkgreenfull" - }, -/area/station/service/hydroponics) "wSk" = ( /obj/machinery/hologram/holopad, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -95866,7 +99628,7 @@ /area/station/legal/lawoffice) "wSm" = ( /obj/structure/mineral_door/wood, -/turf/simulated/floor/wood, +/turf/simulated/floor/plasteel/freezer, /area/station/maintenance/gambling_den) "wSn" = ( /turf/simulated/mineral/ancient, @@ -95948,21 +99710,6 @@ icon_state = "whitepurple" }, /area/station/science/explab/chamber) -"wTq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/chapel) -"wTs" = ( -/obj/effect/turf_decal/delivery, -/turf/simulated/floor/wood, -/area/station/service/bar) "wTB" = ( /obj/item/mounted/mirror{ icon_state = "mirror_broke"; @@ -95970,6 +99717,16 @@ }, /turf/simulated/floor/plasteel, /area/station/public/locker) +"wTG" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "wTO" = ( /obj/structure/cable/orange{ d1 = 1; @@ -96016,14 +99773,6 @@ }, /turf/simulated/wall, /area/station/turret_protected/aisat/interior) -"wUs" = ( -/obj/structure/sink/kitchen{ - pixel_y = 25 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) "wUO" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable/orange, @@ -96050,11 +99799,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /turf/simulated/floor/carpet, /area/station/public/locker) "wUX" = ( @@ -96083,6 +99827,15 @@ /obj/effect/spawner/airlock/s_to_n, /turf/simulated/wall, /area/station/maintenance/solar_maintenance/fore_starboard) +"wVv" = ( +/obj/machinery/camera/autoname{ + dir = 10 + }, +/obj/machinery/economy/vending/hydronutrients, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreenfull" + }, +/area/station/service/hydroponics) "wVD" = ( /obj/machinery/power/smes/engineering, /obj/structure/cable/orange, @@ -96106,6 +99859,14 @@ "wVI" = ( /turf/simulated/wall, /area/station/maintenance/disposal/north) +"wVJ" = ( +/obj/machinery/camera{ + c_tag = "Service Asteroid Solar Array"; + dir = 1; + network = list("SS13","CE") + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) "wVM" = ( /obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor/plating, @@ -96121,26 +99882,15 @@ }, /turf/simulated/floor/engine, /area/station/science/test_chamber) -"wWm" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ +"wWl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ - icon_state = "neutralfull" + dir = 0; + icon_state = "green" }, -/area/station/hallway/primary/port/north) +/area/station/public/quantum/service) "wWC" = ( /turf/simulated/mineral/ancient, /area/station/hallway/secondary/garden) @@ -96151,10 +99901,11 @@ d2 = 2; icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "wWR" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -96171,17 +99922,14 @@ slowdown = -0.3 }, /area/station/hallway/spacebridge/engmed) -"wWW" = ( -/obj/structure/statue/tranquillite/mime, -/obj/machinery/alarm/directional/south, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" +"wWZ" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 }, -/area/station/service/mime) +/obj/item/stack/sheet/wood, +/obj/structure/grille/broken, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) "wXm" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -96197,6 +99945,26 @@ icon_state = "purplecorner" }, /area/station/hallway/primary/aft/west) +"wXs" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/gambling_den) +"wXL" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) "wXW" = ( /turf/simulated/wall/r_wall, /area/station/science/server/coldroom) @@ -96228,6 +99996,12 @@ icon_state = "redcorner" }, /area/station/security/prison/cell_block/A) +"wYn" = ( +/obj/structure/disposalpipe/segment{ + color = "#954535" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port/south) "wYt" = ( /obj/machinery/light{ dir = 1 @@ -96249,7 +100023,7 @@ dir = 4 }, /turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) "wZl" = ( /obj/structure/table, /obj/effect/spawner/random/maintenance, @@ -96272,6 +100046,12 @@ icon_state = "asteroidplating" }, /area/station/maintenance/asmaint) +"wZC" = ( +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "wZF" = ( /obj/effect/turf_decal/delivery, /turf/simulated/floor/plasteel{ @@ -96447,12 +100227,31 @@ /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, /area/station/maintenance/starboard) +"xaV" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/airlock/e_to_w, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) "xbh" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 10 }, /turf/simulated/floor/engine/vacuum, /area/station/science/toxins/mixing) +"xbi" = ( +/obj/structure/disposalpipe/segment/corner, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "xbm" = ( /obj/structure/disposalpipe/trunk, /obj/machinery/disposal/deliveryChute{ @@ -96461,11 +100260,6 @@ /turf/simulated/floor/plating/airless, /area/station/maintenance/disposal/northwest) "xbn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=Service"; location = "CommandWest"; @@ -96511,6 +100305,30 @@ icon_state = "whitepurple" }, /area/station/science/toxins/mixing) +"xbS" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "xcc" = ( /obj/structure/girder, /obj/structure/grille, @@ -96536,6 +100354,10 @@ icon_state = "white" }, /area/station/science/toxins/mixing) +"xcw" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "xcD" = ( /obj/structure/cable/orange{ d1 = 4; @@ -96676,16 +100498,6 @@ }, /turf/simulated/floor/plating, /area/station/medical/patients_rooms) -"xdL" = ( -/obj/effect/landmark/spawner/nukedisc_respawn, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/wood, -/area/station/service/bar) "xdT" = ( /obj/effect/landmark/start/doctor, /turf/simulated/floor/plasteel{ @@ -96701,6 +100513,25 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/east) +"xeh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) +"xeo" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/locker) "xeq" = ( /obj/effect/spawner/window/reinforced/polarized{ id = "private" @@ -96737,20 +100568,6 @@ /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/hallway/primary/central/east) -"xfm" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/east) "xfI" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/structure/reagent_dispensers/watertank, @@ -96777,10 +100594,38 @@ icon_state = "asteroidplating" }, /area/station/maintenance/starboard) +"xgT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/kitchen/utensil/fork, +/obj/item/food/soup/chicken_noodle_soup{ + pixel_y = 23 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/mine/unexplored/cere/civilian) "xgU" = ( /obj/structure/sink/puddle, /turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/gambling_den) +/area/station/maintenance/port2) +"xha" = ( +/obj/structure/cable/orange{ + 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/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port/north) "xhf" = ( /obj/structure/railing{ dir = 8 @@ -96798,18 +100643,6 @@ }, /turf/simulated/floor/plasteel, /area/station/public/fitness) -"xhr" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "barber" - }, -/area/station/service/barber) "xhB" = ( /obj/effect/spawner/grouped_spawner{ group_id = "tunnelbats"; @@ -96918,10 +100751,11 @@ /turf/simulated/mineral/ancient/outer, /area/station/maintenance/starboard) "xiV" = ( -/obj/structure/closet/emcloset, +/obj/structure/reagent_dispensers/fueltank, /obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating/asteroid/ancient, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, /area/station/maintenance/port) "xja" = ( /obj/structure/window/plasmareinforced{ @@ -97012,16 +100846,6 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/turret_protected/aisat/interior/secondary) -"xjX" = ( -/obj/item/radio/intercom{ - pixel_y = 28; - name = "custom placement" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/carpet/green, -/area/station/service/library) "xkf" = ( /turf/simulated/floor/plasteel, /area/station/security/main) @@ -97038,10 +100862,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) -"xkn" = ( -/obj/structure/table/wood, -/turf/simulated/floor/carpet/red, -/area/station/service/chapel) "xko" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'BOMB RANGE"; @@ -97057,6 +100877,12 @@ icon_state = "dark" }, /area/station/science/rnd) +"xkM" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "xkY" = ( /turf/simulated/wall, /area/station/maintenance/disposal/northeast) @@ -97070,38 +100896,22 @@ icon_state = "darkpurple" }, /area/station/science/robotics) +"xlL" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port2) "xlS" = ( /turf/simulated/floor/plasteel{ icon_state = "darkyellow" }, /area/station/engineering/control) -"xlV" = ( -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -24; - name = "west bump" - }, -/obj/item/reagent_containers/drinks/flask/barflask, -/obj/item/clothing/head/that{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/reagent_containers/drinks/shaker, -/obj/structure/table/wood, -/turf/simulated/floor/wood, -/area/station/service/bar) -"xlY" = ( -/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, +"xlW" = ( +/obj/machinery/alarm/directional/east, /turf/simulated/floor/plasteel{ icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/north) +/area/station/hallway/primary/port/south) "xmd" = ( /obj/effect/turf_decal/delivery/white/hollow, /obj/structure/disposalpipe/segment{ @@ -97111,21 +100921,11 @@ icon_state = "purplefull" }, /area/station/hallway/primary/aft/west) -"xmk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/carpet/green, -/area/station/service/library) -"xmy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/station/maintenance/gambling_den) +"xmz" = ( +/obj/effect/spawner/random_spawners/fungus_probably, +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall, +/area/station/maintenance/port) "xmL" = ( /obj/structure/cable/orange{ d1 = 1; @@ -97148,9 +100948,10 @@ }, /area/station/hallway/spacebridge/cargocom) "xno" = ( -/obj/effect/spawner/random_spawners/dirt_often, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, -/area/station/hallway/primary/port/north) +/area/station/maintenance/port) "xnz" = ( /obj/structure/flora/ausbushes/ywflowers, /mob/living/simple_animal/cow/betsy, @@ -97159,18 +100960,26 @@ "xnA" = ( /turf/simulated/wall/r_wall, /area/station/science/server) -"xnH" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 +"xnM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ - icon_state = "neutralfull" + dir = 8; + icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/south) +/area/station/hallway/primary/port/north) "xod" = ( /obj/machinery/power/apc/directional/west, /obj/structure/cable/orange{ @@ -97192,6 +101001,10 @@ icon_state = "dark" }, /area/station/medical/morgue) +"xoM" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) "xoO" = ( /obj/structure/cable/orange{ d1 = 1; @@ -97278,6 +101091,20 @@ /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plating, /area/station/maintenance/maintcentral) +"xpu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/orange{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "xpC" = ( /obj/effect/turf_decal/delivery/hollow, /turf/simulated/floor/plasteel{ @@ -97299,43 +101126,23 @@ icon_state = "whitepurplecorner" }, /area/station/science/xenobiology) -"xqt" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - color = "#954535" +"xqx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 }, -/obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" + icon_state = "cafeteria" }, -/area/station/hallway/primary/port/north) +/area/station/service/kitchen) "xqN" = ( -/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner, /turf/simulated/floor/carpet/green, /area/station/service/library) -"xqU" = ( -/obj/item/stack/packageWrap, -/obj/item/book/manual/wiki/sop_service, -/obj/item/pen/blue{ - pixel_y = 4 - }, -/obj/item/book/manual/barman_recipes, -/obj/item/lighter/zippo, -/obj/structure/table/wood, -/obj/item/lighter/zippo, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/station/service/bar) "xrc" = ( /turf/simulated/floor/transparent/glass/reinforced{ slowdown = -0.3 @@ -97355,14 +101162,6 @@ /obj/effect/spawner/random_spawners/dirt_frequent, /turf/simulated/floor/plating, /area/station/maintenance/solar_maintenance/fore_starboard) -"xrm" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/service/hydroponics) "xrn" = ( /turf/simulated/floor/carpet, /area/station/service/bar) @@ -97397,9 +101196,15 @@ /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/south) "xru" = ( -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/plasteel, -/area/station/public/fitness) +/obj/machinery/door/airlock/public/glass{ + name = "Holodeck Door" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + dir = 8 + }, +/area/station/hallway/primary/port/north) "xrI" = ( /obj/effect/spawner/random_spawners/grille_maybe, /turf/simulated/floor/plating/asteroid/ancient, @@ -97442,15 +101247,6 @@ icon_state = "darkfull" }, /area/station/supply/sorting) -"xsc" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/station/maintenance/gambling_den) "xsS" = ( /turf/simulated/floor/plasteel{ icon_state = "neutralfull" @@ -97480,11 +101276,6 @@ }, /turf/simulated/floor/plating, /area/station/legal/courtroom) -"xtR" = ( -/obj/structure/closet, -/obj/effect/spawner/random/maintenance, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/gambling_den) "xtS" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 @@ -97503,6 +101294,11 @@ }, /turf/simulated/floor/plating, /area/station/supply/miningdock) +"xtW" = ( +/obj/item/kirbyplants, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/westalt) "xuc" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -97520,6 +101316,20 @@ /obj/item/coin/clown, /turf/simulated/floor/plating, /area/station/service/clown/secret) +"xue" = ( +/obj/structure/table/glass/reinforced, +/obj/machinery/camera/autoname, +/obj/item/desk_bell{ + pixel_x = 7; + pixel_y = 7; + anchored = 1 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/service/bar) "xut" = ( /turf/simulated/floor/carpet/blue, /area/station/hallway/secondary/garden) @@ -97699,28 +101509,6 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/south) -"xwS" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) "xwT" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/carpet, @@ -97746,6 +101534,17 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/maintenance/solar_maintenance/aft_starboard) +"xxs" = ( +/obj/structure/table, +/obj/item/food/dough{ + desc = "A piece of dough. It looks moldy and is hard as a rock. Hope you're not planning on turning this into a pizza.."; + name = "old dough" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/maintenance/port2) "xxt" = ( /obj/structure/cable{ d1 = 2; @@ -97792,7 +101591,10 @@ /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, -/obj/effect/spawner/random_spawners/dirt_frequent, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, /turf/simulated/floor/plasteel{ icon_regular_floor = "yellowsiding"; icon_state = "tranquillite" @@ -97816,13 +101618,14 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/station/maintenance/disposal/south) -"xyf" = ( +"xxX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/orange{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/structure/disposalpipe/segment, /turf/simulated/floor/plating{ icon_state = "asteroidplating" }, @@ -97871,13 +101674,6 @@ icon_state = "darkpurple" }, /area/station/science/toxins/launch) -"xyD" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/station/service/bar) "xyF" = ( /obj/effect/turf_decal/delivery/hollow, /obj/machinery/suit_storage_unit/cmo/sec_storage/secure, @@ -97901,13 +101697,6 @@ /obj/effect/spawner/random_spawners/dirt_often, /turf/simulated/floor/plating, /area/station/hallway/primary/starboard/south) -"xyK" = ( -/obj/machinery/atmospherics/portable/canister/air, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/station/service/clown) "xyT" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical/glass{ @@ -98046,6 +101835,10 @@ /obj/structure/chair/sofa/corp/left, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/south) +"xAy" = ( +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "xAz" = ( /obj/structure/disposalpipe/segment, /obj/machinery/economy/vending/medical, @@ -98053,6 +101846,24 @@ icon_state = "white" }, /area/station/medical/patients_rooms) +"xAC" = ( +/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/camera{ + c_tag = "Bar Exterior West"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "xAI" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/turf_decal/delivery/hollow, @@ -98205,53 +102016,13 @@ icon_state = "dark" }, /area/station/engineering/control) -"xCj" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/spawner/random_spawners/dirt_often, -/turf/simulated/floor/carpet/arcade, -/area/station/public/arcade) -"xCt" = ( -/obj/structure/sign/barber{ - pixel_y = -30 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/east) -"xCu" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Walkway" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id_tag = "servlockdown"; - layer = 2.6; - name = "Service Lockdown" - }, -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/effect/turf_decal/caution/red, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" +"xCH" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" }, -/area/station/hallway/spacebridge/sercom) +/area/station/maintenance/port) "xCR" = ( /obj/machinery/computer/security/telescreen/entertainment, /turf/simulated/mineral/ancient, @@ -98304,6 +102075,35 @@ icon_state = "yellowcorner" }, /area/station/hallway/primary/central/west) +"xDm" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"xDr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "xDv" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment, @@ -98315,6 +102115,23 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel/white, /area/station/maintenance/apmaint) +"xDL" = ( +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/green, +/area/station/service/library) "xDS" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -98375,18 +102192,6 @@ icon_state = "dark" }, /area/station/command/teleporter) -"xEN" = ( -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/closet/firecloset/full, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "xEX" = ( /obj/effect/spawner/random_spawners/grille_maybe, /turf/simulated/floor/plating/asteroid/ancient, @@ -98401,10 +102206,18 @@ /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/starboard) "xFi" = ( -/obj/item/stack/sheet/wood, /obj/structure/grille/broken, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) +"xFj" = ( +/obj/structure/table/glass, +/obj/item/storage/bag/trash, +/obj/item/storage/backpack/duffel/medical, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/maintenance/port) "xFn" = ( /obj/structure/disposalpipe/segment/corner{ dir = 4 @@ -98453,15 +102266,16 @@ icon_state = "asteroidplating" }, /area/station/maintenance/starboard) -"xFT" = ( +"xFS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/port) +/turf/simulated/floor/plasteel, +/area/station/public/fitness) "xGd" = ( /obj/structure/cable{ d1 = 1; @@ -98474,40 +102288,22 @@ icon_state = "asteroidplating" }, /area/station/maintenance/maintcentral) -"xGn" = ( -/obj/structure/cable/orange{ - d1 = 2; - d2 = 8; - icon_state = "2-8" +"xGs" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 }, -/obj/structure/disposalpipe/segment/corner{ +/obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/spawner/random_spawners/dirt_often, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, /turf/simulated/floor/plasteel{ - icon_state = "neutralfull" + icon_state = "dark" }, -/area/station/hallway/primary/port/north) +/area/station/service/chapel) "xGu" = ( -/obj/effect/spawner/grouped_spawner{ - group_id = "tunnelbats"; - max_per_spawner = 1; - name = "bat spawner"; - path_to_spawn = /mob/living/simple_animal/hostile/scarybat; - total_amount = 20 - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/port) +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/wood, +/area/station/service/library) "xGv" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/carpet, @@ -98595,6 +102391,29 @@ /obj/machinery/light/small, /turf/simulated/floor/plating/asteroid/ancient, /area/station/maintenance/port) +"xHt" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/detective, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"xHF" = ( +/obj/structure/cable/orange{ + 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{ + icon_state = "asteroidplating" + }, +/area/station/service/clown/secret) "xHH" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -98631,16 +102450,10 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ + dir = 4; icon_state = "neutralcorner" }, /area/station/hallway/primary/port/north) -"xHX" = ( -/obj/effect/landmark/start/bartender, -/obj/structure/chair/stool{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/station/service/bar) "xIa" = ( /turf/simulated/wall, /area/station/science/xenobiology) @@ -98687,17 +102500,6 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/south) -"xIM" = ( -/obj/machinery/camera{ - c_tag = "Primary Tool Storage South"; - dir = 5 - }, -/obj/item/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "xIP" = ( /obj/effect/turf_decal/stripes/end{ dir = 4 @@ -98778,6 +102580,13 @@ }, /turf/space, /area/station/engineering/solar/aft) +"xJO" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 6 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/hallway/primary/port/south) "xJR" = ( /obj/structure/lattice/catwalk, /turf/space, @@ -98827,10 +102636,6 @@ /obj/item/seeds/coffee, /turf/simulated/floor/grass, /area/station/hallway/spacebridge/scidock) -"xKv" = ( -/obj/machinery/bookbinder, -/turf/simulated/floor/wood, -/area/station/service/library) "xKD" = ( /obj/machinery/light, /obj/structure/disposalpipe/segment{ @@ -98854,6 +102659,22 @@ }, /turf/simulated/wall, /area/station/service/bar) +"xLb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) "xLd" = ( /obj/machinery/light{ dir = 8 @@ -98865,18 +102686,9 @@ "xLj" = ( /turf/simulated/wall, /area/station/service/chapel/office) -"xLq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/station/public/storage/tools) "xLC" = ( -/obj/structure/grille/broken, /obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/tracks/mapped, /turf/simulated/floor/plating, /area/station/maintenance/port) "xLP" = ( @@ -98961,10 +102773,6 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/aft/west) -"xNz" = ( -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) "xNA" = ( /obj/item/radio/intercom{ pixel_x = -28; @@ -98990,13 +102798,21 @@ icon_state = "asteroidplating" }, /area/station/maintenance/starboard) +"xNP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) "xNT" = ( /obj/machinery/alarm/directional/north, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "xOm" = ( /obj/item/radio/intercom{ pixel_x = 28; @@ -99035,10 +102851,13 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel/white, /area/station/science/rnd) -"xOD" = ( -/obj/structure/girder, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/gambling_den) +"xOy" = ( +/turf/simulated/wall, +/area/station/service/library) +"xOB" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/station/service/bar) "xOF" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 @@ -99073,14 +102892,15 @@ d2 = 8; icon_state = "1-8" }, -/obj/structure/disposalpipe/sortjunction/reversed{ - dir = 8; - sort_type_txt = "20" +/obj/structure/disposalpipe/segment/corner{ + dir = 8 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, -/area/station/hallway/primary/port/east) +/area/station/hallway/primary/port/north) "xPq" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable/orange{ @@ -99112,13 +102932,33 @@ /turf/simulated/floor/plasteel/white, /area/station/science/hallway) "xPA" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/kitchen/utensil/fork, /turf/simulated/floor/wood, /area/station/service/bar) "xPU" = ( /turf/simulated/wall/r_wall, /area/station/science/xenobiology) +"xQf" = ( +/obj/structure/disposalpipe/segment{ + color = "#954535" + }, +/obj/machinery/newscaster{ + pixel_x = -28; + name = "west bump"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/north) "xQl" = ( /obj/effect/landmark/start/paramedic, /turf/simulated/floor/plasteel{ @@ -99232,6 +103072,19 @@ icon_state = "darkredfull" }, /area/station/security/permabrig) +"xRC" = ( +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Port Asteroid Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "xRL" = ( /obj/machinery/door/airlock/mining/glass, /obj/structure/cable/orange{ @@ -99255,6 +103108,17 @@ icon_state = "neutralfull" }, /area/station/supply/expedition) +"xRS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/southwest) "xSf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -99310,9 +103174,7 @@ "xSR" = ( /obj/structure/table/wood, /obj/item/candle, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, +/turf/simulated/floor/wood, /area/station/service/bar) "xSW" = ( /obj/machinery/economy/vending/cola, @@ -99340,6 +103202,14 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/wall, /area/station/hallway/primary/aft/west) +"xTk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port2) "xTs" = ( /obj/structure/table, /obj/item/reagent_containers/drinks/mug/sci{ @@ -99353,6 +103223,17 @@ icon_state = "whitepurple" }, /area/station/maintenance/apmaint) +"xTG" = ( +/obj/machinery/requests_console/directional/south, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) "xTL" = ( /turf/simulated/floor/plasteel{ icon_state = "white" @@ -99417,9 +103298,29 @@ /obj/item/reagent_containers/glass/beaker/large, /turf/simulated/floor/engine, /area/station/medical/chemistry) +"xUz" = ( +/mob/living/simple_animal/mouse/gray, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"xUS" = ( +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) "xUT" = ( /obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/dirt, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plating, /area/station/maintenance/port) "xUV" = ( @@ -99449,6 +103350,12 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/wood, /area/station/maintenance/apmaint) +"xVi" = ( +/obj/machinery/computer/arcade{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "xVj" = ( /obj/structure/cable{ d1 = 1; @@ -99476,6 +103383,14 @@ /obj/structure/closet/emcloset, /turf/simulated/floor/plating/airless, /area/station/science/toxins/test) +"xVt" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/port) "xVu" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable/orange{ @@ -99524,21 +103439,6 @@ icon_state = "redcorner" }, /area/station/security/prison/cell_block/A) -"xVY" = ( -/obj/structure/table/wood, -/obj/item/eftpos, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) -"xWa" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/station/service/bar) "xWe" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/constructable_frame/machine_frame, @@ -99587,10 +103487,30 @@ icon_state = "purplecorner" }, /area/station/hallway/primary/aft/west) -"xWx" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/mineral/ancient, -/area/station/maintenance/port2) +"xWH" = ( +/obj/structure/sign/poster/official/air1{ + pixel_x = 31 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating/asteroid/ancient, +/area/station/maintenance/port) +"xWL" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"xWQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/storage/tools) "xXl" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 1 @@ -99722,12 +103642,6 @@ icon_state = "white" }, /area/station/science/toxins/mixing) -"xYr" = ( -/obj/machinery/economy/vending/chefdrobe, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria" - }, -/area/station/service/kitchen) "xYx" = ( /turf/simulated/floor/plasteel{ icon_state = "purplefull" @@ -99772,24 +103686,6 @@ /obj/effect/spawner/window/reinforced/plasma, /turf/simulated/floor/plating, /area/station/engineering/atmos) -"xZn" = ( -/obj/structure/disposalpipe/segment{ - color = "#954535" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/orange{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/spawner/random_spawners/dirt_frequent, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/north) "xZx" = ( /obj/structure/cable/orange{ d1 = 1; @@ -99800,18 +103696,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel, /area/station/security/permabrig) -"xZA" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating/asteroid/ancient, -/area/station/maintenance/port) -"xZC" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/obj/item/airlock_electronics, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "xZI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -99847,19 +103731,38 @@ }, /turf/simulated/floor/plating, /area/station/security/brig) -"xZT" = ( -/obj/structure/grille/broken, +"xZQ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 + dir = 6 }, -/obj/structure/cable{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/orange{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, +/turf/simulated/floor/light{ + color = "#79986b" + }, +/area/station/public/quantum/service) +"xZV" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped, +/obj/structure/grille/broken, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, /area/station/maintenance/port) +"yah" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreenfull" + }, +/area/station/service/hydroponics) "yai" = ( /obj/machinery/computer/scan_consolenew{ dir = 8 @@ -99874,6 +103777,12 @@ icon_state = "whitepurple" }, /area/station/science/genetics) +"yau" = ( +/obj/structure/table/wood/fancy/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "yaN" = ( /turf/simulated/floor/plasteel, /area/station/security/lobby) @@ -99897,39 +103806,40 @@ }, /area/station/medical/medbay) "ybn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/door/firedoor, /turf/simulated/floor/plasteel{ - icon_state = "neutralfull" + dir = 8; + icon_state = "neutralcorner" }, /area/station/hallway/primary/port/south) "ybJ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor, /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/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 1 + }, /turf/simulated/floor/plasteel{ + dir = 4; icon_state = "neutralcorner" }, -/area/station/hallway/primary/port/south) +/area/station/hallway/primary/port/north) "ybP" = ( /turf/simulated/floor/carpet/green, /area/station/service/library) @@ -99944,16 +103854,11 @@ icon_state = "whiteblue" }, /area/station/medical/paramedic) -"ycr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = 28; - name = "custom placement" - }, +"ycm" = ( +/obj/machinery/iv_drip, +/obj/item/reagent_containers/iv_bag/salglu, /turf/simulated/floor/plating, -/area/station/maintenance/disposal/southwest) +/area/station/maintenance/port) "ycG" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -100066,13 +103971,12 @@ /turf/simulated/floor/plating, /area/station/security/permabrig) "yeo" = ( -/obj/machinery/newscaster{ - pixel_y = -28; - name = "south bump"; - dir = 1 +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" }, -/turf/simulated/floor/wood, -/area/station/service/library) +/area/station/hallway/primary/port/south) "yep" = ( /obj/structure/cable/orange{ d1 = 4; @@ -100081,6 +103985,20 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) +"yer" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/random_spawners/dirt_frequent, +/obj/structure/cable/orange{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "yes" = ( /turf/simulated/wall, /area/station/service/clown) @@ -100126,6 +104044,11 @@ icon_state = "darkpurplecorners" }, /area/station/science/robotics) +"yfh" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/station/maintenance/port) "yfo" = ( /turf/simulated/wall, /area/station/maintenance/electrical_shop) @@ -100146,20 +104069,6 @@ icon_state = "darkbrown" }, /area/station/supply/storage) -"yfx" = ( -/obj/structure/cable/orange{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/port) "yfF" = ( /obj/effect/spawner/random_spawners/dirt_frequent, /obj/structure/girder, @@ -100202,6 +104111,22 @@ }, /turf/simulated/floor/engine, /area/station/medical/chemistry) +"ygl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/station/maintenance/port) "ygv" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -100308,6 +104233,15 @@ /obj/structure/rack, /turf/simulated/floor/plating, /area/station/maintenance/starboard) +"yhi" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/toggle/owlwings, +/obj/item/clothing/mask/gas/owl_mask, +/obj/structure/sign/poster/official/the_owl{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/port) "yhk" = ( /obj/machinery/conveyor_switch/oneway{ id = "QMLoad" @@ -100338,19 +104272,6 @@ icon_state = "neutralfull" }, /area/station/public/storefront) -"yhO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/item/radio/intercom{ - pixel_y = -28; - name = "custom placement" - }, -/turf/simulated/floor/carpet/black, -/area/station/service/chapel) "yhQ" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -100484,23 +104405,19 @@ /obj/structure/disposalpipe/segment{ color = "#954535" }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/structure/extinguisher_cabinet{ + pixel_x = -24; + name = "custom placement" }, -/obj/structure/disposalpipe/segment{ +/obj/machinery/camera{ + c_tag = "Central Service Plaza North"; dir = 4 }, /turf/simulated/floor/plasteel{ - dir = 8; + dir = 1; icon_state = "neutralcorner" }, /area/station/hallway/primary/port/south) -"yje" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/transparent/glass/reinforced, -/area/station/maintenance/port) "yjg" = ( /turf/simulated/floor/engine{ slowdown = -0.3 @@ -100516,22 +104433,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/fore/west) -"yjn" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/orange{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating{ - icon_state = "asteroidplating" - }, -/area/station/maintenance/gambling_den) "yjp" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -100612,6 +104513,25 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/primary/fore/north) +"ykL" = ( +/obj/structure/cable/orange{ + 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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) "ykM" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -102673,11 +106593,11 @@ rNK rNK rNK rNK -dcv rNK rNK rNK rNK +jft rNK rNK rNK @@ -102927,7 +106847,7 @@ rNK rNK rNK rNK -rNK +dcv rNK rNK rNK @@ -103191,9 +107111,9 @@ rNK rNK rNK rNK -rNK -rNK -rNK +lRR +ayb +ayb rNK rNK rNK @@ -103448,10 +107368,10 @@ rNK rNK rNK rNK -rNK -rNK -rNK -rNK +lRR +lRR +lRR +lRR rNK rNK rNK @@ -103691,6 +107611,8 @@ rNK rNK rNK rNK +jft +jft rNK rNK rNK @@ -103702,15 +107624,13 @@ rNK rNK rNK rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK +lRR +lRR +jft +jft +lRR +lRR +lRR rNK rNK rNK @@ -103952,6 +107872,8 @@ rNK rNK rNK rNK +lRR +ayb rNK rNK rNK @@ -103959,16 +107881,14 @@ rNK rNK rNK rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK +lRR +jft +jft +jft +jft +jft +lRR +lRR rNK rNK rNK @@ -104197,28 +108117,20 @@ rNK rNK rNK rNK -jft -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK rNK rNK rNK rNK +lRR +lRR +lRR +lRR +lRR rNK rNK rNK +lRR +ayb rNK rNK rNK @@ -104226,6 +108138,14 @@ rNK rNK rNK rNK +lRR +lRR +jft +jft +jft +jft +jft +lRR rNK rNK rNK @@ -104447,24 +108367,6 @@ rNK rNK rNK rNK -jft -jft -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK rNK rNK rNK @@ -104476,6 +108378,17 @@ rNK rNK rNK rNK +lRR +jft +jft +jft +lRR +lRR +lRR +lRR +lRR +lRR +lRR rNK rNK rNK @@ -104483,6 +108396,13 @@ rNK rNK rNK rNK +lRR +lRR +lRR +jft +jft +jft +lRR rNK rNK rNK @@ -104708,23 +108628,6 @@ rNK rNK rNK rNK -jft -ayb -ayb -lRR -ayb -ayb -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK rNK rNK rNK @@ -104732,6 +108635,18 @@ rNK rNK rNK rNK +lRR +lRR +jft +jft +jft +jft +lRR +ayb +lRR +lRR +lRR +lRR rNK rNK rNK @@ -104740,6 +108655,11 @@ rNK rNK rNK rNK +lRR +lRR +lRR +lRR +lRR rNK rNK rNK @@ -104957,20 +108877,9 @@ rNK rNK rNK rNK -lRR -lRR -lRR -lRR -lRR rNK rNK rNK -jft -ayb -ayb -lRR -lRR -rNK rNK rNK rNK @@ -104984,6 +108893,15 @@ rNK rNK rNK rNK +lRR +lRR +lRR +lRR +lRR +lRR +ayb +lRR +lRR rNK rNK rNK @@ -104997,6 +108915,8 @@ rNK rNK rNK rNK +lRR +lRR rNK rNK rNK @@ -105214,19 +109134,6 @@ rNK rNK rNK rNK -lRR -lRR -lRR -jft -lRR -lRR -lRR -jft -jft -lRR -lRR -lRR -lRR rNK rNK rNK @@ -105241,6 +109148,19 @@ rNK rNK rNK rNK +jft +rNK +rNK +lRR +lRR +lRR +ayb +ayb +ayb +ayb +rNK +rNK +rNK rNK rNK rNK @@ -105430,6 +109350,14 @@ rNK rNK rNK rNK +jft +ayb +ayb +ayb +ayb +rNK +rNK +rNK rNK rNK rNK @@ -105473,18 +109401,6 @@ rNK rNK rNK rNK -lRR -jft -lRR -lRR -lRR -ayb -lRR -lRR -jft -jft -lRR -lRR rNK rNK rNK @@ -105493,6 +109409,10 @@ rNK rNK rNK rNK +ayb +ayb +ayb +ayb rNK rNK rNK @@ -105685,6 +109605,38 @@ rNK rNK rNK rNK +jft +ayb +ayb +ayb +ayb +ayb +ayb +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK rNK rNK rNK @@ -105730,38 +109682,6 @@ rNK rNK rNK rNK -lRR -lRR -lRR -ayb -ayb -ayb -lRR -lRR -lRR -lRR -jft -lRR -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK rNK rNK rNK @@ -105942,6 +109862,25 @@ rNK rNK rNK rNK +ayb +ayb +ayb +ayb +lRR +lRR +ayb +ayb +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK rNK rNK rNK @@ -105949,11 +109888,6 @@ rNK rNK rNK rNK -jft -ayb -ayb -ayb -ayb rNK rNK rNK @@ -105984,23 +109918,9 @@ rNK rNK rNK rNK -jft rNK rNK rNK -lRR -lRR -ayb -ayb -ayb -ayb -ayb -ayb -lRR -lRR -lRR -lRR -lRR rNK rNK rNK @@ -106199,19 +110119,19 @@ rNK rNK rNK rNK +ayb +ayb +lRR +lRR +jft +jft +lRR +ayb rNK rNK rNK rNK rNK -jft -ayb -ayb -ayb -ayb -ayb -ayb -rNK rNK rNK rNK @@ -106245,19 +110165,19 @@ rNK rNK rNK rNK -ayb -ayb -ayb -ayb rNK rNK rNK rNK rNK rNK -lRR -jft -lRR +rNK +rNK +rNK +rNK +rNK +rNK +rNK rNK rNK rNK @@ -106456,21 +110376,14 @@ rNK dcv rNK rNK -rNK -rNK -rNK -rNK -rNK -ayb -ayb -ayb -ayb lRR lRR lRR -ayb -rNK -rNK +jft +jft +jft +lRR +lRR rNK rNK rNK @@ -106512,9 +110425,6 @@ rNK rNK rNK rNK -lRR -lRR -lRR rNK rNK rNK @@ -106542,6 +110452,16 @@ rNK rNK rNK rNK +gRZ +gRZ +gRZ +gRZ +pBW +pBW +pBW +gRZ +gRZ +gRZ rNK rNK rNK @@ -106712,47 +110632,93 @@ rNK rNK rNK rNK -rNK -rNK -rNK -rNK -rNK -rNK -ayb -ayb -ayb -ayb lRR -jft lRR -ayb -ayb -ayb -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK +cCT +nWB +iBg +mrW +mAJ +vUp +mJo +xhf +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +tlq +gvC rNK +gvC +tlq +tlq +peL +oso +iXx +pEA +nPH +iaT +dGr +rpk +kUG +gRZ rNK rNK rNK @@ -106766,7 +110732,6 @@ rNK rNK rNK rNK -jft rNK rNK rNK @@ -106777,9 +110742,15 @@ rNK rNK rNK rNK +lzH +lzH +lzH rNK rNK rNK +lzH +ylg +lzH rNK rNK rNK @@ -106822,15 +110793,9 @@ rNK rNK rNK rNK -lzH -lzH -lzH rNK rNK rNK -lzH -ylg -lzH rNK rNK rNK @@ -106841,53 +110806,8 @@ rNK rNK rNK rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -"} -(25,1,1) = {" +"} +(25,1,1) = {" rNK rNK rNK @@ -106968,94 +110888,94 @@ rNK rNK rNK rNK -fiK -fiK -fiK -fiK -fiK -fiK -jft -ayb -ayb -iXD -jQE -imt -iXD lRR lRR -ayb -ayb -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -jft -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK +xtW +mBK +iOr +mBK +msD +mBK +rrs +rrs +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm +xBm rNK +xBm +xBm +xBm +gRZ +gRZ +gHv +xfM +kjW +pEt +npF +mHN +oul +gRZ rNK rNK rNK @@ -107225,24 +111145,19 @@ xhf xhf xhf xhf -cXq -vuL -dom -dom +led +vUp +mAJ +mAJ egv cXo -ayb -lRR -lRR -iXD -iYg -imE +msD +mBK iYg -kYe -lRR -lRR -ayb -rNK +mfN +axL +lzH +lzH rNK rNK rNK @@ -107250,6 +111165,11 @@ rNK rNK rNK rNK +eFs +eFs +eFs +dZW +eFs rNK rNK rNK @@ -107304,15 +111224,15 @@ rNK rNK rNK rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK +gRZ +vqg +qOK +kUG +npF +mHN +lrE +kTf +gRZ rNK rNK rNK @@ -107482,46 +111402,32 @@ xBm xBm xBm xBm -fiK -fiK -don -don -ehn -cXo lRR lRR -imt -iXD -jQE -iYg -iYg -iYg -jft -lRR -ayb -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK +frd +mBK +msD +mBK +msD +pqc +mBK +mBK +mBK +qJG +qJG rNK rNK rNK rNK rNK rNK +eFs +eFs rNK +lzH rNK +eFs +eFs rNK rNK rNK @@ -107552,6 +111458,19 @@ rNK rNK rNK rNK +bhO +bhO +bhO +bhO +bhO +bhO +bhO +bhO +bhO +bhO +bhO +bhO +bhO rNK rNK rNK @@ -107562,12 +111481,14 @@ rNK rNK rNK rNK -gRZ -gRZ -pBW pBW -pBW -gRZ +wHs +vRb +kYO +svh +wHy +jiJ +xRS gRZ rNK rNK @@ -107592,7 +111513,6 @@ rNK rNK rNK rNK -rNK lzH lzH lzH @@ -107740,54 +111660,36 @@ rNK rNK rNK rNK -fiK -fiK +lRR +lRR don -ehn -fiK -jft -jft -jft +rhb +bNV +msD +qzM iYg -imE -koT -kFH iYg -jft -lRR -ayb -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK +mfN +lzH +lzH rNK +eFs +eFs +dZW +eFs +eFs +eFs +lzH +lzH +pgX +lzH +lzH +eFs +eFs +eFs +dZW +eFs +eFs rNK rNK rNK @@ -107811,6 +111713,23 @@ rNK rNK rNK rNK +bhO +bhO +bhO +hUU +hUU +hUU +bhO +bhO +hUU +hUU +hUU +hUU +bhO +bhO +bhO +bhO +bhO rNK rNK rNK @@ -107819,12 +111738,14 @@ rNK rNK rNK rNK -gRZ +pBW +iGN jjW +mwS +oul cak -rMP -cRH -wHs +cak +bWw gRZ rNK rNK @@ -107849,7 +111770,6 @@ rNK rNK rNK rNK -rNK lzH lzH lzH @@ -107998,26 +111918,11 @@ rNK rNK rNK rNK -cXo -cXo -kIy -fiK -jft -jft -imE -iYg -iYg -imE -iYg -lct -jft -lRR -ayb -rNK -mfN -mfN mfN mfN +coE +eDJ +coE mfN mfN rNK @@ -108025,6 +111930,25 @@ rNK rNK rNK rNK +eFs +rNK +lzH +rNK +rNK +rNK +rNK +rNK +oEL +rNK +rNK +rNK +rNK +rNK +lzH +rNK +dZW +rNK +rNK rNK rNK rNK @@ -108037,6 +111961,8 @@ rNK rNK rNK rNK +bhO +bhO rNK rNK rNK @@ -108044,6 +111970,23 @@ rNK rNK rNK rNK +bhO +bhO +hUU +hUU +aXn +hUU +hUU +hUU +hUU +aXn +aXn +hUU +hUU +bhO +bhO +bhO +bhO rNK rNK rNK @@ -108052,6 +111995,16 @@ rNK rNK rNK rNK +pBW +rMP +vKU +mwS +oul +cak +cak +oul +iPn +gRZ rNK rNK rNK @@ -108074,17 +112027,73 @@ rNK rNK rNK rNK -gRZ -gRZ -gRZ -nhE -cak -jjp -vEx -rHo -gRZ -gRZ -gRZ +lzH +lzH +lzH +vqQ +rNK +vqQ +lzH +ylg +lzH +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +cZN +cZN +cZN +cZN +cZN +cZN +cZN +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +"} +(30,1,1) = {" +rNK rNK rNK rNK @@ -108107,22 +112116,6 @@ rNK rNK rNK rNK -lzH -lzH -lzH -vqQ -rNK -vqQ -lzH -ylg -lzH -rNK -rNK -rNK -rNK -rNK -rNK -rNK rNK rNK rNK @@ -108135,59 +112128,35 @@ rNK rNK rNK rNK -cZN -cZN -cZN -cZN -cZN -cZN -cZN -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -"} -(30,1,1) = {" -rNK -rNK -rNK -rNK -rNK -rNK rNK rNK rNK rNK +aNk +aXc +aXc +aXc +phN +aXc +aXc +aXc +uOU +bOf +bOf +bOf +lFA +bOf +bOf +bOf +bSA rNK rNK rNK rNK rNK +csP +aaH +csP rNK rNK rNK @@ -108207,36 +112176,36 @@ rNK rNK rNK rNK +mfN +eil +ktd +rGi +mfN rNK rNK rNK rNK rNK -aNk -aXc -aXc -aXc -phN -aXc -aXc -aXc -uOU -bOf -bOf -bOf -lFA -bOf -bOf -bOf -bSA rNK +eFs rNK +iCT +iCT +iCT +iCT +iCT +iCT +nqz +iCT +iCT +iCT +iCT +iCT +iCT rNK +eFs rNK rNK -csP -aaH -csP rNK rNK rNK @@ -108248,97 +112217,48 @@ rNK rNK rNK rNK +bhO +bhO +bhO +bhO rNK rNK rNK rNK rNK +bhO +bhO +hUU +hUU +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +hUU +hUU +bhO +bhO +bhO +bhO rNK rNK rNK -cXo -eil -fiK -jft -jft -imt -iYY -iYg -kpb -kGr -lcv -jft -lRR -lRR rNK -mfN -mrW -mAJ -mAJ -vUp -nkV -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -xhf -utB -tOo +hUU +hUU +hUU +gRZ bZB -pEA -nPH +oNc +acI klh -dGr -rpk +lNZ +hqX pWj tOo qtO @@ -108514,93 +112434,93 @@ rNK rNK rNK lez -fwi +hiC fDu -lRR -lRR -imt -imt -jft -iXD -iXD -lRR -lRR -lRR -lRR +aRh rNK -mfN -msD -mBK -mBK -mfN -mfN -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -eYp -eYp -eYp -eYp -xBm -xBm -xBm -eYp -eYp -eYp -eYp -eYp +rNK +rNK +rNK +rNK +rNK +rNK +eFs +rNK +qOP +rUb +rUb +rUb +beD +rUb +hvh +iFV +iFV +iFV +iFV +iFV +eLQ +rNK +eFs +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +rNK +bhO +bhO +bhO +bhO +bhO +bhO +rNK +rNK +rNK +rNK +bhO hUU hUU -eYp -eYp -eYp -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -xBm -gRZ +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +hUU +hUU +bhO +bhO +bhO +bhO +rNK +rNK +rNK +ceP +bXj +bXj bTp -ycr -xfM -kjW -tga -pHR -cCg +iPn gRZ +oUF +vjQ gRZ gRZ -xBm -xBm +iPn +gRZ +gRZ +oqa +oqa xBm xBm xBm @@ -108771,33 +112691,33 @@ rNK rNK rNK lez +hiC +fDu fwi rNK rNK -lRR -lRR -lRR -lRR -jft -jft -lRR -ayb -lRR -lRR -rNK -mfN -msD -mBK -mfN -mfN -rNK rNK rNK rNK rNK rNK +dZW rNK +dde +dde +dde +dde +dde +dde +xVt +dde +dde +dde +dde +dde +dde rNK +dZW rNK rNK rNK @@ -108814,52 +112734,52 @@ bhO bhO hUU hUU -bhO -rNK hUU hUU -bhO -bhO -bhO -hUU -hUU -hUU -bhO -hUU -bhO -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK rNK rNK rNK rNK hUU -bTp -oul -xNz +hUU +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +bXj +sos +sos +sos +sos +xLj +bqy +xLj +fFp +pJQ +bXj +aXn +aXn +jSp ksv -muC -kqD -gUG -bTp +oUs +hNA +rho +aXn aXn hUU -rNK -rNK -rNK -rNK +hUU +jNX +jNX +jNX rNK rNK rNK @@ -109028,33 +112948,33 @@ rNK rNK rNK lez +hiC +fDu fwi rNK rNK rNK rNK rNK -lRR -jft -jft -lRR -rNK -lRR -lRR -rNK -mfN -coE -mfN -mfN -rNK -rNK -rNK -rNK -rNK -rNK -rNK rNK rNK +eFs +lzH +lzH +lzH +lzH +lzH +lzH +lzH +qvJ +lzH +lzH +lzH +lzH +lzH +lzH +lzH +eFs rNK rNK rNK @@ -109068,58 +112988,58 @@ rNK rNK bhO bhO -bhO hUU hUU -hUU -hUU -hUU -hUU -hUU -hUU -bhO -hUU +aXn +stw +tba +gbz +gbz +gbz +gbz +tba +stw +sMZ +qIF +siX +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +bXj +dvA +dSO +dSO +wnt +vtp +cIu +lmq +fFp +pJQ +bXj +aXn +aXn +afH +gCA +wzC +crj +aXn +aXn +aXn aXn hUU hUU hUU -hUU +jNX +jNX +bhO bhO -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -hUU -hUU -hUU -bTp -kUd -qFS -kUG -uhl -xNz -sWZ -bTp -aXn -hUU -rNK -rNK -rNK -rNK -rNK -rNK -rNK rNK rNK rNK @@ -109285,33 +113205,33 @@ rNK rNK rNK lez +hiC +fDu fwi rNK rNK rNK rNK rNK -lRR -lRR -lRR -lRR -rNK -rNK -rNK -rNK -mfN -lZG -mfN -rNK -rNK -rNK -rNK -rNK -rNK rNK rNK +eFs rNK +iCT +iCT +iCT +iCT +iCT +iCT +qvJ +iCT +iCT +iCT +iCT +iCT +iCT rNK +eFs rNK rNK rNK @@ -109324,60 +113244,60 @@ rNK rNK rNK bhO -bhO -bhO hUU aXn aXn aXn +stw +mUP +cTs +euc +uPq +dSS +bqI +qUT +vtY +gkp +vtY aXn aXn aXn -hUU -hUU -hUU aXn aXn aXn aXn -hUU -bhO -bhO -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -hUU aXn aXn -bTp -gRZ -gRZ -uBy -rBB -bTp -bTp -bTp +aXn +bXj +dXh +wfq +mGg +lyy +dBo +cIu +uRm +foj +pJQ +bXj +aXn +rho +uSf +ygl +wzC +mgq +aXn +aXn +aXn +aXn +aXn aXn hUU hUU hUU hUU -hUU -rNK -rNK -rNK -rNK +bhO +bhO rNK rNK rNK @@ -109542,6 +113462,8 @@ rNK rNK rNK lez +hiC +fDu fwi rNK rNK @@ -109550,44 +113472,50 @@ rNK rNK rNK rNK -lRR -rNK -rNK -rNK -rNK -rNK -lez -fwi -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK +eFs rNK +qOP +rUb +rUb +rUb +beD +rUb +hvh +iFV +iFV +iFV +iFV +iFV +eLQ rNK +eFs rNK rNK rNK rNK +thi rNK rNK rNK +thi rNK rNK bhO -bhO hUU -hUU -aXn aXn aXn aXn +stw +hCS +kqa +cTs +dWe +kqa +tsp +qUT +uDh +qqG +uCK aXn aXn aXn @@ -109597,46 +113525,38 @@ aXn aXn aXn aXn -hUU -bhO -bhO -rNK -rNK -pXy -pXy -sNr -sNr -sNr -pXy -pXy -hUU -hUU -hUU -hUU -hUU -hUU aXn +bXj +wnt +dSO +dSO +iVN +dBo +ckM +eLu +bXj +bXj +bXj aXn aXn -hcK -uCK +wGX +ygl wzC -jPC -mmx -vtY -vtY +xCH +aXn +aXn +aXn +aXn aXn aXn aXn aXn aXn hUU -rNK -rNK -rNK -rNK -rNK -rNK +bhO +bhO +bhO +bhO rNK rNK rNK @@ -109799,6 +113719,8 @@ rNK rNK rNK lez +hiC +fDu fwi rNK rNK @@ -109807,42 +113729,50 @@ rNK rNK rNK rNK +eFs rNK +dde +dde +dde +dde +dde +dde +xVt +dde +dde +dde +dde +dde +dde rNK +dZW rNK rNK rNK rNK -lez -fwi -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK +lzH rNK rNK rNK +lzH rNK rNK bhO -bhO hUU aXn aXn aXn +qUT +qRJ +fam +jZw +sRH +tQo +mUk +sRn +xxX +doe +uCK aXn aXn aXn @@ -109853,47 +113783,37 @@ aXn aXn aXn aXn -aXn -hUU -hUU -bhO -bhO -bhO -pXy -tDj -usj -bSF -iPU -qcR -rho -aXn -aXn -aXn -aXn -aXn +bXj +hZL +dxO +dxO +hKu +eMB +dDQ +nNx +uzO +aue +rFZ +vqD +uNT +jlr +ygl +wzC +fgn aXn aXn aXn aXn -ixp -uCK -wzC -jPC -mmx -vtY -vtY aXn aXn aXn aXn aXn hUU -cdb -rNK -rNK -rNK -rNK -rNK +hUU +bhO +bhO +bhO rNK rNK rNK @@ -110056,6 +113976,8 @@ rNK rNK rNK lez +hiC +fDu fwi rNK rNK @@ -110064,42 +113986,51 @@ rNK rNK rNK rNK +eFs +lzH +lzH +lzH +lzH +lzH +lzH +lzH +qvJ +lzH +lzH +lzH +lzH +lzH +lzH +lzH +eFs rNK rNK rNK rNK +lzH +xYM +qWn +xYM +lzH rNK -rNK -lez -fwi -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -bhO -bhO bhO bhO hUU aXn aXn aXn +tYm +rvE +sKE +cTs +lkm +tLI +efD +qUT +eCI +mVh +uCK +tvD aXn aXn aXn @@ -110109,49 +114040,38 @@ aXn aXn aXn aXn +bXj +hup +jSy +jTO +wfU +ugU +qJM +qjf +bXj +aue +aue +aue +eCI +uED +ygl +rag +pXy +xmz +aXn aXn aXn aXn -hUU -bhO -bhO -bhO -rho -inP -aue -bSG -ikI -aue -rho aXn aXn aXn aXn -wGX -pXy -rho aXn -pXy -psE -aZT -lht -jMc -vtY -vtY -vtY -vtY -vtY -vtY -vtY -vtY -rWw -rWw -cdb -cdb -rWw -cdb -cdb -cdb +hUU +hUU +bhO +bhO +bhO rNK rNK rNK @@ -110313,6 +114233,8 @@ rNK rNK rNK lez +hiC +fDu fwi rNK rNK @@ -110321,95 +114243,93 @@ rNK rNK rNK rNK +eFs rNK +iCT +iCT +iCT +iCT +iCT +iCT +qvJ +iCT +iCT +iCT +iCT +iCT +iCT rNK +eFs rNK rNK rNK rNK -lez -fwi -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK +lzH xYM -qWn +qXp xYM +lzH rNK bhO -bhO -bhO -bhO +hUU hUU aXn aXn aXn +tYm +qHr +ene +cTs +oao +ekJ +qUT +qUT +tHF +byf +sTq +xWH aXn aXn aXn aXn -aXn -whJ -jee -vWt -nzi -gjs -aXn -aXn -hUU -hUU -hUU -hUU -pXy -rho -pXy -ixp -fsf -jUn -pXy -aXn -aXn -aXn -pXy -dNr -uCK -eoD -uCK -uCK -aue +bXj +bXj +bXj +bXj +bXj +bXj +bXj +bXj +bXj +sLI +bXj +xLj +bXj +bXj +lqj +cyP +eCI +voO uCK -wzC -lkh -rho -jee +jLW +gtn +tjI +mfS xLC -jee -uCK -uCK +ons +iIS +kpK lOG -vtY -vtY -rWw -rWw -rWw -rWw -rWw -cdb -rNK -rNK +pfQ +eCI +eCI +eCI +aXn +hUU +hUU +bhO +bhO +bhO rNK rNK rNK @@ -110570,6 +114490,8 @@ rNK rNK rNK lez +hiC +fDu fwi rNK rNK @@ -110578,36 +114500,32 @@ rNK rNK rNK rNK +dZW rNK +qOP +rUb +rUb +rUb +beD +rUb +hvh +iFV +iFV +iFV +iFV +iFV +eLQ rNK +dZW rNK rNK rNK -rNK -lez -fwi -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -bhO -bhO -bhO -bhO +hUU +pXy xYM -qXp +jqn xYM -bhO -bhO -hUU +pXy hUU hUU hUU @@ -110615,59 +114533,61 @@ aXn aXn aXn aXn -aXn -aXn -aXn -pXy -kmV -hDw -jfV -jee -asi -aXn -aXn -aXn -aXn +tYm +tYm +tYm +tYm +tYm +tYm +qUT +qUT +lgY +oDH +eCI aXn aXn aXn aXn -pXy -rho -rho -jtd -rho aXn -pXy -rho -vvt -bXC -xUT -tIM -xUT -xaR -xaR -xaR -lhM +bXj +iCp +cse +oUr +hfo +pVV +tDK +bXj +ykL +wGa +yer +tpC +ljL +tYN +nPi +tYN +tIX +mIv +iXd +faM fFl -smJ -aue +pXy +lrW whg -uCK -uCK -uCK -uCK -ccx -ccx -vtY -vtY -vtY -ccW -rWw -rWw -rWw -cdb -cdb +gUw +eHn +ohJ +gUw +xZV +eTI +iuf +mkL +aXn +aXn +hUU +hUU +hUU +bhO +rNK rNK rNK rNK @@ -110827,6 +114747,8 @@ rNK rNK rNK lez +hiC +fDu fwi rNK rNK @@ -110835,96 +114757,94 @@ rNK rNK rNK rNK +eFs rNK +dde +dde +dde +dde +dde +dde +xVt +dde +dde +dde +dde +dde +dde rNK +dZW rNK rNK -rNK -rNK -lez -fwi -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -bhO -bhO hUU hUU -bhO -xYM -jqn -xYM -hUU -hUU -hUU -aXn -aXn -aXn +pXy +cOz +qXW +cOz +pXy aXn aXn aXn +mwx +asi +pul +xFj +lVV aXn aXn aXn aXn -pXy -pUb -noU -omf -asi -uPm aXn aXn +lqj +rho +eHC +rho aXn +crj +jSp aXn aXn +bXj +aWk +mgN +wnL +oUr +oUr +oUr +cfF +dQL +bLz +oGI +cZc +xaR +xaR +tIM +xaR +xUT +tIM +xaR +aBs +gUF +eyx aXn aXn +gcK +aJH +tZH aXn aXn -rho -smz -oUr -vtY -rho -pXy -jee -eCI -wzC -deS -bVF -pFm -uYP -bVF -pFm -pFm -gUF -vtY -vtY -vtY -vtY -vtY -vtY -uCK -uCK +dLa uCK +ogv uCK uCK -vtY -vtY -ccW -ccW -rWw -rWw -rWw +aXn +aXn +hUU +hUU +rNK rNK rNK rNK @@ -111084,6 +115004,8 @@ rNK rNK rNK lez +hiC +fDu fwi rNK rNK @@ -111092,52 +115014,78 @@ rNK rNK rNK rNK +eFs +lzH +lzH rNK rNK rNK rNK rNK -rNK -iCE -mte -iCE -rNK -rNK +fwr rNK rNK rNK rNK -hUU rNK +lzH +lzH +eFs rNK rNK hUU -hUU -hUU -hUU -hUU -cOz -qXW -cOz -hUU -aXn -aXn aXn +pXy +kVr +inh +inh +pXy aXn aXn aXn +uPU +ycm +asi +gWO +lVV aXn aXn aXn aXn aXn +qwk +jJb +rJy +hPa +wOv +wQh +jJb +vmo +xcw +bXj +bXj +usd +ubJ +vkP +wLv +kFE +rRm +cfF +dQL +cZe +wOW +bVO +cME +aue +uCK +dNr +liJ +uCK +eCI +mvU +dhf +lqj aXn -pXy -kLm -asi -bMY -wbG -umB aXn aXn aXn @@ -111145,43 +115093,15 @@ aXn aXn aXn aXn +dLa +hwS +eTI +kad +uCK aXn aXn -vtY -vtY -eCI -uCK -xZA -pXy -aue -eCI -wzC -lcB -uCK -dNr -kCN -uCK -uCK -uCK -uCK -pXy -vtY -cRq -cRq -bWr -bWr -cRq -vtY -uCK -vtY -uCK -eTI -vtY -ccW -ccW -ccW -ccW -rWw +hUU +rNK rNK rNK rNK @@ -111342,8 +115262,9 @@ cRv cRv fiK ejk +knh +pRl fiK -gnu rNK rNK rNK @@ -111355,90 +115276,89 @@ rNK rNK rNK rNK -iCE -coE -iCE +rNK +rNK +jdD +pGk +xaV +rNK +rNK +rNK rNK rNK rNK rNK rNK -hUU -hUU rNK hUU -hUU -hUU -aXn -aXn -aXn -vtY -vtY +pXy +pXy +sNr cOo -vtY -vtY +sNr +aBa +pXy aXn aXn +aue +mTK +asi +hDw +lVV aXn aXn aXn +xiV +uCK +meD +tuk +xaR +tIM +tIM +tIM +aQh +oMF +xDm +rxb +iVQ +oUr +mOe +qtV +vzb +jCv +oUr +cfF +dQL +tYH +bZg +bUN +bUN +nww +bUN +bZg +eTb +eCI +jSp aXn +hxv aXn aXn +cRq +cRq +bWr +bWr +cRq aXn aXn aXn -vtY -vtY -vtY -vtY -rho -vtY -vtY -vtY aXn +uCK +ibB +eCI aXn aXn -rho -rho -pXy -vtY -vza -ijL -vtY -eCI -tuk -lSf -bVF -pFm -pFm -bXl -bXL -off -uCK -xFT -rho -rho -pXy -vtY -vtY -bWr -bWr -goL -gxp -srV -bWr -vtY -uCK -vtY -uCK -vtY -vtY -ccW -ccW -ccW -rWw -rWw +hUU +rNK rNK rNK rNK @@ -111599,10 +115519,10 @@ abW abW gnu kIy +csg +kIy fiK fiK -fiK -fiK rNK rNK rNK @@ -111612,90 +115532,90 @@ rNK rNK rNK rNK -iCE -uBw -iCE -iCE rNK rNK rNK +jdD +pGk +jdD +rNK +rNK rNK hUU hUU hUU hUU +hUU +hUU +hUU +pXy +sYj +qDG +iAU +kzX +gft +lqj aXn aXn -aXn -aXn -aXn -vtY -qDG +asi +stX jee -coF -vtY +mCW +lVV aXn aXn aXn +uhP +jJb +mws +mcn +rho +rho +aSV +pXy +ePb +oMF +fxd +bXj +bXj +qZn +oUr +apz +oUr +uTK +grD +xLj +dQL +msT +bZg +nKE +kjl +lIE +bUN +bZg +cUx +uCK aXn aXn +cpH +cbc +bWr +bWr +goL +cHL +srV +bWr aXn aXn aXn aXn +dLa +ogv +eCI aXn -vtY -pXy -pXy -xiV -uCK -xZA -uCK -uCK -vtY -pjF -uCK -bWE -pXy -xZA -uCK -bQY -xUT -bSI -xUT -tIM -pDY -bVi -xaR -xaR -xaR -xaR -mHH -shB -rho -liJ -rho -vtY -vtY -vtY -vtY -bWr -fOt -arG -mhA -xud -bWr -vtY -uCK -uCK -uCK -vtY -ccW -ccW -ccW -ccW -rWw -cdb +aXn +hUU +rNK rNK rNK rNK @@ -111869,29 +115789,16 @@ rNK rNK rNK rNK -iCE -jei -tgP -iCE -iCE -mLl rNK rNK +jdD +jdD +pGk +jdD +jdD +rNK +hUU hUU -aXn -aXn -mUe -aXn -rho -rho -usD -vtY -vtY -aue -jee -jee -aBa -aXn aXn aXn aXn @@ -111899,60 +115806,73 @@ aXn aXn aXn aXn +vbo +ito +oOm +aue +sUD +pXy aXn +lVV +qcE +tiE +gWv +kZy +lVV aXn -vtY +nob +uED ltk -jOI -xaR -tIM -xaR -xaR -tIM -tIM -xUT -tIM -xUT -kjq -xaR +tuk xaR -pDY -pUs -aoc -pFm -pFm -kHq -qJw -uCK -uCK -uCK -vvt -uvg +mHH +rho +ubL +jee +lqj +fgP +oMF +aue +hsA +jMW xLj +cfF +cfF +cfF +cZi xLj -cxD -bXj -bXj -vtY -vtY -vtY +xLj +ciI +rsF +bZg +uaW +kQZ +rtf +bUN +bZg +cUx +uCK +aXn +aXn +xHF +cbc bWr -ekt +fOt lHG -cHL -cRz -cRq -vtY -pod -uCK -vtY -vtY -ccW -ccW -ccW -ccW -rWw -cdb +mhA +xud +bWr +aXn +aXn +aXn +rnP +rnP +wWZ +cQw +xmz +pXy +hUU +rNK rNK rNK rNK @@ -112114,40 +116034,27 @@ abW gnu stC ixE -pli +ehn hve fiK fiK fiK rNK rNK -iCE -iCE -iCE -iCE -iCE -sNq -muN -qjK -mBK -mBK -mBK +rNK +rNK +rNK rNK rNK hUU -pXy -pXy -oyM -oKF -paW -cNd -sNu -ktW -cNW -sNu -mYL -aue -vtY +hUU +svS +kzU +nWj +llU +svS +hUU +hUU aXn aXn aXn @@ -112156,65 +116063,78 @@ aXn aXn aXn aXn +bNy +aue +mYL +aue +gvX aXn aXn +lVV +lVV vtY -ePb -wQh -xyf -jwF -pTp -fYi -pTp -jwF -xyf -pFm -pFm -jsN -pFm -pFm -pFm -fYK +eHu +aXn +aXn +aXn +xCH +eCI +ltk +wzC +aXn +aXn rho -uCK -uCK -uCK eCI +eCI +rho +wzC +jPD +bVF +bVF +nau +vit +qgm +pNq +ocW +ogH +dqn +pEs +rJw +eOk +fjt +lrl +vuX +tAT +bUN +bZg +cUx uCK -uCK -bWE -pXy -pXy -xLj -vVZ -pSb -lIj -bXj -vtY -vtY -vtY -cRq -gmy -hco -mhA -eAi +aXn +aXn +caY +cbc bWr -vtY -uCK -uCK -vtY -ccW -ccW -ccW -ccW -ccW -rWw -cdb +waa +hco +cHL +qJY +cRq +aXn +aXn +vEI +hPP +rnP +ogv +ikI +aue +sNr rNK rNK +thi rNK rNK rNK +thi rNK biK eVf @@ -112373,38 +116293,23 @@ noS ixE ixn dom -imT -vuL -jQH -xhf -xhf -led -vUp -lPs -lYX -sNq -mhU -mhY -mCR -sNq -rrs -rrs -hUU -hUU +wno +fiK +dCV +lzH +lzH +lzH +lzH +lzH +lzH +lzH +mic hUU -pXy -uCK -xFT -oLZ -lcq -cNe -pUg -lcq -cNX -pUg -pOW -lRb -pXy +svS +sNq +cwV +wVJ +svS aXn aXn aXn @@ -112415,63 +116320,78 @@ aXn aXn aXn aXn -vtY -ePb -nCf -rho -pXy -rho -eCI -vtY -lkL +qJD aue -cWr -vtY -pXy -usD -vtY -vtY -vtY -vtY -vtY -vtY -uCK +akQ +aue +lIP +lqj +aXn +aXn +lVV +fvp +aue +nUC +aXn +aXn +pfQ +wGX +cKC +wzC +aXn +aXn +iht +vrI eCI -vtY -pXy -pXy -vtY -vtY -bXj -weZ -kWn -dAg -bXj -vtY -cbc +rho +wLy +xaR +xaR +tIM +pZQ +jDw +psN +psN +psN +pnc +wbD +psN +psN +ubw +bZg +wkb +xGs +bYT +bUN +bZg +cUx +uCK +aXn +aXn +caY cbc -bWr -cRq +gmy +umL slQ -kLd -dgW +mhA +mhA bWr -vtY -uCK -uCK -vtY -vtY -ccW -ccW -ccW -ccW -rWw -rWw -thi +aXn +rLT +rDg +sBR +nNH +sOh +eCI +aue +sNr +rNK rNK +lzH rNK rNK -thi +rNK +lzH rNK biI cJu @@ -112631,99 +116551,99 @@ eON upv ucE gnu -gnu fiK -xBm -xBm -iCE -iCE -iCE -lZv -mdr -mhY -hNm -mCW -sNq +fiK +rNK +rNK +rNK +rNK +rNK +rNK +hUU +hUU +hUU +svS +sgG +eMY +kJv +svS aXn aXn aXn aXn aXn -ijL -uCK -cUx -pDl -cMT -cMT -cMT -cpO -cMT -cMT -cUx -gCH -wGX aXn aXn aXn aXn aXn +lqj +aFI +akQ +nSO +pXy aXn aXn aXn +crj +qwk +iqu +iqu +iqu +iqu +iqu +iqu +exY +wzC aXn aXn -vtY -oUs -elJ -rho -usD -xZC -jee -vtY -vtY -cWr -aue -bMX -rho -vtY -vtY -vtY -vtY -vtY -vtY -vtY -wjO -nmk +gQH +oYU +aXn +aXn +aEe +rVt +aEe +lVV bUN +uyC +pkk +ixP +vOV +erp +pFE +qKt +tFX +iRX +bZg bUN bUN -bZg -bZg -bXj -jxK -uQf -tjn -bXj -cbc +bUN +bUN +bUN +cUx +eCI +aXn +aXn +sKU cbc -viE -iHG -kel +cRq +cRq ckp mDV -cRq +dgW bWr -vtY -uCK -uCK +aXn +hnc +lQX bWE -vtY -vtY -vtY -ccW -ccW -ccW -rWw +jJd +eCI +eCI +aue +sNr +rNK +rNK lzH cnR lxz @@ -112886,7 +116806,7 @@ dDB eRT ofQ oPG -hvQ +huF gnu abW cRv @@ -112894,93 +116814,93 @@ rNK rNK rNK rNK -iCE -iCE -iCE -iCE -iCE -cTN -sNq +rNK +hUU +hUU aXn aXn +svS +svS +aah +svS +svS +pXy +pXy aXn aXn aXn aXn -pXy -uGb -kWm -cMT -cNg -kHu -xxK -uwc -cMT -cUx -xZT -vtY aXn aXn aXn aXn +pXy +uCK +qqG +kCm +pXy +rho +rho aXn aXn +qgM +tuk +xaR +xaR +xaR +xaR +scU +xaR +lhM aXn aXn aXn aXn -vtY -wzC -elJ -rho -rho -vtY -vtY -vtY -vtY -tXA -jee -aue -rho -vtY -vtY -vtY -vtY -vtY -vtY -vtY -vtY -vtY -bUN -jGn +aEe +aEe +aEe +bPY +aEe +aEe +bZg +cww +sug +gMG +yau +fYy +fHC +czo +rdf +bYT +bZg cDo -dzm -uME -bXj -vav -bXj -bXj -bXj -cbc +kHu +xxK +uwc +cMT +cUx +uED +aXn +aXn amo fWQ -bWr -bWr -cRq -cRq +rci +wlC +edm +wNu cRq +bWr aXn -vtY -uCK -uCK -uCK -uCK -bWG -vtY -vtY -ccW -ccW -rWw +aXn +ddK +nRY +rnP +eCI +eCI +aue +sNr +rNK +rNK lzH cnR cfw @@ -113152,30 +117072,17 @@ rNK rNK rNK rNK -rNK -rNK -rNK -pXy -pKR -tFK +hUU aXn aXn aXn -rho -rho +xAy +wKM +liJ +wRx +fsf +ixp pXy -ohb -cUx -bfA -cMT -cNh -sdF -vHp -qsR -cMT -cUx -eoX -rho aXn aXn aXn @@ -113184,59 +117091,72 @@ aXn aXn aXn aXn +uCK +eCI +aFK +eCI +aue +eCI +lqj +rho +eCI +meD +wzC +jNX +aXn +aXn +aXn aXn aXn -vtY -oUs -elJ -wGX -vtY -vtY -vtY -vtY -vtY -vtY -jee -bMY aEe aEe aEe aEe aEe -vtY -vtY -vtY -vtY -vtY +aEe +mdR +kKQ +fIF +myn +cRs bZg -jlB -nvU -efI -nvU -ekh -yhO +cZe +glz +uZZ +bVS +ujm +vBi +glz +uZZ +bYT bZg -vtY -vtY -cbc +nvU +cNh +vHp +qsR +taO +cvB +jee +aXn +aXn tBo cbc bWr +bWr +cRq +cRq +cRq +cbc aXn aXn aXn -aXn -aXn -vtY -vtY -uCK -uCK -uCK -uCK -uCK -vtY -ccW -ccW +rnP +rnP +eCI +eCI +xmz +pXy +rWw rWw ftr cnR @@ -113409,46 +117329,36 @@ rNK rNK rNK rNK -rNK -rNK -rNK -rho -hLu -sNu -mYL -pXy -vtY -eoD -cMw -uCK -cME -bck -kWm -cMT -beJ -pAb -gyb -qtm -cMT -cUx -mYN -pXy -aXn -aXn -aXn -aXn -aXn -aXn +hUU +hUU aXn +afH +eCI +eCI +rzL +rps +aue +eCI +lqj aXn aXn aXn -vtY -wzM -elJ -rho -vtY -vtY +yhi +fVR +bxe +pXy +nyI +tZL +tZL +nCd +tZL +lQG +tZL +gyt +xbS +mip +puJ +wzC aEe aEe aEe @@ -113457,44 +117367,54 @@ aEe aEe aEe aEe -tUk -nIJ +poz +lUq +mDZ aEe -vtY -vtY -vtY -vtY -vtY +npC +ybP +ghB +ybP +gwW bZg -wlf -sNg -mYo -unP -vSF -rIe +bjl +sug +rdf +bVS +bVS +vBi +sug +rdf +bYT bZg -vtY -vtY -cbc -tBo -caY -bWr +beJ +pAb +gyb +qtm +cMT +cME +afH aXn aXn +utj +cbc +uJr +uJr +uJr +uJr +uJr +uJr aXn aXn aXn aXn -vtY -vtY -vtY -vtY -uCK -uCK -wIq -wIq -wIq -oBP +wQC +eCI +xWL +pDu +ccW +ccW +rWw ftr lsT hkG @@ -113657,10 +117577,9 @@ nxA nxA fGz goV -xJa +abW abW cRv -abE rNK rNK rNK @@ -113668,44 +117587,35 @@ rNK rNK rNK rNK -rNK -pXy -rho -mNw -hLu -sNu -sNu -sNu -sNu -oCY -cMF -oTV -pZo -cMT -cMT -cMT -fav -cMT -cMT -cUx -grA -pXy -rho -rho -vtY -vtY -vtY -vtY -vtY -vtY -vtY -vtY -vtY -wAB -elJ -rho -vtY -vtY +hUU +hUU +lzd +eCI +eCI +tAK +iRb +tZL +tZL +xRC +tZL +pge +aXn +aLw +nUq +vcp +lWp +wcy +uCK +aXn +eCI +uCK +uCK +xHo +aBa +pFD +vjL +xaR +lhM aEe dsc kiv @@ -113715,43 +117625,53 @@ dsc kiv dsc bHZ +bHZ eYa aEe -vtY -aEe -aEe -aEe -vtY +kgl +bHZ +ybP +bHZ +bHZ bZg -rOy -xVY -eZY -nvU -oqc -hkr +pjx +jgx +skc +bVS +cqu +vBi +jgx +skc +lME bZg -vtY -vtY -cbc -tBo -cbc -bWr +cMT +cMT +fav +cMT +cMT +fcp aXn aXn aXn +iYU +cbc +uJr +bqN +hXb +iez +hWu +uJr aXn aXn aXn aXn -ccW -ccW -vtY -uCK -uCK +eCI +aue +aue pRU pVB jmG -oBP +rWw ftr jjq kXS @@ -113914,11 +117834,9 @@ tnC etI aWr goV -xJa -abW -cRv -abE -rNK +xyw +hJq +msY rNK rNK rNK @@ -113927,43 +117845,35 @@ rNK rNK rNK rNK -pXy -pXy -ntf +sNr +aue eCI aue -uaW -vtY -vtY +jee cUx -kvY -vtY -cMT -cNj -cNw -cNK -cOa -cMT -hLu -jLm -jEU +aue eCI pXy -rho -pXy -vtY -boC -eCI -jee -aue eCI +jAn +aXn +nYP +vrD +dFE +pXy +iWH +uCK +aXn +aXn +hvI +dcR +pAV +pXy +dHZ +wzC eCI -ePb -nCf -rho -vtY -vtY -aEe +aXn +xOy dsc ybP dsc @@ -113973,42 +117883,52 @@ ybP dsc bHZ bHZ -aEe -aEe -aEe -bPY -aEe -aEe +bHZ +lVG +bHZ +bHZ +bHZ +wuj +bHZ bZg -wvs -nvU -jxb -dqy -oFd -whM +hIS +sug +rdf +bVS +bVS +vBi +sug +rdf +nwb bZg -vtY -vtY -cbc +cNj +cNw +cNK +cOa +cMT +aXn +aXn +aXn +aXn rww -cbc -uJr -uJr -uJr -uJr -uJr -uJr +imr +vtw +qGm +jtD +veO +mJX +ezu aXn aXn -ccW -ccW -vtY -vtY -vtY -wIq -sKh +aXn +aXn +sCi +aBX +aXn +ftr +reb dEm -oBP +rWw ftr tLu ieY @@ -114167,105 +118087,105 @@ xyw xyw fWe doL -bTL +duh mxF -fGA +xyw goV -hxc -abW -cRv -cRv -abE -abE -rNK -rNK -rNK -rNK -rNK -rNK -rNK +xyw +jHb +weG +pab +pab +pab +pab +pab +pab +pab +pab +jID +cJG +vvY +yfh +jpH +liJ +bMY +tHA pXy -rho -rho -nle -wGX -bav -vtY -crj -cUx -kWm -vtY -cMX -cNk -pAj -pXh -cOb -cMT -jAV -uVI -ewd -xaR -tIM -xaR -tpC -xUT -xaR -xaR -xaR -tIM -xaR -tIM -pDY -her -thz -rho -aEe -aEe +uCK +jAn +aXn +aXn +aXn +aXn +pXy +bfx +uYC +aXn +aXn +aXn +aXn +aXn +aXn +taC +wzC +aXn +aXn +xOy xfK -xes +qYN xfK ybP xfK -ybP +xes xfK +tpg +bJA +oVv +aEe +mHg bHZ +vLH +mrF bHZ -aEe -mdR -qKA -fIF -myn -cRs bZg -sym -sym -sym -bUN +szr +jgx +skc +bVS +bVS +vBi +jgx +skc +iRX +bZg +cNk +pAj +pXh bFY -bUN -bUN +cMT +rNT rNT rNT rNT lvw -cbc -uJr +eNf +kMH cCD cQz cUs -tjZ -uJr +fuU +ezu +aXn +aXn +aXn +aXn +aXn aXn aXn ccW -ccW -ccW -ccW -ccW -wIq azv bGB -wIq +ccW uaX wms adg @@ -114428,98 +118348,98 @@ uuj uuj uuj gVK -hxO +duh uuj -abW cRv cRv -abE rNK rNK rNK rNK rNK rNK -pXy -pXy -mOz -aYw -nlI -usD +rNK +hUU +mic bav bav bav -fdh -ddh +nlI bav -cMX -pqy -pqy -cNK -cOc -cMT -rdc -ksc -veQ -jwF -pTp -xyf -tpK -vFn -uko -xyf -jwF -xyf -jwF -xyf -rZO -wxr -bsv -xaR -kXZ -hVC +bav +bav +gTJ +pPS +aXn +aXn +aXn +aXn +wRk +hMV +bkU +pcq +pcq +pcq +pcq +pcq +pcq +uJP +jan +vVm +mVg +gFb +ejZ +qOg +lSu +dQV +bLI +uor +tqf +klF +fQT +xqN hVC -sUt -dvq +lZp +feJ dvq -qHf -dWf -kjz -lKl -xmk -aEe -kEd -xqN -eTq -xqN +eOW bJA -qhX -psN -psN -psN -psN -cND -bUN +aDH +ubw +mKT +cuR +ciZ +ciZ +rMs +pDJ +tPE +bYT +bZg +gAq +pqy +cJT +cOc +cMT uNh uNh uNh rNT -nEl -imr +sLh +cdg vtw -veO -fuU +cqm +met fLH -mJX -uJr +aTI +ezu +aXn +aXn +aXn +aXn aXn aXn ccW ccW -ccW -ccW -ccW -wIq wsR rSX sKh @@ -114685,101 +118605,101 @@ mAn djs dkq gsx -yhW -ioy -xJa -abW +duh +duh +xyw +cRv +cRv +cRv cRv -abE -rNK -rNK rNK rNK rNK rNK -pXy -mGY +hUU +aXn +bav mON -aue -pXy -pXy +occ +eXl +gSN +uhz bav -baw -yje -dlo -gZl -wLQ -cMX -pqU -pAt -pYs -qtD -cMT -oYW -rzu -mHH -ijL -ccx -mmx -vtY -vtY -usD -vtY -vtY -vtY -vtY -vtY -wLy -lhM +eCI jAn -xGu -wdl -jlo -jlo -voH +uCK +aXn +aXn +aXn +uCK +otF +bkU +peV +iiT +oIt +scc +ulK +bkU +taC +mXc +fOi +aue +inQ ybP ybP ybP +ybP +cIr +ybP bRi -lOw -xqN -mKT -cuR -ciZ -bHZ -xes -bHZ -jEx +ybP +ueT +ybP +aEe +fCy +gaZ +oiD +bPi +vZK bZg -bTW -xkn -ujm -xkn -wTq -bUN +pWq +jgx +skc +bVS +bVS +vBi +jgx +skc +bYT +bZg +pqU +pAt +pYs +qtD +cMT sLO qCX oeN rNT -wjk +oYb aXq -kMH -vnV -adb -ceV -wWW +ezu +ezu +ezu +ezu +ezu ezu hUU hUU -rWw -rWw -rWw +hUU +hUU +hUU +ccW ccW ccW -wIq wsR wsR -reb +sKh tzw nIv wuP @@ -114941,91 +118861,91 @@ vKP ihe aYk dkq -gsx -gbb -duh +wgC +qmY +hxO +fQJ +xyw +guQ abW cRv cRv rNK rNK rNK -rNK -rNK -rNK -rNK -pXy -mIH -mPT -rho -pXy -aXn +hUU +hUU bav -nLm +mPT clN xcN occ -sEz -cMX -pqY -tgq -cNL -tgq -cMT -faP -yfx -wjO -vtY -vtY -vtY -vtY -vtY -vtY -vtY -vtY -vtY -vtY -vtY -vtY -vtY -jAn -uCK -aEe -fLs -bHZ -qji +ffm +nLm +lRb +mhE +tZL +jRY +jRY +tZL +rIl +vZj +bkU +qlu +avD +pQG +sMT +jCs +bkU +vFn +tVv +dtc +mic +xOy +tqo bgA -bHZ +vtE +dqU +cTz suS dmV -bRi +pKn +gdS ybP -eja -aEe -mHg -bHZ -fFH +lHZ bHZ -wbw +aia +agJ +kWj +vEs bZg -pWq -xkn -esG -xkn -wTq -bUN +iAa +sug +rdf +bVS +bVS +vBi +sug +rdf +iAa +bZg +pqY +tgq +cNL +tgq +cMT tzx bUc pPM oLb oYb paY -ezu -ezu -ezu -ezu -ezu -ezu +qAv +knZ +krA +dhi +pPb +yes rNK rNK rNK @@ -115199,54 +119119,45 @@ xXQ cub fMH duz -duh +quE uuj +rYG +gAd +fgV +vpx abW cRv -abE -abE -abE -rNK rNK rNK rNK rNK -pXy -rho -rho -rho -aXn -aXn +hUU bav bax vSC nxr -bcn -oMD -cMX -eES -eES -dSI -iHW -cMT -faP -nCf -pXy -vtY -ngi -vtY -vtY -vtY -vtY -pXy -vtY -vtY -vtY -vtY -vtY -vtY -jAn -xHo +occ +krV +bav +iLZ +wGX +eCI +uCK +qcw +eCI +eCI +bfx +bkU +rYd +kpp +puU +fDO +mdH +vUJ +kqR +qxH +esJ +aXn aEe aEe aEe @@ -115255,32 +119166,41 @@ aEe aEe aEe aEe -xjX +xGu +xDL ybP -awK -iij -osb -osb -vWL +lHZ bHZ -uVp +sZm +bPi +rUL +khp bZg -bYT -bVS -cqu -bVS -wTq -bUN +bVO +bWn +bWn +nQW +bWn +ofP +bWn +bWn +bVO +bZg +hQB +qOY +eHT +eES +cMT upa vSr hRk jbl sXw iWT -qAv -dgg -pDz -xSs +dMd +oRH +odg +nFC cYu yes rNK @@ -115290,9 +119210,9 @@ rNK rWw rWw ccW -wIq -wIq -wIq +ccW +ccW +ccW fmF mDv bfg @@ -115453,92 +119373,92 @@ cXr dkq dkq doO +fIg dkq -dkq -guD -hyY -ioJ +abW +abW +abW +abW +nxA +nxA +jdc abW cRv -cRv -abE -abE -rNK -rNK rNK rNK rNK rNK hUU -aXn -aXn -aXn -mJl -bcp -nNF -bcp +bav +bav +bav oie -bco +rRJ oPK -cMX -prG -pAF -sED -tgq -cMT -faP -yfx -pXy -uaG -bnF -boG -bqe -brA -aYV -uMQ -vka -brA -xIM -sME -fNq -vtY +bav +pjF +lcq +mqt +aXn +aXn +crj +eCI bfx -uCK -aEe +bkU +mya +bHM +kAv +jnp +xWQ +rPc +sbA +qxH +uIs +aXn aEe aEe aEe aEe -bLH -kgy -qKM -bRi -bPj -eHi aEe -fCy +frT +eNT +kfK +osb +pgC +ybP +lHZ bHZ -mrF bHZ -lcc -bZg -bYT -vbL -paU -lAy -kSt -bUN +bHZ +bHZ +ouF +sov +aVq +eja +vMl +oYb +mCM +xeh +oIO +aVq +dHq +sov +prG +pAF +sED +wvs +cMT azR rNT mfk qdP ped -oxo -dMd -oRH -odg +ybn +qAv +aPF +dND wqN -kyu +eOD yes rNK rNK @@ -115711,91 +119631,91 @@ dkp dpJ ceI evb -ice -gvj -kGx -cWq +dxD +dxD +dxD +dxD +dxD abW +nxA +jdc abW cRv -abE -abE +cRv rNK -xcc -xcc -xcc -xcc rNK +rNK +hUU hUU aXn +bav +bav +bav +bav +bav +pXy +eCI +pDl +lqj aXn aXn -uSv -gEL -bzj -bcp -bcp -bcp -cMX -cMX -qOY -pBL -bgM -hOx -cMT -bjm -yfx -pXy -cYl -bnG -boH -bRf -bRf -bRf -bux -jTQ -jTQ -vSk -tqy -wAQ -vtY -bfx -bWG +mEd +pas +bkU +vOX +fTY +puU +saW +mdH +vUJ +wmL +hvX +gKg +aXn aEe aEe aEe aEe aEe -xKv +tAg bHZ tTE -bRi -ybP -eja -lHZ bHZ -aia -oiD -bPi -vEs -bZg +mKI +ybP +aEe +aEe +aEe +aEe +xCR +aEe sov -uZZ -bVS -glz -uNH -bUN +wow +gtJ +oBN +oYb +mCM +xeh +rIb +cHE +aVq +sov +eES +pBL +dSI +hOx +cMT kHN rNT lFz rNT -oYb +dvg miM -qAv -qAv +yes +sZH rpE eul -eOD +xSs yes rNK rNK @@ -115967,92 +119887,92 @@ rVx dkp dpO dIS -faH -ice -gvj -kGx -ioO +evL +iiN +dyJ +nHy +evg +emw abW +nxA +jdc +xyw abW cRv -abE -abE rNK rNK -lzH -rNK rNK rNK hUU hUU hUU aXn -mJl -nHK -xno -uSv -uSv -uSv -cMT -pbA -eES -wdJ -sED -gKp -cMT -eba -yfx -pXy -slv -sBV -sSi -sSi -sSi -sSi -cHx -sSi -sSi -vTq -lsD -rmf -ngi -bfx -eoD +aXn +aXn +aXn +aXn +eCI +pDl +xCH +aXn +aXn +ock +pas +bkU +hoO +lya +jiw +cfL +mkt +bkU +hGQ +hvX +gKg +aXn aEe bGx pam pdC aEe -bLI +pJV bNf -maq -bRi -ybP -eja -lHZ +thz bHZ -aia -agJ -bPi -vEs -bZg -sug -vBa -tWQ -dGK -lae -bUN -rNT -pYO -rNT +mKI +iCm +aEe +ork +rvV +qft +wac +wse +sov +klt +ttZ +xJO +oYb +mCM +xeh +iFY +hJo +wrz +sov +jGz +wdJ +dSI +sGX +cMT +vCl +vCl +vCl rNT oYb -kLV -xyK +miM +yes +yes +yes +yes yes -tnY -iWU -pJK yes rNK rNK @@ -116222,95 +120142,95 @@ izl aNO cYg qCk -ctA -pNB -gVN -rZg -hAY -cWq -iZd -wmT -jRz -mkS -mkS +dpV +chV +evL +qwd +pPN +xHt +xTG +emw +abW +nxA +jdc guQ +abW +cRv rNK rNK -lzH -rNK rNK rNK rNK rNK -jHY -mJl -uLy -vQR -bzj -ozh -bbC -fpS -cMT -cMT -cMT -rFO -dSI -bhA -cMT -faP -nCf -pXy -iqZ -sBY -bqh -kJa -mee -qbG -hVv -wzm -vwc -byk -vtO -mdH -vtY -bfx -ccx +hUU +aXn +aXn +aXn +aXn +mic +bDs +pDl +lqj +aXn +aXn +aXn +szn +bkU +wsE +jTQ +wrg +iQu +taT +bkU +xDr +hvX +gKg +aXn aEe qBt aju jIb aEe -qft +mKz bHZ bNh -bRi +pPr +nDC +dsv +aEe +fMz +bGP +jzW +wWl +wse +sov oDb -bQl -lHZ -bHZ -aia -bPi -rUL -ouF -bZg -dOO -uZZ -bVS -glz -eUS -kmk -btg -fNK +teD +teD +oYb +mCM +xeh +dfW +dfW +kdX +sov +pAF +tZq +fvz +nZO +cLx jQF +iQT +qmI vKJ -hSr -ait +oYb +ybn jUa wjD laI -yes -yes -yes +dXC +rNK +rNK rNK rNK rNK @@ -116480,88 +120400,89 @@ cSV cYh qCk dpV -dKM -jiO -ice -gzo -hAA -hzg +chV +evL +keF +rHk hAA -jSK -hzg -kGG -hzg -qGC -qGC -qGC -qGC -qGC -qGC -qGC -qGC -bwe -pvQ -bwe -vEr -baz -fhu -fhu -bwe -fhu -bdR -cMT -naR -uJm -rpm -cMT -faP -yfx -pXy -bmf -oQs -lBX -mPz -brE -ufw -kMz -ufw -bxj -byl -xLq -wBA -vtY -pKm -eCI +etG +lKg +abW +kms +jdc +xyw +abW +cRv +rNK +rNK +rNK +rNK +rNK +rNK +hUU +aXn +aXn +bav +bav +bav +fnW +pDl +vmK +aXn +uyM +uyM +vtQ +uyM +uyM +uyM +uyM +uyM +uyM +uyM +sur +hvX +gKg +aXn aEe -bJy +ahf bJy iPe +dSn +jMA +vLH +bNh +bHZ +mKI +vGm +aEe +vfr lHI -uor +xZQ kAn -pCH -hda -tCV -pHh -aEe -fTu -bHZ -hoM -bHZ +wse +hzU +mRj +gTt +iYG +mCM +ecG +tTz yeo -bZg -niz -uUT -tKJ -pvH -kSB -vAx -kQX +gTt +aOE +sov +rPp +eES +uJm +pbA +cMT +jQF mLe -xnH +jQF wnJ rWt pLE +wTG hsf iQh dUv @@ -116573,7 +120494,6 @@ dFf dFf dFf dFf -dFf pin jKa hEC @@ -116737,58 +120657,49 @@ uCM dkp dkp dpV -dKM +chV ewM -ice -ice -ice -ice -fRy -ice -ice -ice -leM -hrT -hrT -hrT -lAN -lAN -hrT -hrT -hrT -uSv -uSv -uSv -uSv -uSv -bbb -uSv -uSv -uSv -ezi -cMT -lVP -kLh -lVP -cMT -wFq -mWM -eiB -bkU -eMc -pRF -bkU -vUJ -bkU -iLL -bkU -vUJ -bkU -dcW -bkU -nQA -uDy -ohu +dxD +iQr +oNm +etG +aan +abW +abW +diC +xyw +abW +cRv +rNK +rNK +rNK +rNK +rNK +rNK +hUU +aXn +aXn +bav +mBC +mUX +bjV +kvY +pqJ +aXn +uyM +bid +rCZ +kRK +veP +iJh +gPm +hVR +btV +uyM +wmL +hvX +gKg +aXn aEe aEe aEe @@ -116797,39 +120708,48 @@ aEe aEe sgs rWz -buc rWz -eOt -aEe -aEe -aEe -xCR -sgs +kht +rWz aEe -bZg -bUN -bWn -bWn -bWn -bUN -bVO -nOi +ePI +jzK +hNE +ePI +wse +sov +oYb +lGK +lGK +mCM +mCM +tTz +lGK +lGK +fNK +sov +enA +iuK +kLh +lVP +cMT +imH +qJo +umT +sgH mCM -iOk -bmJ mCM -rRG +kdX lZN lZN -vkJ -ivV +hcZ ivV ivV -vkJ -vkJ -ivV +hcZ +hcZ ivV ivV +hcZ vkJ vkl vkl @@ -116992,101 +120912,101 @@ cLt axg cSU cYn -axg -dqh +khN +wgN dKQ liQ -bjZ -kJb -qko -tLE -gyl -bjZ -dCN -nqy -hPp -pbY -pbY -pbY -tlN -bpf -pbY -pbY -pbY -xCu -abT -jSU -grv -vEJ -lDm -fbd -jHS -wfc -aQx -jSu -lDm -iWg -jNk -qyu -xqt -bWl -mdQ -fob -ssP -sSm -jSU -lDm -fyw -sZa -fyw -qNk -fbd +iTt +nLs +vnS +oWM +awL +abW +abW +diC +xyw +abW +cRv +rNK +rNK +rNK +rNK +rNK +hUU +hUU +aXn +aXn +bav +mBC +tTl +vql +kvY +aXn +aXn +uyM oeu -lDm -cVL -xZn -caI +fYj +aHc +aHc +aHc +aHc +aHc +aHc +bBB +naK +dbW +xha +vcs +dPu +dPu +dPu +dPu +xQf +dPu +dPu +dPu +dPu oGk -gCh +klH hqb gCh -tEX -fkL gCh +fkL gCh +mab yjd -gCh -num -gCh -gCh -eHu -gCh -bHX -xwS -gCh +mFM +wGo +wGo +wGo +wGo +uAS +wGo +wGo +nbB wEe -gCh -lDe -gCh -tcl -gCh -pZq -eZX -iBn -lxQ -etb +rYF +nbB +pWo +nbB +nbB +wYn +abv +wGo +gaB +wGo wGo -rIf nbB +kQS wkC kqf kqf kqf rRj -tRP -kqf +aqo kqf kqf +tRP axO kxM vgJ @@ -117253,85 +121173,85 @@ kMp pCc xbn jqh -chV -gBz -chV -chV -dCF -chV -chV -chV -fhE -lCQ -nmW -nmW -sLg -aXA -nmW -nmW -mQF -sty -xsS -kLp -iFO -iFO -iFO -iFO -onk -iFO -icA -iFO +dxD +sOx +qHH +bPO +dxG +abW +yhW +guD +hyY +yhW +cRv +rNK +rNK +rNK +rNK +rNK +hUU +aXn +aXn +aXn +bav +mBC +tTl +cWH +kvY +aXn +aXn +uyM sWJ -gBp -mSw -iFO -wWm -xGn -bzU -jTV -iJF +fYj +aHc +axe +bGI +bGI +ion +ion +bBB chN tqH bIk -xsS +blK xsS xsS xsS fsW -wkq xsS xsS -aNE +xsS +xsS qZe -ybn -mCM -mCM -mCM +nGK +xsS +oXU mCM mCM +dJh ecG mCM wvQ mCM -iOk mCM mCM mCM mCM +tTz mCM -gxo mCM mCM oKK -eJF +gxo mCM +dlx mCM ecG mCM mCM -iOk +mCM oGs -eJF +mCM mGM mCM mCM @@ -117508,80 +121428,80 @@ etJ cYo dlj dqG -bWx -cHw -evL -gDm -evL -evL -jao -evL -evL -sAI -kMA -lEI -oCu -wMb -tnL -mia -lQI -lQI -mQU -iAO -aZb -vZj -bPw -vZo -xlY -xlY -bBD -dcJ -svg -xlY -xlY -fEd -pYz -qEA -rhV -xHO -rVm -snh -xHO -nzE +exv +saI +jmh +dxD +dxD +dxD +dxD +abW +nxA +diC +xyw +cRv +cRv +rNK +rNK +rNK +rNK +rNK +hUU +aXn +aXn +aXn +bav +bav +bav +iKw +kWm +aXn +aXn +uyM +cPc +fYj +aHc +fYj +kra +lPS +bik +bca +uyM +dpp lbg kjT -sJy -buz -sJy +dSP +dSP +dSP bxl -sJy -cCG -sJy -sJy -xHO +dSP +dSP +dSP +dSP +xAC xHO ybJ +fAE +wzF gEi -bIa -bJv gEi +lEp gEi pwN -pwN rhg mtT -dJe +mtT +mtT +jhv pwN +pOH pwN -sny -gEi -gEi -aoN -uWZ -gEi +pwN +bIa +ewC wrh -ieh -gEi +uyw +dmw joj joj joj @@ -117591,15 +121511,15 @@ nFy fpx mnu uyf -uyf +idj iuE usH vtr vtr oyo -lUD qzH laG +laG hwf hPv fhQ @@ -117764,100 +121684,100 @@ tJs tJs qOk dlp -dra -bWx -iEe -cjR -oTv -oTv -cjR -jhX -cjR -ice -ice -leM -hrT -hrT -hrT -lAN -lAN -hrT -lAN -lAN -leM -aZa -uUM -bEM -bEM -pwt -pwt -bEM -bEM -bEM -bEM -pwt -pwt -bEM -fxA -fxA -wSt -wSt -fxA -eLr +hPS +hWs +hss +yhW +xJa +xJa +oji +fgV +fgV +fgV +whH +nxA +cRv +rNK +rNK +rNK +rNK +rNK +rNK +hUU +hUU +aXn +aXn +aXn +aXn +aXn +pXy +bcp +pXy +aXn +uyM +aTV +orE +haE +nYN +kra +qLa +pwF +sGT +uyM teX urA klG -oOg -oOg -kOk -oOg -kOk -oOg aZZ -rnX aZZ -xKV +aZZ +aZZ +bjn +xOB +iwy +bjn +aZZ +aZZ +aZZ aZZ aZZ aZZ aZZ aZZ -baF kQc -gCs -uTZ -gCs -gCs -gCs -gCs -baF -sFF -ohY -fAD +teR +mlY +mCM +nUQ +nUQ +mCM +mCM +mCM +mCM +mCM +jMZ btd -lJR -tPw -wSh -lJR +uQa +btd +oQq bxQ -ang lJR +rXA uQa -hVt +btd iyF -lZN -lZN -lZN -lZN -lZN +aZF +aZF +pNZ +aZF +aZF rXg ivV ivV -vkJ -vkJ -ivV +hcZ +hcZ ivV ivV +hcZ vkJ vkl vkl @@ -118021,17 +121941,19 @@ dlq dlq dlq dlq -drb -bWx +qvh +hWs iEe -oTv -kgd -bKI -ugt -bTV -mXS -abE -abE +yhW +oKb +duh +qyT +xyw +tHP +mpk +hgT +cRv +cRv rNK rNK rNK @@ -118039,62 +121961,60 @@ rNK rNK rNK rNK -ngm -hen -nbL -nmy -oZo -bEM -pDn -pDn -pDn -pDn -pDn -pDn -pDn -pDn -pDn -pDn -fxA -oZd -gtH -vVL -haQ -fxA -boJ -umX +hUU +aXn +vtY +nHK +xno +tHA +raP +kWm +jee +aXn +uyM +uKq +liV +aHc +bih +byj +oDx +oDx +byj +bBB +dpp +tBZ brM -kOk +oFV pOk -mlU -liR -gdR -oOg -jcW -wTs -wix -naq aZZ +oQW +wmR +wmR +wmR +wmR +pPQ +naq +mfP eie ift wix -jXC -baF -baF -dBV -sAH -gLY -udq -rKE -udq -baF -nYB +nCV +aZZ +aZZ +aZZ +mlY +abh +gTt +cxo +omh +mCM +mCM tOx -btd +iYG oiY -prN -prN -fiY +btd +lvL +vRf puD hSP tYf @@ -118279,15 +122199,17 @@ jXP xla xla dru -dMN +rkU pZt -hGp -nla -mmY -hPy -fSn -mXS -abE +qar +unR +unR +mtF +duh +sAj +yhW +yhW +jQZ rNK rNK rNK @@ -118296,73 +122218,71 @@ rNK rNK rNK rNK -ngm -hen -rSd -puy -oZo -bEM -pDn -pDn -pDn -pDn -pDn -pDn -pDn -pDn -pDn -pDn -fxA -vcK -nVa -aCC -cIX -wSt -boJ +jHY +vtY +uLy +vQR +jee +jee +jee +kWm +fxd +aXn +uyM +oHH +prx +aHc +aHc +aHc +aHc +aHc +aHc +bBB +dpp tBZ -xCt -oOg +brM +xrn uNw -mfh -vxY -lmw -oOg -hvO +aZZ +fNS +eEK +wmR wmR wmR -oMw +ibN +wmR +sxz +sxz +sxz +wmR +eEK +obj +roq aZZ -sKg -knT -hgz -nCV -baF -tgc -mrt ler -mrt -mrt -mrt -qIi -baF -baF -baF +mCM +lGK +lGK +mCM +mCM +mCM +eqA +gTt +qkm btd hsc biB +vcB +biB biB -rRE -nkf -nkf -nkf -nkf -aRn +biB +frp btd -oQK -mVY -uwu +qxQ +dQZ +jjb jFT -mIs +rQk mEq nYY hUU @@ -118538,91 +122458,91 @@ aEn aWl bWx iEe -oTv -nRs -fmA -tYi -bmb -mXS -abE -rNK -rNK -rNK -rNK -rNK -rNK -rNK -hUU -ngm -hen -rSd -nok -hHu -bEM -pDn -pDn -pDn -pDn -pDn -pDn -pDn -pDn -pDn -pDn -fxA -lUg -kdT -aCC -cIX -wSt -boJ -aap +yhW +pBU +gbb +niY +cjS +qXT +cCz +oXY +cCz +qGC +qGC +qGC +qGC +qGC +qGC +qGC +qGC +cNX +pvQ +cNX +vEr +baz +fhu +fhu +bwe +jee +aXn +uyM +tsA +lXv +aHc +wkW +ojE +aHc +aHc +pnO +uyM +psa +cya iiV -oMr +xrn lBA -xhr +aZZ uSS lRq -oOg -dEi +mds +xSR ewN -xdL -aas -aZZ +wmR +puQ byG -knT -hgz -eEK -baF -pjH -mrt -uGw -pEo -uML -lRt -mrt -stp -ekH -sWT -btd +pRq +fzv +ewN +nFz +uwk +tOO +aZZ +auu +mCM +mCM +mCM +jMZ +xlW +jMZ +pcv +jyn sDY -biB +btd +vyL cBs -iUa -kAT +wCS cBs cBs biB -bld -ueB -sbn +nVE +btd +xoM oPR -kaY +fRq tlb ehr hHb -sbn -shL +aXn +hUU hUU hUU rNK @@ -118795,92 +122715,92 @@ xla sZf aWA iEe -kvD -cjR -cjR -cjR -bgb -cjR -abE -abE -lzH -lzH -lzH -lzH -lzH -mic -hUU -ngm -ngm -aZF -sQc -nTJ -bEM -pDn -pDn -pDn -pDn -pDn -pDn -pDn -pDn -pDn -pDn -fxA -vcK -nVa -aCC -cIX -wSt -boJ -umX +yhW +yhW +yhW +yhW +uxh +yhW +yhW +yhW +leM +hrT +hrT +hrT +lAN +lAN +hrT +hrT +hrT +pXy +pXy +pXy +pXy +pXy +bbb +pXy +cJx +pXy +pXy +uyM +uyM +aCL +oRb +uyM +uyM +jFZ +jFZ +uyM +uyM +eHG +tBZ wHn -oOg bjo -rSN +bjo +gPT nQC wmA -oOg +wgI dHb -wmR -htv +gHU kdG -aZZ -ehV +cJt +jdR +eXo xPA -igZ +anh hCG +ufX +iyK +aZZ +uTZ +gCs +gCs +gCs +gCs +baF baF -oDM -mrt -mrt -jau -ipE -sVM -mrt -pxi -mrt ozW +baF btd -rmA -biB -biB -vnC +btd +uql +cBs nsy -biB -biB +cBs +cBs biB bld -ueB -sbn -hHb -wph -slc -wph -wph -caw -sbn -sbn +btd +wnP +tOn +eQC +dQZ +nIF +nIF +ncn +aXn +aXn hUU hUU rNK @@ -119051,94 +122971,94 @@ xla xla aVy bWx -iEe -iGj -abW -abW -abW -abW -cRv -abE -abE -rNK -rNK -rNK -rNK -rNK -hUU -hUU -aXn -cEM -aYC -qQw -kWu -bEM -pDn -pDn -pDn -pDn -pDn -pDn -pDn -pDn -pDn -pDn -fxA -wIL -ihz -kIV -fYA -fxA +jSS +qko +kJb +gvf +tLE +gyl +bjZ +dCN +nqy +hPp +pbY +pbY +pbY +tlN +bpf +pbY +pbY +pbY +gEI +abT +jSU +grv +lDm +lDm +lDm +jHS +lDm +aQx +lDm +lDm +ftk +lDm +lDm +lDm +lDm +lDm +lDm +vJj tfU -umX -wlU -oOg -oOg -oOg -oOg -oOg -oOg -aZZ -aZZ -fwJ -aZZ -aZZ -ezq -ezq -ezq -mAc +tBZ +brM +xrn +xrn +xOB +tLQ +wDV +ukn +wmR +wmR +wmR +wmR +vcN +vcN +nxJ +wmR +ukn +oeX +hyr +baF +tZZ +gLY +udq +rKE +udq +baF +dWi +sWT baF -rCs -mrt -mrt -lPU -knI -kCC -saK -mrt -mrt -xYr -btd cuk +prN +mcu +pcu +kAT +jKU +sNb biB -cBs -iUa -biB -cBs -cBs -biB -bld -ueB -sbn -sbn -wph -jAd +hqe +btd +gaJ +aZF +pUZ +sQV amR -wph +reB mBc -caw -sbn -sbn +ncn +aXn +aXn hUU rNK rNK @@ -119309,93 +123229,93 @@ aEn drB bWx iEe -iGj -abW -abW -abW -abW -cRv -cRv -abE -rNK -rNK -rNK -rNK -rNK -hUU -aXn -aXn -cEM -ncn -hDt -kWu -kWu -pwt -pwt -pwt -uzf -pwt -pwt -uzf -pwt -pwt -pwt -fxA -fxA -nRf -qad -fxA -fxA -boJ -umX -kUQ -aZZ -xqU -xyD -biv +chV +chV +chV +hgh +dCF +chV +chV +chV +fhE +lCQ +nmW +nmW +sLg +aXA +nmW +nmW +mQF +sty +xsS +fsW +xsS +xsS +xsS +xsS +vqc +xsS +xsS +xsS +xsS +iFO +xsS +xsS +xsS +fsW +kLp +bzU +kLt +bzU +lVU +kRG +xrn +xrn +bjn +tLQ dda -xlV -ohH -dsJ -htv -qEX -nbd -bjr +wmR +wmR +wmR +wmR +wmR +wmR +wmR pOY -bjr +igZ qoN +rVC +bNF baF -sOf +jwB mrt mrt -vyI -aXb -oBr mrt mrt +dBI mrt -mOA -btd -vyL +mrt +reZ +prN biB cBs -iUa -biB +cBs +hPf cBs cBs biB -nVE -ueB +wVv btd btd btd btd btd -sbn -wph -jAd +btd +cEM +eQC +ncn eVQ -sbn +aXn hUU rNK rNK @@ -119565,94 +123485,94 @@ dcM xla drB bWx -iEe -ice -cWq -hEQ -abW -abW -abW -cRv -abE -rNK -rNK -rNK -rNK -rNK -hUU -hUU -hUU -cEM -ncn -hDt -kWu -wry -cFF -uQu -uQu -aCL -oRb -vIT -aCL -ojK -ojK -kRm -oNY -cuX -cFF -oPe -lbb -bEM -boJ +cHw +evL +evL +evL +voz +evL +jao +evL +sAI +kMA +lEI +oCu +oCu +tnL +mia +lQI +lQI +mQU +iAO +aZb +jpg +iGF +qEA +acM +acM +bBD +acM +acM +gAJ +gAJ +hFP +gAJ +gAJ +gAJ +gAJ +oII +sJy +gIh +dUE qEL tWj -bjn -wmR -lOc +jag +fkS +aZZ mRE +lRf +tTW +tTW +vjo +tTW +tTW wmR wmR +vNp wmR -vjo -pHW -tTW -nbd -bjr -bjr -bjr -qoN -baF -wUs -mrt +wmR +wmR +pVQ +wds +uGw +pEo +uML +lRt mrt -iSE -fDv -rpg -idv mrt mrt mrt enw prN biB -biB -vsU +cBs +cBs hPf -xrm -nUP -nUP +cBs +cBs +biB uvD vFa oJY -irn +mRI tzy amc btd -sbn -wph -slc +cEM +eQC +ncn xgU -sbn +aXn hUU rNK rNK @@ -119822,94 +123742,94 @@ xla goe drB haT -hGf -fRa -cWq -cWq -abW -abW -abW -cRv -abE -abE -rNK -rNK -rNK -rNK -hUU -rNK -hUU -mTc -ncn -fXI -kWu -stq -cFF -cFF -tIR -cFF -cFF -cFF -cFF -cFF -cFF -cTx -lYb -cFF -cFF -oPe -pSr -bEM -qTa -umX +iEe +cjR +oTv +oTv +cjR +jhX +cjR +ice +ice +leM +hrT +hrT +hrT +lAN +lAN +hrT +lAN +lAN +leM +aZF +aKQ +uSv +vMk +xsS +xsS +xsS +xsS +jqD +msx +msx +msx +msx +cSS +xsS +xsS +aEB +gKg +uSv +boJ +nuB iZC aZZ -dKY -bxp +aZZ +aZZ hIv -vAk -wmR -wmR -xHX +aZZ +xue +iBW +ddn htv iKY hbt -bjr -bjr -pWg -jaV -baF -roq -gBC -gBC -fyX -eBQ -eBQ -eBQ -mrt +wmR +vNp +sxz +wmR +wmR +tgc +mgI mrt +jau +sFw +biY +khD +ipE mrt -dXT -prN +mOA +baF +yah biB biB -vcB biB +tzg iIm biB biB +xNP biB -biB -biB -biB +eTe kDy +biB etV btd -sbn -wph -slc +cEM +eQC +ncn eVQ -sbn +aXn hUU rNK rNK @@ -120080,12 +124000,12 @@ aEn drB bWx iEe -dxD -dxD -dxD -dxD -dxD -abW +oTv +kgd +bKI +ugt +bTV +cjR cRv cRv abE @@ -120096,77 +124016,77 @@ rNK rNK rNK hUU -cEM -ncn -hDt -kWu -kWu -ckB -vOI -iry -cFF -nVj -wOe -bPa -gGR -cFF -fDQ -qoC -ctN -cki -oPe -ioM -bEM -qbB -lUA -lQY -aZZ -bjn +aXn +viw +dQZ +ppi +mJl +nnX +xsS +xsS +xsS +xsS +byp +gSr +uKr +uKr +pRD +kJx +xsS +xsS +aEB +gKg +uSv +boJ +vqc +xnM aZZ +hOM +eIf jJf -aZZ -gWc +dte +dte dte qXA icp -tTW -nbd -bjr -bjr +hKf +hbt +wmR +vNp xSR -sxR -baF -baF -ecF -mrt -cyf -mrt -mrt -bgC -mrt +wmR +wmR +tgc +sPL mrt +jau +rCs +kCC +kKO +ceJ mrt -gNy -prN +hpJ +baF +bld biB biB -clc -qtZ +biB +hjq kOR hJF -qtZ -qtZ +kOR +hNd qtZ qtZ kcw rMx -ojm +dJn btd -sbn -caw -caw +cEM +eQC +ncn eVQ -sbn +aXn hUU rNK rNK @@ -120334,15 +124254,15 @@ cCB cTg deZ xla -drG -bWx -iEe -iiN -dyJ -nHy -evg -emw -abW +clC +dMN +rIV +hGp +nla +mmY +hPy +fSn +cjR abW cRv abE @@ -120351,67 +124271,67 @@ rNK rNK rNK rNK +rNK hUU -hUU -cEM -hUT -fXI -kWu -kWu -jRd -vOI -gSV -cFF -bvX -fMY -fMY -efU -cFF -fDQ -qoC -uzy -cki -oPe +nIF +dfG +jDV +eKn +mJl +pYA +xsS +xsS +xsS +xsS +byp +bAW +fcZ +fcZ +fcZ +fRv +sBS +gKg +rnq vZN -bEM -lFE -umX +uSv +lnd +vqc brN -uAa -rUQ -bjn +aZZ +kcC +nnM iox -cBl -ddn -ddn -ddn +cYG +cYG +cYG +qVg rIY ddn -pOY -bjr -bjr -jgd -vaI -ufX -baF -baF -enM -juY +hbt +wmR +vNp +vcN +wmR +wmR +tgc +mgI +mrt +vyI +aXb +oBr +saK +pxi +mrt mrt -uzY -uzY -fnN -baF baF -btd -iAJ -qhu -unj +euZ ppq +unj hqe -aek -iiI +ojm prN +iiI +glI gIv uCO noy @@ -120419,11 +124339,11 @@ olh nWX qxR btd -sbn -caw -wph -sbn -sbn +cEM +eQC +ncn +aXn +aXn hUU rNK rNK @@ -120594,12 +124514,12 @@ xla tLy dMP iEe -qwd -pPN -fvV -dkb -emw -abW +oTv +nRs +fmA +tYi +bmb +cjR abW cRv abE @@ -120607,79 +124527,79 @@ rNK rNK rNK rNK +rNK hUU hUU -aXn -cEM ncn -fXI -nCI -kWu -ckn -vOI -cZI -oan -opB -tRK -tRK -rwy -fJC -fkn -lwg -ggt -pQe -hTf -qNe -hhc -xfm -pkc +xdr +nIF +aXn +mJl +vPV +xsS +xsS +sct +sct +byp +bAW +fcZ +dkL +wJs +fxA +fxA +nLd +mPR +fxA +fxA +boJ +vqc iqL -rZl -mJT aZZ -iox -bjr +mJT +jwx +vWH +kjr rRc -bjr -bjr +feg +jtp lKs -bjr -bjr -bjr -bjr -idC -uIG -bjr -bjr -sNy +luX +mqE +jJH +nRO +wmR +wmR +wmR +sOf +lVs mrt -juY -hpJ -uzY -baH -ogl -ogl -bbK -btd -mgV -mgV -mgV -mgV -mgV +jau +mrt +mrt +mrt +mrt +mrt +hnr +baF +lJR +lJR +lJR +lJR +lJR rtB lmX -mgV -mgV -mgV -mgV +lJR +lJR +lJR +lJR btd pNE htz btd -sbn -wph +cEM +eQC vfV -sbn +aXn hUU hUU rNK @@ -120851,92 +124771,92 @@ peB oms bWx iEe -keF -rHk -ujb -etG -lKg -abW +kvD +cjR +cjR +cjR +bgb +cjR abW cRv abE rNK rNK +rNK +rNK hUU hUU -hUU +fgt +ncn +xdr aXn aXn -cEM -ncy -wga -igo -kWu -fWA -vOI -sSU -cFF -vkc -bQh -eMW -bRg -lPe -pSW -ktf -uzy -cki -cFF -wDL -pwt -boJ +mJl +rvT +mvM +mvM +gDx +gDx +byp +bAW +fcZ +fcZ +qUP +fxA +gYt +nVa +fru +dgq +fxA +xNT sON -brM -rZl -gii -aZZ -eXT -bjr -vaT -onO -bjr -lKs -bjr -bjr -bjr -bjr -vaT -qoN +xnM +oOg +oOg +oOg +oOg +oOg +oOg onO -bjr -mgI -mrt -juY +aZZ +vBp +aZZ +xKV +aZZ +mAc +ezq +ezq +ezq +fkt +fkt +fDT +iSE +hRT +pOz +rpg +vyr +emv mrt -uzY -ozg -ogl -oAs -oAs -btd +muv wFr lNo wFD phw wFD -aek +prN iiI hZF lUc wFD -mNA +tTH btd waN pnr btd gBI -slc -slc -sbn +fRq +iIe +aXn hUU rNK rNK @@ -121107,12 +125027,12 @@ dfF fMx drL dNw -xKD -dxD -iQr -iGG -etG -aan +tUK +ice +cWq +hEQ +abW +abW abW cRv cRv @@ -121120,80 +125040,80 @@ abE rNK rNK hUU +hUU +hUU aXn +wZC +nIF +xdr aXn -aXn -aXn -cEM -aZF -pFa -lYF -kWu -kWu -ejH -ghX -cFF +uSv +uSv +gav +gav xru +gav +gav xru -cFF -cFF -lPe -cFF -uvv -cFF -cFF -cFF -wDL -hZp +gav +gav +gav +uSv +fxA +aPn +ihz +aCC +cIX +wSt boJ -tzW +vqc abq -tHP +kOk sIP vtG -xWa -cLl -nMe +liR +mlU +oOg iDY uho eiP -cWg -cLl -cLl +aas +aZZ +lmb cLl nMe -rAG -bjr -bjr -sPL +aas +wmR +hlv +fkt +ava +cyf +eBQ +eBQ +eBQ +eBQ +eBQ mrt -juY -mOA -uzY -rkP -ogl -ogl -ehe -btd -tTH +vqM +rxy lYO bdh wFD mNA -aek +wsx iiI wFD bdh thf lYO ueB -wph -wph -wph -wph -caw -tcw -sbn +rXS +lSc +reB +deS +kZd +iaF +aXn hUU rNK rNK @@ -121363,80 +125283,80 @@ utC dgx xla orp -qHk -wDC -iTt -nLs -rzy -sIe -awL +bWx +iEe +fRa +cWq +cWq +abW +abW abW cRv abE abE rNK -rNK hUU aXn aXn aXn aXn aXn +dQZ +xdr aXn -siY -gtD -nIF -kWu -nJA -cFF -xru -xru -xru -cFF -cFF -lPe -cFF -cFF -cFF -cFF -cFF -cHm -bEM +uSv +pDn +pDn +pDn +pDn +pDn +pDn +pDn +pDn +pDn +pDn +uSv +fxA +lUg +kdT +qTY +cIX +wSt boJ -dKi -svb -dkD +wqq +sFH +oOg dkD -lBt -jmc -qQJ -ukS +mfh +vxY +aCj +oOg mYT -gml +wmR wDV rTi +aZZ +eKt qQJ -qQJ -qQJ -ukS -jPM -qQJ -uGY -mgI -pFC -ptP -lRt -uzY -agw -srW -ogl -ogl -odn +tJh +knT +hgz +wmR +fkt +ecF +aSJ +aCB +jzl +dBt +fnN +xqx +rvk +muv lYO riS mcu -gQV -nOu +aUB +aUB aUB hpP uQB @@ -121444,13 +125364,13 @@ haI lUc xAS ueB -wph -caw -caw -eVQ -eVQ -sbn -sbn +vca +hUT +ncn +ncn +ncn +aXn +aXn hUU rNK rNK @@ -121622,75 +125542,75 @@ jCx wij bWx tyT -dxD -sOx -qHH -bPO -dxG +iGj +abW +abW +abW +abW cRv cRv abE rNK rNK -rNK hUU aXn +vbi +mNT +mNT aXn +eyh +xdr aXn -aXn -aXn -aXn -aXn -lPg -iWO -kWu -lWR -uuF -qCo -cFF -afe -xho -cFF -lPe -cFF -cFF -llQ -chH -pow -lJQ -bEM -xNT -umX +uSv +pDn +pDn +pDn +pDn +pDn +pDn +pDn +pDn +pDn +pDn +uSv +fxA +vcK +eKk +sdc +cIX +wSt +boJ +dKi syt -rZl +oMr qSS -aZZ +vjj srN -bjr -chb -bjr -bjr -bjr -bjr -bjr -pWg -pWg -chb -jLS -gaf -fqu -lVs -mrt -eBV -lpZ -uzY -pWc -ogl -opP -ogl -ueB +sXT +oOg +duS +wmR +cwk +wyO +aZZ +xkM +qQJ +izR +pkd +hgz +irr +fkt +baF +xLb +iKm +baF +baF +baF +kPr +baF +baF jUW -lYO +fPp cxx lhc xnz @@ -121701,12 +125621,12 @@ wFD bdh wFD ueB -wEB -bxJ -sbn -sbn -sbn -sbn +vca +nIF +ncn +eVQ +eVQ +aXn hUU rNK rNK @@ -121879,90 +125799,90 @@ xla dsi dNN jeS -jmh -dxD -dxD -dxD -dxD +ice +abW +abW +abW +abW cRv abE -abE rNK rNK hUU hUU aXn -aXn -aXn -aXn -aXn -aXn -hcI -nDE +brP +cgl +djz +aZF +dQZ tHQ -kWu -kWu -kWu -kWu -tYu -kWu -wse -ePI -lEh -ePI -wse -kWu -kWu -kWu -kWu -kWu +aXn +uSv +pDn +pDn +pDn +pDn +pDn +pDn +pDn +pDn +pDn +pDn +uSv +fxA +eBv +gtH +cXF +dau +fxA tiv -umX -syt -rZl +pes +dgt +oOg rZl -bjn +rSN keG oOH -hmj +oOg unz -xrn +ehl sMR lsh -ujE -wzA -mHO +aZZ +wmR +ehV vMo -wyx -fUT -vxE +gMp +xUS +wmR +fkt +fhd +cBB +rLh baF -jlp -csj -lAA -uzY -gGj -rZG -pQz -oSt -ueB -mNA +gwe +ljt +oAs +baH +baF +jQO twV lsW stP cxx nqX -wFD +wXL bdh -vrB +hZF lYO bdh ueB -wph -jAd -sbn -hUU -hUU +vca +nIF +ncn +aXn +aXn hUU hUU rNK @@ -122140,70 +126060,70 @@ iGj abW abW abW -abW cRv -abE -abE +cRv +rNK rNK rNK hUU hUU aXn +veg +mXA +fYh +lOr +sQV +uaM aXn -aXn -aXn -aXn -mTc -wkS -nIF -xdr -cLo -qxQ -lHU -oAw -ncn -cEM -wse -uKU -fru -sBQ -wse -ghr -dQZ -dQZ -spx -aZF +uSv +pDn +pDn +pDn +pDn +pDn +pDn +pDn +pDn +pDn +pDn +uSv +fxA +fxA +wQu +ssu +fxA +fxA boJ mTI qyO -rZl -fdk +oOg +oOg +oOg +oOg +oOg +oOg aZZ -fkt -fkt -huk -iVh jis -jmW -iyK -fkt +aZZ +aZZ +aZZ fkt fkt fkt cGv fkt fkt +fkt +lhK +cBB +nIF +baF uzY -uzY -uRP -vRC -uzY -uzY -uzY -uzY -uzY -ueB -ueB +prv +rlQ +baH +baF +baF ueB ueB hHX @@ -122215,16 +126135,16 @@ ueB ueB ueB ueB -wph +vca +ncn hoU -ehd +eyx +aXn hUU rNK rNK rNK rNK -rNK -rNK rWw rWw rWw @@ -122397,88 +126317,88 @@ iGj abW abW abW -abW cRv -abE -abE -rNK -rNK -rNK +ivS +lzH +lzH +lzH +mic hUU aXn +ksS +gnX +tmR +qAJ +nIF +xdr +aXn +uSv +pDn +pDn +pDn +pDn +pDn +pDn +pDn +pDn +pDn +pDn +uSv +aXn +fmz +qxQ +jjb +spx +aZF +boJ +umX +qOO +aZF +nIF +nIF +nIF +aZF aXn aXn +iDh aXn aXn -mTc +aXn +aXn +gtv nIF +gKB nIF -xdr -cEM -cEM -cEM -hoF -xWx -xWx -wse -lfG -bGP -awA -wse -hzj -qZm -vyk -wIm -nOU -gyr -xPf -eIs -aZZ -aZZ -aZZ -fkt -fkt -fkt -fkt -fkt -fkt -fkt -fkt -sbn -gtv -ogY -rQO -wpF -wpF -xEN -wWP -jCE -wxY -xOD -sbn -sbn -sbn -vBV -quW -quW -wpl -quW -nRk -vRn -kbo +aXn +aXn +utW +oZo +nIF +baF +ozg +prv +srW +ogl +uQc +baF +aXn +aXn +hLt +eiE +eiE oeh -bZs +oOj oeh oeh -vRn -rGy -wph -xtR -sbn +eiE +hJS +pmb +rXh +ncn +aXn +aXn hUU rNK -jft -rNK rNK rNK rNK @@ -122654,87 +126574,87 @@ iGj abW abW abW -abW cRv -abE -abE +cRv +rNK rNK rNK hUU hUU aXn -aXn -aXn -aXn -aXn -aZF -lPR +jPN +pry +djz +qpx nIF xdr -cEM -jRW -qzg -mxh -spx -tCo -wse -aoh -bGP -ktA -wse +aXn +uSv +uSv +uSv +uSv +rAg +gav +gav +rAg +uSv +uSv +uSv +uSv +aXn pFj -tEJ -bBI -ssq -wxX -tiI -iVI -gvW -oep -uQd -vnL -glm -vXX -wpF -yjn +hzj +acY +wIm +pXV +gyr +xPf +eIs +sVu +rUO wWP -xsc -wpF -wpF -tzs -wAq -wAq -mWU -quW -agO -quW -wxY -wph -vFf -wCB -quW -wpl -jrM -dcC -caw -qJI -nUW -ogz -xOD -sbn -ehd -sbn -bZt -caw -gtv -caw -hAh -sbn -sbn -sbn +nxG +vXX +qjD +nIF +qxQ +nIF +nIF +nIF +ezr +nIF +nIF +xbi +huq +huq +huq +huq +uNO +czl +baF +oSt +nGD +opP +ogl +gsi +baF +bSM +cqO +vPJ +ncn +ncn +wYw +ncn +ncn +ncn +ncn +aKs +nIF +ncn +hal +hUU hUU hUU -rNK rNK rNK rNK @@ -122917,78 +126837,78 @@ abE rNK rNK rNK -rNK hUU aXn aXn +mic +mic +mic +nIF +hXc +cEM aXn aXn aXn -aXn -ncn -nIF -xdr -cEM -oTz -fNZ -wbd -iQb -dOJ -wse +uSv tTm -mXA -wac -wse -kmY +tsz +sBQ +loA +uSv +aXn +aXn +aXn +aXn dQZ -pQE -ssE +tpB +qxQ +sdd aZF -hfx -hRg -dmT -urW -uQm -vnT -sbn -odZ -wph -hzn -wph +mAH +xsS +aKy +aZF +jDt +nIF +qxQ +aZF +xpu +wWP +hDh +wWP +wpF +wpF +mYc +wpF +pfD +qoK +nxG +nxG +nxG +eiE wph -xOD -sbn -shL -mNj -mNj -mNj -mNj -shL -sbn -uQh -quW -fcR -caw -gtv -caw -qQx -caw -sbn -sbn -jAd -eEP -sbn -sbn +oZo +baF +gGj +pSC +pQz +emn +mMC +baF +vKF +ncn +ncn +ncn +quf sbn sbn sbn sbn +uJT +wXs +eTL sbn sbn -aXl -uJT -aXn -aXn aXn hUU rNK @@ -123174,78 +127094,78 @@ abE rNK rNK rNK -rNK -hUU -hUU -hUU -hUU hUU aXn +bYq +pBd +fuZ +dQZ +lHU +xdr +cEM +cEM +aXn aXn +uSv +iNs +hHV +fBn +ooq +oyg +jfe +kUi +rAQ aXn nIF -xdr -cEM -lMj -aZF +gnS +uCw +gIF aZF +boJ +xsS +aKy aZF -gsS -wse -wse -wse -wse -wse -kmY +uQm +wqw +hHb +aXn +nIF +lHU +kCS +fjs +aXn +aXn +aXn +nIF +nIF qxQ -rQk -iwA -cSR -duo -uay -duo -iRN -uQG -wHg -sbn -sbn -sbn -cpB -wYw -xtR -sbn -sbn -shL -bhO -bhO -bhO -bhO -shL -sbn -sbn -sbn -ehd -sbn -sbn -sbn -sbn -sbn -sbn -sbn -nHa -sbn +lDS aXn +sKz +nIF +dEd +oZo +baF +baF +baF +baF +baF +baF +baF +jQs +ncn sbn sbn sbn -dXP -sUX -doZ +sbn +oTL qDR -qvn -uJT -uJT -aXn +dgP +gLG +bRd +doZ +sUX +xVi aXn hUU rNK @@ -123431,78 +127351,78 @@ abE rNK rNK rNK -rNK -rNK -rNK -hUU -lzH -hUU -hUU -hUU -hUU -ncn -vZz -reB -kZd -qRD -aXF -qxQ -otN -qxQ -cEM -cEM -qxQ +myi +aXn +aht +jZY +byw +mOV nIF xdr -qxQ -aZF -cPN -yiS -duo -uay -duo -iVD -uRe -uJT -sbn -bOn -hGq -wHA -uJT -sbn -sbn -shL -shL -bhO -rNK -rNK -bhO -shL -shL +lzs +cEM +cEM aXn aXn aXn aXn aXn aXn +mic +qxQ +rqr +msv +aXn +nIF +gnS +bBI +ssq +wxX +fMX +xsS +wpp +iVD +uQG +wxX +aXn +aXn +hGq +wvM +tOn +aXn aXn aXn hUU -shL -jAd -shL +cKa +cKa +cKa +cKa hUU +aZF +dXI +bHY +clf +wpF +wpF +qRU +vbd +cqO +nxG +nxG +kuv +nIF sbn -jAd +pWT +poY wSm qDR dgP dgP -qDR -xmy -qDR -uJT -aXn +dgP +jyM +sls +nmx +eMb hUU hUU rNK @@ -123688,39 +127608,39 @@ abE rNK rNK rNK -rNK -rNK -rNK -rNK -rNK -lzH +myi +qeS +uuY +ost +bEA +xgT +dQZ +cVD +puu +wvM +nIF +aZF mic -rNK -hUU -hUU -vzP -huq -huq -nEk -nEk -nEk -lHz -jDV -vyk -kUN -kUN -kUN -fbf +aXn +aXn +aXn +aXn +aXn +nIF +rqr +dYK +nIF +nIF +rGj +pQE +ssE aZF +orw +xsS +ozk +jLN +uRe aZF -cPN -yiS -duo -uay -duo -jCN -uSr -shL hUU hUU hUU @@ -123729,37 +127649,37 @@ hUU hUU hUU hUU -bhO -rNK -rNK -rNK -rNK -bhO -hUU -aXn -aXn -aXn -aXn -aXn -aXn -aXn -aXn hUU bhO bhO bhO +bhO hUU +hUU +iSS +kWl +pLa +nIF +nIF +nIF +tOn +nIF +oAw +nIF +nIF +hUT sbn +hDB mAb uJT -qle -sUX -sUX -jAd +swU +dgP +snD +eCr eLq +vuU +sUX vvg -uJT -aXn hUU rNK rNK @@ -123945,39 +127865,39 @@ abE rNK rNK rNK -rNK -rNK -rNK -rNK -rNK -rNK -aVN -rNK -rNK -hUU -aXn -aXn -hUU -hUU -qxQ -qxQ -dYK -dQZ -yjz -qxQ -nIF -aXn -hUU -hUU -qKh -cPN -dcw -cWC -duo -duo -dcw -lhT -rNK +myi +qeS +hrm +uIR +tXQ +uIR +gbC +xUz +toJ +toJ +rYD +ldD +ldD +ldD +iaw +ldD +jIz +jDV +vyk +dGg +xTk +xTk +xTk +vAO +rQk +bTz +cSR +iWm +pCW +hvY +jCN +uSr +pEN hUU hUU rNK @@ -123985,14 +127905,13 @@ rNK rNK mic hUU +hUU bhO rNK rNK rNK -rNK -rNK bhO -hUU +bhO hUU aXn aXn @@ -124001,22 +127920,23 @@ aXn aXn aXn aXn -hUU -bhO -bhO -bhO -hUU -sbn +aXn +lRH +nIF +nIF +ncn sbn +aFt +poY uJT -mPu -mER -oWa -oLA -dgP +inI +qDR +snD +eCr +bYC hHy -uJT -aXn +sUX +vvg hUU rNK rNK @@ -124202,37 +128122,37 @@ abE rNK rNK rNK -rNK -rNK -rNK -rNK -rNK -aVN -rNK -rNK -rNK -hUU -hUU -hUU -mic -hUU -hUU -aXn +myi +qeS +qeS +gan +qst +gxa +mXI +mXI +dQZ +nIF +nIF +ncn +ncn +nIF +fVA +nIF +nIF +dQZ +yjz +nIF +nIF +nIF +ncn aXn hUU -aZF -hUU -hUU -mic -hUU -rNK -euP cPN -yiS +dcw duo -uay duo -yiS +qhh +dcw lhT rNK rNK @@ -124249,8 +128169,6 @@ rNK rNK rNK rNK -bhO -hUU hUU hUU hUU @@ -124259,21 +128177,23 @@ hUU hUU hUU hUU -bhO -bhO -bhO hUU -aXn -aXn +mTc +cxt +cxt +mTc +sbn +vTX +poY uJT +qDR dgP dgP dgP +izV dgP -jAd -uJT -uJT -hUU +qDR +shL hUU rNK rNK @@ -124459,31 +128379,31 @@ abE rNK rNK rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -lzH -rNK -hUU -hUU -hUU -hUU -hUU +myi +myi +qeS +aXn +aZF +aZF +tyk +kTF +aZF +aZF +rjf +jNX +aXn +aXn +aXn +aXn +aXn +aXn +tOn +aXn +jQj +xlL +rdg +aXn hUU -rNK -lzH -rNK -rNK -euP cPN yiS duo @@ -124515,21 +128435,21 @@ hUU hUU mic rNK -rNK -lzH -bhO -hUU -hUU -aXn -aXn +cKa +dQZ +dOd +mTc +sbn +eTL +vFA uJT wfi -liT -dgP +sTg +sTg sUB -uJT -uJT -aXn +dgP +dgP +uSE hUU mic lzH @@ -124685,7 +128605,7 @@ aHW lRP snc snc -whx +sAx mIu gPA nuc @@ -124717,30 +128637,30 @@ rNK rNK rNK rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -lzH -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -lzH -rNK -rNK -euP +myi +aXn +aXn +mic +uGz +lRc +uyi +rte +aZF +rAc +eQv +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +aXn +suL +aXn +aXn +hUU cPN yiS duo @@ -124772,20 +128692,20 @@ rNK rNK lzH rNK -rNK -lzH -bhO -hUU -hUU -aXn -aXn +cKa +dQZ +dQZ +qpx +sbn uJT -mNj -mNj -mNj -mNj +huJ uJT -hUU +wsK +hPM +pUE +ubh +qDR +dXP hUU hUU rNK @@ -124942,7 +128862,7 @@ cgg imi awY cLw -bAo +cLw aIa rAT aKb @@ -124974,30 +128894,30 @@ rNK rNK rNK rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -lzH -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -lzH -rNK -rNK -euP +myi +hUU +aXn +aXn +jxH +dQZ +aiS +hNJ +tOn +rAc +aXn +aXn +aXn +aXn +hUU +hUU +hUU +hUU +hUU +hUU +hUU +hUU +hUU +hUU cPN yiS duo @@ -125029,19 +128949,20 @@ rNK rNK lzH rNK -rNK -lzH -qJG -lzH -hUU -hUU -hUU -hUU -bhO -bhO -bhO -bhO -hUU +cKa +sXA +dQZ +qpx +shL +uJT +shL +shL +cQj +dgP +dgP +dgP +dgP +iwg hUU rNK rNK @@ -125052,7 +128973,6 @@ rNK rNK rNK rNK -rNK rWw ccW ccW @@ -125199,8 +129119,8 @@ uYv viL gxQ vPt -vly -vrQ +vXM +dpE rAT rsH aKO @@ -125232,35 +129152,35 @@ rNK rNK rNK rNK +myi +aXn +aXn +xxs +aAT +dQZ +dQZ +rrc +rAc +aXn +aXn +aXn +hUU +hUU rNK rNK rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -lzH -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -lzH -rNK +hUU +hUU +mic +hUU rNK euP cPN -yiS -duo -uay -duo -yiS +dcw +cWC +txQ +nLS +dcw lhT rNK rNK @@ -125286,21 +129206,21 @@ rNK rNK lzH rNK +qls +bHt +bHt +qls rNK lzH -qJG -lzH -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK rNK +shL +mNj +mNj +mNj +mNj +hUU +hUU +hUU rNK rNK rNK @@ -125456,8 +129376,8 @@ kdF vPt rAT wDs -vly -vrQ +vXM +dpE rAT cUy ccS @@ -125489,19 +129409,19 @@ cRv rNK rNK rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -lzH -rNK -rNK +myi +hUU +aXn +tTh +dBY +qyG +aVl +mic +aXn +hUU +hUU +hUU +hUU rNK rNK rNK @@ -125513,11 +129433,11 @@ rNK rNK euP cPN -dcw -dkv -txQ -nLS -dcw +yiS +duo +uay +xUb +yiS lhT rNK rNK @@ -125543,12 +129463,12 @@ rNK rNK lzH rNK +qls +bHt +bHt +qls rNK lzH -qJG -lzH -rNK -rNK rNK rNK rNK @@ -125713,8 +129633,8 @@ wDs wDs wDs wDs -sRh -vXM +vrQ +dNE vPt bWg ccZ @@ -125728,8 +129648,8 @@ wDs wDs wDs wDs -wDs -wDs +kop +bvz wDs wBG chV @@ -125747,17 +129667,17 @@ abE rNK rNK rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -lzH -rNK +myi +hUU +aXn +aXn +aXn +aXn +aXn +hUU +hUU +mic +hUU rNK rNK rNK @@ -125800,12 +129720,12 @@ aXD aXD aYg xbO -xbO -aXD -aXD -lzH -rNK +kzf +vdU +bHt +qls rNK +lzH rNK rNK rNK @@ -125970,8 +129890,8 @@ avS avS avS aqC -emS xzp +saq aqC aqC aqC @@ -125985,8 +129905,8 @@ wDs wDs wDs wDs -kop -bvz +wTB +qSK wDs wBG chV @@ -126004,14 +129924,14 @@ abE rNK rNK rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK -rNK +myi +myi +myi +hUU +hUU +hUU +myi +myi rNK lzH rNK @@ -126057,12 +129977,12 @@ xbO xbO xbO xbO -aXD -aXD -aXD -xbO -xbO +kzf +rWa +rWa +kzf xbO +aYg rNK rNK rNK @@ -126238,12 +130158,12 @@ xhF aOT wDs wDs -wDs -wDs -wDs -wDs -wTB -qSK +avS +avS +avS +avS +avS +uJz wDs dsP dIS @@ -126284,11 +130204,11 @@ rNK rNK euP cPN -yiS +dcw duo -rrr -eZS -yiS +duo +xUb +dcw lhT rNK rNK @@ -126313,12 +130233,12 @@ aXR aXR aXR aXR -xbO -aXD -aXD -aXD -aXD -xbO +aXR +kzf +lSg +qwC +kzf +aXR xbO xbO xbO @@ -126495,12 +130415,12 @@ aqC fQm avS avS -avS -avS -avS -avS -avS -uJz +aSb +aSO +aqC +htA +aqC +fOB avS wBG chV @@ -126541,11 +130461,11 @@ rNK rNK euP cPN -yiS -duo -uay -xUb -yiS +dcw +qMR +joi +jwb +dcw lhT rNK rNK @@ -126570,12 +130490,12 @@ aXR aXR aXR aXR -xbO -xbO -fID +aXR +taW +sgp qwC -wty -xbO +gwb +aXR aXR aXR aXR @@ -126742,7 +130662,7 @@ bhq ksl bui bBs -ksl +szW bQV aKd aDh @@ -126752,12 +130672,12 @@ aNQ qSK hSA aqC -aSb -aSO +jVe aqC -htA aqC -fOB +aUb +aqC +aDz aqC wBG chV @@ -126799,8 +130719,8 @@ rNK euP cPN dcw -cWC -tyg +duo +duo nSt dcw lhT @@ -126828,10 +130748,10 @@ fID aXR aXR aXR -aXR -kzf eBq -fID +eBq +eBq +gwb aXR aXR aXR @@ -127009,12 +130929,12 @@ naP cGD nkc aqC -jVe -aqC -aqC -aUb -aqC -aDz +xeo +aPf +fLI +chT +jiG +chT aqC xas tSt @@ -127058,7 +130978,7 @@ cPN yiS duo uay -nPG +hdb yiS lhT rNK @@ -127084,10 +131004,10 @@ tDY cRZ bTy fID -aXR -gwb -gwb -qwC +sgp +sgp +sgp +iGM kzf aXR aXR @@ -127256,7 +131176,7 @@ jHd ksl sri gzl -ksl +szW iBc bWK aKf @@ -127266,10 +131186,10 @@ naP cGD hSA aqC +fVK chT -aPf -fLI mJJ +jhU chT chT aqC @@ -127315,7 +131235,7 @@ cPN yiS duo uay -nPG +hdb yiS lhT rNK @@ -127344,8 +131264,8 @@ yaP yaP uio kyP -kKg -kqS +bHt +qwC aXR aXR aXR @@ -127513,7 +131433,7 @@ bhs cZO wUV ksl -ksl +szW ksl cda cda @@ -127523,11 +131443,11 @@ vKi qSK hSA aqC -aQB +nyG nyG tjO phM -aTF +diM diM aqC vkk @@ -127572,7 +131492,7 @@ cPN yiS duo uay -nPG +hdb yiS lhT rNK @@ -127767,13 +131687,13 @@ wDs wDs avS bhw -box -buq -rJP -aIg -aJg -usr +mck +wAy usr +iix +rJP +fte +nWz aLV cjM qSK @@ -127826,11 +131746,11 @@ aXD rNK euP cPN -yiS -duo -uay -nPG -yiS +dcw +cWC +tyg +fHX +dcw lhT xbO xbO @@ -128020,29 +131940,29 @@ wDs bbc tbe wDs -tXQ -tXQ -tXQ -bBB -boy -bBB -bBB -aKW -bQZ +kWu +kWu +kWu +kWu +lTY +pwt +pwt +pwt +sEG bXa -cdc +kWu chi aHa -cGn -cGn -cGn +jog +owH +jog aRi aJe cGw cGn cPA -cTD -aPd +cGn +thd dlL hRA oTb @@ -128083,11 +132003,11 @@ aXD aXD euP cPN -dcw -cWC +yiS duo +uay nPG -dcw +yiS lhT xbO xbO @@ -128277,22 +132197,22 @@ rAT bbc tbe vPt -tXQ -cSW +kWu +kWu bbH -big -dCE -buI -bCw -aKW -bRm +paa +cFF +cFF +cFF +cFF +cFF cKp -gGB +kWu adm qSK qSK -qSK -qSK +jlW +oec bnV cEQ kJd @@ -128534,23 +132454,23 @@ atg vXM vrQ vPt -tXQ +kWu aTu -aHc -aHc -sCA -buJ -aHc -aKW -bRn +vOI +iry +cFF +nVj +wOe +bPa +jSk bXe +kWu gGB -abW -abW -abW +gGB +tJY hYG -abW -abW +gGB +gGB cHY oFu cLN @@ -128791,23 +132711,23 @@ dkg tbe vXM wDs -tXQ -aHc -bGI -bGI -bog -wES -bCx +kWu +jRd +dfb +ozl +xFS +oUC aKW -bYk -cKp +aKW +oQC +ghX +oFJ +gGB +gLD +uop +tle +eBX gGB -abW -abW -abW -abW -abW -abW xJA oFu cGD @@ -128854,11 +132774,11 @@ xbO xbO tFY cPN -yiS +dcw duo -uay -nPG -yiS +duo +cai +dcw lhT aXD xbO @@ -129048,23 +132968,23 @@ atB tbe wDs wDs -tXQ -aTP -bca -bik -bih -aGf -bca -aKW +kWu +ckn +vOI +kyt +iRB +bvX +fMY +fMY aEF -aKl +cFF +lZt +gGB +tUV +ihC +vhO +uWp gGB -abW -abW -abW -abW -abW -abW cCJ xEb cGD @@ -129305,28 +133225,28 @@ aZc avY rAT wDs -tXQ -aTV -qLa -kra -cAW -aGf -bCy -aKW -aJj -aKj +kWu +hoc +vOI +rOQ +cFF +vkc +bQh +eMW +rSL +cFF +mPE +gGB +bjA +lfD +uGf +pVS gGB -abW -abW -abW -abW -abW -abW cCK cGD cGD cGD -cGD +pxd aqC dmf dtf @@ -129562,23 +133482,23 @@ tbe vXM vPt wDs -tXQ -aUh -byj -byj -aHc -jdL -uSO -aKW -aJk -aKl +kWu +kWu +ubM +gqU +cFF +gUJ +oqp +cFF +gqU +cFF +mPE +gGB +kmZ +aqK +hBd +uWp gGB -abW -abW -abW -abW -abW -abW cCL cGE cLO @@ -129819,23 +133739,23 @@ auL vrQ vrQ wDs -tXQ -nEn -aHc -oBh -aHc -aHc -aHc -aKW -aJl -cKp +wDs +kWu +nJA +uvv +cFF +cFF +cFF +cFF +uvv +cFF +oRo +gGB +jUo +nrW +hxs +uWp gGB -abW -abW -abW -abW -abW -abW avS avS gZD @@ -130076,23 +133996,23 @@ wDs bbc vXM wDs -tXQ -xCj -lcK -bip -boF -aGc -bCL -aKW -aJm +wDs +kWu +vOI +uuF +nJA +gUU +xho +cFF +llQ aKl +kWu +gGB +gGB +gGB +gGB +gGB gGB -abW -abW -abW -abW -abW -abW abW abW abW @@ -130333,17 +134253,17 @@ vPt bbc tbe vPt -tXQ -uyM -rrC -tXQ -aEC -uyM -tXQ -gGB -aKW -gGB -gGB +wDs +kWu +kWu +kWu +kWu +kWu +kWu +gor +kWu +kWu +kWu abW abW abW @@ -130595,10 +134515,10 @@ aUi vXM biO aEE -aGe bCM +vrQ tbe -iUb +cLo bXu abW abW @@ -130851,7 +134771,7 @@ tbe tbe tbe vrQ -dkg +vrQ avY vXM tbe diff --git a/code/game/turfs/simulated/floor/fancy_floor.dm b/code/game/turfs/simulated/floor/fancy_floor.dm index f1fbe9c2f070..78586e5bb78b 100644 --- a/code/game/turfs/simulated/floor/fancy_floor.dm +++ b/code/game/turfs/simulated/floor/fancy_floor.dm @@ -59,6 +59,10 @@ atmos_mode = ATMOS_MODE_EXPOSED_TO_ENVIRONMENT atmos_environment = ENVIRONMENT_LAVALAND +/turf/simulated/floor/wood/nitrogen + oxygen = 0 + nitrogen = MOLES_N2STANDARD + MOLES_O2STANDARD + // Grass /turf/simulated/floor/grass name = "grass patch" @@ -221,6 +225,11 @@ temperature = LAVALAND_TEMPERATURE atmos_mode = ATMOS_MODE_EXPOSED_TO_ENVIRONMENT atmos_environment = ENVIRONMENT_LAVALAND + +/turf/simulated/floor/carpet/nitrogen + oxygen = 0 + nitrogen = MOLES_N2STANDARD + MOLES_O2STANDARD + //End of carpets // Bamboo mats diff --git a/code/modules/food_and_drinks/drinks/drinks/drinkingglass.dm b/code/modules/food_and_drinks/drinks/drinks/drinkingglass.dm index a08d5b383712..3b56fbaae3d6 100644 --- a/code/modules/food_and_drinks/drinks/drinks/drinkingglass.dm +++ b/code/modules/food_and_drinks/drinks/drinks/drinkingglass.dm @@ -68,3 +68,6 @@ /obj/item/reagent_containers/drinks/drinkingglass/alliescocktail list_reagents = list("alliescocktail" = 25, "omnizine" = 25) + +/obj/item/reagent_containers/drinks/drinkingglass/jungle_vox + list_reagents = list("junglevox" = 50) From a71424d5b183e44ba35b9add21e9a5bd316fdd52 Mon Sep 17 00:00:00 2001 From: XFirebirdX <142694283+XFirebirdX@users.noreply.github.com> Date: Fri, 13 Sep 2024 19:23:14 +0200 Subject: [PATCH 18/34] Changes the permissions for the Door Remote of the RD, QM, Command. (#26646) * Update access.dm * Update access.dm --- code/game/jobs/access.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/jobs/access.dm b/code/game/jobs/access.dm index 31a15e5bb071..0587ffd3d440 100644 --- a/code/game/jobs/access.dm +++ b/code/game/jobs/access.dm @@ -154,13 +154,13 @@ if(REGION_MEDBAY) //medbay return list(ACCESS_MEDICAL, ACCESS_GENETICS, ACCESS_MORGUE, ACCESS_CHEMISTRY, ACCESS_PSYCHIATRIST, ACCESS_VIROLOGY, ACCESS_SURGERY, ACCESS_CMO, ACCESS_PARAMEDIC) if(REGION_RESEARCH) //research - return list(ACCESS_RESEARCH, ACCESS_TOX, ACCESS_TOX_STORAGE, ACCESS_GENETICS, ACCESS_ROBOTICS, ACCESS_XENOBIOLOGY, ACCESS_MINISAT, ACCESS_RD) + return list(ACCESS_AI_UPLOAD, ACCESS_RESEARCH, ACCESS_TOX, ACCESS_TOX_STORAGE, ACCESS_GENETICS, ACCESS_ROBOTICS, ACCESS_XENOBIOLOGY, ACCESS_MINISAT, ACCESS_RD) if(REGION_ENGINEERING) //engineering and maintenance return list(ACCESS_CONSTRUCTION, ACCESS_MAINT_TUNNELS, ACCESS_ENGINE, ACCESS_ENGINE_EQUIP, ACCESS_EXTERNAL_AIRLOCKS, ACCESS_TECH_STORAGE, ACCESS_ATMOSPHERICS, ACCESS_MINISAT, ACCESS_CE) if(REGION_SUPPLY) //supply - return list(ACCESS_MAILSORTING, ACCESS_MINING, ACCESS_MINING_STATION, ACCESS_MINERAL_STOREROOM, ACCESS_CARGO, ACCESS_CARGO_BAY, ACCESS_SUPPLY_SHUTTLE, ACCESS_QM, ACCESS_HEADS_VAULT) + return list(ACCESS_EXPEDITION, ACCESS_MAILSORTING, ACCESS_MINING, ACCESS_MINING_STATION, ACCESS_MINERAL_STOREROOM, ACCESS_CARGO, ACCESS_CARGO_BAY, ACCESS_SUPPLY_SHUTTLE, ACCESS_QM, ACCESS_HEADS_VAULT) if(REGION_COMMAND) //command - return list(ACCESS_HEADS, ACCESS_RC_ANNOUNCE, ACCESS_KEYCARD_AUTH, ACCESS_CHANGE_IDS, ACCESS_AI_UPLOAD, ACCESS_TELEPORTER, ACCESS_EVA, ACCESS_TCOMSAT, ACCESS_EXPEDITION, ACCESS_ALL_PERSONAL_LOCKERS, ACCESS_HEADS_VAULT, ACCESS_BLUESHIELD, ACCESS_NTREP, ACCESS_HOP, ACCESS_CAPTAIN) + return list(ACCESS_HEADS, ACCESS_RC_ANNOUNCE, ACCESS_KEYCARD_AUTH, ACCESS_CHANGE_IDS, ACCESS_AI_UPLOAD, ACCESS_TELEPORTER, ACCESS_EVA, ACCESS_TCOMSAT, ACCESS_ALL_PERSONAL_LOCKERS, ACCESS_HEADS_VAULT, ACCESS_BLUESHIELD, ACCESS_NTREP, ACCESS_HOP, ACCESS_CAPTAIN) if(REGION_CENTCOMM) //because why the heck not return get_all_centcom_access() + get_all_accesses() From a1e250ca1021c614d66be0d0a78fc9ad43e597af Mon Sep 17 00:00:00 2001 From: Daylight <18598676+Daylight2@users.noreply.github.com> Date: Fri, 13 Sep 2024 20:43:29 +0300 Subject: [PATCH 19/34] dsquad and SST to 45 (#26705) --- code/modules/admin/verbs/deathsquad.dm | 4 ++-- code/modules/admin/verbs/striketeam_syndicate.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/admin/verbs/deathsquad.dm b/code/modules/admin/verbs/deathsquad.dm index 463a557d1b05..ab5bc08fb635 100644 --- a/code/modules/admin/verbs/deathsquad.dm +++ b/code/modules/admin/verbs/deathsquad.dm @@ -70,10 +70,10 @@ GLOBAL_VAR_INIT(deathsquad_sent, FALSE) var/list/commando_ghosts = list() if(alert("Would you like to custom pick your Deathsquad?", null, "Yes", "No") == "Yes") var/image/source = image('icons/obj/cardboard_cutout.dmi', "cutout_deathsquad") - commando_ghosts = pollCandidatesWithVeto(src, usr, commando_number, "Join the DeathSquad?", null, 21, 60 SECONDS, TRUE, GLOB.role_playtime_requirements[ROLE_DEATHSQUAD], TRUE, FALSE, source = source) + commando_ghosts = pollCandidatesWithVeto(src, usr, commando_number, "Join the DeathSquad?", null, 21, 45 SECONDS, TRUE, GLOB.role_playtime_requirements[ROLE_DEATHSQUAD], TRUE, FALSE, source = source) else var/image/source = image('icons/obj/cardboard_cutout.dmi', "cutout_deathsquad") - commando_ghosts = SSghost_spawns.poll_candidates("Join the Deathsquad?", null, GLOB.responseteam_age, 60 SECONDS, TRUE, GLOB.role_playtime_requirements[ROLE_DEATHSQUAD], TRUE, FALSE, source = source) + commando_ghosts = SSghost_spawns.poll_candidates("Join the Deathsquad?", null, GLOB.responseteam_age, 45 SECONDS, TRUE, GLOB.role_playtime_requirements[ROLE_DEATHSQUAD], TRUE, FALSE, source = source) if(length(commando_ghosts) > commando_number) commando_ghosts.Cut(commando_number + 1) //cuts the ghost candidates down to the amount requested if(!length(commando_ghosts)) diff --git a/code/modules/admin/verbs/striketeam_syndicate.dm b/code/modules/admin/verbs/striketeam_syndicate.dm index 77bda17e0141..da8390b76bc6 100644 --- a/code/modules/admin/verbs/striketeam_syndicate.dm +++ b/code/modules/admin/verbs/striketeam_syndicate.dm @@ -46,7 +46,7 @@ GLOBAL_VAR_INIT(sent_syndicate_strike_team, 0) // Find ghosts willing to be SST var/image/I = new('icons/obj/cardboard_cutout.dmi', "cutout_commando") - var/list/commando_ghosts = pollCandidatesWithVeto(src, usr, SYNDICATE_COMMANDOS_POSSIBLE, "Join the Syndicate Strike Team?", null, 21, 60 SECONDS, TRUE, GLOB.role_playtime_requirements[ROLE_DEATHSQUAD], TRUE, FALSE, source = I) + var/list/commando_ghosts = pollCandidatesWithVeto(src, usr, SYNDICATE_COMMANDOS_POSSIBLE, "Join the Syndicate Strike Team?", null, 21, 45 SECONDS, TRUE, GLOB.role_playtime_requirements[ROLE_DEATHSQUAD], TRUE, FALSE, source = I) if(!length(commando_ghosts)) to_chat(usr, "Nobody volunteered to join the SST.") return From 32719e2f99281f7909061827b7e31099014591e6 Mon Sep 17 00:00:00 2001 From: Kyani <65205627+EmeraldCandy@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:18:25 -0400 Subject: [PATCH 20/34] Adds map: EmeraldStation (NSS Diagoras) (#26438) * fleshed out engi and asteroid * command work * more department fleshing out: sec * sec work * perma work * Update EmeraldStation.dmm * Update EmeraldStation.dmm * Update EmeraldStation.dmm * Update EmeraldStation.dmm * med and dorms fleshing out * sci and service fleshing out * Update EmeraldStation.dmm * APCs done + detailing * Update EmeraldStation.dmm * wire work * more wire work * wires and LIGHTS * ATMOS DONE now onto DECOR * AI/status monitors * intercoms and newscasters * Wall items and cameras! * Update EmeraldStation.dmm * Update EmeraldStation.dmm * Update EmeraldStation.dmm * Update EmeraldStation.dmm * Update EmeraldStation.dmm * moved the file to the correct area * bugfixes, starting up the map * refining the asteroid * merge fixes * logs of bugstomping * more bugfixing * bugfixing * bugfixin * trying to make the stupid lava work * adds plasma vent for test * more testing * swapped file places * vents work now! * Update paradise.dme * vent sprite update * file corrections * Asteroid MILLA changes * adds a new MILLA atmos type * Build MILLA * oopsie * fixes * removed testing code * reverts map start * reverts the atmos change * respriting geyser * comments * Update code/__DEFINES/atmospherics_defines.dm Co-authored-by: Charlie Nolan Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * Update geyser.dmi * Update paradise.dme * fixing past merges * adds some missing items from merges * reverting * reverts changes again * deleted unused file * oops forgot nearspace areas * Update code/game/objects/structures/plasma_geyser.dm Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * Update code/game/turfs/simulated/floor/lava.dm Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * Update code/game/area/ss13_areas/engineering_areas.dm Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * Update code/game/objects/structures/plasma_geyser.dm Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * Update code/game/turfs/simulated/floor/lava.dm Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * Update code/game/objects/structures/plasma_geyser.dm Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * Lots of map fixes * Update EmeraldStation.dmm * trying to unfuck the milla merge * removed station from dme * fixes/small tweaks/suggested changes * removed errant turret * redid telecomms * Update EmeraldStation.dmm * rebuilding everything * redoing security * more sec work * perma shaped up + more items * renamed properly this time * resetting atmos code * more secwork and move papers off varedits * more secwork + dorms + funeral services * added new areas + pipe/wires/floors * security electrified windows/wires/alarms/lights * cameras, dorms pipes/ires/alarms/apcs * merged * disposals * lots of wall things + added map datum for testing * pipe fix for linter * fiddled with maints * minor maint edits * fixes + maint work * more bugfix * even more bugfixing * MORE nearspace fixing * dumb nearspace fix * Update code/game/objects/structures/plasma_geyser.dm Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * a LOT of fixes + door access * disposal pipe update script * oops linter fixes * fixed viro button runtime * finished maints + space decor * removed hall light switches * fixed solars areas * removed errant lattice * remove agent B from asteroid * wall bump placement refining * apc fix * bugfixing * minor maint change * bugfixing * burn tile on node fix * changed official name * bugfixing * added genetics locker+figures * bug hunting (buttons mostly) * added firelocks. oops * added temp webmap + bugfix * Update emeraldstation.dmm * new webmap. again * added the perma tools * nanomaps * bug fixes, fixes, and more fixes * more tweaks * cable fix * more bugfixing * Update emeraldstation.dmm * tiny fix * fix AI sat turrets * more bugfixing * MORE bugfixing * bugfix + ruins soundfile * pipe bugfix * fixed toxins pipes. junctions bad? * swimwear :) * remove errant QM gps * rnd shutter button missing * potato layering fix * add bridge request console * fix window tint in interrogation * added some clothes * nanomaps2, asset boogaloo * modified an empty hall, added some perma cams, minor fixed * forgot to save before push oops * widens sci maint hall + bugfix * gives theatre its autodrobe back! * moved borg spawns * moves nuke op default spot * new asteroid mix + botany tweak * adds cremator button * new sign + moved pod + bugfixing * cable fix * engine, sci chem, and surgery tweaks * more bugfixes and tweaks * more tweaks * adds a few windows back to robotics * bar was missing pun pun! * corrected misplaced atmos machines * re-added the bathroom * fixes atmos waste disposal injector * modified mr potato * changed bathroom area * minor toxins tweak * small wall decor tweaks * removes errant lights * removes errant opier * LOTS of fixes/tweaks + adds CO2 to asteroid * gave maint some boxes + cable fix * duped brig lock * adds masks to medbay storage * adds missing gues passes * cleanup from kitchen rework * gives solars enough glass to complete it * adds another defib to cryo pods * makes asteroid sign fireproof * perma maint now opens with virus + bugfixs * bugfixing + adds missing holopads * more holopads + bugfix * adds some smoke vendors * kitchen area tweak * fixed errant rack * rearranged/spread out cig vendors * moved a cig machine again * added RD tint button * undid a brig area change * removed errant posters * added filing cabinets + bugfix * maint morgue tray fix * adjusted chapel + bugfix * fixed palms + minor sec floor tweak * adds forgotten magi and clown starts * gave engi a shower * reworked robotics + atmos bugfix * geysers now work at 1/10 capacity when overpressure * bugfixing + tweaked overrides/variables * rework warden office * bugfixes + adds some holopads * added missing bio shutter * more small tweaks * adds RnD rework + gives mag some things * fixed fabricators * tweaked robo + added rnd server board * added rnd backup circuit * bugfixing * bugfixing again * bugfixing * fabricator fix --------- Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com> Co-authored-by: Charlie Nolan Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- _maps/map_files/stations/emeraldstation.dmm | 196372 +++++++++++++++ code/game/area/ss13_areas/ai_areas.dm | 3 + .../game/area/ss13_areas/engineering_areas.dm | 25 + .../game/area/ss13_areas/maintenance_areas.dm | 51 + code/game/area/ss13_areas/public_areas.dm | 21 +- code/game/area/ss13_areas/service_areas.dm | 5 + code/game/objects/structures/flora.dm | 1 - code/game/objects/structures/plasma_geyser.dm | 46 + code/game/objects/structures/signs.dm | 8 + .../turfs/simulated/floor/asteroid_floors.dm | 9 + code/game/turfs/simulated/floor/lava.dm | 20 + code/game/turfs/simulated/floor/plating.dm | 11 + .../asset_cache/assets/asset_nanomap.dm | 1 + .../components/unary_devices/vent_scrubber.dm | 9 + .../mission_code/ruins/telecomns.dm | 2 + code/modules/hydroponics/grown/potato.dm | 1 - code/modules/mapping/station_datums.dm | 6 + code/modules/paperwork/paper.dm | 36 + icons/_nanomaps/EmeraldStation_nanomap_z1.png | Bin 0 -> 834877 bytes icons/obj/decals.dmi | Bin 35774 -> 46805 bytes icons/obj/lavaland/geyser.dmi | Bin 0 -> 1019 bytes icons/turf/areas.dmi | Bin 31127 -> 33899 bytes paradise.dme | 1 + sound/voice/dvorak/diagoras1.ogg | Bin 0 -> 61031 bytes sound/voice/dvorak/diagoras2.ogg | Bin 0 -> 145452 bytes sound/voice/dvorak/diagoras3.ogg | Bin 0 -> 154315 bytes .../nanomap-renderer-invoker.sh | 3 + 28 files changed, 196629 insertions(+), 4 deletions(-) create mode 100644 _maps/map_files/stations/emeraldstation.dmm create mode 100644 code/game/objects/structures/plasma_geyser.dm create mode 100644 icons/_nanomaps/EmeraldStation_nanomap_z1.png create mode 100644 icons/obj/lavaland/geyser.dmi create mode 100644 sound/voice/dvorak/diagoras1.ogg create mode 100644 sound/voice/dvorak/diagoras2.ogg create mode 100644 sound/voice/dvorak/diagoras3.ogg diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec168a9276cc..e110a110584e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: strategy: fail-fast: false # Let all map tests run to completion matrix: - maptype: ['/datum/map/boxstation', '/datum/map/deltastation', '/datum/map/metastation', '/datum/map/cerestation'] + maptype: ['/datum/map/boxstation', '/datum/map/deltastation', '/datum/map/metastation', '/datum/map/cerestation', '/datum/map/emeraldstation'] byondtype: ['STABLE'] services: mariadb: diff --git a/_maps/map_files/stations/emeraldstation.dmm b/_maps/map_files/stations/emeraldstation.dmm new file mode 100644 index 000000000000..bac1278e88de --- /dev/null +++ b/_maps/map_files/stations/emeraldstation.dmm @@ -0,0 +1,196372 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"aak" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"aal" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_filtering) +"aau" = ( +/obj/structure/bed, +/obj/item/roller, +/obj/machinery/camera{ + c_tag = "Virology Monkey Pen"; + dir = 8 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"aaG" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"aaU" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + desc = "A remote control-switch for secure storage."; + id = "Secure Storage"; + name = "Engineering Secure Storage"; + pixel_x = -24; + req_access_txt = "56" + }, +/obj/machinery/door_control{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = -24; + pixel_y = 7; + req_access_txt = "24" + }, +/obj/machinery/computer/security/telescreen/engine, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"aaV" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"abf" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"abj" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"abn" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/command/bridge) +"abt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"abB" = ( +/obj/structure/cable{ + 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/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"abG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"abO" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/cloning{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/circuitboard/clonescanner{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/circuitboard/clonepod{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/circuitboard/cryo_tube{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/circuitboard/pandemic{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/bodyscanner{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/circuitboard/sleeper{ + pixel_x = 9; + pixel_y = -9 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"acd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"acf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/obj/item/radio/intercom{ + name = "custom placement"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"aco" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"acB" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"acI" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Delivery Office" + }, +/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/mapping_helpers/airlock/access/any/supply/mail_sorting, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/supply/general, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"acO" = ( +/obj/machinery/atmospherics/portable/scrubber/huge/stationary, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"acQ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"adi" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"adm" = ( +/turf/simulated/wall/r_wall, +/area/station/science/storage) +"adp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/table, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"adu" = ( +/obj/item/storage/box/papersack, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"adx" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"ady" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"adX" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"aec" = ( +/obj/effect/decal/cleanable/ash, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"aek" = ( +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"aeo" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/dorms/starboard) +"aer" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Escape Shuttle Cell" + }, +/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/mapping_helpers/airlock/access/any/security/doors, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"aeu" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"aeB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"aeL" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"aeO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"aeP" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"aeT" = ( +/obj/effect/decal/cleanable/glass, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aeX" = ( +/obj/structure/railing/cap{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"afe" = ( +/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/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"afq" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/structure/statue/silver/corgi{ + pixel_y = 16; + layer = 4.6; + anchored = 1 + }, +/turf/simulated/floor/grass, +/area/station/public/dorms) +"afv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"afC" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/east{ + id = "QMLoad2" + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"afJ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"afP" = ( +/turf/simulated/wall, +/area/station/engineering/atmos/storage) +"afT" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"afZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"agc" = ( +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"agk" = ( +/obj/machinery/suit_storage_unit/qm/secure, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"agl" = ( +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"agn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"agr" = ( +/obj/machinery/suit_storage_unit/atmos/secure, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"agt" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/theatre) +"agx" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"agz" = ( +/obj/structure/closet/crate, +/obj/item/melee/baseball_bat, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"agX" = ( +/obj/machinery/photocopier{ + toner = 0 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"ahb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"ahf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/reagent_containers/spray/cleaner, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"ahk" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/science/server/coldroom) +"ahp" = ( +/obj/machinery/cooker/deepfryer, +/obj/item/organ/internal/lungs/vox, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/asmaint) +"ahu" = ( +/obj/structure/cable{ + 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/disposalpipe/sortjunction{ + dir = 4; + sort_type_txt = "23" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"ahA" = ( +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"ahF" = ( +/obj/machinery/mineral/ore_redemption{ + dir = 4; + input_dir = 8; + output_dir = 4 + }, +/obj/machinery/door/window/classic/reversed{ + desc = "You have the public fridge, pal, lube off."; + dir = 8; + name = "Security Shield" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/supply/mineral_storage{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"ahL" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/ai_monitored/storage/eva) +"ahW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Research Mech Bay"; + network = list("Research","SS13") + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/science/robotics/chargebay) +"aid" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Hydroponics"; + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Botany Delivery" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/service/hydroponics) +"aik" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"aio" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/range) +"aiy" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"aiz" = ( +/obj/structure/table, +/obj/item/food/cheesiehonkers, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aiE" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/screwdriver/cargo, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/computer/guestpass{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"aiM" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"aiN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"aiO" = ( +/obj/structure/sign/pods{ + pixel_x = -32 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aiP" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"aiS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"aiX" = ( +/obj/machinery/door/airlock{ + name = "Prison Showers" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"aja" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ajb" = ( +/obj/machinery/chem_master, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_y = 32 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"aji" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"ajj" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/chef_recipes, +/obj/item/kitchen/utensil/pfork, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"ajq" = ( +/obj/effect/spawner/window/reinforced/polarized{ + id = "psychoffice" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/turf/simulated/floor/plating, +/area/station/medical/psych) +"aju" = ( +/obj/effect/landmark/start/nanotrasen_rep, +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/item/radio/intercom{ + frequency = 1447; + name = "custom placement"; + pixel_x = -27; + pixel_y = 28 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"ajz" = ( +/obj/structure/rack, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/wirecutters, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"ajN" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/sunglasses, +/obj/item/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 12 + }, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"ajS" = ( +/obj/machinery/computer/account_database{ + dir = 4 + }, +/obj/machinery/keycard_auth{ + pixel_x = -28; + pixel_y = 2 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"akg" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"akk" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"akx" = ( +/obj/structure/rack, +/obj/item/flashlight, +/obj/item/flashlight{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/expedition) +"akB" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"akM" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"akO" = ( +/obj/structure/cable{ + 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/disposalpipe/sortjunction/reversed{ + dir = 4; + sort_type_txt = "18" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"akP" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"akU" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"akZ" = ( +/obj/machinery/computer/arcade{ + dir = 4 + }, +/obj/item/toy/figure/crew/cargotech{ + pixel_y = -16; + pixel_x = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/sorting) +"alh" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/space, +/area/station/engineering/solar/aft_starboard) +"aln" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"alp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"alr" = ( +/mob/living/simple_animal/mouse/brown/Tom, +/turf/simulated/floor/greengrid, +/area/station/command/vault) +"alG" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"alJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"alN" = ( +/obj/item/clothing/suit/chef/classic, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"alX" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry/lounge) +"ame" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"amn" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/entry/east) +"amp" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/item/paper/crumpled, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"ams" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/asteroid_filtering) +"amA" = ( +/turf/simulated/floor/plating/airless, +/area/station/aisat/breakroom) +"amC" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/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/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"amD" = ( +/obj/structure/cable{ + 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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"amG" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/public/dorms) +"amH" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"amI" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/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/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"amJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"amO" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable{ + 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/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"amR" = ( +/obj/machinery/door/poddoor{ + id_tag = "turbinevent"; + name = "Turbine Vent" + }, +/turf/simulated/floor/engine, +/area/station/engineering/atmos/asteroid_filtering) +"amU" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"amW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"amZ" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"anc" = ( +/obj/machinery/door/airlock/security{ + name = "Firing Range Storage" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"ani" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"anj" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"anl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"anm" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Kitchen Desk" + }, +/obj/machinery/door/window/classic/normal, +/obj/effect/mapping_helpers/airlock/windoor/access/all/service/kitchen{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/service/hydroponics, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"ano" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"anw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"any" = ( +/obj/item/extinguisher/mini, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"anB" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "NTR" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"anC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_garden) +"anD" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "viroshutters"; + name = "Privacy Shutters"; + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/lab) +"anP" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access" + }, +/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/mapping_helpers/airlock/access/any/command/ai_upload, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/turret_protected/ai_upload) +"anV" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/shops) +"anX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"anY" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"aoc" = ( +/obj/machinery/camera{ + c_tag = "Dorms East"; + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/dorms) +"aog" = ( +/obj/structure/closet/firecloset, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"aok" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/apmaint2) +"aor" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"aow" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"aoy" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"aoH" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/obj/effect/landmark/start/cargo_technician, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/sorting) +"aoK" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"aoM" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/obj/machinery/camera/autoname{ + dir = 6; + c_tag = "Medbay Primary Storage" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/medical/storage) +"aoN" = ( +/obj/structure/cable{ + 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/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"ape" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"api" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"apk" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"apl" = ( +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall, +/area/station/maintenance/aft2) +"aps" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"apt" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/cap{ + dir = 1 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"apz" = ( +/obj/structure/table, +/obj/item/storage/bag/dice, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"apV" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "o2_in" + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"apX" = ( +/obj/item/chair, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aqc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/cable{ + 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/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"aqd" = ( +/obj/machinery/door/airlock/public/glass, +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"aqs" = ( +/obj/structure/closet/emcloset, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"aqt" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/structure/cable{ + 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/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"aqu" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"aqy" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"aqz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"aqA" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/science/toxins/mixing) +"aqE" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"aqF" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plating, +/area/station/service/chapel/funeral) +"aqL" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/obj/item/broken_bottle, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"aqN" = ( +/obj/structure/rack, +/obj/item/storage/box/beanbag{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag{ + pixel_y = -3; + pixel_x = -3 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"aqW" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"aqZ" = ( +/obj/structure/dresser, +/obj/machinery/newscaster/security_unit{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"ard" = ( +/obj/structure/table, +/obj/item/multitool, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"are" = ( +/obj/item/newspaper, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"arh" = ( +/obj/effect/landmark/burnturf, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"arj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"arm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics) +"arn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"aro" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/atmospherics/binary/volume_pump/on{ + name = "Waste In"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"arp" = ( +/obj/machinery/door_control{ + id = "cmoofficedoor"; + name = "Office Door"; + normaldoorcontrol = 1; + pixel_x = -24; + req_access_txt = "40"; + pixel_y = 24 + }, +/obj/machinery/door_control{ + id = "Biohazard_medi"; + name = "Medical Quarantine"; + pixel_x = -24; + req_access_txt = "40"; + pixel_y = 33 + }, +/obj/machinery/button/windowtint{ + id = "CMO"; + pixel_x = -23; + pixel_y = 42; + req_access_txt = "40"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners"; + dir = 1 + }, +/area/station/command/office/cmo) +"arq" = ( +/obj/effect/landmark/spawner/rev, +/obj/machinery/firealarm/directional/north, +/obj/structure/morgue{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"arr" = ( +/obj/effect/landmark/spawner/rev, +/obj/machinery/camera{ + c_tag = "Xeno Containment 5"; + dir = 1; + network = list("Research","SS13") + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"arw" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal laundrycart with wheels."; + name = "laundry cart" + }, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/obj/item/clothing/shoes/orange, +/obj/item/clothing/under/misc/pj/red, +/obj/item/clothing/under/misc/pj/red, +/obj/item/clothing/under/misc/pj/blue, +/obj/item/clothing/under/misc/pj/blue, +/obj/item/clothing/shoes/sandal/white, +/obj/item/clothing/shoes/sandal/white, +/obj/item/clothing/shoes/sandal/white, +/obj/item/clothing/shoes/sandal/white, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/obj/item/crowbar/large, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/security/permabrig) +"arJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"arO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"arS" = ( +/turf/simulated/wall, +/area/station/service/theatre) +"arV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/shops) +"arZ" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"asc" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"ask" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"asn" = ( +/obj/structure/transit_tube/curved/flipped{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"asq" = ( +/turf/simulated/floor/mineral/titanium, +/area/shuttle/arrival/station) +"ass" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"ast" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"asu" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"asy" = ( +/obj/structure/table, +/obj/item/assembly/signaler{ + code = 6; + frequency = 1445; + pixel_x = 7 + }, +/obj/item/assembly/igniter, +/obj/item/screwdriver{ + pixel_x = -2; + pixel_y = 18 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"asC" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"asF" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"asM" = ( +/obj/effect/spawner/window/reinforced/polarized{ + id = "robo" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Robotics Lab Shutters"; + id_tag = "robotics"; + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/science/robotics) +"asS" = ( +/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/plasteel, +/area/station/engineering/control) +"asU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"atb" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior North West"; + dir = 5; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/space/nearstation) +"atf" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "co2_in" + }, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"atg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"atm" = ( +/obj/machinery/photocopier, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"ato" = ( +/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" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/station/security/lobby) +"atx" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"atB" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"atE" = ( +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/obj/effect/landmark/start/geneticist, +/obj/machinery/light, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"atM" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"atO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/science/robotics/chargebay) +"atV" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"atZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"aua" = ( +/obj/effect/spawner/window/reinforced/tinted, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"aub" = ( +/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/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"auh" = ( +/obj/item/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"aus" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/sop_general, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"auw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/funeral) +"auH" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"auI" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"auV" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"avb" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/brig) +"ave" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"avk" = ( +/obj/item/cigbutt/roach, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"avl" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"avm" = ( +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.05 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"avn" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"avt" = ( +/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, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"avB" = ( +/turf/simulated/wall/r_wall, +/area/station/supply/miningdock) +"avK" = ( +/obj/structure/closet/crate/internals, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/hardhat/orange{ + name = "protective hat"; + pixel_y = 8 + }, +/obj/item/clothing/head/hardhat/orange{ + name = "protective hat"; + pixel_y = 8 + }, +/obj/item/clothing/head/hardhat/orange{ + name = "protective hat"; + pixel_y = 8 + }, +/obj/item/clothing/head/hardhat/orange{ + name = "protective hat"; + pixel_y = 8 + }, +/obj/item/clothing/head/hardhat/orange{ + name = "protective hat"; + pixel_y = 8 + }, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/expedition) +"avQ" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"avZ" = ( +/obj/machinery/access_button{ + autolink_id = "engsm_btn_ext"; + name = "Supermatter Access Button"; + req_access_txt = "32"; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"awb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"awc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluered" + }, +/area/station/hallway/primary/central/nw) +"awt" = ( +/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" + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"awu" = ( +/obj/machinery/cryopod/robot, +/obj/machinery/light, +/obj/machinery/computer/cryopod/robot{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/science/robotics/chargebay) +"awC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"awO" = ( +/obj/structure/rack, +/obj/item/gps/mining, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"awP" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"awR" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/nosmoking_2{ + pixel_x = 28 + }, +/obj/machinery/atmospherics/meter, +/obj/machinery/door_control{ + id = "disvent"; + name = "Incinerator Vent Control"; + pixel_y = -24; + req_access_txt = "12"; + pixel_x = 26 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"awS" = ( +/obj/item/clothing/under/misc/redhawaiianshirt, +/obj/structure/closet/wardrobe/red, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"awT" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/shops) +"awY" = ( +/obj/structure/table/wood, +/obj/item/storage/toolbox/electrical, +/obj/item/multitool, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid) +"axc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"axi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/medical/reception) +"axz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"axA" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"axF" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway North-West" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluered" + }, +/area/station/hallway/primary/central/nw) +"axH" = ( +/turf/simulated/wall, +/area/station/public/construction) +"axS" = ( +/obj/machinery/door/airlock/virology{ + autoclose = 0; + id_tag = "viro_door_ext"; + locked = 1; + name = "Virology Lab External Airlock" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/machinery/door/firedoor, +/obj/machinery/access_button{ + autolink_id = "viro_btn_ext"; + name = "Virology Lab Access Button"; + pixel_x = -24; + req_access_txt = "39" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"ayj" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"ayt" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"ayV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"ayW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"azh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"azk" = ( +/obj/structure/table, +/obj/item/storage/bag/dice, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"azo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"azq" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"azt" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"azx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"azE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"azJ" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast entrance"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/hop) +"azQ" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"azS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aAi" = ( +/obj/machinery/cryopod, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/sleep) +"aAm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"aAq" = ( +/obj/structure/rack, +/obj/item/grenade/chem_grenade/adv_release, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"aAt" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/turf/simulated/floor/carpet, +/area/station/public/dorms) +"aAD" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry/lounge) +"aAG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/security/permabrig) +"aAH" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"aAM" = ( +/obj/machinery/constructable_frame/machine_frame, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"aAN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"aAO" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"aAR" = ( +/obj/structure/rack, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"aAT" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"aAV" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/mask/breath, +/obj/machinery/alarm/directional/north, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/engineering/ai_transit_tube) +"aBc" = ( +/obj/structure/grille/broken, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"aBe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"aBg" = ( +/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/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"aBm" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"aBS" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"aCc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"aCk" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/funeral) +"aCl" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -8 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"aCm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/alarm/engine/directional/north, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"aCu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"aCx" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"aCy" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"aCB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aCF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cryo) +"aCR" = ( +/obj/effect/decal/cleanable/confetti, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aDb" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"aDk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"aDu" = ( +/obj/structure/table/reinforced, +/obj/item/gps/mining, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"aDv" = ( +/obj/structure/rack, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"aDx" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"aDy" = ( +/obj/item/kirbyplants, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"aDA" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cautioncorner" + }, +/area/station/engineering/control) +"aDK" = ( +/obj/structure/table, +/obj/item/rpd, +/obj/item/rpd{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"aDO" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"aDY" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = -32 + }, +/obj/machinery/economy/vending/tool/free, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"aEd" = ( +/obj/machinery/economy/atm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"aEe" = ( +/turf/simulated/wall/r_wall, +/area/station/science/robotics/chargebay) +"aEt" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"aEC" = ( +/obj/machinery/disposal, +/obj/item/reagent_containers/drinks/sillycup{ + pixel_y = -4; + pixel_x = -17 + }, +/obj/machinery/light_switch{ + dir = 8; + name = "east bump"; + pixel_x = 24; + pixel_y = -5 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"aEM" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"aEO" = ( +/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/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"aFc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"aFh" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/service/bar) +"aFl" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/ne) +"aFn" = ( +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"aFo" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"aFq" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway South East"; + dir = 6 + }, +/obj/structure/sign/directions/science{ + pixel_x = -32; + pixel_y = 14; + dir = 4 + }, +/obj/structure/table, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"aFw" = ( +/obj/machinery/economy/vending/chinese, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"aFC" = ( +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"aFN" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"aFO" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_office) +"aFS" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Medbay Cloning"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cryo) +"aFV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -30 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"aGa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"aGb" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway North"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"aGf" = ( +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"aGg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"aGl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"aGq" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"aGt" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"aGu" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"aGx" = ( +/obj/item/kirbyplants, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/light_switch{ + dir = 8; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/shops) +"aGB" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"aGH" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"aGN" = ( +/obj/item/circuitboard/operating, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"aGO" = ( +/obj/structure/kitchenspike, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"aGP" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Science Maintenance" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/effect/mapping_helpers/airlock/access/any/medical/genetics, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"aGR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aHx" = ( +/obj/machinery/keycard_auth{ + pixel_x = 24 + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"aHz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"aHH" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24; + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/medical/storage) +"aHI" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"aHO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/structure/sign/nosmoking_2{ + pixel_x = -28 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"aHQ" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"aHX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"aIb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"aIf" = ( +/obj/machinery/door/airlock{ + name = "Unit 3" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"aIj" = ( +/turf/simulated/wall, +/area/station/maintenance/aft2) +"aIn" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/station/public/park) +"aIq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"aIr" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"aIt" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aIu" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"aIP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aIR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/service/theatre) +"aIU" = ( +/obj/structure/chair, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"aIV" = ( +/obj/item/kirbyplants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"aIZ" = ( +/turf/simulated/wall/indestructible/riveted, +/area/station/science/toxins/test) +"aJa" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"aJi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"aJP" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/brig) +"aJU" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"aKa" = ( +/obj/machinery/porta_turret/ai_turret/disable, +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"aKc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"aKe" = ( +/obj/machinery/requests_console/directional/south, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/eftpos/register, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"aKf" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"aKy" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/item/food/meatkebab, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"aKz" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/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/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"aKE" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "packageSort2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"aKL" = ( +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"aKM" = ( +/obj/structure/closet, +/obj/item/storage/box, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"aKN" = ( +/obj/item/grenade/chem_grenade/cleaner{ + pixel_y = 9; + pixel_x = 9 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_y = 7; + pixel_x = 7 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_y = 5; + pixel_x = 5 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/structure/rack{ + dir = 1 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_y = 9; + pixel_x = 9 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_y = 7; + pixel_x = 7 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_y = 5; + pixel_x = 5 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"aKP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"aKZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"aLc" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"aLe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio4"; + name = "Chamber 4 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio5"; + name = "Chamber 5 Containment Blast Doors" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"aLk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"aLo" = ( +/obj/effect/landmark/start/atmospheric, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/storage) +"aLu" = ( +/obj/machinery/ai_status_display, +/turf/simulated/wall/r_wall, +/area/station/aisat/hall) +"aLw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_filtering) +"aLI" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/legal/courtroom) +"aLN" = ( +/obj/structure/chair/office/dark{ + name = "Witness Stand" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"aLO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"aLQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"aLY" = ( +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/science/robotics/chargebay) +"aMh" = ( +/obj/machinery/economy/vending/medidrobe, +/obj/structure/sign/goldenplaque/medical{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/medical/storage) +"aMk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"aMv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"aMz" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"aMB" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"aME" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"aMI" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/paramedic) +"aML" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"aMQ" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"aNa" = ( +/obj/structure/table/wood/poker, +/obj/item/dice, +/obj/item/dice{ + pixel_y = 12; + pixel_x = -9 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"aNc" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"aNi" = ( +/obj/structure/flora/ash/rock/style_random, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid) +"aNj" = ( +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/item/clothing/glasses/science{ + pixel_y = 5; + pixel_x = -3 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"aNm" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/obj/machinery/camera{ + c_tag = "Medbay Morgue"; + dir = 9 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"aNo" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/item/reagent_containers/glass/bucket, +/obj/item/mop, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"aNr" = ( +/obj/item/restraints/legcuffs/beartrap, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"aNu" = ( +/obj/structure/bookcase{ + name = "bookcase (Reference)" + }, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"aNz" = ( +/obj/structure/table/wood, +/obj/item/food/chips, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"aND" = ( +/obj/machinery/shower{ + dir = 8; + name = "emergency shower" + }, +/turf/simulated/floor/noslip, +/area/station/engineering/engine) +"aNH" = ( +/obj/item/beach_ball{ + desc = "The simple beach ball is one of Nanotrasen's most popular products. 'Why do we make beach balls? Because we can! (TM)' - Nanotrasen"; + name = "\improper Nanotrasen-brand beach ball"; + pixel_y = 7 + }, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid) +"aNQ" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Ports to Distro" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aNR" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"aNT" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"aNZ" = ( +/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, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"aOa" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/station/public/park) +"aOk" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"aOn" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/clothing/head/welding{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/head/welding{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aOr" = ( +/obj/structure/table/wood, +/obj/machinery/bottler, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"aOs" = ( +/obj/structure/sign/science{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/hallway/primary/starboard/south) +"aOt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/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/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"aOz" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"aOG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"aOS" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast entrance"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hop) +"aOU" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"aOV" = ( +/turf/simulated/wall/r_wall, +/area/station/aisat/service) +"aPj" = ( +/obj/structure/window/reinforced{ + dir = 8; + pixel_x = -4 + }, +/obj/structure/table, +/obj/item/ashtray/glass, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/carpet, +/area/station/service/bar) +"aPu" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"aPv" = ( +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"aPz" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"aPA" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/machinery/atmospherics/meter{ + autolink_id = "wloop_atm_meter"; + name = "Waste Loop" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"aPC" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"aPG" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/sop_command{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/book/manual/wiki/sop_service{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/machinery/computer/guestpass/hop{ + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"aQe" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"aQf" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/evaguide, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"aQl" = ( +/obj/structure/closet/l3closet/scientist, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"aQs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"aQv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"aQy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"aQA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"aQB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"aQD" = ( +/obj/machinery/door/airlock/engineering, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"aQT" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom/department/medbay{ + pixel_x = 28 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"aQY" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/wood, +/area/station/service/bar) +"aRd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"aRe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/spacebridge/security/south) +"aRf" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aRg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"aRk" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/solar_maintenance/fore_port) +"aRm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"aRt" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"aRw" = ( +/obj/structure/sign/poster/official/cleanliness{ + pixel_y = -32 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"aRx" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"aRC" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/sop_general, +/turf/simulated/floor/wood, +/area/station/service/library) +"aRD" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"aRO" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6; + level = 1 + }, +/turf/simulated/wall/r_wall, +/area/station/science/toxins/mixing) +"aRP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"aRV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"aRY" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "BS" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/blueshield) +"aSd" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"aSe" = ( +/obj/structure/closet/crate/can, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"aSf" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blackcorner" + }, +/area/station/security/permabrig) +"aSg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"aSj" = ( +/obj/structure/closet/wardrobe/orange/prison, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/security/permabrig) +"aSl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"aSu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/station/service/chapel/funeral) +"aSI" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"aSK" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aSM" = ( +/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/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"aSO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"aSQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"aST" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"aSV" = ( +/obj/structure/flora/junglebush/large, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"aTn" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard/south) +"aTz" = ( +/obj/structure/closet/cardboard, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"aTF" = ( +/obj/item/target/syndicate, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"aTO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"aTP" = ( +/obj/machinery/door/airlock/command/glass{ + name = "E.V.A." + }, +/obj/effect/mapping_helpers/airlock/access/any/command/eva, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"aTT" = ( +/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/turf_decal/siding{ + dir = 10 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"aUa" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/item/radio/intercom/locked/confessional{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"aUe" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway North East"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"aUl" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"aUu" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"aUz" = ( +/obj/structure/closet/crate, +/obj/item/stack/cable_coil, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"aUA" = ( +/obj/machinery/door/airlock/atmos{ + name = "Incinerator Access" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"aUC" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood, +/area/station/service/library) +"aUP" = ( +/obj/structure/table, +/obj/item/storage/firstaid/fire{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/fire, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/storage/secondary) +"aUS" = ( +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"aVh" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"aVk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"aVo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall/r_wall, +/area/station/science/server) +"aVp" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"aVq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/item/clothing/suit/apron/overalls, +/obj/item/clothing/suit/apron/overalls, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_garden) +"aVt" = ( +/obj/structure/table, +/obj/item/grenade/chem_grenade/metalfoam{ + pixel_y = 4; + pixel_x = 3 + }, +/obj/item/grenade/chem_grenade/metalfoam, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"aVu" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/sw) +"aVv" = ( +/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/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"aVA" = ( +/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/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"aVB" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/gravity_generator/main/station, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"aVK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"aVM" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/britcup, +/obj/machinery/camera{ + c_tag = "Engineering Break Room"; + dir = 5; + network = list("SS13","Security") + }, +/obj/machinery/newscaster{ + pixel_x = -28; + name = "west bump"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"aVP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"aWa" = ( +/obj/effect/decal/cleanable/dirt, +/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/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"aWf" = ( +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"aWg" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/asteroid_filtering) +"aWj" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"aWx" = ( +/obj/structure/table, +/obj/item/flashlight/flare/glowstick/random, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"aWy" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"aWA" = ( +/obj/structure/table, +/obj/item/mecha_parts/core, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"aWB" = ( +/obj/structure/chair/sofa/corp/left, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"aWR" = ( +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block) +"aWS" = ( +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/command/office/ce) +"aWU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"aWX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology/lab) +"aXc" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"aXl" = ( +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/machinery/suit_storage_unit/expedition, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/expedition) +"aXm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"aXn" = ( +/obj/item/kitchen/knife/shiv, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"aXr" = ( +/obj/machinery/computer/crew, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/status_display{ + pixel_y = 32; + layer = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"aXu" = ( +/obj/machinery/button/windowtint{ + id = "CE"; + pixel_x = -8; + pixel_y = 24; + req_access_txt = "56" + }, +/obj/machinery/button/windowtint{ + dir = 4; + id = "CE"; + pixel_x = -24; + pixel_y = 9; + range = 12; + req_access_txt = "56" + }, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"aXv" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"aXy" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"aXL" = ( +/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/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"aXM" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/execution) +"aXS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"aXW" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/clown) +"aXX" = ( +/obj/structure/cable{ + 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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"aYj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"aYl" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"aYr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"aYt" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Blueshield's Office"; + dir = 1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"aYu" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/rnd_network_controller{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/circuitboard/robotics{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/circuitboard/mecha_control{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"aYw" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"aYx" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"aYA" = ( +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.05 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"aYF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"aYJ" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/robot_parts/chest, +/obj/item/robot_parts/r_arm{ + pixel_x = 6 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"aYL" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"aYM" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/secondary/entry/east) +"aYO" = ( +/obj/structure/table, +/obj/item/toy/crayon/spraycan, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"aYT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"aYU" = ( +/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" + }, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"aYW" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"aYX" = ( +/obj/machinery/telepad_cargo, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/sorting) +"aZg" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"aZh" = ( +/turf/simulated/wall, +/area/station/hallway/secondary/exit) +"aZj" = ( +/obj/structure/chair/sofa/bench, +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block) +"aZk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"aZn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"aZt" = ( +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"aZu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"aZz" = ( +/obj/structure/table/wood, +/obj/item/trash/candle{ + pixel_x = -5; + pixel_y = 14 + }, +/obj/item/trash/candle{ + pixel_x = 8; + pixel_y = 14 + }, +/obj/item/clothing/head/flower_crown, +/obj/item/photo{ + desc = "A photo of some nondescript crewmember. Any actual detail has been blurred out by tears."; + pixel_y = 3; + pixel_x = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel) +"aZP" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/spray/waterflower, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"aZQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"aZS" = ( +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"aZV" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/obj/structure/sign/poster/official/high_class_martini{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block) +"aZW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/range) +"bae" = ( +/obj/effect/landmark/burnturf, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"baf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"bah" = ( +/obj/item/decorations/sticky_decorations/flammable/tinsel/red{ + pixel_y = 12 + }, +/obj/structure/table, +/obj/structure/sign/poster/official/ian{ + pixel_y = 32 + }, +/obj/item/paper_bin, +/obj/item/paper{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/paper{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bao" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/lobby) +"bap" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"baq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"bas" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"bav" = ( +/obj/structure/table, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/mask/breath, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/transit) +"baA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/hallway/primary/aft) +"baF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"baH" = ( +/obj/machinery/atmospherics/trinary/mixer{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"baM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"baS" = ( +/obj/machinery/computer/aifixer{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"baT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"bbd" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/primary/starboard) +"bbm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"bbz" = ( +/obj/structure/rack, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/handcuffs{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"bbE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"bbI" = ( +/obj/structure/table, +/obj/item/folder, +/obj/item/pen, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"bbP" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bbR" = ( +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"bbY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"bcg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"bch" = ( +/obj/machinery/light, +/obj/machinery/economy/vending/wallmed/directional/south, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"bcm" = ( +/obj/machinery/space_heater, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bcy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/maintenance/electrical) +"bcC" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"bcK" = ( +/turf/space, +/area/station/engineering/atmos/asteroid) +"bcM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/food/grown/harebell, +/turf/simulated/floor/grass, +/area/station/maintenance/abandoned_garden) +"bcP" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"bcT" = ( +/turf/simulated/wall, +/area/station/medical/virology/lab) +"bcW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"bdb" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bdf" = ( +/obj/structure/closet/wardrobe/grey, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bdv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"bdx" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"bdD" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"beb" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bek" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"bel" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/expedition) +"beq" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"beu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"bey" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"beD" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"beG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"beV" = ( +/obj/structure/transit_tube/station{ + dir = 1 + }, +/obj/structure/transit_tube_pod{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/engineering/ai_transit_tube) +"bfb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"bff" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"bfg" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"bfm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"bfq" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bfz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"bfD" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bfI" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/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/station/maintenance/apmaint) +"bfK" = ( +/obj/structure/table/reinforced, +/obj/item/rpd, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"bfM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"bfT" = ( +/obj/machinery/porta_turret/ai_turret/disable, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"bfY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/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/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"bgp" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass/no_creep, +/area/station/science/lobby) +"bgr" = ( +/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/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"bgI" = ( +/turf/simulated/wall, +/area/station/service/kitchen) +"bgK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"bgL" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "arrival" + }, +/area/station/hallway/primary/central/se) +"bgM" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bgN" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ashtray/bronze, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/light, +/obj/machinery/newscaster/security_unit{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"bgP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/obj/structure/sign/electricshock, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"bgU" = ( +/obj/structure/chair/office/dark, +/obj/machinery/door_control{ + desc = "A remote control switch for the brig foyer."; + id = "BrigRight"; + name = "Brig Foyer Right Doors"; + normaldoorcontrol = 1; + pixel_x = 37; + pixel_y = -25; + req_access_txt = "63" + }, +/obj/machinery/door_control{ + desc = "A remote control switch for the brig foyer."; + id = "BrigLeft"; + name = "Brig Foyer Left Doors"; + normaldoorcontrol = 1; + pixel_x = 27; + pixel_y = -25; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/lobby) +"bgZ" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"bhk" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bhp" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/abandoned_office) +"bhq" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"bhw" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"bhC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bhK" = ( +/obj/item/stock_parts/micro_laser, +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bhL" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"bhY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block) +"bij" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"bik" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bim" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"bio" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"biq" = ( +/obj/structure/table, +/obj/item/deck/cards, +/turf/simulated/floor/wood, +/area/station/hallway/secondary/exit) +"bir" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Courtroom Jury"; + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"biv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"biW" = ( +/obj/effect/spawner/window/reinforced/polarized{ + id = "TheatreCurtain" + }, +/turf/simulated/floor/plating, +/area/station/service/theatre) +"biX" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"bja" = ( +/obj/effect/landmark/burnturf, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bjc" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"bjd" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/medical/storage) +"bjm" = ( +/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/structure/disposalpipe/segment, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"bjy" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"bjM" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hardsuitstorage) +"bjO" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/storage) +"bjY" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"bki" = ( +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"bkj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/security/prison) +"bkn" = ( +/obj/item/wrench, +/obj/structure/rack, +/obj/item/crowbar, +/obj/item/screwdriver, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"bkp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"bkq" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"bks" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"bkt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"bkF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"bkR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/service/bar) +"bkS" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"bkY" = ( +/obj/item/radio{ + pixel_y = 6 + }, +/obj/item/radio{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/radio{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"blg" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + name = "Secure Armory" + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 4; + name = "Secure Armory" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/armory{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/armory{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"blo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"blr" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"bls" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/se) +"blz" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"blH" = ( +/obj/effect/landmark/burnturf, +/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/plasteel, +/area/station/maintenance/apmaint) +"blK" = ( +/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/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"blM" = ( +/obj/structure/closet/radiation, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"blQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"blT" = ( +/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/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"bmd" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"bme" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/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/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"bmf" = ( +/obj/machinery/door/poddoor{ + id_tag = "chapelgun"; + name = "Chapel Launcher Door"; + protected = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/station/service/chapel/funeral) +"bmg" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance" + }, +/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/mapping_helpers/airlock/access/all/science/minisat, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"bmi" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"bmm" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"bmn" = ( +/obj/item/robot_parts/robot_suit, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bmu" = ( +/obj/machinery/power/emitter, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"bmK" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/gold, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"bmP" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"bmQ" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"bmR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/unisex) +"bmS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"bmZ" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bnc" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/legal/courtroom/gallery) +"bne" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"bng" = ( +/obj/machinery/disposal, +/obj/structure/sign/science{ + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"bnr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"bnw" = ( +/turf/simulated/wall, +/area/station/medical/medbay2) +"bnx" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "BS" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/blueshield) +"bnz" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"bnA" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"bnD" = ( +/turf/simulated/wall, +/area/station/engineering/break_room/secondary) +"bnE" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"bnR" = ( +/obj/structure/table, +/obj/item/analyzer, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"bnT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/newscaster/security_unit{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"bob" = ( +/obj/structure/rack, +/obj/item/poster/random_contraband, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"bog" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"bok" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"bol" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"bot" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/entry/east) +"bow" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"boC" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall/r_wall, +/area/station/engineering/secure_storage) +"boD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"boG" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"boI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"boN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"boU" = ( +/obj/structure/morgue{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/structure/morgue{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"boZ" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/quartermaster, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"bpa" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"bph" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bpn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"bpp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"bpq" = ( +/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/plasteel, +/area/station/hallway/secondary/entry/west) +"bps" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bpt" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/hallway/primary/central/west) +"bpw" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"bpH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bpI" = ( +/obj/structure/window/reinforced, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"bpM" = ( +/obj/structure/showcase{ + density = 0; + desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze."; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"bpP" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"bpR" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/primary/central/west) +"bpS" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bpT" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bpV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/obj/structure/cable{ + 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/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"bpY" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"bqd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"bqj" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"bqn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"bqr" = ( +/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" + }, +/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/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"bqu" = ( +/obj/machinery/atmospherics/binary/pump/on, +/obj/structure/sign/fire{ + pixel_x = 32 + }, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"bqO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bqS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"bqT" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + name = "east bump" + }, +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"bqU" = ( +/obj/machinery/conveyor/east{ + id = "garbage" + }, +/obj/machinery/mineral/stacking_machine{ + output_dir = 4; + input_dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"brd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"brk" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/plasma, +/area/station/engineering/atmos/asteroid_core) +"bro" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/turret_protected/ai) +"brq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/economy/atm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"brr" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"brI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"brN" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/starboard) +"bsf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"bsg" = ( +/obj/structure/cable{ + 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/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=ENG"; + location = "CHW" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"bsj" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bsl" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/hallway/primary/starboard) +"bsr" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/dorms/starboard) +"bss" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"bsA" = ( +/turf/simulated/wall, +/area/station/security/checkpoint/secondary) +"bsC" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/garden) +"bsG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"bsH" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bsM" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"bsO" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bsP" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/space, +/area/station/engineering/solar/fore_port) +"bsT" = ( +/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/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"btg" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/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" + }, +/obj/machinery/camera{ + c_tag = "EVA Equipment"; + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"btk" = ( +/obj/structure/table, +/obj/item/storage/bag/dice, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"btl" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"btn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/medical/paramedic) +"btt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"btz" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"btJ" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"btK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"btM" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/assistant, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/carpet, +/area/station/public/arcade) +"btR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bua" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/maintenance/aft2) +"bue" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"buk" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/storage) +"bur" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/light, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/air{ + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"buB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"buE" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/carpet/royalblack, +/area/station/maintenance/fsmaint) +"buG" = ( +/obj/machinery/door/firedoor, +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"buH" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort1" + }, +/obj/structure/plasticflaps, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"buN" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"buP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"buS" = ( +/obj/structure/closet/secure_closet/brig/temp{ + opened = 1 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"buY" = ( +/obj/effect/spawner/window/reinforced/tinted, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"buZ" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/saltshaker, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -8; + pixel_y = 1 + }, +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"bvc" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/hallway/primary/central/se) +"bvg" = ( +/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/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"bvh" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"bvj" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/hallway/primary/starboard) +"bvm" = ( +/obj/item/kirbyplants, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/hallway/primary/aft) +"bvq" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/landmark/start/research_director, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/station/command/office/rd) +"bvy" = ( +/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" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"bvz" = ( +/obj/machinery/camera{ + c_tag = "Security Offices Mid 1"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"bvA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"bvG" = ( +/obj/item/kirbyplants, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cautioncorner" + }, +/area/station/engineering/control) +"bvI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cryo) +"bvM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bvW" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/station/public/dorms) +"bvX" = ( +/obj/structure/table/reinforced, +/obj/item/t_scanner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"bvY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"bvZ" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bwb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"bwi" = ( +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"bwj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"bwl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"bwy" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"bwz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/food/grown/cannabis, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"bwE" = ( +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"bwN" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Waste to Port" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bwO" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/obj/item/solar_assembly, +/turf/space, +/area/station/engineering/solar/fore_port) +"bwP" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/medical/paramedic) +"bwT" = ( +/obj/structure/table/wood, +/obj/item/trash/candle, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"bwX" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"bwZ" = ( +/obj/machinery/computer/atmos_alert, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"bxq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"bxr" = ( +/obj/structure/closet/secure_closet/scientist, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/science/break_room) +"bxs" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"bxF" = ( +/obj/machinery/atmospherics/portable/scrubber, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bxN" = ( +/obj/structure/closet/coffin, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/funeral) +"bxT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/supply/qm) +"bxY" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Escape Pods" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"byd" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"bye" = ( +/obj/structure/closet/coffin, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"byi" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block) +"byt" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/sofa/pew/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"byv" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"byy" = ( +/turf/simulated/wall, +/area/station/service/hydroponics) +"byz" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/item/target{ + layer = 3.2 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"byH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"byO" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/greenglow, +/obj/effect/decal/cleanable/molten_object/large{ + pixel_y = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"byS" = ( +/obj/item/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"byT" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs/twimsts, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"byX" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"byY" = ( +/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/closet/firecloset, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"bzh" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bzi" = ( +/obj/item/taperecorder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"bzj" = ( +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24; + pixel_x = -5 + }, +/obj/machinery/button/windowtint{ + id = "NTR"; + pixel_y = -24; + dir = 1; + pixel_x = 4 + }, +/obj/machinery/keycard_auth{ + pixel_y = -26; + pixel_x = 28 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"bzD" = ( +/turf/space, +/area/station/engineering/solar/aft_port) +"bzG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"bzH" = ( +/obj/machinery/door/airlock/maintenance, +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"bzL" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"bzN" = ( +/obj/machinery/photocopier, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"bzO" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/bottle/wine{ + pixel_y = 13; + pixel_x = -7 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_y = 11; + pixel_x = 9 + }, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_x = 2; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"bzZ" = ( +/obj/structure/closet/crate/can, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"bAf" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bAh" = ( +/obj/structure/table, +/obj/item/ashtray/plastic, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"bAr" = ( +/obj/machinery/flasher/portable, +/obj/item/radio/intercom/department/security{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"bAs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"bAx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Mix Bypass" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"bAy" = ( +/obj/effect/landmark/spawner/rev, +/obj/machinery/camera{ + c_tag = "Xeno Containment 3"; + network = list("Research","SS13") + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"bAz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"bAA" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "medbayfoyerport"; + name = "Medbay Entrance" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/medical/reception) +"bAD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/crutches{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/crutches, +/obj/item/crutches{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/storage/secondary) +"bAG" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine{ + department = "Chief Medical Officer's Office" + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"bAR" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_2) +"bAT" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bBm" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bBn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_starboard) +"bBu" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/dorms) +"bBy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"bBz" = ( +/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; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"bBA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"bBC" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"bBH" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmos Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bBN" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bBQ" = ( +/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, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"bBS" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bBU" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bBY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bCh" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort1" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"bCk" = ( +/turf/simulated/wall/r_wall, +/area/station/science/lobby) +"bCs" = ( +/obj/item/clothing/suit/chef/classic, +/obj/effect/landmark/burnturf, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/dorms/port) +"bCv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"bCx" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/science/server/coldroom) +"bCM" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"bCN" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"bCU" = ( +/obj/structure/cable{ + 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/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"bCW" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/machinery/computer/supplycomp{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/office) +"bCZ" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"bDb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"bDh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bDp" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bDq" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/item/shard/shark_teeth{ + name = "Unathi teeth" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"bDs" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prison) +"bDv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/service/theatre) +"bDw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/reception) +"bDz" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"bDA" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"bDB" = ( +/obj/structure/chair/sofa/bench/right, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"bDD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"bDE" = ( +/obj/machinery/economy/vending/dinnerware, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"bDP" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bDR" = ( +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"bDS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"bDY" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/plasma{ + amount = 10 + }, +/obj/machinery/power/apc/important/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"bEg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"bEh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"bEz" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cryo) +"bEB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"bEC" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"bEF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"bEG" = ( +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"bEO" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bEU" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/secondary/entry/east) +"bEV" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"bEW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"bFa" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"bFc" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "paramedic"; + name = "Paramedic Garage" + }, +/obj/machinery/door_control{ + id = "paramedic"; + name = "Garage Door Control"; + req_access_txt = "66"; + pixel_x = 24 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/turf/simulated/floor/plasteel, +/area/station/medical/paramedic) +"bFj" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bFq" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"bFu" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"bFF" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard/south) +"bFP" = ( +/obj/machinery/light_switch{ + dir = 8; + name = "east bump"; + pixel_x = 24; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"bFQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bFT" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "hopqueueshutters"; + name = "Privacy Shutters"; + dir = 2 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"bFU" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"bFX" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHN"; + location = "CHNW" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"bGk" = ( +/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/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"bGn" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"bGs" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"bGu" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/turf/simulated/floor/plating, +/area/station/medical/reception) +"bGv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bGz" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"bGL" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 10 + }, +/turf/space, +/area/space/nearstation) +"bGM" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"bGO" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/stamp/qm, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrowncorners" + }, +/area/station/supply/qm) +"bGY" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Secure Armory" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"bHf" = ( +/obj/item/decorations/sticky_decorations/flammable/skeleton{ + pixel_y = -20 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/obj/item/analyzer, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bHh" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"bHo" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"bHp" = ( +/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/plasteel, +/area/station/hallway/primary/aft) +"bHy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"bHB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"bHH" = ( +/obj/structure/closet/emcloset, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"bHJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"bHK" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bHM" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/science/genetics) +"bHO" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_1) +"bHQ" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bHU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"bHV" = ( +/obj/machinery/camera{ + c_tag = "Brig Hall Mid 1" + }, +/obj/machinery/newscaster/security_unit{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"bHX" = ( +/obj/structure/table/reinforced, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/atmos/control) +"bIb" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bIg" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"bIm" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"bIo" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bIs" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/grenade/chem_grenade/firefighting, +/obj/item/grenade/chem_grenade/firefighting, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"bIy" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/service/chapel/office) +"bIz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/item/food/grown/cannabis, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"bIB" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "External Gas to Loop" + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"bIH" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/blood_often, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"bIL" = ( +/obj/structure/table, +/obj/item/analyzer{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/analyzer, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"bIP" = ( +/obj/structure/table, +/obj/item/toy/character/cleric{ + pixel_y = 15 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"bIT" = ( +/obj/machinery/computer/security/telescreen/entertainment/television, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/station/maintenance/apmaint2) +"bIX" = ( +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"bJc" = ( +/obj/machinery/computer/monitor{ + name = "Bridge Power Monitoring Computer" + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 30; + layer = 3.5 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/command/bridge) +"bJl" = ( +/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 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "AI Sat Outer Ring North West"; + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"bJq" = ( +/obj/machinery/light, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"bJt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"bJy" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/chaplain, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"bJA" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"bJK" = ( +/obj/machinery/newscaster{ + pixel_x = 28; + name = "east bump"; + dir = 8 + }, +/obj/machinery/computer/pandemic, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"bJN" = ( +/obj/structure/lattice, +/obj/structure/sign/explosives{ + pixel_y = -32 + }, +/turf/space, +/area/space/nearstation) +"bJU" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_y = 5 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"bJV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"bKc" = ( +/obj/structure/table/glass, +/obj/item/soap/nanotrasen, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"bKg" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"bKv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bKz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"bKA" = ( +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 25 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 39 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/primary/central/south) +"bKD" = ( +/obj/structure/table, +/obj/item/storage/box, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/west) +"bKF" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/primary/central/se) +"bKI" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"bKW" = ( +/obj/machinery/economy/vending/wallmed/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/office) +"bLd" = ( +/obj/structure/closet/wardrobe/xenos, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bLe" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"bLg" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"bLm" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"bLp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"bLq" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance" + }, +/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/mapping_helpers/airlock/access/all/engineering/construction, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plating, +/area/station/engineering/break_room) +"bLu" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"bLB" = ( +/obj/structure/chair, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"bLH" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"bLQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"bLV" = ( +/obj/structure/table/reinforced, +/mob/living/simple_animal/parrot/Poly, +/obj/item/clothing/glasses/meson{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"bLX" = ( +/obj/structure/railing/cap{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"bMn" = ( +/obj/machinery/newscaster/security_unit{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"bMD" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"bME" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "packageSort2" + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"bMG" = ( +/obj/structure/rack, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"bMP" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bMQ" = ( +/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/plasteel, +/area/station/maintenance/aft2) +"bMR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bMX" = ( +/obj/effect/spawner/random_spawners/fungus_probably, +/turf/simulated/wall, +/area/station/maintenance/starboard) +"bNa" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"bNd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bNe" = ( +/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; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"bNC" = ( +/obj/structure/rack, +/obj/item/storage/box{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/box, +/obj/item/storage/box{ + pixel_x = -2; + pixel_y = -4 + }, +/obj/machinery/status_display/supply_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/sorting) +"bND" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bNG" = ( +/obj/machinery/dna_scannernew, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"bNH" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/science/break_room) +"bNJ" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/machinery/light/small, +/obj/item/food/dough, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bNN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bNO" = ( +/obj/machinery/constructable_frame/machine_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"bNS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"bNT" = ( +/obj/item/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bOc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"bOe" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Medbay Corridor Central 2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"bOf" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/reception) +"bOl" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Body Delivery System"; + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/medical/morgue{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"bOn" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"bOt" = ( +/obj/structure/chair/sofa/corp/left, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"bOD" = ( +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"bOJ" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"bOK" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"bOS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bOT" = ( +/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, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"bOX" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/camera{ + c_tag = "Hydroponics South"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"bOY" = ( +/obj/structure/closet/l3closet/scientist, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/science/break_room) +"bPa" = ( +/obj/structure/table, +/obj/item/food/no_raisin{ + pixel_y = 15 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"bPc" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/landmark/start/scientist, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"bPf" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/closet/secure_closet/paramedic, +/turf/simulated/floor/plasteel, +/area/station/medical/paramedic) +"bPq" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/aft_starboard) +"bPu" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/item/card/id/prisoner, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"bPw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bPz" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"bPA" = ( +/obj/structure/table, +/obj/item/decorations/sticky_decorations/flammable/ghost, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bPF" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bPG" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/public/fitness) +"bPI" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 4; + name = "Air Recycing" + }, +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"bPJ" = ( +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery/primary) +"bPP" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/electrical, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"bPS" = ( +/obj/item/poster/random_contraband, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"bPV" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/maintenance/apmaint2) +"bPX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"bQh" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"bQj" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"bQk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"bQq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"bQu" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"bQA" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/public/dorms) +"bQB" = ( +/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/plasteel, +/area/station/hallway/primary/central/se) +"bQG" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/medical/surgery/secondary) +"bQI" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"bQO" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bQT" = ( +/obj/structure/table, +/obj/item/storage/box/mousetraps, +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"bQW" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/science/genetics) +"bQX" = ( +/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/plasteel, +/area/station/hallway/primary/central/nw) +"bRb" = ( +/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/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"bRd" = ( +/turf/simulated/wall, +/area/station/turret_protected/ai) +"bRf" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/science/robotics/chargebay) +"bRl" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bRm" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"bRn" = ( +/obj/structure/closet/secure_closet/warden, +/obj/item/radio/intercom/department/security{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/warden) +"bRt" = ( +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"bRA" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"bRF" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flashbangs, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom/department/security{ + pixel_x = -28; + pixel_y = -7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"bRN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"bRS" = ( +/obj/machinery/camera{ + c_tag = "Departure Lounge East"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"bSb" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/station/public/dorms) +"bSe" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"bSj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"bSo" = ( +/obj/effect/decal/cleanable/vomit/green, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"bSq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"bSt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"bSy" = ( +/obj/machinery/flasher{ + id = "Cell 3"; + pixel_y = 28 + }, +/obj/structure/bed, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Brig Cell 3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"bSz" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = -32 + }, +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"bSC" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"bSD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/sleep) +"bSF" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"bSW" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/station/public/park) +"bSX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bTf" = ( +/obj/machinery/power/port_gen/pacman, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bTk" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"bTo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bTq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"bTr" = ( +/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" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"bTM" = ( +/obj/machinery/alarm/directional/north, +/obj/structure/cable{ + 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 = 10 + }, +/obj/machinery/camera{ + c_tag = "Medbay Secure Storage" + }, +/obj/structure/rack, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/item/clothing/mask/muzzle, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/storage/secondary) +"bTN" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"bTR" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"bUc" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"bUe" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/cap{ + dir = 5 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"bUf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"bUk" = ( +/obj/machinery/camera{ + c_tag = "Research Hallway Eastr"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"bUx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"bUD" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bUF" = ( +/obj/machinery/door/airlock{ + name = "Crematorium" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/crematorium, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"bUG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_x = -32; + pixel_y = 25 + }, +/obj/structure/sign/directions/cargo{ + dir = 8; + pixel_x = -32; + pixel_y = 32 + }, +/obj/structure/sign/directions/service{ + pixel_x = -32; + pixel_y = 39; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"bUH" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"bUT" = ( +/obj/structure/table/glass/reinforced, +/obj/item/aiModule/corp{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"bUV" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio4"; + name = "Chamber 4 Containment Blast Doors" + }, +/obj/structure/sign/electricshock, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"bUX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + 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/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"bVa" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "arrival" + }, +/area/station/service/theatre) +"bVb" = ( +/turf/simulated/wall, +/area/station/public/storage/emergency) +"bVc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/obj/structure/cable{ + 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/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"bVe" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard) +"bVk" = ( +/obj/structure/lattice, +/turf/space, +/area/station/engineering/solar/aft_port) +"bVp" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"bVs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bVu" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"bVC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"bVE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"bVL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowcorner" + }, +/area/station/medical/chemistry) +"bVO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"bVQ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"bWa" = ( +/obj/structure/closet/crate/can, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"bWd" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bWm" = ( +/obj/machinery/computer/mecha{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"bWn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/spacebridge/security/west) +"bWu" = ( +/obj/structure/closet/secure_closet/CMO, +/turf/simulated/floor/wood, +/area/station/command/office/cmo) +"bWE" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/right, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"bWF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/computer/general_air_control/large_tank_control{ + inlet_injector_autolink_id = "n2o_in"; + name = "Nitrous Oxide Supply Control"; + outlet_vent_autolink_id = "n2o_out"; + autolink_sensors = list("n2o_sensor"="Tank") + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bWG" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"bWH" = ( +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_x = -4 + }, +/obj/item/tank/internals/emergency_oxygen/nitrogen, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_x = 5 + }, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_x = 10 + }, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/medical/storage) +"bWQ" = ( +/obj/item/chair/stool/bar, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"bWX" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"bWY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"bXf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"bXh" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bXs" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"bXw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"bXH" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/turretid/lethal{ + check_synth = 1; + name = "AI Chamber Turret Control"; + pixel_x = 5; + pixel_y = -24; + req_access_txt = "75" + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -8; + pixel_y = -24 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"bXI" = ( +/obj/structure/rack, +/obj/item/extinguisher{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/extinguisher, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/engineering/atmos/control) +"bXN" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"bXR" = ( +/obj/item/paper, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"bYe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"bYg" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall/r_wall, +/area/station/engineering/gravitygenerator) +"bYq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bYB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"bYD" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/security/prison) +"bYE" = ( +/obj/structure/flora/grass/jungle, +/obj/item/fish/goldfish, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"bYT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"bYU" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs{ + pixel_y = 3 + }, +/obj/item/radio/intercom/department/security{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"bZd" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/legal/courtroom) +"bZg" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bZk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"bZm" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"bZs" = ( +/obj/structure/transit_tube/curved{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"bZJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"bZP" = ( +/obj/structure/table/reinforced, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/engineering/ai_transit_tube) +"bZU" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "Skynet_heavy" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"cad" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"cap" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"caq" = ( +/turf/simulated/wall, +/area/station/maintenance/starboard) +"car" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc/critical/directional/north, +/obj/machinery/atmospherics/binary/pump{ + name = "Gas to Chamber"; + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"cas" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cax" = ( +/obj/structure/transit_tube/curved/flipped{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"caz" = ( +/obj/item/weldingtool/mini, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"caD" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "rd" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"caJ" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/rock/pile/largejungle, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"caL" = ( +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock"; + name = "Escape Pod Hatch" + }, +/obj/docking_port/mobile/pod{ + id = "pod1"; + name = "escape pod 1"; + dir = 2 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_1) +"caS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"caU" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/hydroponics, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"cbf" = ( +/obj/structure/dispenser/oxygen, +/obj/machinery/firealarm/directional/north, +/obj/machinery/camera{ + c_tag = "Brig Secure Armory North" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"cbn" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"cbp" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cbq" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"cbw" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"cbz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/food/monkeycube, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/security/fore) +"cbA" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/maintenance/aft2) +"cbB" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/engineering/ai_transit_tube) +"cbD" = ( +/obj/item/storage/secure/briefcase, +/obj/structure/rack, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"cbF" = ( +/obj/effect/decal/cleanable/dirt, +/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/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"cbG" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"cbI" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cbR" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/item/reagent_containers/drinks/cans/beer, +/obj/item/reagent_containers/drinks/cans/beer, +/obj/item/reagent_containers/drinks/h_chocolate, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"cbU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/spacebridge/security/west) +"cbV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/maintenance/incinerator) +"cbW" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry/west) +"cbY" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"ccg" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"ccx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ccY" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"cdb" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cdd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"cdn" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"cdo" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"cdp" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"cdv" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"cdz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"cdA" = ( +/obj/structure/chair/comfy/black, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"cdE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cdM" = ( +/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/plasteel, +/area/station/hallway/primary/starboard/south) +"cdO" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"cdU" = ( +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"ceb" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/grille/broken, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"ced" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cef" = ( +/obj/machinery/access_button{ + autolink_id = "engsm_btn_ext"; + name = "Supermatter Access Button"; + req_access_txt = "32"; + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"cej" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"ceu" = ( +/obj/structure/transit_tube/curved{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"cev" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"cez" = ( +/obj/machinery/atmospherics/portable/scrubber, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"ceG" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/apc_electronics, +/obj/item/airlock_electronics, +/obj/item/stack/cable_coil/random, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"ceQ" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/grass, +/area/station/medical/medbay2) +"ceS" = ( +/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" + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"ceU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"ceZ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 15; + pixel_x = -5 + }, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/carpet/royalblack, +/area/station/maintenance/fsmaint) +"cfc" = ( +/turf/simulated/wall/r_wall, +/area/station/turret_protected/ai) +"cff" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"cfm" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"cfn" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"cfp" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"cfy" = ( +/obj/item/kirbyplants, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"cfG" = ( +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"cfK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"cfV" = ( +/obj/item/food/grown/harebell, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/garden) +"cfW" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"cga" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"cgf" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"cgl" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/evidence) +"cgq" = ( +/obj/structure/lattice, +/obj/effect/landmark/spawner/carp, +/turf/space, +/area/space/nearstation) +"cgs" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"cgy" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"cgB" = ( +/obj/structure/table, +/obj/item/storage/box/papersack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cgE" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_y = -2 + }, +/obj/machinery/camera{ + c_tag = "Paper Supplies"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"cgK" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/obj/item/extinguisher, +/obj/item/clothing/head/hardhat/red, +/obj/item/clothing/glasses/meson, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"cgP" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"cgR" = ( +/obj/structure/cable{ + 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/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/miningdock) +"chh" = ( +/turf/simulated/wall, +/area/station/hallway/primary/fore) +"chp" = ( +/obj/structure/railing/corner, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"chw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"chx" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"chH" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "prisoner supression system"; + target_pressure = 4500 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"chI" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler{ + pixel_y = 3; + pixel_x = 2 + }, +/obj/item/hand_labeler, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"chK" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"chL" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"chN" = ( +/obj/machinery/suit_storage_unit/mime/secure, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"chV" = ( +/obj/machinery/light/small, +/obj/machinery/camera{ + c_tag = "Aft Port Solar Access"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"chX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cic" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"cim" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "xenobio3"; + name = "Chamber 3 Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cin" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"ciu" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/paramedic) +"ciw" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/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/sign/directions/security{ + dir = 4; + pixel_y = -25; + pixel_x = 32 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"ciB" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"ciF" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"ciJ" = ( +/obj/structure/table, +/obj/item/poster/random_contraband, +/obj/item/stack/cable_coil, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ciO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"ciV" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/lightreplacer, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"ciW" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"ciZ" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"cjc" = ( +/obj/structure/rack, +/obj/item/multitool{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/multitool, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"cjF" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"cjO" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"cjV" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitehall" + }, +/area/station/medical/paramedic) +"cjW" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"ckc" = ( +/obj/structure/chair/sofa{ + dir = 1; + color = "#85130b" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"ckg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/space, +/area/station/engineering/solar/aft_port) +"ckl" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/item/toy/crayon/spraycan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"ckn" = ( +/obj/machinery/camera{ + c_tag = "AI Sat Outer Ring South East"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"cko" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ckv" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"ckw" = ( +/obj/item/paper, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"ckV" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"clf" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"cll" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/machinery/economy/atm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/command/bridge) +"cln" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/aft) +"clo" = ( +/obj/structure/closet/bombclosetsecurity, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"clv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cly" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/ne) +"clF" = ( +/obj/machinery/disposal, +/obj/structure/sign/deathsposal{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"clK" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/seed_extractor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreen" + }, +/area/station/service/hydroponics) +"clT" = ( +/obj/item/flag/nt, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"cmd" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"cmh" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft2) +"cml" = ( +/obj/effect/decal/cleanable/dirt, +/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/cyan{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"cmq" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/communications{ + pixel_y = 1; + pixel_x = -1 + }, +/obj/item/circuitboard/card{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"cmt" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"cmu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central/se) +"cmz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"cmA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cmE" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"cmF" = ( +/obj/machinery/flasher/portable, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"cmH" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cmI" = ( +/obj/structure/table/glass, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/obj/machinery/reagentgrinder{ + desc = "Used to grind things up into raw materials and liquids."; + pixel_y = 5 + }, +/obj/item/food/monkeycube{ + pixel_x = -12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"cmJ" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer/on{ + name = "Temperature control unit" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cmK" = ( +/obj/machinery/door/airlock/freezer, +/obj/structure/barricade/wooden, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cmQ" = ( +/obj/machinery/atmospherics/portable/scrubber/huge, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Research Toxins Storage Room"; + dir = 8; + network = list("Research","SS13") + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"cmU" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"cmY" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 6; + pixel_y = -1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"cni" = ( +/obj/structure/table, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cnD" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"cnI" = ( +/obj/structure/table, +/obj/item/clothing/under/misc/burial, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/machinery/camera{ + c_tag = "Chapel Crematorium"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"cnK" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/rpd, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"cnZ" = ( +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/fpmaint) +"coj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"con" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"cow" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"coA" = ( +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry/east) +"coB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"coQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/storage) +"coS" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"coV" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/grass, +/area/station/medical/medbay2) +"cph" = ( +/obj/machinery/door/airlock/command{ + name = "Research Director's Office" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/station/command/office/rd) +"cpq" = ( +/obj/structure/table/wood/poker, +/obj/machinery/camera{ + c_tag = "Bar North" + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"cpw" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/trinary/filter{ + dir = 1; + filter_type = -1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"cpF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/pet_store) +"cpN" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"cpO" = ( +/obj/structure/closet/secure_closet/brig, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"cpZ" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"cqd" = ( +/obj/machinery/mineral/equipment_vendor/explorer, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/expedition) +"cqe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio2"; + name = "Chamber 2 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"cqm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"cqp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"cqq" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"cqt" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"cqu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry/lounge) +"cqM" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"cqO" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/machinery/igniter{ + id = "gasturbine" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/engineering/atmos/asteroid_filtering) +"cqP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"cqY" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Portable Air Pump Connector" + }, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.05 + }, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"cqZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Brig East Entrance" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"crc" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + dir = 2; + id_tag = "engsm"; + name = "Radiation Chamber Shutters" + }, +/turf/simulated/floor/plating, +/area/station/engineering/engine/supermatter) +"cri" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/flasher{ + id = "Cell 4"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"crj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"crG" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"crH" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway South West" + }, +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"crP" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Holodeck Door" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"crQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"crR" = ( +/obj/item/clothing/mask/breath/vox, +/obj/item/tank/internals/emergency_oxygen/nitrogen, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/asmaint) +"crT" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"crW" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"csc" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"csf" = ( +/obj/machinery/door/airlock/atmos{ + name = "Aft Secondary Atmospherics Maintenance" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"csg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"csh" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/abandoned_office) +"csk" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "HoS" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"csp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel) +"csH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"csI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"csX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/vault) +"cte" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cto" = ( +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"ctv" = ( +/obj/effect/decal/cleanable/ash, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"ctI" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 7; + height = 5; + id = "sst_home"; + name = "Near Diagoras SW maints"; + width = 11 + }, +/turf/space, +/area/space) +"ctK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"ctO" = ( +/obj/structure/table, +/obj/item/stock_parts/cell, +/obj/item/stack/cable_coil{ + amount = 1; + pixel_y = 4; + pixel_x = 7 + }, +/obj/item/stack/cable_coil{ + amount = 1; + pixel_y = 4; + pixel_x = -4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"ctQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ctU" = ( +/turf/simulated/floor/engine, +/area/holodeck/alphadeck) +"ctV" = ( +/obj/machinery/computer/operating{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"cud" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block) +"cuh" = ( +/obj/item/stack/tile/disco_light, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"cui" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"cuo" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"cuq" = ( +/obj/machinery/light/small, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"cur" = ( +/obj/machinery/disposal, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/station/command/bridge) +"cuz" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"cuK" = ( +/obj/machinery/door/poddoor{ + id_tag = "justice_blast"; + name = "Justice Blast Door" + }, +/obj/structure/grille, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/security/execution) +"cuL" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"cuN" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/dorms/fore) +"cuO" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"cuW" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"cuX" = ( +/obj/structure/table, +/obj/item/t_scanner, +/obj/item/grenade/gas/oxygen, +/obj/item/grenade/gas/oxygen, +/obj/item/grenade/gas/oxygen, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"cuY" = ( +/obj/structure/table, +/obj/item/clothing/gloves/botanic_leather{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/item/clothing/gloves/botanic_leather, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"cvb" = ( +/obj/structure/table, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"cvh" = ( +/obj/machinery/light, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"cvi" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start/quartermaster, +/turf/simulated/floor/wood, +/area/station/supply/qm) +"cvo" = ( +/obj/machinery/conveyor/east{ + id = "garbage" + }, +/obj/effect/turf_decal/stripes, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"cvE" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + external_pressure_bound = 0; + autolink_id = "air_out"; + internal_pressure_bound = 2000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"cvH" = ( +/obj/effect/landmark/start/botanist, +/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/plasteel{ + icon_state = "green" + }, +/area/station/service/hydroponics) +"cvM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/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/cyan{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"cvO" = ( +/obj/item/decorations/sticky_decorations/flammable/jack_o_lantern{ + pixel_y = 20 + }, +/obj/structure/closet/crate, +/obj/item/seeds/pumpkin, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cvQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"cvT" = ( +/obj/effect/spawner/random_barrier/obstruction, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cwb" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall/r_wall, +/area/space/nearstation) +"cwc" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"cwf" = ( +/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, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"cwh" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"cwk" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -32 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Security Checkpoint"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"cws" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cwy" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/storage/toolbox/emergency, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/medical/storage) +"cwD" = ( +/obj/structure/table, +/obj/item/paper/atmos_asteroid{ + pixel_y = 3 + }, +/obj/item/pen, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"cwG" = ( +/obj/structure/table/reinforced, +/obj/item/food/no_raisin, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"cwI" = ( +/turf/simulated/wall, +/area/station/maintenance/security/fore) +"cwJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/asteroid_filtering) +"cwL" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"cwS" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/public/vacant_office) +"cxi" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/engineering/hardsuitstorage) +"cxp" = ( +/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/wood, +/area/station/command/office/hop) +"cxx" = ( +/obj/machinery/status_display/supply_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"cxL" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"cxP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"cxT" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/station/medical/storage) +"cxV" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"cxZ" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/expedition) +"cyc" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"cyf" = ( +/obj/machinery/airlock_controller/air_cycler{ + pixel_x = 25; + req_access_txt = "10;13"; + vent_link_id = "eng_vent"; + ext_door_link_id = "eng_door_ext"; + int_door_link_id = "eng_door_int"; + ext_button_link_id = "eng_btn_ext"; + int_button_link_id = "eng_btn_int" + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cyg" = ( +/obj/vehicle/secway, +/obj/item/key/security, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24 + }, +/obj/machinery/camera{ + c_tag = "Warden's Office"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"cyl" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/glass/bottle/saline{ + pixel_x = 6 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"cyu" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/engineering/atmos/asteroid_filtering) +"cyI" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/camera/motion{ + c_tag = "AI West"; + dir = 9; + network = list("SS13","MiniSat"); + start_active = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"cyL" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cyO" = ( +/obj/machinery/light/small, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"cyP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"cyT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cyW" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"cyX" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway East" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"czi" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"czk" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"czn" = ( +/obj/machinery/sleeper, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"czA" = ( +/obj/machinery/recharge_station, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"czE" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"czK" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/public/park) +"czL" = ( +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"czP" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/storage) +"czZ" = ( +/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/plasteel, +/area/station/engineering/control) +"cAg" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/station/service/bar) +"cAh" = ( +/obj/machinery/power/port_gen/pacman, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"cAj" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"cAv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"cAx" = ( +/obj/structure/lattice, +/turf/space, +/area/station/maintenance/security/fore) +"cAE" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/ai_transit_tube) +"cAP" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"cBb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cBd" = ( +/obj/structure/table, +/obj/item/storage/bag/money, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"cBr" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cBu" = ( +/obj/structure/table, +/obj/item/toy/eight_ball, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"cBx" = ( +/obj/item/flash, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"cBD" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"cBH" = ( +/obj/structure/punji_sticks/spikes{ + desc = "Don't step on this. These are exceptionally well hidden"; + name = "Hidden spikes" + }, +/obj/structure/flora/ausbushes/fullgrass{ + pixel_y = 15 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"cBK" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/ash, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"cBM" = ( +/obj/machinery/r_n_d/circuit_imprinter{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/machinery/door_control{ + id = "rdlab2"; + name = "Research and Development Lab Shutters Control"; + pixel_x = 24; + pixel_y = 23; + req_access_txt = "47" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/science/rnd) +"cBP" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"cCd" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/wrench, +/obj/item/crowbar/engineering, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"cCl" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"cCm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"cCo" = ( +/obj/machinery/constructable_frame/machine_frame, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"cCu" = ( +/obj/item/paper{ + name = "IOU"; + info = "Needed the dough, Ill bring it back later. HONK!" + }, +/obj/item/paper{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_office) +"cCx" = ( +/obj/structure/cable{ + 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/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"cCG" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"cCH" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"cCK" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/status_display/supply_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"cCP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"cCW" = ( +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"cDa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"cDd" = ( +/obj/structure/closet/wardrobe/coroner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"cDg" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/public/sleep) +"cDj" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/teleporter, +/obj/effect/mapping_helpers/airlock/access/all/science/minisat, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"cDl" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"cDm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"cDt" = ( +/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/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/service/theatre) +"cDw" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/start/engineer, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"cDG" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/security/fore) +"cDM" = ( +/obj/machinery/camera{ + c_tag = "Asteroid Core Checkpoint"; + dir = 6 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/sign/fire{ + pixel_y = 32 + }, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"cDW" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"cEd" = ( +/obj/machinery/economy/vending/chinese, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"cEg" = ( +/obj/item/clothing/mask/gas, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"cEq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"cEt" = ( +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"cEv" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"cEK" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1; + cover_color = "#85130b" + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"cEL" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"cET" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"cEW" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 28; + name = "north bump" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"cEY" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"cFf" = ( +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"cFq" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"cFs" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/station/service/library) +"cFu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"cFA" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/public/dorms) +"cFB" = ( +/turf/simulated/wall/r_wall, +/area/station/supply/sorting) +"cFC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"cFF" = ( +/obj/structure/transit_tube/diagonal/topleft{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid_filtering) +"cFH" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/bananalamp{ + pixel_x = 4; + pixel_y = 11 + }, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/wood, +/area/station/service/clown) +"cFM" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"cFP" = ( +/obj/machinery/door/airlock/titanium, +/obj/structure/fans/tiny, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/arrival/station) +"cFS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"cFU" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"cFW" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/station/command/bridge) +"cGc" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"cGe" = ( +/turf/simulated/wall, +/area/station/medical/surgery) +"cGi" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/service/hydroponics) +"cGm" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/starboard) +"cGp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"cGr" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/mask/gas/syndicate{ + pixel_x = 6 + }, +/obj/item/stack/spacecash/c50{ + pixel_y = 10 + }, +/obj/item/stack/spacecash/c50{ + pixel_y = 11; + pixel_x = 8 + }, +/obj/item/stack/spacecash/c50{ + pixel_y = 13; + pixel_x = 2 + }, +/obj/item/ashtray/glass{ + pixel_y = -1; + pixel_x = -7 + }, +/obj/item/cigbutt/cigarbutt{ + pixel_y = 10; + pixel_x = -15 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/toy/figure/crew/dsquad{ + pixel_x = -11; + pixel_y = 15 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft2) +"cGA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"cGD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"cGF" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/medical/reception) +"cGG" = ( +/obj/machinery/computer/robotics{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Research Director's Office"; + network = list("Research","SS13"); + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"cGH" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"cGJ" = ( +/obj/item/radio/intercom/custom{ + pixel_y = 25; + pixel_x = -4 + }, +/obj/item/radio/intercom/private{ + pixel_y = -28 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/effect/landmark{ + icon = 'icons/effects/spawner_icons.dmi'; + icon_state = "AI"; + name = "tripai" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"cGM" = ( +/obj/structure/table, +/obj/item/storage/bag/dice, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/south) +"cGO" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"cGP" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"cGW" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"cHe" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/rd, +/obj/item/stamp/rd{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"cHf" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"cHi" = ( +/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; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"cHj" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"cHD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/theatre) +"cHE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"cHG" = ( +/turf/simulated/wall, +/area/station/medical/patients_rooms_secondary) +"cHI" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"cHM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"cHN" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/storage) +"cHU" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "kitchenhall"; + name = "Kitchen Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/service/kitchen{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/autoname{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"cIa" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"cIe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"cIf" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"cIq" = ( +/obj/effect/landmark/damageturf, +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cIu" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"cIv" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"cIy" = ( +/obj/machinery/power/apc/important/directional/west, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/command/server) +"cIE" = ( +/obj/structure/closet/firecloset, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/south) +"cIG" = ( +/obj/structure/cable{ + 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/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"cIH" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"cIO" = ( +/obj/effect/decal/cleanable/vomit, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"cIW" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/item/storage/box, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cJa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"cJg" = ( +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cJj" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cJn" = ( +/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" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"cJo" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/incinerator) +"cJq" = ( +/turf/simulated/wall/mineral/titanium/nodiagonal, +/area/shuttle/arrival/station) +"cJx" = ( +/obj/item/shard, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cJA" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/warden) +"cJB" = ( +/obj/item/chair, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"cJE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"cJQ" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/mop, +/obj/item/mop, +/obj/machinery/alarm/directional/west, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"cJT" = ( +/obj/item/bedsheet/clown, +/obj/structure/bed, +/obj/structure/sign/poster/contraband/clown{ + pixel_y = -32 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/lubed, +/area/station/maintenance/aft) +"cJW" = ( +/obj/item/flashlight, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cKe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"cKo" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/medical/storage/secondary) +"cKB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint2) +"cKE" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/effect/landmark/start/psychiatrist, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"cKN" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/west) +"cKS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/ash, +/obj/structure/cable{ + 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/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"cLc" = ( +/obj/structure/table/reinforced, +/obj/item/eftpos, +/obj/machinery/camera{ + c_tag = "Barber Shop"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"cLg" = ( +/obj/effect/turf_decal/delivery/partial, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cLj" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/autolathe{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/circuitboard/ore_redemption{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cLk" = ( +/obj/structure/transit_tube/curved, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"cLm" = ( +/turf/simulated/wall, +/area/station/science/research) +"cLp" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/effect/spawner/random_spawners/dirt_maybe, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"cLr" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/turf/simulated/floor/carpet, +/area/station/hallway/primary/central/se) +"cLE" = ( +/obj/structure/table, +/obj/item/poster/random_contraband, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"cLH" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/public/park) +"cLK" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"cLO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"cLR" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"cMe" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"cMi" = ( +/obj/machinery/atmospherics/portable/scrubber/huge/stationary, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/security/permabrig) +"cMm" = ( +/obj/effect/decal/cleanable/glass, +/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/plasteel, +/area/station/maintenance/aft2) +"cMD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"cMJ" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"cMK" = ( +/obj/item/clothing/head/cone{ + pixel_x = -8; + pixel_y = 12 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"cMQ" = ( +/obj/item/toy/plushie/robo_corgi, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cMS" = ( +/obj/structure/table, +/obj/item/ashtray/plastic, +/obj/machinery/newscaster/security_unit{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"cNi" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"cNj" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/public/arcade) +"cNn" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"cNu" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cNH" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"cNJ" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/station/maintenance/aft2) +"cNL" = ( +/obj/structure/cable{ + 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/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"cNM" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/science/research) +"cNO" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/storage) +"cNR" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille/broken, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cNU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"cOi" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"cOq" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cOt" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1 + }, +/obj/machinery/access_button{ + autolink_id = "turbine_btn_ext"; + name = "Gas Turbine Airlock Control"; + pixel_x = 5; + pixel_y = -23 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/atmos/asteroid_filtering) +"cOv" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/engineering/smes) +"cOx" = ( +/obj/structure/rack, +/obj/item/flashlight/flare/glowstick/random, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"cOH" = ( +/obj/structure/rack, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"cOJ" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Atmospherics" + }, +/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/mapping_helpers/airlock/access/all/science/minisat, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"cOU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"cOY" = ( +/obj/machinery/economy/vending/wallmed/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"cPe" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"cPn" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_y = 8; + pixel_x = -6 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/sorting) +"cPr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cPv" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"cPx" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cPy" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"cPF" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cPG" = ( +/obj/effect/landmark/lightsout, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"cPI" = ( +/obj/structure/sign/pods{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Fore"; + network = list("SS13","engine") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"cPM" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/soap, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"cPN" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/medical/genetics, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"cPS" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"cPY" = ( +/turf/simulated/wall, +/area/station/hallway/secondary/entry/west) +"cQb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + 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/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cQd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cQi" = ( +/obj/item/kirbyplants, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "Mini Satellite Access"; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/station/engineering/ai_transit_tube) +"cQk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"cQp" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/processing) +"cQy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"cQM" = ( +/obj/machinery/camera{ + c_tag = "Starboard-Aft Primary Hallway"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"cRa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"cRc" = ( +/obj/machinery/door/airlock/medical, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/morgue, +/obj/effect/mapping_helpers/airlock/access/any/security/forensics, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"cRi" = ( +/turf/simulated/wall, +/area/station/security/main) +"cRk" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"cRu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"cRv" = ( +/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/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cRA" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"cRC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"cRD" = ( +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"cRJ" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"cRS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/space, +/area/space) +"cSc" = ( +/obj/effect/landmark/burnturf, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cSg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cSh" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"cSl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"cSn" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"cSv" = ( +/obj/effect/spawner/random_spawners/dirt_maybe, +/obj/structure/cable{ + 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/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"cSw" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"cSM" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/command/office/cmo) +"cSZ" = ( +/obj/item/shard, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cTe" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Mr. Chang's" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/public/mrchangs) +"cTf" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cTh" = ( +/obj/effect/decal/cleanable/confetti, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"cTn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"cTr" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"cTs" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"cTt" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"cTw" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"cTy" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"cTA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"cTI" = ( +/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/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 8; + req_access_txt = null; + sort_type_txt = "1" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"cTM" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"cTR" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Tank to Mix"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"cTS" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cUb" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"cUc" = ( +/obj/structure/railing/cap{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/station/hallway/secondary/exit) +"cUg" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/mineral/stacking_unit_console{ + pixel_y = 25 + }, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"cUk" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"cUn" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"cUv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"cUx" = ( +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"cUy" = ( +/obj/structure/transit_tube/diagonal/topleft, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_filtering) +"cUH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/vault) +"cUM" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/landmark/start/assistant, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"cUP" = ( +/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/plating, +/area/station/maintenance/starboard) +"cVe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Brig Firing Range South West"; + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/range) +"cVf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cVg" = ( +/obj/effect/decal/cleanable/confetti, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"cVh" = ( +/obj/machinery/fishtank/tank, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel, +/area/station/public/pet_store) +"cVi" = ( +/obj/structure/chair/sofa, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/carpet, +/area/station/public/dorms) +"cVm" = ( +/obj/effect/decal/cleanable/generic, +/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/plasteel, +/area/station/maintenance/apmaint) +"cVs" = ( +/obj/item/kirbyplants, +/obj/machinery/alarm/directional/south, +/obj/machinery/camera{ + c_tag = "Medbay Cloning"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"cVy" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cVJ" = ( +/obj/item/storage/fancy/crayons, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cWe" = ( +/obj/structure/table/reinforced, +/obj/item/cartridge/cargo{ + pixel_x = -3 + }, +/obj/item/cartridge/cargo{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/cartridge/cargo{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"cWD" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/blueshield, +/obj/item/radio/intercom{ + frequency = 1447; + name = "custom placement"; + pixel_x = 28; + pixel_y = 28 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"cWI" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"cWJ" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/supply/sorting) +"cWL" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cWQ" = ( +/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; + initialize_directions = 11 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"cWU" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"cXg" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cXh" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"cXk" = ( +/obj/structure/closet/wardrobe/xenos, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"cXp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"cXs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"cXt" = ( +/obj/machinery/computer/rdconsole/core, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"cXw" = ( +/obj/machinery/suit_storage_unit/atmos/secure, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cXx" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + name = "Server Interior Door" + }, +/obj/machinery/door/window/reinforced/normal{ + name = "Server Exterior Door"; + dir = 4 + }, +/obj/structure/cable{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/science/server/coldroom) +"cXC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cXH" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"cXT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/station/command/office/ce) +"cXZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/sw) +"cYq" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/research_director, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/rd) +"cYC" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_midori, +/obj/item/lighter{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cYX" = ( +/obj/machinery/power/emitter, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"cYZ" = ( +/obj/machinery/economy/vending/artvend, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/service/theatre) +"cZq" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"cZB" = ( +/obj/machinery/door/airlock{ + name = "Toilet" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/brig) +"cZD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHN2"; + location = "CMD" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/hallway/primary/fore/north) +"cZM" = ( +/obj/structure/sink/kitchen{ + dir = 4; + pixel_y = 3; + pixel_x = -13 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"cZN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cZW" = ( +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"dad" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"dag" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/box/seccarts{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/machinery/alarm/directional/south, +/obj/machinery/camera{ + c_tag = "Brig Secure Armory South"; + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"dat" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/fore/north) +"daC" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 8 + }, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/effect/mapping_helpers/airlock/windoor/access/all/security/doors{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/autoname{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/secondary) +"daE" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/construction, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"daJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"daQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/computer) +"daX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6; + initialize_directions = 6 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"dbc" = ( +/obj/structure/closet/crate, +/obj/item/storage/bag/trash, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"dbk" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"dbn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/plating/airless, +/area/station/turret_protected/aisat/interior) +"dbo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"dbu" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"dbM" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/station/medical/medbay2) +"dbR" = ( +/turf/simulated/wall, +/area/station/hallway/primary/central/sw) +"dbS" = ( +/obj/structure/closet/firecloset, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/south) +"dbY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"dbZ" = ( +/obj/structure/janitorialcart, +/obj/effect/turf_decal/delivery/green/hollow, +/obj/structure/sign/poster/official/bless_this_spess{ + pixel_x = -32 + }, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"dcb" = ( +/obj/machinery/computer/card, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 30; + layer = 3.5 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/command/bridge) +"dcc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/barricade/wooden, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dcm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"dcn" = ( +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "qm" + }, +/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/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"dcw" = ( +/obj/effect/turf_decal/delivery/hollow/left, +/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/plasteel, +/area/station/supply/storage) +"dcx" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/command/office/cmo) +"dcz" = ( +/obj/machinery/door/airlock/maintenance, +/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" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"dcA" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/station/service/hydroponics) +"dcH" = ( +/obj/machinery/computer/area_atmos/area, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"dcL" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"dda" = ( +/obj/structure/safe{ + known_by = list("captain") + }, +/obj/item/clothing/head/bearpelt, +/obj/item/folder/documents, +/obj/item/reagent_containers/drinks/bottle/vodka/badminka, +/obj/item/lighter/zippo/nt_rep, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/stack/spacecash/c1000, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/vault) +"ddk" = ( +/obj/structure/table, +/obj/item/storage/secure/safe{ + pixel_y = 25 + }, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"ddm" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/item/stack/rods, +/obj/item/stack/cable_coil{ + amount = 1; + pixel_y = 4; + pixel_x = 7 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"ddq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint2) +"ddv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"ddz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"ddE" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"ddN" = ( +/obj/structure/mopbucket, +/obj/item/caution, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ddW" = ( +/obj/machinery/computer/security/mining{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"ddY" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "toxinsdriver" + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"deb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"deg" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"dem" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/lobby) +"deF" = ( +/obj/machinery/alarm/directional/west, +/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/carpet/royalblue, +/area/station/command/office/captain) +"deO" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"dfd" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"dfg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"dfs" = ( +/mob/living/simple_animal/mouse, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"dft" = ( +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24; + pixel_y = 5 + }, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"dfI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dfT" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance" + }, +/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" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/minisat, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"dga" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"dgb" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"dgc" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/south) +"dgi" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"dgj" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"dgk" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"dgl" = ( +/obj/structure/cable{ + 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; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dgm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dgq" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Cloning Storage" + }, +/obj/structure/rack, +/obj/item/clothing/under/plasmaman{ + pixel_x = 2; + pixel_y = -6 + }, +/obj/item/clothing/under/plasmaman{ + pixel_x = 2; + pixel_y = -6 + }, +/obj/item/clothing/under/plasmaman{ + pixel_x = 2; + pixel_y = -6 + }, +/obj/item/clothing/head/helmet/space/plasmaman{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/clothing/head/helmet/space/plasmaman{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/clothing/head/helmet/space/plasmaman{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"dgr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"dgx" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + sort_type_txt = "24" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"dgy" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"dgE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"dgT" = ( +/obj/structure/rack, +/obj/item/clothing/head/helmet/riot{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_x = 3; + pixel_y = -5 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_y = -5 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_x = -3; + pixel_y = -5 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"dgY" = ( +/obj/structure/sign/electricshock{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"dhi" = ( +/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" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"dhk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall, +/area/station/maintenance/security/fore) +"dht" = ( +/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; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"dhu" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "teleshutter"; + name = "Teleport Access Shutters" + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"dhA" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"dhB" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/box/cups, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"dhE" = ( +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"dhP" = ( +/obj/structure/computerframe{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dhY" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"dhZ" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dil" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dim" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"dir" = ( +/obj/structure/closet/crate, +/obj/item/trash/liquidfood, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"dis" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"diu" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/service/hydroponics) +"diy" = ( +/obj/structure/table, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"diD" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"diP" = ( +/obj/machinery/economy/atm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard) +"diQ" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/science/misc_lab) +"diW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"djg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"djj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/purple{ + dir = 8 + }, +/turf/simulated/wall, +/area/station/engineering/equipmentstorage) +"djk" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/flask/detflask, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"djB" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/ears/earmuffs{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/machinery/alarm/directional/west, +/obj/machinery/camera{ + c_tag = "Research Test Lab West"; + network = list("Research","SS13"); + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"djI" = ( +/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 = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/break_room/secondary) +"djJ" = ( +/obj/effect/overlay/palmtree_l, +/turf/simulated/floor/beach/away/sand, +/area/station/public/dorms) +"djX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/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{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"dka" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"dkm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"dkq" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"dkv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio2"; + name = "Chamber 2 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"dkx" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"dkz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"dkD" = ( +/obj/structure/table, +/obj/item/kitchen/knife, +/obj/item/reagent_containers/drinks/bottle/cream{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"dkF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/service/theatre) +"dkG" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/public/storage/tools) +"dkQ" = ( +/obj/machinery/door/window{ + name = "Bar Door"; + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/service/bar{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"dkT" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"dlb" = ( +/obj/docking_port/mobile/pod{ + id = "pod2"; + name = "escape pod 2"; + dir = 4 + }, +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock"; + name = "Escape Pod Hatch" + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_2) +"dlq" = ( +/obj/structure/rack, +/mob/living/simple_animal/bot/floorbot{ + on = 0 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"dls" = ( +/obj/structure/safe/floor, +/obj/item/soap/deluxe, +/obj/item/toy/figure/mech/seraph, +/obj/item/lighter/zippo/nt_rep, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft2) +"dlx" = ( +/obj/machinery/computer/message_monitor, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/command/server) +"dlz" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"dlE" = ( +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/item/taperecorder, +/obj/item/tape/random{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"dlH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Engineering Construction Hallway"; + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"dlI" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"dlO" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/nuke{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"dlP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"dlV" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/ne) +"dlW" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/rd) +"dmn" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dmz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"dmB" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + dir = 4; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("Toxins") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"dmF" = ( +/obj/item/paper/crumpled, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"dmI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/landmark/spawner/xeno, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"dmR" = ( +/obj/structure/closet/crate, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dmT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"dmX" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dmY" = ( +/obj/structure/table, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"dnh" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/item/stack/sheet/animalhide/generic, +/obj/effect/decal/cleanable/blood/old, +/obj/item/food/meat/monkey, +/obj/item/food/meat/monkey, +/obj/item/food/meat/monkey, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"dnp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio4"; + name = "Chamber 4 Containment Blast Doors" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"dnw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"dnx" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"dny" = ( +/obj/machinery/computer/security/engineering, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos/control) +"dnA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/station/service/bar) +"dnE" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular/empty, +/obj/item/storage/firstaid/regular/empty, +/obj/item/storage/firstaid/regular/empty, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/obj/item/flash, +/obj/item/flash, +/obj/item/flash{ + pixel_y = 6; + pixel_x = 9 + }, +/obj/item/flash{ + pixel_y = 6; + pixel_x = 9 + }, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"dnL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"dnO" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"dnZ" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"doh" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"dos" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/structure/cable{ + 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, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"doy" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"doC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"doE" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"doI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"doK" = ( +/obj/structure/punji_sticks/spikes{ + desc = "Don't step on this. These are exceptionally well hidden"; + name = "Hidden spikes" + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"doM" = ( +/obj/structure/sign/bobross{ + pixel_y = 32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Captain's Office North" + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"doR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"doV" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Messaging Server" + }, +/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/mapping_helpers/airlock/access/all/science/rd, +/obj/machinery/door/firedoor, +/turf/simulated/floor/engine, +/area/station/command/server) +"doY" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "packageSort2" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"dpa" = ( +/obj/machinery/field/generator, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"dpb" = ( +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dpi" = ( +/obj/machinery/camera{ + c_tag = "Arrivals West"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"dpk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"dpp" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"dpq" = ( +/obj/effect/landmark/damageturf, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dpv" = ( +/obj/structure/table, +/obj/item/poster/random_contraband, +/obj/item/t_scanner, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dpx" = ( +/turf/simulated/wall, +/area/station/security/lobby) +"dpF" = ( +/obj/structure/grille/broken, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dqh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"dqp" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/medical/break_room) +"dqq" = ( +/obj/item/paper{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_office) +"dqs" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/theatre) +"dqB" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"dqM" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/sleep) +"dqN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"dqX" = ( +/obj/structure/chair/sofa, +/obj/effect/landmark/start/assistant, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/station/public/dorms) +"drk" = ( +/obj/structure/chair/comfy/teal, +/obj/effect/landmark/start/chief_medical_officer, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/wood, +/area/station/command/office/cmo) +"dro" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"drt" = ( +/obj/structure/table, +/obj/item/folder/white{ + pixel_x = 13 + }, +/obj/item/pen/red{ + pixel_x = 13 + }, +/obj/machinery/door_control{ + id = "viroshutters"; + name = "Privacy Shutters Control"; + pixel_x = -7; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"dru" = ( +/obj/structure/target_stake, +/obj/machinery/magnetic_module, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"drv" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"drz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"drC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"drD" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"drL" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + color = ""; + name = "Gas Mix Outlet Valve" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"drN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + 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/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"drU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"drV" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"drX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison) +"dsi" = ( +/obj/structure/closet/crate/freezer/iv_storage, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"dso" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dss" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen{ + anchored = 1 + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"dst" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"dsu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/maintenance/starboard) +"dsv" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + name = "Security Reception" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"dsA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/table_frame, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"dsH" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"dsL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"dsM" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"dsO" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"dsP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"dsQ" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"dsR" = ( +/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" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"dsS" = ( +/turf/simulated/wall/r_wall, +/area/station/science/rnd) +"dsY" = ( +/obj/machinery/disposal, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"dsZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"dtd" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"dtg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"dti" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"dtw" = ( +/turf/simulated/wall/r_wall, +/area/station/science/toxins/launch) +"dty" = ( +/obj/structure/table, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"dtF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"dtL" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/cyborgrecharger{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/mech_bay_power_console, +/obj/item/circuitboard/mech_recharger{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/mechfab{ + pixel_y = -6; + pixel_x = 6 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"dtO" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"dtU" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/storage/box/flashbangs, +/obj/item/clothing/glasses/sunglasses{ + pixel_y = 4 + }, +/obj/item/radio/intercom/department/security{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"dtW" = ( +/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/plating, +/area/station/aisat/hall) +"duf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"duh" = ( +/obj/machinery/door/airlock/security/glass, +/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/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"duj" = ( +/obj/structure/transit_tube, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid_filtering) +"dus" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"dut" = ( +/obj/structure/bed/dogbed, +/mob/living/simple_animal/mouse/white/Brain, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"duG" = ( +/obj/structure/table, +/mob/living/simple_animal/bot/floorbot{ + on = 0 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"duK" = ( +/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/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"duS" = ( +/obj/item/ammo_box/magazine/laser{ + max_ammo = 0; + name = "Old Spent Magazine" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"duW" = ( +/obj/item/salvage/ruin/pirate{ + color = null + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"duY" = ( +/obj/effect/spawner/window/reinforced/polarized{ + id = "Theatre_inprogress" + }, +/turf/simulated/floor/plating, +/area/station/service/theatre) +"dva" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/command/office/captain/bedroom) +"dvc" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/station/medical/medbay2) +"dvd" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Head of Personnel's Office"; + pixel_y = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"dvf" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"dvh" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"dvq" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"dvw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/public/fitness) +"dvx" = ( +/obj/effect/spawner/airlock/w_to_e, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"dvy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"dvA" = ( +/obj/machinery/economy/vending/shoedispenser, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "arrival" + }, +/area/station/service/theatre) +"dvO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/west) +"dvU" = ( +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"dwn" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet, +/area/station/public/dorms) +"dwq" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin, +/obj/machinery/camera{ + c_tag = "Virology Isolation Observation"; + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"dws" = ( +/turf/simulated/wall, +/area/station/medical/psych) +"dwx" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dwF" = ( +/obj/item/kirbyplants, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"dwG" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/south) +"dwJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"dwN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"dwY" = ( +/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/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/security/permabrig) +"dxa" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/starboard) +"dxe" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/space, +/area/space/nearstation) +"dxf" = ( +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"dxh" = ( +/turf/simulated/floor/greengrid, +/area/station/command/vault) +"dxj" = ( +/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/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"dxl" = ( +/obj/structure/cable{ + 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/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"dxp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"dxs" = ( +/obj/structure/closet/wardrobe/pjs, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"dxx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"dxG" = ( +/obj/machinery/atmospherics/portable/pump, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"dxH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"dxI" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/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/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"dxN" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"dxU" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/engineering/control) +"dyc" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"dye" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/transit) +"dyE" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"dyQ" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"dyT" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/storage) +"dyY" = ( +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"dza" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"dzb" = ( +/obj/machinery/disposal, +/obj/machinery/alarm/directional/west, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"dzf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"dzi" = ( +/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/plasteel, +/area/station/hallway/primary/central/se) +"dzk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"dzA" = ( +/obj/structure/morgue, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"dzR" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"dzT" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"dzU" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"dzV" = ( +/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{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"dAa" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"dAe" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"dAg" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"dAl" = ( +/obj/effect/turf_decal{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"dAr" = ( +/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/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dAs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"dAw" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"dAI" = ( +/obj/machinery/door/airlock/atmos/glass{ + heat_proof = 1; + name = "Supermatter Chamber" + }, +/obj/effect/turf_decal/stripes/red, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"dAR" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"dAS" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/item/radio/intercom/department/security{ + pixel_y = -28 + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"dAU" = ( +/obj/item/desk_bell{ + pixel_x = 7; + pixel_y = 7; + anchored = 1 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"dBm" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"dBE" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/obj/item/plant_analyzer{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"dBN" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"dBU" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hardsuitstorage) +"dBW" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"dCa" = ( +/obj/machinery/kitchen_machine/grill, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"dCg" = ( +/obj/machinery/door/airlock/command/glass, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast south"; + name = "Bridge Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"dCm" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "xenobio4"; + name = "Chamber 4 Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"dCr" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison) +"dCu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"dCw" = ( +/obj/machinery/atmospherics/portable/scrubber, +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Portable Air Pump Connector" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/west) +"dCz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"dCA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"dCK" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/computer/general_air_control{ + name = "Bomb Mix Monitor"; + autolink_sensors = list("burn_sensor"="Burn Mix"); + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/science/toxins/mixing) +"dCN" = ( +/obj/structure/cable, +/obj/structure/computerframe{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"dCQ" = ( +/obj/structure/closet/wardrobe/black, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"dCS" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"dCY" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"dDk" = ( +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"dDm" = ( +/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/plating, +/area/station/aisat/hall) +"dDn" = ( +/obj/machinery/economy/vending/suitdispenser, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"dDp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"dDr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/shops) +"dDu" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/camera{ + c_tag = "Xenobiology Control"; + dir = 9; + network = list("Research","SS13") + }, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"dDv" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"dDw" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"dDC" = ( +/obj/item/stack/cable_coil, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dDD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio1"; + name = "Chamber 1 Containment Blast Doors" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"dDJ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block) +"dDL" = ( +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"dDM" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/machinery/camera{ + c_tag = "Perma Cell 4"; + network = list("Prison","SS13"); + dir = 8 + }, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_x = 28 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"dDS" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"dEa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"dEd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/security/permabrig) +"dEg" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"dEl" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"dEs" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"dEv" = ( +/obj/structure/table, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"dEI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"dEL" = ( +/obj/structure/cable{ + 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/engine, +/area/station/engineering/engine) +"dEV" = ( +/obj/effect/spawner/random_barrier/obstruction, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dEX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dFh" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/smes) +"dFw" = ( +/obj/machinery/door/window/classic/normal{ + name = "Mass Driver Control Door"; + dir = 1 + }, +/obj/machinery/door/window/classic/reversed{ + name = "Toxins Launcher" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/tox{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/tox, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"dFz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"dFC" = ( +/obj/item/cigbutt/roach, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"dFR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"dFT" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"dFY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"dGc" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"dGi" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/fore_port) +"dGj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"dGm" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"dGn" = ( +/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" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"dGo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"dGu" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/engineer, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"dGC" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint2) +"dGH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prisonershuttle) +"dGI" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dGL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"dGN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio2"; + name = "Chamber 2 Containment Blast Doors" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"dGS" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"dGX" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"dHa" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Shuttle Central 2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"dHi" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"dHw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"dHy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dHC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/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{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/medbay2) +"dHG" = ( +/obj/structure/rack, +/obj/item/tank/internals/air, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dHI" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dHR" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"dHT" = ( +/obj/machinery/door/airlock/external{ + id_tag = "eng_door_int"; + locked = 1; + name = "Engineering External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"dHW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"dIj" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/command/vault) +"dIo" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block) +"dIp" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"dIH" = ( +/obj/item/decorations/sticky_decorations/flammable/spiderweb{ + pixel_y = 20 + }, +/obj/structure/rack, +/obj/item/latexballon, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"dIP" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"dIS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dIU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/wall, +/area/station/engineering/equipmentstorage) +"dIX" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"dJj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/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, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"dJl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dJp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"dJq" = ( +/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/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry/lounge) +"dJy" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Observation" + }, +/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/mapping_helpers/airlock/access/all/science/minisat, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/hall) +"dJU" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plating, +/area/station/aisat/service) +"dKa" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/analyzer, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"dKc" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"dKd" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"dKf" = ( +/turf/simulated/wall, +/area/station/command/office/captain) +"dKi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/explab) +"dKo" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dKr" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"dKt" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/firealarm/directional/south, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"dKM" = ( +/obj/machinery/economy/vending/security, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcheck" + }, +/area/station/security/storage) +"dKU" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"dLd" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/atmos/control) +"dLq" = ( +/obj/structure/railing/cap, +/turf/simulated/floor/plating/asteroid/basalt/plasma, +/area/station/engineering/atmos/asteroid_core) +"dLr" = ( +/obj/structure/table, +/obj/item/clothing/head/welding, +/obj/item/weldingtool, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dLt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"dLC" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitecorner" + }, +/area/station/hallway/primary/central/nw) +"dLI" = ( +/obj/machinery/camera{ + c_tag = "Public Beachside"; + dir = 5 + }, +/turf/simulated/floor/beach/away/sand, +/area/station/public/dorms) +"dLJ" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"dLL" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/machinery/camera/motion{ + c_tag = "AI Upload Foyer"; + network = list("SS13","RD","AIUpload"); + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/turret_protected/ai_upload) +"dMd" = ( +/obj/structure/rack, +/obj/item/t_scanner, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"dMo" = ( +/obj/machinery/economy/vending/bardrobe, +/turf/simulated/floor/wood, +/area/station/service/bar) +"dMr" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"dMv" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"dME" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "dormshop1" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"dMF" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dMG" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/grass, +/area/station/public/park) +"dMK" = ( +/obj/structure/table/glass, +/obj/item/cartridge/medical{ + pixel_y = 1; + pixel_x = 4 + }, +/obj/item/cartridge/medical{ + pixel_x = -3 + }, +/obj/item/cartridge/chemistry{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"dMO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/science/break_room) +"dMW" = ( +/obj/structure/table, +/obj/item/book/manual/hydroponics_pod_people, +/obj/item/grenade/chem_grenade/antiweed, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/service/hydroponics) +"dMX" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "eva-shutters"; + name = "E.V.A. Storage Shutters" + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"dNa" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dNb" = ( +/obj/machinery/flasher{ + id = "Cell 1"; + pixel_y = 28 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block) +"dNg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/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/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"dNi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"dNj" = ( +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Kitchen Pasture"; + dir = 1 + }, +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"dNk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"dNl" = ( +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Brig Hall Mid 2"; + dir = 8 + }, +/obj/item/radio/intercom/department/security{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"dNq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"dNt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"dNw" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"dNN" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/station/security/lobby) +"dNO" = ( +/obj/item/kirbyplants, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"dNP" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dOa" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dOc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"dOf" = ( +/obj/item/food/meat, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"dOt" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"dOx" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"dOB" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore_port) +"dOF" = ( +/obj/structure/railing, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"dOH" = ( +/obj/structure/rack, +/obj/item/folder/red{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/folder/blue{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/folder, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"dOQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/valve/digital/open, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"dOZ" = ( +/obj/machinery/door/window/classic/normal{ + name = "Containment Pen"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"dPa" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"dPc" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/obj/machinery/camera{ + c_tag = "Engineering Foyer South"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/break_room) +"dPe" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"dPj" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/sw) +"dPF" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.05 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"dPL" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/maintenance/starboard) +"dPQ" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/evidence) +"dPS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/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, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"dPV" = ( +/obj/structure/table/wood, +/obj/item/stack/spacecash/c10{ + pixel_y = 2; + pixel_x = 4 + }, +/obj/item/stack/spacecash/c10{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/item/stack/spacecash/c10{ + pixel_y = -3; + pixel_x = 6 + }, +/obj/item/stack/spacecash/c10{ + pixel_y = -2; + pixel_x = -3 + }, +/obj/item/stack/spacecash/c10, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"dPX" = ( +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/obj/machinery/space_heater, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"dQg" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"dQj" = ( +/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, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"dQk" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/reagent_containers/condiment/enzyme, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/dorms/port) +"dQx" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_1) +"dQC" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"dQJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/soap, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/starboard) +"dQX" = ( +/obj/structure/table_frame, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"dRc" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"dRn" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"dRo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/explab) +"dRp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"dRu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"dRy" = ( +/obj/effect/decal/cleanable/vomit/green, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"dRz" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 4; + name = "Port To Waste" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"dRD" = ( +/turf/simulated/wall, +/area/station/command/office/cmo) +"dRH" = ( +/obj/effect/spawner/random_spawners/dirt_maybe, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"dRL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"dRS" = ( +/obj/effect/decal/cleanable/generic, +/obj/item/kitchen/knife/shiv, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"dRY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "RnDChem"; + name = "Chamber Blast Doors"; + pixel_x = 3; + pixel_y = 5 + }, +/obj/machinery/ignition_switch{ + id = "testigniter"; + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; + name = "Chemistry Cleaner"; + pixel_x = -10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"dSb" = ( +/obj/effect/decal/cleanable/confetti, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"dSc" = ( +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"dSf" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"dSm" = ( +/obj/item/multitool, +/obj/item/t_scanner, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"dSr" = ( +/obj/structure/weightmachine/stacklifter, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"dSJ" = ( +/obj/structure/rack, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"dSS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"dTb" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/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/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"dTc" = ( +/obj/structure/closet/jcloset, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"dTf" = ( +/obj/machinery/defibrillator_mount{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dTi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"dTk" = ( +/obj/structure/table/reinforced, +/obj/item/folder{ + pixel_x = -4 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stamp/law, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"dTm" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"dTr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"dTJ" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"dTN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"dTV" = ( +/obj/machinery/computer/library, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"dTX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"dUf" = ( +/obj/effect/mapping_helpers/airlock/access/all/science/minisat, +/turf/simulated/floor/plating, +/area/station/engineering/ai_transit_tube) +"dUt" = ( +/obj/structure/closet/coffin, +/obj/machinery/door/window/classic/normal{ + name = "Coffin Storage"; + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/chapel_office{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"dUF" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Armory_North"; + location = "Armory_South" + }, +/mob/living/simple_animal/bot/secbot/armsky{ + auto_patrol = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"dUP" = ( +/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/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"dUQ" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Escape Shuttle Cell" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"dVe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"dVo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredcheck" + }, +/area/station/security/storage) +"dVs" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/hand_labeler, +/obj/machinery/alarm/directional/north, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"dVJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dVM" = ( +/obj/machinery/economy/vending/coffee, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"dVN" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"dVS" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/station/hallway/secondary/exit) +"dVV" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/alarm/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"dVY" = ( +/obj/structure/closet/crate/freezer/iv_storage, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"dWb" = ( +/obj/machinery/smartfridge/foodcart, +/obj/machinery/camera{ + c_tag = "Kitchen South"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"dWe" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 12; + id = "ferry_home"; + name = "port bay 3"; + width = 5 + }, +/turf/space, +/area/space) +"dWq" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/obj/machinery/camera{ + c_tag = "Messaging Server"; + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/command/server) +"dWs" = ( +/obj/structure/bookcase/manuals, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"dWH" = ( +/obj/structure/bookcase{ + name = "bookcase (Reference)" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"dWJ" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/service/theatre) +"dWQ" = ( +/obj/machinery/access_button{ + autolink_id = "eng_btn_int"; + pixel_x = -22; + pixel_y = -20; + req_access_txt = "10;13" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"dXh" = ( +/obj/effect/landmark/burnturf, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dXl" = ( +/obj/structure/table/wood, +/obj/machinery/bottler, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"dXu" = ( +/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/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"dXx" = ( +/obj/structure/closet/crate, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/tracker_electronics, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"dXC" = ( +/obj/structure/chair, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"dXH" = ( +/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/wood, +/area/station/service/library) +"dXR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/public/pet_store) +"dYe" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/apmaint) +"dYn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"dYr" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dYs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"dYy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/asteroid_filtering) +"dYz" = ( +/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/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"dYS" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior South West"; + dir = 8; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/space/nearstation) +"dYX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 5 + }, +/turf/space, +/area/space/nearstation) +"dZa" = ( +/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, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"dZj" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Primate Pen" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"dZk" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dZo" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dZp" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/electrical{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/storage/toolbox/mechanical, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"dZq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"dZr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 10 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos/asteroid_filtering) +"dZt" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/light/small, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"dZx" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.05 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_starboard) +"dZB" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"dZF" = ( +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"dZI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dZP" = ( +/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/plasteel, +/area/station/hallway/primary/central/nw) +"dZY" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "NTR" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"ead" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"eaj" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"eak" = ( +/turf/simulated/wall/r_wall, +/area/station/science/xenobiology) +"ear" = ( +/turf/simulated/wall, +/area/station/medical/cloning) +"eax" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"eaD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry/west) +"eaM" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"eaQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"eaS" = ( +/obj/structure/table, +/obj/item/flash, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"eaY" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"ebg" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/prison/cell_block) +"ebp" = ( +/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" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"ebq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ebu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio4"; + name = "Chamber 4 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio5"; + name = "Chamber 5 Containment Blast Doors" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"eby" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ebA" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"ebB" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/spacebridge/security/west) +"ebE" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"ebJ" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/book/manual/wiki/sop_legal{ + pixel_y = 6; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/prison/cell_block) +"ebN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"ebO" = ( +/obj/machinery/door/airlock/maintenance{ + electrified_until = -1; + locked = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"eca" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"ech" = ( +/obj/structure/table, +/obj/item/rpd{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/item/rpd, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"eci" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"ecj" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer/on{ + name = "Temperature control unit" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"ecm" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"ecq" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/engineering/ai_transit_tube) +"ecx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + 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/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"ecy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ecA" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "Prison B Showers External"; + dir = 10; + network = list("Prison","SS13") + }, +/turf/space, +/area/space/nearstation) +"ecC" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"ecD" = ( +/obj/structure/table, +/obj/item/weldingtool/largetank, +/obj/item/clothing/glasses/welding, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"ecH" = ( +/obj/machinery/atmospherics/binary/valve/open, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"ecJ" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"ecM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"ecO" = ( +/obj/item/assembly/timer{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/assembly/timer{ + pixel_x = -1 + }, +/obj/item/assembly/timer{ + pixel_x = 1; + pixel_y = -2 + }, +/obj/structure/rack, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"ecR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"ecU" = ( +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"edb" = ( +/obj/structure/table, +/obj/item/food/no_raisin{ + pixel_y = 15 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/brig) +"edf" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"edg" = ( +/obj/structure/rack, +/obj/item/toy/foamblade, +/obj/item/toy/chainsaw, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "arrival" + }, +/area/station/service/theatre) +"edn" = ( +/obj/machinery/driver_button{ + id_tag = "trash"; + pixel_x = 24; + pixel_y = -8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"edw" = ( +/obj/structure/dispenser, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"edG" = ( +/obj/machinery/door/airlock{ + name = "Prison Toilets" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"edM" = ( +/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/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/break_room) +"edO" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/public/dorms) +"edR" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"edS" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/service/theatre) +"edX" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/item/book/manual/wiki/sop_supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"edZ" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/storage) +"eeh" = ( +/obj/machinery/door/airlock/atmos{ + name = "Aft-Port Atmospherics Maintenance" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"eex" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room/secondary) +"eez" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"eeH" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"eeK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"eeP" = ( +/obj/machinery/alarm/directional/west, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"eeY" = ( +/obj/structure/closet/l3closet/janitor, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"eff" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"efj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"efB" = ( +/turf/simulated/floor/wood, +/area/station/command/office/rd) +"efD" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"efE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"efF" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"efJ" = ( +/obj/machinery/door/airlock/public/glass, +/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/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/park) +"efL" = ( +/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 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/robotics) +"efN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"efQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"efU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"efX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"efY" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"ega" = ( +/obj/structure/kitchenspike_frame, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"egc" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"ege" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"egs" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"egC" = ( +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"egJ" = ( +/obj/structure/table_frame, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"egR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"egS" = ( +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"egV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/engineering/ai_transit_tube) +"eha" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"ehg" = ( +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"eho" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/hallway/primary/central/west) +"ehy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint2) +"ehK" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/wood, +/area/station/public/dorms) +"ehO" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ehR" = ( +/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/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ehX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"eij" = ( +/obj/machinery/power/treadmill{ + dir = 8 + }, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"eiD" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/science/server/coldroom) +"eiF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"eiK" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"eiO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"eiU" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/red, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"eiX" = ( +/obj/item/assembly/mousetrap/armed, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"ejd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/y, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"ejg" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ejl" = ( +/turf/simulated/wall/r_wall, +/area/station/security/lobby) +"ejo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"eju" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"ejB" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ferry_home"; + locked = 1 + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry/west) +"ejD" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/secondary/entry/east) +"ejL" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall/r_wall, +/area/station/command/vault) +"ejP" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hall East"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard) +"ejQ" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/processing) +"ejV" = ( +/obj/effect/spawner/random_barrier/obstruction, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ejY" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ejZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/cmo) +"ekg" = ( +/obj/structures/plasmageyser, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"eki" = ( +/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/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"ekj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ekk" = ( +/turf/simulated/wall, +/area/station/medical/break_room) +"ekz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/park) +"ekB" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/genetics, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"ekC" = ( +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -8; + pixel_y = 19 + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"ekE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"ekJ" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"ekM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"ekP" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/obj/machinery/camera{ + c_tag = "Medbay Corridor Entrance"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"ekV" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"elf" = ( +/obj/effect/landmark/lightsout, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"elt" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "QM #3" + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/storage) +"elw" = ( +/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/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"elA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"elG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/lobby) +"elI" = ( +/obj/structure/grille/broken, +/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/plasteel, +/area/station/maintenance/aft) +"elN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ce) +"elP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"elQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/space, +/area/space) +"elV" = ( +/obj/machinery/disposal/deliveryChute, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"elY" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/sorting) +"emb" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"emd" = ( +/obj/machinery/light, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"eme" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"emi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"emk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"emp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"emt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/grille/broken, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"emx" = ( +/obj/structure/table, +/obj/item/ashtray/glass, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_y = 11; + pixel_x = 9 + }, +/obj/item/clothing/mask/cigarette, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"emz" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"emE" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"emF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"emL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"emN" = ( +/obj/machinery/door/airlock/command/glass{ + name = "AI Core" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/command, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"emQ" = ( +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"emS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"enc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_starboard) +"enk" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "External Gas to Loop" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"enp" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"eny" = ( +/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/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"enL" = ( +/turf/simulated/wall, +/area/station/engineering/hardsuitstorage) +"enO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Bar Access" + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"enQ" = ( +/obj/machinery/camera{ + c_tag = "Public Garden East"; + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/garden) +"enX" = ( +/obj/effect/landmark/damageturf, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"eob" = ( +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"eod" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"eom" = ( +/obj/item/chair, +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random_spawners/blood_often, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"eoo" = ( +/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/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"eop" = ( +/obj/structure/chair/sofa/left, +/obj/structure/sign/poster/contraband/ambrosia_vulgaris{ + pixel_y = 32 + }, +/obj/item/clothing/mask/cigarette/rollie, +/turf/simulated/floor/carpet, +/area/station/maintenance/apmaint2) +"eoz" = ( +/obj/machinery/economy/vending/autodrobe, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"eoA" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"eoM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"eoO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/sleep) +"epa" = ( +/obj/machinery/chem_master, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_y = -32 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"epc" = ( +/obj/structure/railing/cap{ + dir = 9 + }, +/turf/simulated/floor/plating/asteroid/basalt/plasma, +/area/station/engineering/atmos/asteroid_core) +"eps" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"epu" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"epx" = ( +/obj/structure/rack, +/obj/item/decorations/sticky_decorations/flammable/tinsel/halloween{ + pixel_y = 20 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"epy" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"epz" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio1"; + name = "Chamber 1 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio2"; + name = "Chamber 2 Containment Blast Doors" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"epC" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"epE" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"epS" = ( +/obj/machinery/economy/vending/snack, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"epT" = ( +/obj/machinery/economy/vending/virodrobe, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"epY" = ( +/obj/effect/decal/cleanable/dirt, +/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/station/maintenance/fpmaint) +"eqh" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"eqw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"eqz" = ( +/mob/living/simple_animal/hostile/retaliate/carp/koi{ + name = "Jeremy" + }, +/turf/simulated/floor/carpet/red, +/area/station/public/fitness) +"eqB" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/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/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"eqD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"eqE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"eqJ" = ( +/obj/structure/chair/office/dark{ + name = "Stenographer's Seat" + }, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"eqK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/park) +"eqQ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/storage/secondary) +"eqW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"ern" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"erp" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation{ + pixel_y = 9; + pixel_x = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/clothing/glasses/meson/engine, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"erx" = ( +/obj/structure/cable{ + 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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"erH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"erJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"erR" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"erV" = ( +/obj/structure/table, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"esd" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"ese" = ( +/obj/structure/table/wood, +/obj/machinery/firealarm/directional/south, +/obj/item/toy/plushie/ipcplushie, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"esq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"esr" = ( +/obj/item/kirbyplants, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"esx" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"esz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"esI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/security/permabrig) +"esJ" = ( +/obj/machinery/camera{ + c_tag = "Assembly Line East" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"esK" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/light, +/obj/effect/turf_decal/stripes/red/corner, +/obj/machinery/camera{ + c_tag = "Asteroid Processing South West"; + dir = 1 + }, +/obj/machinery/atmospherics/trinary/filter{ + dir = 8; + name = "Toxins filter"; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"esN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"esO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"esS" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"esU" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"ete" = ( +/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/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"eto" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"ety" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_4) +"etA" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/solar_maintenance/fore_port) +"etN" = ( +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/obj/item/storage/toolbox/emergency, +/obj/structure/table, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"etV" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"etX" = ( +/obj/structure/dispenser, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"etY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/abandonedbar) +"eue" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"euh" = ( +/obj/structure/table/glass, +/obj/item/hand_labeler, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 2 + }, +/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 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/storage) +"euk" = ( +/obj/structure/chair/sofa/corp/right, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"eur" = ( +/obj/machinery/shieldgen, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"euu" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/abandonedbar) +"euA" = ( +/obj/structure/closet/firecloset, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"euH" = ( +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #1"; + suffix = "#1" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "QM #1" + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/storage) +"euK" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + inlet_injector_autolink_id = "air_in"; + name = "Mixed Air Supply Control"; + outlet_vent_autolink_id = "air_out"; + outlet_setting = 2000; + autolink_sensors = list("air_sensor"="Tank") + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"euO" = ( +/obj/machinery/disposal, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/clown) +"euR" = ( +/obj/machinery/economy/vending/tool, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"euU" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"euW" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"evc" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"evd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"eve" = ( +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex, +/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" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"evh" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/sop_security, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block) +"evk" = ( +/obj/structure/table, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/item/restraints/handcuffs, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"evo" = ( +/obj/structure/table, +/obj/item/ashtray/plastic, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/west) +"evp" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"evu" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/primary/central/south) +"evv" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/paper/safe_code{ + owner = "captain" + }, +/obj/item/pen/cap, +/obj/item/stamp/captain{ + pixel_y = 6 + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"evB" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine{ + department = "Chief Engineer's Office" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"evI" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"evQ" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/glowshroom, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"evV" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"ewb" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/black{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/clothing/gloves/color/black{ + pixel_y = 3; + pixel_x = -3 + }, +/obj/item/clothing/gloves/color/black{ + pixel_y = 3; + pixel_x = -3 + }, +/obj/item/clothing/gloves/color/black, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"ewj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"ewp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"ewq" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "xenobio5"; + name = "Chamber 5 Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"ewI" = ( +/obj/structure/closet/secure_closet/reagents, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"ewL" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/interrogation) +"ewM" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/primary/central/west) +"ewS" = ( +/obj/structure/table, +/obj/item/pizzabox/vegetable{ + pixel_y = 10 + }, +/turf/simulated/floor/plasteel/white/side, +/area/station/maintenance/asmaint) +"ewU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ewX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 9 + }, +/turf/simulated/wall, +/area/station/engineering/equipmentstorage) +"ewY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/abandonedbar) +"exr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"exu" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry/west) +"exw" = ( +/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/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/shops) +"exA" = ( +/obj/structure/fermenting_barrel, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"exL" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/captain/bedroom) +"exS" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/primary/central/se) +"exT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"exU" = ( +/obj/structure/closet/secure_closet/captains, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + name = "east bump" + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"eya" = ( +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/security/iaa, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "IAA" + }, +/obj/machinery/door/airlock/glass{ + name = "Internal Affairs Office" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"eyf" = ( +/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 = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"eyj" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 15; + pixel_x = -5 + }, +/obj/item/ashtray/glass, +/obj/item/pen/multi/fountain, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"eyn" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall/r_wall, +/area/station/maintenance/security/aft_starboard) +"eyo" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"eys" = ( +/obj/machinery/space_heater, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"eyx" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/mob/living/simple_animal/mouse, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"eyE" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"eyQ" = ( +/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/plasteel, +/area/station/hallway/primary/central/nw) +"eyS" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"eyW" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"eza" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"ezd" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"ezp" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/hallway/primary/central/se) +"ezq" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"ezA" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/carpet/red, +/area/station/public/fitness) +"ezH" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint2) +"ezK" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ezS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/east, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"ezV" = ( +/obj/structure/table/reinforced, +/obj/item/megaphone{ + pixel_y = 7; + pixel_x = -3 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"ezX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"ezY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"eAg" = ( +/obj/machinery/door/airlock/engineering{ + name = "Toxin Testing EVA Maintenance" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"eAm" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"eAn" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"eAx" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"eAz" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"eAO" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"eAQ" = ( +/obj/structure/closet/wardrobe/pjs, +/obj/item/crowbar/large, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/security/permabrig) +"eAU" = ( +/obj/machinery/economy/vending/chinese, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"eAV" = ( +/obj/structure/rack, +/obj/item/cultivator, +/obj/item/shovel/spade{ + pixel_y = -6 + }, +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"eBb" = ( +/obj/machinery/economy/vending/artvend, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"eBd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"eBi" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"eBl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"eBo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/fore/north) +"eBp" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"eBv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"eBw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"eBE" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"eBG" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/carpet, +/area/station/public/dorms) +"eBM" = ( +/obj/machinery/door/airlock/engineering{ + name = "Tool Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"eBV" = ( +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"eCb" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"eCl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"eCo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"eCv" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"eCC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"eCD" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"eCS" = ( +/obj/structure/table/wood, +/obj/item/crowbar, +/obj/item/megaphone, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"eCX" = ( +/turf/simulated/wall, +/area/station/public/storage/tools/auxiliary) +"eDb" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/ce) +"eDe" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/medbay2) +"eDj" = ( +/obj/item/kirbyplants, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"eDm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/brig) +"eDv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"eDy" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"eDJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"eDU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"eEc" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/wall, +/area/station/service/chapel/funeral) +"eEd" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/sw) +"eEe" = ( +/obj/machinery/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"eEf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"eEg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass, +/area/station/maintenance/abandoned_garden) +"eEh" = ( +/obj/effect/decal/cleanable/dirt, +/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/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + sort_type_txt = "14" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"eEi" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + dir = 4; + name = "Mix Tank Bypass" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"eEl" = ( +/obj/effect/turf_decal/delivery/hollow/left, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"eEp" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/blue, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"eEs" = ( +/obj/structure/closet/crate, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"eEt" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"eEP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"eEQ" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/public/mrchangs) +"eEY" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"eFb" = ( +/obj/item/grown/log/bamboo, +/obj/item/cultivator/rake, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"eFc" = ( +/obj/structure/rack, +/obj/item/storage/briefcase/inflatable{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/storage/briefcase/inflatable, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"eFf" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"eFg" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"eFm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"eFo" = ( +/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" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"eFp" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "BS" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/blueshield) +"eFA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"eFJ" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/engineering/ai_transit_tube) +"eFM" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/park) +"eFN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"eFW" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"eFX" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"eFY" = ( +/obj/machinery/space_heater, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"eGc" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"eGf" = ( +/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" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"eGj" = ( +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"eGr" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"eGv" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"eGz" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"eGC" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"eGE" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/station/medical/medbay2) +"eGF" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"eGH" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"eGJ" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_filtering) +"eGP" = ( +/obj/structure/musician/piano, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"eGU" = ( +/obj/structure/table/wood, +/obj/item/ashtray/glass, +/obj/item/cigbutt, +/obj/item/lighter/random{ + pixel_x = -9 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"eGZ" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/brig) +"eHf" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"eHm" = ( +/obj/machinery/turretid/stun{ + control_area = "\improper AI Upload Chamber"; + name = "AI Upload Turret Control"; + pixel_y = 28; + req_access = list(75) + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/turret_protected/ai_upload) +"eHo" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHW"; + location = "CRG" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"eHp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"eHw" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room/secondary) +"eHF" = ( +/obj/machinery/computer/prisoner{ + req_access = null; + req_one_access_txt = "2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/command/bridge) +"eHO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"eHX" = ( +/obj/machinery/camera{ + c_tag = "Dorms Storefront 2"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"eIi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/hallway/primary/starboard) +"eIp" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"eIv" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"eIL" = ( +/obj/structure/sign/directions/science{ + pixel_y = -25; + pixel_x = -32 + }, +/obj/structure/sign/directions/cargo{ + pixel_x = -32; + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"eIM" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"eIQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"eJa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"eJr" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"eJA" = ( +/obj/item/decorations/sticky_decorations/flammable/ghost{ + pixel_x = -20 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"eJB" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"eJG" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/ai_transit_tube) +"eJI" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/storage) +"eJK" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"eJL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/brig) +"eJP" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"eJQ" = ( +/obj/structure/reflector/box{ + anchored = 1; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"eJT" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/security/aft_starboard) +"eJV" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/station/public/pet_store) +"eKb" = ( +/obj/machinery/door/window/classic/normal{ + name = "Glass Door"; + dir = 4 + }, +/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" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/autoname{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"eKe" = ( +/obj/machinery/economy/vending/suitdispenser, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/service/theatre) +"eKg" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"eKj" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"eKF" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Mini Satellite Teleporter"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"eKG" = ( +/obj/structure/bed/pod, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"eKR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"eKW" = ( +/obj/machinery/computer/security{ + dir = 8; + network = list("SS13","Research Outpost","Mining Outpost") + }, +/obj/item/toy/figure/crew/warden{ + pixel_y = 17; + pixel_x = 7 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/warden) +"eKZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"eLb" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/mime, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"eLn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"eLx" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/engineering/ai_transit_tube) +"eLz" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"eLF" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/east, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/carpet, +/area/station/service/bar) +"eLP" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"eLX" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/condiment/saltshaker, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -8; + pixel_y = 1 + }, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"eLZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/secure_storage) +"eMc" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/stamp/rep, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"eMk" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"eMm" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"eMt" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"eMv" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"eMG" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + name = "Air to External"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"eMO" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"eMQ" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 18 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = -8 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = 5 + }, +/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/plasteel, +/area/station/public/storage/tools) +"eMT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"eMZ" = ( +/obj/machinery/computer/arcade/orion_trail{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"eNa" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/pod_4) +"eNc" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry/lounge) +"eNi" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/hallway/primary/fore/north) +"eNs" = ( +/obj/machinery/flasher_button{ + pixel_y = 25; + id = "Perma Cell 3" + }, +/obj/machinery/door_control{ + desc = "A remote control-switch to lock down the prison wing's blast doors"; + id = "Prison Perma Cell 3"; + name = "Cell Lockdown"; + pixel_y = 31; + req_access_txt = "2"; + specialfunctions = 4; + normaldoorcontrol = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"eNt" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry/east) +"eNB" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"eNH" = ( +/obj/machinery/photocopier{ + toner = 0 + }, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"eNJ" = ( +/obj/structure/closet/firecloset, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"eOe" = ( +/obj/machinery/computer/security/telescreen/research{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"eOn" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards, +/obj/item/stack/spacecash{ + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"eOp" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"eOq" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/engineering/break_room) +"eOt" = ( +/obj/machinery/economy/vending/cigarette, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"eOw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction/y{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"eOD" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"eOH" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"eOJ" = ( +/obj/item/decorations/sticky_decorations/flammable/singleeye{ + pixel_x = 20 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"eON" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"eOP" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/public/dorms) +"eOQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/structure/sign/radiation/rad_area, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine) +"eOU" = ( +/obj/structure/cable{ + 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/royalblue, +/area/station/command/office/captain) +"eOV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"ePd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard) +"ePf" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"ePg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + sort_type_txt = "8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"ePo" = ( +/obj/structure/cable{ + 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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"ePw" = ( +/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" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"ePB" = ( +/obj/machinery/economy/vending/sovietsoda, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"ePU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/circuitboard/thermomachine, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ePW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"ePX" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/reversed{ + name = "Genetics Reception" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"ePY" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/wood, +/area/station/service/clown) +"eQs" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"eQu" = ( +/obj/machinery/suit_storage_unit/atmos/secure, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"eQG" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"eQK" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/supply/qm) +"eQY" = ( +/obj/machinery/power/apc/critical/directional/south, +/obj/structure/cable, +/obj/machinery/light_switch{ + dir = 8; + name = "east bump"; + pixel_x = 24; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/station/command/bridge) +"eRc" = ( +/obj/machinery/door/airlock/maintenance, +/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/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"eRh" = ( +/obj/effect/turf_decal/arrows/black{ + dir = 1; + pixel_y = -15; + pixel_x = -8 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort1" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"eRp" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms_secondary) +"eRu" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"eRF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/airlock/w_to_e, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"eRH" = ( +/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/plasteel, +/area/station/ai_monitored/storage/eva) +"eRO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_starboard) +"eRV" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"eRW" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/service/bar) +"eSd" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"eSg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"eSk" = ( +/obj/machinery/economy/slot_machine, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"eSm" = ( +/obj/structure/cable{ + 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/camera{ + c_tag = "AI Sat Break Room" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"eSt" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/item/seeds/tower, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"eSw" = ( +/obj/structure/transit_tube/diagonal, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"eSx" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"eSB" = ( +/obj/machinery/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"eSD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"eSI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/public/arcade) +"eSJ" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos/control) +"eSN" = ( +/turf/simulated/floor/plasteel, +/area/station/service/theatre) +"eTc" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/glowshroom, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"eTj" = ( +/obj/structure/lattice, +/turf/space, +/area/station/maintenance/apmaint) +"eTk" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"eTs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight/flare/glowstick/random, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"eTx" = ( +/turf/simulated/wall, +/area/station/security/permabrig) +"eTy" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"eTI" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"eTJ" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"eTO" = ( +/obj/structure/table, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"eTZ" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/hallway/primary/central/se) +"eUe" = ( +/obj/effect/decal/cleanable/molten_object/large, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"eUg" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"eUn" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"eUq" = ( +/obj/machinery/computer/shuttle/mining, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/command/bridge) +"eUB" = ( +/obj/structure/table/wood, +/obj/item/eftpos, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"eUC" = ( +/turf/simulated/wall, +/area/station/public/arcade) +"eUL" = ( +/obj/machinery/computer/supplycomp, +/obj/machinery/camera{ + c_tag = "Quartermaster's Office" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"eUQ" = ( +/turf/simulated/wall, +/area/station/hallway/secondary/entry/lounge) +"eUW" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ywflowers, +/obj/machinery/light_switch{ + dir = 1; + name = "custom placement"; + pixel_x = -23; + pixel_y = -24 + }, +/turf/simulated/floor/grass, +/area/station/public/park) +"eVa" = ( +/obj/machinery/photocopier, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"eVd" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"eVf" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + name = "Atmospherics Desk"; + dir = 1 + }, +/obj/item/paper_bin, +/obj/effect/mapping_helpers/airlock/windoor/access/all/engineering/atmos{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmos Blast Door" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"eVl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/turret_protected/ai) +"eVn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"eVo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"eVp" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/mug, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"eVs" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"eVt" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"eVv" = ( +/obj/machinery/photocopier, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"eVz" = ( +/obj/machinery/washing_machine, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/security/permabrig) +"eVD" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/noslip, +/area/station/medical/cryo) +"eVL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "vault" + }, +/area/station/security/lobby) +"eVN" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"eVQ" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"eVT" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/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/station/maintenance/aft) +"eVU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"eVV" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"eVZ" = ( +/turf/simulated/floor/wood, +/area/station/command/office/ce) +"eWa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"eWf" = ( +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/break_room/secondary) +"eWh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/bodybags, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"eWs" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics East"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"eWw" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"eWH" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"eWT" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/maintenance/apmaint) +"eWW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/engineering{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"eWX" = ( +/obj/machinery/door/airlock/atmos{ + name = "Aft-Port Atmospherics Maintenance" + }, +/obj/machinery/atmospherics/pipe/simple/visible/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"eXi" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"eXm" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24; + pixel_x = -4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"eXt" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass/no_creep, +/area/station/science/lobby) +"eXy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"eXG" = ( +/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{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"eXJ" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "arrival" + }, +/area/station/hallway/primary/central/south) +"eXQ" = ( +/obj/structure/chair/comfy/corp{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid) +"eXT" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/carpet, +/area/station/public/arcade) +"eXU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"eYc" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"eYj" = ( +/obj/effect/mob_spawn/human/corpse/assistant, +/obj/effect/spawner/random_spawners/blood_often, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/dorms/port) +"eYm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"eYn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"eYp" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "eva-shutters"; + name = "E.V.A. Storage Shutters" + }, +/obj/machinery/door_control{ + id = "eva-shutters"; + name = "Auxilary E.V.A. Storage"; + pixel_x = -24; + req_one_access_txt = "18" + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"eYt" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi, +/obj/item/coin/plasma{ + pixel_y = 1; + pixel_x = -6 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"eYK" = ( +/obj/machinery/door/airlock/security{ + name = "Evidence Storage" + }, +/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" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"eYL" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/warden) +"eYM" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"eYQ" = ( +/obj/effect/landmark/burnturf, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"eYT" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/camera{ + c_tag = "Dorms Storefront Lobby"; + dir = 1 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/shops) +"eYW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"eZb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"eZh" = ( +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"eZl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio1"; + name = "Chamber 1 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio2"; + name = "Chamber 2 Containment Blast Doors" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"eZo" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_4) +"eZs" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"eZt" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"eZw" = ( +/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/hologram/holopad, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"eZE" = ( +/obj/machinery/flasher_button{ + pixel_y = 25; + id = "Perma Cell 1" + }, +/obj/machinery/door_control{ + desc = "A remote control-switch to lock down the prison wing's blast doors"; + id = "Prison Perma Cell 1"; + name = "Cell Lockdown"; + pixel_y = 31; + req_access_txt = "2"; + specialfunctions = 4; + normaldoorcontrol = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Brig Perma Hall West"; + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"eZF" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal, +/obj/effect/mapping_helpers/airlock/windoor/access/all/service/kitchen, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/autoname, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "kitchendiner"; + name = "Kitchen Shutters" + }, +/obj/item/food/muffin, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"eZJ" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plasteel/white/side, +/area/station/maintenance/asmaint) +"eZK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"eZO" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"eZR" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "telescienceblast"; + name = "test chamber blast doors" + }, +/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/engine, +/area/station/science/explab) +"eZS" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi, +/obj/machinery/light/small, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ce) +"eZT" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Air Out"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"eZZ" = ( +/obj/structure/table/wood, +/obj/item/ashtray/bronze, +/turf/simulated/floor/carpet, +/area/station/hallway/primary/central/se) +"fac" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"fan" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Distribution Loop" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"far" = ( +/obj/machinery/economy/atm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"faw" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio2"; + name = "Chamber 2 Containment Blast Doors" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"fax" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/spacebridge/security/south) +"faz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"faA" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random_spawners/grille_often, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"faB" = ( +/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/plasteel, +/area/station/supply/storage) +"faN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "hop"; + name = "Privacy Shutters"; + dir = 2 + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hop) +"faO" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"faS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"fbb" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "cstm_sensor" + }, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/engineering/atmos/asteroid_filtering) +"fbi" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"fbm" = ( +/obj/structure/chair/wood, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"fbn" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"fbo" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"fbs" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Containment Pen" + }, +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio4"; + name = "Chamber 4 Containment Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"fbE" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"fbI" = ( +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall/r_wall, +/area/station/maintenance/aft2) +"fcb" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"fck" = ( +/obj/structure/closet/critter{ + desc = "It appears to be Ians old crate from when they were a puppy. It reeks of their potty training days." + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"fcn" = ( +/obj/structure/table/wood, +/obj/item/storage/box/dice, +/obj/machinery/camera{ + c_tag = "Library East"; + dir = 8 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"fcr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"fct" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"fcA" = ( +/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" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"fcJ" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"fcK" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"fcM" = ( +/obj/machinery/smartfridge/medbay, +/obj/machinery/door/window/classic/reversed{ + desc = "You have the public fridge, pal, lube off."; + name = "Security Shield" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry, +/turf/simulated/floor/plasteel, +/area/station/medical/chemistry) +"fcP" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/machinery/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/carpet, +/area/station/public/dorms) +"fcR" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"fdc" = ( +/obj/item/decorations/sticky_decorations/flammable/heart, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"fde" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fdf" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/interrogation) +"fdh" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"fds" = ( +/obj/machinery/atmospherics/portable/scrubber/huge/stationary, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/security/permabrig) +"fdC" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"fdL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/status_display{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"fdO" = ( +/obj/machinery/door/airlock/maintenance, +/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/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"fdQ" = ( +/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 = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"fdZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"fee" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"fef" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"fen" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/legal/courtroom) +"few" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_maint) +"feH" = ( +/obj/structure/cable{ + 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 = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"feI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"feK" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"feU" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/chef_recipes, +/obj/item/kitchen/utensil/pfork, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"feX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ffa" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom/department/security{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"ffb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"ffc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"ffg" = ( +/obj/effect/landmark/spawner/rev, +/obj/structure/morgue{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"ffk" = ( +/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" + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"ffn" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"ffp" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"ffq" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/machinery/camera{ + c_tag = "Medbay Corridor North" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/medical/medbay2) +"fft" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable{ + 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/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"ffw" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"ffC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"ffD" = ( +/obj/machinery/power/tracker, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"ffK" = ( +/obj/effect/spawner/window/reinforced/polarized{ + id = "Magistrate" + }, +/turf/simulated/floor/plating, +/area/station/legal/magistrate) +"ffU" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"ffW" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Aft"; + network = list("SS13","engine") + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"ffY" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/lobby) +"ffZ" = ( +/obj/structure/railing{ + dir = 4 + }, +/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/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"fgd" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"fgp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"fgs" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"fgE" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/asteroid_filtering) +"fgG" = ( +/obj/structure/window/reinforced, +/obj/machinery/camera{ + c_tag = "Departure Lounge Prisoner Storage"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"fgI" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"fgN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"fgO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/airlock_controller/access_controller{ + name = "Supermatter Access Console"; + ext_door_link_id = "engsm_door_ext"; + int_door_link_id = "engsm_door_int"; + ext_button_link_id = "engsm_btn_ext"; + int_button_link_id = "engsm_btn_int"; + pixel_x = 22; + req_access_txt = "32" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Starboard"; + dir = 8; + network = list("SS13","engine") + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"fgU" = ( +/obj/effect/decal/cleanable/vomit, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"fgV" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"fgW" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cautioncorner" + }, +/area/station/engineering/control) +"fha" = ( +/obj/structure/cable{ + 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 = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"fhc" = ( +/obj/structure/table, +/obj/item/food/chips, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"fhf" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"fhh" = ( +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"fhm" = ( +/turf/simulated/floor/wood, +/area/station/maintenance/fsmaint) +"fho" = ( +/obj/machinery/firealarm/directional/west, +/obj/item/hand_tele, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"fhq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/shops) +"fhz" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"fhT" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"fhY" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"fih" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"fis" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/electrical) +"fiv" = ( +/turf/simulated/wall/r_wall, +/area/station/security/armory/secure) +"fiw" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"fiB" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Engineering SMES"; + dir = 8 + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/alarm/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 8; + name = "custom placement"; + pixel_x = 24; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/smes) +"fiL" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"fiV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 8; + name = "custom placement"; + pixel_x = 24; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"fje" = ( +/obj/structure/grille/broken, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"fjf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowcorner" + }, +/area/station/medical/chemistry) +"fjg" = ( +/obj/structure/transit_tube/curved/flipped{ + dir = 1 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/transit) +"fjr" = ( +/obj/structure/sign/fire{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"fjt" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"fjv" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"fjx" = ( +/obj/structure/table/reinforced, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"fjA" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"fjG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/gloves/color/latex, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"fjJ" = ( +/turf/simulated/wall/r_wall, +/area/station/security/permabrig) +"fjO" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"fjY" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Chief Engineer's Office" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "CE" + }, +/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/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"fkc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"fke" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"fku" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/plantgenes, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkgreen" + }, +/area/station/service/hydroponics) +"fkv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"fkw" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, +/area/station/service/bar) +"fkz" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"fkD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"fkI" = ( +/obj/structure/table, +/obj/item/dice/d20, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"fkK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock/mining/glass, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"fkT" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"fkU" = ( +/obj/structure/closet/secure_closet/medical3, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"fkV" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"flb" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/ai_transit_tube) +"flp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"fls" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 5; + initialize_directions = 12 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"flv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"flG" = ( +/obj/structure/table, +/obj/item/ashtray/glass, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/science/break_room) +"flP" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"flR" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"flT" = ( +/obj/machinery/light, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"flV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"flW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"flZ" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"fmu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/camera{ + c_tag = "Research Server Room"; + network = list("Research","SS13"); + dir = 9 + }, +/obj/machinery/alarm/server/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"fmw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"fmF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"fmJ" = ( +/obj/structure/closet/cardboard, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"fmK" = ( +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"fmL" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"fmN" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"fmQ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/radio/intercom/command, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"fmR" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/item/target, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"fmU" = ( +/obj/structure/chair, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"fmW" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"fnd" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"fne" = ( +/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" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"fnf" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"fnk" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/south) +"fnm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"fnn" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/orange, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"fnr" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/shaker, +/obj/item/reagent_containers/dropper, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"fnB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/south) +"fnD" = ( +/obj/effect/mapping_helpers/airlock/polarized{ + id = "CMO" + }, +/obj/machinery/door/airlock/command/glass{ + id_tag = "cmoofficedoor"; + name = "CMO's Office" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/medical/cmo, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"fnG" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"fnI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"fnM" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + location = "Engineering"; + dir = 1 + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/classic/reversed{ + name = "Engineering Delivery" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/construction, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"fnU" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "AI Core Door" + }, +/obj/machinery/flasher{ + id = "Cell 4"; + pixel_y = 20; + pixel_x = 21 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"foi" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/hallway/primary/starboard/south) +"foo" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/brig) +"fop" = ( +/obj/structure/rack, +/obj/item/clothing/suit/corgisuit, +/obj/item/clothing/head/corgi{ + pixel_y = 7 + }, +/obj/structure/sign/poster/official/love_ian{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"fot" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"foy" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Central Hallway West" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"foA" = ( +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"foD" = ( +/obj/structure/table, +/obj/item/multitool{ + pixel_x = 4 + }, +/obj/item/multitool, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"foG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/spacebridge/security/south) +"foL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/brig) +"foN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"foO" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/west) +"foU" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"foV" = ( +/obj/item/clothing/under/rank/medical/nurse, +/obj/item/clothing/glasses/hud/health{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"foW" = ( +/obj/structure/table, +/obj/item/lightreplacer{ + pixel_y = 7 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"fpe" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Cargo Delivery Office West"; + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/sorting) +"fph" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"fpj" = ( +/obj/structure/window/reinforced{ + dir = 8; + pixel_x = -4 + }, +/obj/structure/morgue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"fps" = ( +/obj/effect/decal/cleanable/dirt, +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"fpu" = ( +/obj/machinery/economy/vending/wallmed/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/service/theatre) +"fpE" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/space, +/area/station/engineering/solar/aft_starboard) +"fpM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"fpO" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/transit) +"fpP" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"fpS" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"fpX" = ( +/obj/structure/table, +/obj/item/wirecutters, +/obj/item/screwdriver{ + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"fpY" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"fqk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/item/radio/intercom/department/security{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/brig) +"fqn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/south) +"fqo" = ( +/obj/effect/turf_decal/delivery/red, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"fqq" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"fqv" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"fqE" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"fqI" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/sorting) +"fqP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"fqQ" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"fqS" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"fqT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"fqW" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 8 + }, +/obj/machinery/alarm/server/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/science/server/coldroom) +"fra" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/machinery/alarm/directional/north, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"frd" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"frf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"fri" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"frl" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/aft_port) +"fro" = ( +/obj/machinery/door/poddoor{ + id_tag = "trash"; + name = "disposal bay door"; + protected = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"frs" = ( +/obj/machinery/computer/rdconsole/core{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/science/rnd) +"fru" = ( +/obj/structure/rack, +/obj/item/extinguisher, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"frB" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/deck/cards{ + pixel_y = -12 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"frC" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Theatre Backstage West"; + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/service/theatre) +"frD" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"frE" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "Skynet_heavy" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"frF" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/cakehat, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"frH" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"frI" = ( +/turf/simulated/wall, +/area/station/public/toilet/unisex) +"frO" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"frP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"frQ" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/light, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/station/service/clown) +"frU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + 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/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"frX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"fsb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"fsn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"fss" = ( +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"fsJ" = ( +/obj/structure/rack, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"fth" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"ftl" = ( +/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/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/service/hydroponics) +"ftr" = ( +/obj/structure/table/wood, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/wood{ + amount = 20 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"fts" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"ftu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"ftN" = ( +/obj/machinery/ignition_switch{ + id = "gasturbine"; + pixel_x = -6; + pixel_y = -24 + }, +/obj/machinery/airlock_controller/access_controller{ + name = "Turbine Access Console"; + pixel_x = 6; + pixel_y = -26; + req_access_txt = "12"; + ext_door_link_id = "turbine_door_ext"; + int_door_link_id = "turbine_door_int"; + ext_button_link_id = "turbine_btn_ext"; + int_button_link_id = "turbine_btn_int" + }, +/obj/machinery/atmospherics/binary/pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/asteroid_filtering) +"ftO" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/space, +/area/station/engineering/solar/aft_starboard) +"ftQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"ftU" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ftV" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/mask/gas, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"ftZ" = ( +/obj/item/tank/internals/emergency_oxygen/nitrogen, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_x = -5 + }, +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/medical/storage) +"fug" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"fum" = ( +/turf/simulated/floor/plasteel, +/area/station/medical/paramedic) +"fuo" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"fus" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/paramedic) +"fuv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/hallway/primary/central/south) +"fuA" = ( +/obj/machinery/button/windowtint{ + id = "Processing"; + name = "processing tint control"; + pixel_x = -6; + pixel_y = 24; + req_access_txt = "63" + }, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24; + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/processing) +"fuE" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "telescienceblast"; + name = "test chamber blast doors" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/engine, +/area/station/science/explab) +"fuF" = ( +/obj/structure/rack, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/item/restraints/handcuffs, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"fuK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"fve" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurplecorners" + }, +/area/station/science/genetics) +"fvi" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Mix to Gas" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"fvl" = ( +/obj/structure/table, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/machinery/camera{ + c_tag = "Virology Isolation 1"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"fvn" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/security/permabrig) +"fvp" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/clothing/glasses/meson, +/obj/item/multitool, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"fvw" = ( +/obj/structure/table/glass, +/obj/item/storage/bag/trash{ + pixel_y = -3; + pixel_x = -9 + }, +/obj/item/scissors, +/obj/structure/sign/greencross{ + pixel_x = -32 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fvA" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/nw) +"fvK" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"fvM" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Asteroid Processing West"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"fvN" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"fvU" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/science/toxins/mixing) +"fwd" = ( +/obj/machinery/suit_storage_unit/engine/secure, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"fws" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/hacking{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/book/manual/wiki/engineering_construction{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/book/manual/engineering_particle_accelerator, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hardsuitstorage) +"fwt" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/north) +"fww" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + dir = 4; + name = "Pure to Waste" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"fwH" = ( +/turf/simulated/wall, +/area/station/maintenance/dorms/port) +"fwN" = ( +/obj/structure/chair/sofa/bench/left, +/obj/effect/landmark/start/security_officer, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block) +"fwP" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fwS" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"fwU" = ( +/obj/machinery/economy/atm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"fxi" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"fxj" = ( +/obj/item/bedsheet/mime, +/obj/structure/bed, +/obj/item/clothing/mask/gas/mime{ + pixel_y = -4; + pixel_x = 10 + }, +/obj/effect/spawner/random/maintenance, +/obj/item/toy/figure/crew/mime, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"fxn" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"fxs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmos Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/storage) +"fxw" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/evidence) +"fxx" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/landmark/start/clown, +/turf/simulated/floor/wood, +/area/station/service/clown) +"fxy" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"fxz" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"fxM" = ( +/obj/structure/rack, +/obj/item/crowbar, +/obj/item/flashlight, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"fxO" = ( +/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; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/equipmentstorage) +"fxV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"fxY" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"fyf" = ( +/turf/simulated/floor/beach/away/sand, +/area/station/public/dorms) +"fyk" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Break Room" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/medical/genetics, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"fyl" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fyo" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"fyr" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"fyz" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"fyF" = ( +/obj/item/kirbyplants, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"fyH" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/theatre) +"fyO" = ( +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"fyU" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"fyW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"fzc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fzd" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Cargo Bay South"; + dir = 1 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"fzi" = ( +/obj/structure/rack, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"fzn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/security/prison/cell_block) +"fzq" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"fzx" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"fzC" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"fzD" = ( +/obj/structure/sign/directions/science{ + pixel_x = 32; + pixel_y = 32; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitecorner" + }, +/area/station/hallway/primary/central/south) +"fzK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"fzQ" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"fzW" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/camera{ + c_tag = "Abandoned Office"; + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"fzX" = ( +/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/structure/disposalpipe/segment, +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"fAd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/kill_syndicate{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"fAs" = ( +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/beach/away/sand, +/area/station/public/dorms) +"fAE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"fAQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"fAR" = ( +/obj/structure/filingcabinet, +/obj/item/toy/figure/crew/hop{ + pixel_x = -4; + pixel_y = 17 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"fBe" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass, +/area/station/public/park) +"fBk" = ( +/obj/structure/table, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/item/storage/box/bodybags, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fBm" = ( +/obj/machinery/suit_storage_unit/atmos/secure, +/obj/item/toy/figure/crew/atmos{ + pixel_y = 16; + pixel_x = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"fBo" = ( +/obj/machinery/recharge_station, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/aisat/service) +"fBz" = ( +/obj/machinery/door/window/reinforced/reversed{ + name = "Justice Chamber" + }, +/obj/machinery/door/window/reinforced/reversed{ + dir = 1; + name = "Justice Chamber" + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/execution) +"fBC" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/science/break_room) +"fBH" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"fCc" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/sop_science{ + pixel_y = 3; + pixel_x = -3 + }, +/obj/item/book/manual/wiki/experimentor, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"fCk" = ( +/obj/structure/table/reinforced, +/obj/item/storage/belt/utility, +/obj/machinery/light, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"fCl" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"fCn" = ( +/obj/structure/table, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"fCv" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"fCA" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"fCE" = ( +/obj/structure/table, +/obj/item/storage/box/handcuffs{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/item/storage/box/teargas, +/obj/machinery/camera{ + c_tag = "Perma Control Center"; + network = list("Prison","SS13"); + dir = 9 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + name = "east bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"fCG" = ( +/obj/structure/table/reinforced, +/obj/item/coin/plasma{ + pixel_y = 1; + pixel_x = -6 + }, +/obj/item/stack/spacecash/c1000, +/obj/item/coin/plasma{ + pixel_y = 2; + pixel_x = 5 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/vault) +"fCQ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"fCR" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/service/theatre) +"fCS" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"fCX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/airlock, +/turf/simulated/floor/plating, +/area/station/engineering/ai_transit_tube) +"fCY" = ( +/obj/effect/spawner/window/reinforced/tinted, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"fDd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"fDe" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"fDf" = ( +/obj/effect/spawner/random_spawners/fungus_probably, +/turf/simulated/wall, +/area/station/maintenance/abandoned_garden) +"fDi" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"fDk" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"fDm" = ( +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"fDp" = ( +/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/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"fDr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"fDA" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"fDH" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"fDL" = ( +/obj/structure/flora/junglebush, +/mob/living/carbon/human/monkey, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"fEa" = ( +/obj/structure/table, +/obj/item/scalpel, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/obj/item/food/fried_vox{ + pixel_y = 11 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fEd" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"fEj" = ( +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"fEk" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/item/storage/secure/safe{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"fEn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"fEp" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"fEB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"fED" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"fEL" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"fFb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external{ + id_tag = "supply_home"; + locked = 1; + name = "Cargo Docking Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/supply_shuttle, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"fFi" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"fFm" = ( +/obj/effect/mapping_helpers/airlock/access/all/science/minisat, +/turf/simulated/floor/plating/airless, +/area/station/aisat/hall) +"fFA" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"fFF" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"fFG" = ( +/obj/structure/table, +/obj/item/t_scanner, +/obj/item/clothing/glasses/meson/engine, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/hardsuitstorage) +"fFL" = ( +/obj/structure/flora/rock/jungle, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/station/medical/reception) +"fFT" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"fFW" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"fFY" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Court gallery" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"fGb" = ( +/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/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"fGi" = ( +/obj/structure/cable{ + 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 = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"fGj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"fGk" = ( +/obj/structure/sign/vacuum/external, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"fGm" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"fGw" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"fGD" = ( +/obj/structure/table, +/obj/item/clothing/mask/cigarette, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold{ + pixel_y = 7; + pixel_x = 10 + }, +/obj/item/ashtray/glass{ + pixel_y = 3; + pixel_x = -3 + }, +/obj/item/deck/cards{ + pixel_y = 12; + pixel_x = -9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"fGF" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"fGG" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/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/plasteel, +/area/station/maintenance/apmaint) +"fGJ" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"fGL" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"fGO" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/hallway/secondary/exit) +"fGQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"fGR" = ( +/obj/structure/closet/body_bag, +/obj/item/clothing/suit/hooded/wintercoat/cargo, +/obj/effect/decal/cleanable/molten_object/large, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"fGW" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/nw) +"fHa" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/r_n_d/server/station, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/science/server/coldroom) +"fHd" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonlockers) +"fHi" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/tech_storage) +"fHE" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"fHG" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/syringes, +/obj/item/storage/box/syringes, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper/precision, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"fHS" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/mmi, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"fHW" = ( +/obj/structure/rack, +/obj/item/storage/box/lights/mixed{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/lights/mixed, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"fHY" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"fIb" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fIg" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitecorner" + }, +/area/station/hallway/primary/central/se) +"fIj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/space, +/area/station/engineering/solar/aft_starboard) +"fIk" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"fIl" = ( +/obj/effect/landmark/damageturf, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"fIo" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"fIp" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/vault) +"fIy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"fIG" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"fIH" = ( +/obj/structure/table, +/obj/item/storage/box/evidence, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "Brig Prisoner Processing West"; + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/processing) +"fII" = ( +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/primary/central/se) +"fIJ" = ( +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"fIK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/theatre) +"fIQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_garden) +"fIW" = ( +/obj/item/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"fIY" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"fJe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"fJq" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"fJr" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/station/medical/reception) +"fJt" = ( +/obj/structure/flora/bush, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass/no_creep, +/area/station/science/lobby) +"fJx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"fJA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"fJD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/south) +"fJE" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"fJR" = ( +/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/carpet/black, +/area/station/service/chapel) +"fJT" = ( +/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 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"fKd" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/laser/practice, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"fKe" = ( +/obj/machinery/computer/crew, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"fKf" = ( +/obj/machinery/door/poddoor{ + id_tag = "Secure Storage"; + name = "Secure Storage Blast Doors" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/secure_storage) +"fKn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"fKD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"fKG" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/science/toxins/mixing) +"fKL" = ( +/obj/structure/chair/sofa/right{ + dir = 8; + color = "#85130b" + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"fKO" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"fKS" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"fKV" = ( +/obj/machinery/mineral/equipment_vendor, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"fKX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"fLa" = ( +/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/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"fLf" = ( +/obj/structure/table, +/obj/item/dice/d6, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"fLg" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"fLj" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"fLm" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"fLn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"fLw" = ( +/obj/machinery/door/airlock/research{ + name = "Toxins Mixing Room" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/science/tox, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"fLB" = ( +/obj/structure/closet/crate/internals, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"fLC" = ( +/obj/structure/railing/cap{ + dir = 9 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/station/public/park) +"fLD" = ( +/obj/structure/chair/comfy/beige, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"fLI" = ( +/obj/structure/showcase{ + density = 0; + desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze."; + dir = 8; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/power/apc/important/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"fLW" = ( +/obj/machinery/power/tracker, +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/space, +/area/station/engineering/solar/aft_starboard) +"fLX" = ( +/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/plasteel, +/area/station/hallway/primary/central/ne) +"fLZ" = ( +/obj/structure/grille, +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"fMg" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"fMh" = ( +/obj/effect/decal/cleanable/vomit, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"fMq" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"fMw" = ( +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"fMB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"fMC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"fMG" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"fMM" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"fMN" = ( +/obj/structure/table/wood, +/obj/item/storage/bible, +/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/carpet/black, +/area/station/service/chapel) +"fMQ" = ( +/obj/item/kirbyplants, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"fMR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/legal/courtroom) +"fMS" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + inlet_injector_autolink_id = "cstm_in"; + name = "Custom Mixture Control"; + outlet_vent_autolink_id = "cstm_out"; + autolink_sensors = list("cstm_sensor"="Tank") + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"fMY" = ( +/obj/effect/spawner/window/reinforced/polarized{ + id = "IAA" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"fMZ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"fNa" = ( +/obj/structure/table, +/obj/item/storage/photo_album, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Perma A Library"; + network = list("Prison","SS13"); + dir = 10 + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"fNb" = ( +/obj/effect/landmark/spawner/carp, +/turf/space, +/area/space) +"fNd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"fNh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"fNn" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/service/bar) +"fNs" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"fNu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"fNv" = ( +/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/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"fNz" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"fNF" = ( +/obj/structure/table, +/obj/item/multitool, +/obj/item/screwdriver, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"fNG" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"fNH" = ( +/obj/effect/landmark/damageturf, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"fNL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"fNP" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "vault" + }, +/area/station/security/lobby) +"fOc" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"fOg" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"fOh" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"fOp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"fOr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"fOt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"fOu" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitecorner" + }, +/area/station/hallway/primary/central/south) +"fOw" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"fOx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"fOz" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fOE" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/item/radio/intercom/department/security{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/evidence) +"fOH" = ( +/obj/structure/table/wood, +/obj/item/candle{ + lit = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"fOK" = ( +/obj/structure/computerframe{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"fOQ" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"fOX" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"fPc" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"fPl" = ( +/obj/structure/disposalpipe/junction/y, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/shops) +"fPs" = ( +/obj/machinery/computer/prisoner{ + dir = 8; + req_access = null; + req_access_txt = "2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"fPt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"fPw" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"fPx" = ( +/obj/structure/dresser, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/station/maintenance/aft2) +"fPA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ce) +"fPC" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/wood, +/area/station/command/office/ce) +"fPG" = ( +/obj/structure/closet, +/obj/item/toy/crayon/spraycan, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"fPN" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"fPO" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"fPW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/camera{ + c_tag = "Central Hallway South" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"fPX" = ( +/obj/machinery/airlock_controller/access_controller{ + name = "Xenobiology Access Console"; + pixel_x = 22; + pixel_y = 23; + ext_door_link_id = "xeno_door_ext"; + int_door_link_id = "xeno_door_int"; + ext_button_link_id = "xeno_btn_ext"; + int_button_link_id = "xeno_btn_int" + }, +/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/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"fPZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"fQq" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"fQs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"fQw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"fQA" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/floor/plating, +/area/station/supply/miningdock) +"fQC" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"fQE" = ( +/obj/machinery/door/poddoor{ + id_tag = "QMLoaddoor"; + name = "supply dock loading door" + }, +/obj/machinery/conveyor/west{ + id = "QMLoad" + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"fQK" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/public/dorms) +"fQT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"fQW" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/power/smes/engineering, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/smes) +"fQY" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32; + step_size = 0 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"fRk" = ( +/obj/structure/filingcabinet/chestdrawer/autopsy, +/obj/machinery/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"fRm" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"fRy" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/effect/decal/cleanable/dirt, +/obj/item/screwdriver, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"fRA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"fRD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics) +"fRO" = ( +/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/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"fRS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/entry) +"fRW" = ( +/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/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"fSd" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"fSe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Brig East Entrance" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"fSr" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cryo) +"fSs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"fSu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"fSz" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"fSH" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"fSX" = ( +/obj/item/coin/silver{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/coin/silver{ + pixel_x = 12; + pixel_y = 7 + }, +/obj/item/coin/silver{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/coin/silver{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/coin/silver{ + pixel_x = 5; + pixel_y = -8 + }, +/obj/structure/closet/crate{ + name = "Silver Crate" + }, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/obj/machinery/firealarm/directional/west, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/vault) +"fTd" = ( +/obj/machinery/camera{ + c_tag = "Perma B South"; + network = list("Prison","SS13"); + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"fTh" = ( +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 30 + }, +/turf/simulated/floor/plasteel, +/area/station/security/interrogation) +"fTr" = ( +/obj/machinery/economy/vending/wallmed/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"fTv" = ( +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"fTy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"fTF" = ( +/obj/structure/closet/secure_closet/psychiatrist, +/obj/item/storage/briefcase, +/obj/item/clipboard{ + pixel_x = -5 + }, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"fTI" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/service/bar) +"fTM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"fUg" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/fork, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"fUo" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"fUr" = ( +/obj/structure/table/reinforced, +/obj/item/camera_film{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/camera{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"fUt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"fUV" = ( +/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/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"fUW" = ( +/obj/machinery/suit_storage_unit/blueshield/secure, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"fVd" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"fVm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"fVs" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"fVy" = ( +/obj/structure/table, +/obj/item/trash/plate, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"fVD" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"fVN" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"fVV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"fVX" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medical Supplies" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/storage) +"fWa" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"fWd" = ( +/obj/structure/rack, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"fWG" = ( +/obj/structure/closet/radiation, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"fWN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"fXb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"fXf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"fXg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitecorner" + }, +/area/station/hallway/primary/aft) +"fXi" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + 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/plasteel, +/area/station/science/lobby) +"fXt" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"fXv" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"fXw" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"fXH" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "medbayfoyerport"; + name = "Medbay Entrance" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"fXN" = ( +/obj/item/paper_bin, +/obj/item/pen/blue{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/pen/blue{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"fXZ" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"fYj" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/processing) +"fYp" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"fYt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"fYu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/spacebridge/security/south) +"fYw" = ( +/obj/machinery/power/terminal, +/obj/structure/cable, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_starboard) +"fYC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"fYQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"fYW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"fYX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"fZe" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central/south) +"fZg" = ( +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"fZi" = ( +/obj/machinery/door/airlock{ + name = "Bathroom" + }, +/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/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/brig) +"fZK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry/east) +"fZM" = ( +/turf/simulated/wall, +/area/station/maintenance/aft) +"fZO" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"fZU" = ( +/obj/structure/cable{ + 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/plasteel{ + dir = 5; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"fZY" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"gap" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"gaA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"gaC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"gaK" = ( +/obj/structure/curtain/open, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms_secondary) +"gaT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"gbj" = ( +/obj/machinery/door/airlock/glass, +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"gbl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"gbn" = ( +/obj/structure/bed, +/obj/item/bedsheet/hop, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"gbo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"gbv" = ( +/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" + }, +/obj/structure/disposalpipe/junction/y, +/turf/simulated/floor/plasteel, +/area/station/service/theatre) +"gbw" = ( +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/maintenance/asmaint) +"gbz" = ( +/turf/simulated/wall/r_wall, +/area/station/command/vault) +"gbC" = ( +/obj/item/clothing/suit/chef/classic, +/obj/item/clothing/mask/pig, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/white/side, +/area/station/maintenance/asmaint) +"gbD" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"gbF" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway South West"; + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/south) +"gbI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/flora/straw_bail, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"gbL" = ( +/obj/machinery/camera{ + c_tag = "Brig Break Room"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"gbO" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gbQ" = ( +/turf/simulated/floor/wood, +/area/station/public/fitness) +"gbT" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/research) +"gbU" = ( +/obj/structure/table, +/obj/item/storage/box/cups, +/obj/machinery/light_switch{ + dir = 8; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/public/fitness) +"gce" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"gcg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gch" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"gcl" = ( +/obj/machinery/camera{ + c_tag = "Dorms South 2"; + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"gcm" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Shuttle Central 1" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"gcp" = ( +/obj/machinery/chem_master, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/security/fore) +"gct" = ( +/obj/machinery/camera{ + c_tag = "Fitness Centre South East"; + dir = 9 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"gcu" = ( +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex, +/obj/item/storage/belt/medical, +/obj/item/clothing/glasses/hud/health{ + pixel_y = 3 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"gcy" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/paramedic) +"gcD" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"gcF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"gcL" = ( +/obj/machinery/suit_storage_unit/cmo/sec_storage/secure, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/medical/storage/secondary) +"gcQ" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Perma Cell 3" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/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/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"gdk" = ( +/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/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/radio/intercom/locked/ai_private{ + broadcasting = 1; + listening = 0; + pixel_x = -29; + pixel_y = -29 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/hall) +"gdp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 9 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"gdq" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/station/public/park) +"gdt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"gdv" = ( +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"gdy" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"gdB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"gdF" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"gdG" = ( +/obj/structure/table/reinforced, +/obj/item/megaphone, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"gdS" = ( +/obj/effect/landmark/burnturf, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/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/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"gdX" = ( +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/command/bridge) +"ged" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"geh" = ( +/obj/machinery/porta_turret/ai_turret/disable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"gei" = ( +/obj/effect/decal/cleanable/dirt, +/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 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"gej" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"gek" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"gem" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel) +"gen" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"geq" = ( +/obj/structure/chair, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"gez" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"geD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"geE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"geL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"geM" = ( +/obj/item/reagent_containers/glass/bucket/wooden, +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"geS" = ( +/obj/effect/turf_decal{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"geX" = ( +/obj/structure/closet, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"gff" = ( +/obj/machinery/economy/vending/engidrobe, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"gfi" = ( +/obj/structure/rack, +/obj/item/clothing/under/syndicate/tacticool{ + pixel_x = -1 + }, +/obj/item/clothing/mask/balaclava{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"gfj" = ( +/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/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"gfk" = ( +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 30 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/ne) +"gft" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gfw" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"gfA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"gfF" = ( +/obj/structure/lattice, +/turf/space, +/area/station/engineering/atmos/asteroid) +"gfI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"gfL" = ( +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"gfV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"gfX" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/reagent_containers/condiment/rice, +/obj/item/wirecutters, +/obj/item/reagent_containers/condiment/flour, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"ggj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"ggn" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plating, +/area/station/science/genetics) +"ggt" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"ggv" = ( +/obj/machinery/computer/atmos_alert, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos/control) +"ggG" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall, +/area/station/science/research) +"ggS" = ( +/obj/item/trash/spentcasing, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/dorms/port) +"ggT" = ( +/obj/structure/morgue{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"ghb" = ( +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/table, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"ghg" = ( +/obj/structure/transit_tube/curved/flipped{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"ghi" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"ghj" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"ghk" = ( +/obj/structure/sign/lifestar{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/starboard) +"ghm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"ght" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/permabrig) +"ghu" = ( +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/medical/chemistry, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Chemistry Lab" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"ghD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/west) +"ghE" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ghI" = ( +/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/structure/disposalpipe/junction/reversed{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"ghK" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"ghW" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/public/dorms) +"ghY" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"ghZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"gic" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"gid" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"gig" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"gik" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/manifold/visible/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"gin" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"gip" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"giw" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"giy" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "BS" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/blueshield) +"giC" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"giM" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"giS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"giT" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluered" + }, +/area/station/hallway/primary/central/nw) +"giW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"giX" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"gjd" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"gje" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"gjn" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"gjA" = ( +/obj/machinery/power/solar{ + name = "Starboard Solar Array" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/aft_starboard) +"gjU" = ( +/obj/structure/chair{ + dir = 8 + }, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"gkd" = ( +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"gkj" = ( +/obj/machinery/power/solar{ + name = "Starboard Solar Array" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore_starboard) +"gkl" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/obj/item/toy/figure/crew/virologist{ + pixel_y = 19 + }, +/obj/structure/sign/monkey_paint{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"gkp" = ( +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/primary/starboard) +"gks" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"gkt" = ( +/obj/item/reagent_containers/drinks/cans/bottler/glass_bottle, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"gku" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/primary/central/south) +"gkv" = ( +/obj/machinery/bluespace_beacon, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"gkw" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"gkz" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"gkB" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"gkC" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"gkD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"gkE" = ( +/obj/item/kirbyplants, +/obj/machinery/newscaster/security_unit{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"gkH" = ( +/obj/structure/closet, +/obj/item/seeds/cocoapod/vanillapod{ + pixel_y = 4; + pixel_x = 7 + }, +/obj/item/seeds/cannabis/rainbow{ + pixel_y = 5; + pixel_x = -4 + }, +/obj/item/seeds/tomato/blood, +/obj/item/seeds/apple/poisoned{ + pixel_y = -5; + pixel_x = -2 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gkI" = ( +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"gkK" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"gkN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"gkP" = ( +/obj/machinery/space_heater, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"gkT" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"gkX" = ( +/obj/structure/closet/crate, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"gli" = ( +/obj/machinery/economy/vending/cart, +/obj/item/toy/figure/crew/ian{ + pixel_x = 6; + pixel_y = 17 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"glq" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"glw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"glD" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/station/engineering/solar/fore_port) +"glE" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"glQ" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/starboard/south) +"glU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine) +"glX" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"gmb" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/item/roller{ + pixel_x = -2; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/maintenance/aft2) +"gmi" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine{ + department = "Research Director's Office" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + dir = 4 + }, +/area/station/command/office/rd) +"gml" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/item/paper, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"gmo" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/sw) +"gmp" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/ne) +"gmq" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"gmr" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom/department/security{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"gmB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt/roach, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"gmD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"gmI" = ( +/obj/structure/grille/broken, +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"gmK" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"gmL" = ( +/obj/structure/grille/broken, +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"gmP" = ( +/obj/machinery/door/airlock/vault{ + locked = 1; + name = "abandoned vault" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"gmT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"gmY" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway South East Lounge"; + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/hallway/primary/central/se) +"gmZ" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/coffee{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"gnp" = ( +/turf/simulated/floor/beach/away/water/edge_drop, +/area/station/public/dorms) +"gny" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"gnA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gnH" = ( +/obj/structure/table/glass/reinforced, +/obj/item/aicard, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/turret_protected/ai_upload) +"gnI" = ( +/obj/machinery/biogenerator, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/garden) +"gnJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"gnX" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/processing) +"gop" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"goq" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/machinery/light_construct/small, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"got" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"goB" = ( +/turf/simulated/floor/plasteel, +/area/station/science/break_room) +"goH" = ( +/obj/machinery/computer/arcade/battle{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"goL" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/supply/miningdock) +"goP" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"goR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/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/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"goV" = ( +/obj/item/stack/sheet/cardboard, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"goW" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"gpa" = ( +/obj/item/clothing/gloves/color/blue, +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/reagent_containers/iv_bag/blood/vox, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/asmaint) +"gpc" = ( +/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/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"gpe" = ( +/obj/item/decorations/sticky_decorations/flammable/skull{ + pixel_x = 26 + }, +/obj/structure/headspear, +/obj/effect/spawner/random_spawners/blood_often, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"gpf" = ( +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"gph" = ( +/obj/structure/bed, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/item/clothing/under/rank/medical/nursesuit, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/maintenance/aft2) +"gpm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/science/server/coldroom) +"gpu" = ( +/turf/simulated/wall/r_wall, +/area/station/aisat/hall) +"gpD" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/aft) +"gpH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gpO" = ( +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"gpU" = ( +/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 = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/interrogation) +"gpY" = ( +/obj/item/wrench, +/obj/structure/sink{ + dir = 1; + pixel_y = -8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"gqj" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8; + pixel_y = 10 + }, +/obj/effect/landmark/burnturf, +/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/station/maintenance/aft) +"gqr" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hardsuitstorage) +"gqv" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"gqH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/security/interrogation) +"gqK" = ( +/obj/machinery/power/treadmill{ + dir = 8 + }, +/obj/machinery/treadmill_monitor{ + pixel_x = 32; + id = "fit2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/public/fitness) +"gqQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"gqW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"gqY" = ( +/obj/structure/door_assembly/door_assembly_com{ + name = "Broken Airlock" + }, +/obj/structure/barricade/wooden/crude, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"grb" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"grc" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gri" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"grn" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/hardsuitstorage) +"grq" = ( +/obj/structure/cable/yellow{ + d2 = 4 + }, +/turf/simulated/wall, +/area/station/service/clown) +"grF" = ( +/obj/structure/curtain/open/shower, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/starboard) +"grJ" = ( +/turf/simulated/mineral/ancient, +/area/station/engineering/atmos/asteroid_filtering) +"grK" = ( +/obj/structure/closet/secure_closet/ntrep, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"grU" = ( +/obj/structure/table, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_y = 8 + }, +/obj/item/assembly/signaler{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"grX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/science/robotics/chargebay) +"gsc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"gsd" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"gsg" = ( +/obj/structure/table, +/obj/item/camera_film{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/camera_film{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"gsu" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/item/organ/internal/liver/nian, +/obj/item/organ/internal/liver/kidan, +/obj/item/food/appendix, +/obj/item/organ/internal/lungs/nian, +/obj/item/organ/internal/lungs/skrell, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"gsx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"gsA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"gsI" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/weightloss, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"gsP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gsU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"gte" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"gth" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"gti" = ( +/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/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"gtm" = ( +/obj/structure/bed/roller, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/maintenance/aft2) +"gtu" = ( +/turf/simulated/floor/wood, +/area/station/public/dorms) +"gtw" = ( +/obj/effect/landmark/burnturf, +/obj/item/trash/spentcasing, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"gtz" = ( +/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/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"gtC" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Accused"; + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/mapping_helpers/airlock/windoor/access/all/security/brig{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/legal/courtroom) +"gtE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"gtI" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"gtN" = ( +/obj/item/trash/candy, +/obj/effect/decal/cleanable/dirt, +/obj/item/food/grown/cannabis, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"gtO" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"gua" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"gul" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"gun" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"gup" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"gur" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"gut" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"gux" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/public/fitness) +"guC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/human{ + desc = "This guy seemed to have died in terrible way! Half his remains are dust."; + name = "Human remains" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"guE" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/lobby) +"guG" = ( +/obj/machinery/economy/vending/cola, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"guJ" = ( +/obj/structure/cable{ + 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 = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/ai_transit_tube) +"guW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/legal/courtroom) +"gvc" = ( +/turf/simulated/floor/wood, +/area/station/service/theatre) +"gve" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/lobby) +"gvg" = ( +/obj/structure/barricade/wooden, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"gvi" = ( +/obj/structure/chair/comfy/black, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"gvu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"gvA" = ( +/obj/structure/chair, +/obj/effect/landmark/start/assistant, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"gvE" = ( +/obj/structure/sign/science{ + icon_state = "xenobio2"; + pixel_y = -32 + }, +/obj/item/kirbyplants, +/obj/machinery/light, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"gvI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner"; + dir = 8 + }, +/area/station/service/theatre) +"gvK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"gvQ" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"gvW" = ( +/obj/machinery/camera{ + c_tag = "Dorms Storefront 1"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"gwd" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"gwu" = ( +/obj/structure/rack, +/obj/item/storage/box/monkeycubes/wolpincubes, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gwF" = ( +/obj/structure/rack, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/flashlight, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"gwI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"gwP" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"gwZ" = ( +/obj/structure/flora/rock/jungle, +/obj/item/stack/sheet/wood{ + amount = 4 + }, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"gxk" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/interrogation) +"gxo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/station/hallway/primary/aft) +"gxr" = ( +/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/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"gxu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/park) +"gxF" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"gxI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"gxL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Entrance Chamber"; + dir = 10; + network = list("SS13","engine") + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"gxN" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/beach/away/sand, +/area/station/public/dorms) +"gxU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"gyd" = ( +/turf/simulated/wall/r_wall, +/area/station/command/meeting_room) +"gyi" = ( +/turf/simulated/wall/r_wall, +/area/station/security/detective) +"gym" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/transit) +"gyy" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/camera{ + c_tag = "Cargo Delivery Office South West"; + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"gyH" = ( +/obj/machinery/economy/slot_machine, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"gyJ" = ( +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"gze" = ( +/obj/structure/table/reinforced, +/obj/item/cartridge/qm, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"gzf" = ( +/obj/machinery/atmospherics/binary/valve/open, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"gzl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating/airless, +/area/station/aisat/atmos) +"gzm" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"gzq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"gzv" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Suit Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"gzx" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"gzA" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/medical/storage) +"gzD" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"gzO" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"gzS" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"gAl" = ( +/obj/structure/closet/secure_closet/brig/temp{ + opened = 1 + }, +/obj/item/card/id/prisoner, +/obj/item/clothing/under/color/orange/prison, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"gAs" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/warden) +"gAt" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/lobby) +"gAx" = ( +/obj/structure/closet/crate/internals, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"gAD" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"gAG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/flour/foam, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"gAX" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"gBf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/processing) +"gBj" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"gBn" = ( +/obj/item/decorations/sticky_decorations/flammable/ghost{ + pixel_y = -18 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"gBt" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"gBw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"gBx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"gBy" = ( +/obj/machinery/chem_heater, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"gBE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"gBG" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"gBN" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood, +/area/station/command/office/cmo) +"gBS" = ( +/turf/simulated/floor/wood, +/area/station/service/bar) +"gBU" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"gCe" = ( +/obj/structure/chair/sofa/pew{ + dir = 4 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"gCh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/hallway/primary/aft) +"gCm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms_secondary) +"gCu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"gCz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/secure_storage) +"gCC" = ( +/obj/machinery/ticket_machine{ + layer = 4; + pixel_x = -32; + id = "hop" + }, +/obj/effect/turf_decal/arrows/black{ + dir = 1; + pixel_y = -3 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "hopqueueshutters"; + name = "Privacy Shutters"; + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"gCD" = ( +/obj/structure/closet/secure_closet/miner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"gCM" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"gCR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"gCX" = ( +/obj/machinery/door/airlock/security{ + name = "Evidence Storage" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"gDm" = ( +/obj/machinery/camera{ + c_tag = "Chapel North" + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"gDq" = ( +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"gDt" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"gDu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"gDA" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"gDD" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/smes) +"gDH" = ( +/obj/structure/table, +/obj/item/storage/box/evidence, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/evidence) +"gDI" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/hallway/primary/aft) +"gDJ" = ( +/obj/structure/closet/crate/freezer, +/obj/item/seeds/wheat, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/item/seeds/tomato, +/obj/item/seeds/wheat/rice, +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"gDK" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 1; + location = "Security" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/machinery/door/window/classic/reversed{ + name = "Security Delivery" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block) +"gDQ" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"gDT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"gDV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"gDY" = ( +/obj/machinery/airlock_controller/access_controller{ + name = "Incinerator Access Console"; + pixel_x = 6; + pixel_y = -25; + req_access_txt = "12"; + ext_door_link_id = "incinerator_door_ext"; + int_door_link_id = "incinerator_door_int"; + ext_button_link_id = "incinerator_btn_ext"; + int_button_link_id = "incinerator_btn_int" + }, +/obj/machinery/ignition_switch{ + id = "Incinerator"; + pixel_x = -4; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"gDZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"gEd" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/item/extinguisher/mini, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gEj" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"gEm" = ( +/obj/structure/cable{ + 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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/transit) +"gEv" = ( +/obj/effect/landmark/start/coroner, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"gEw" = ( +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/item/clothing/head/welding, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"gEx" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"gED" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"gEN" = ( +/obj/structure/bookcase{ + name = "bookcase (Non-Fiction)" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"gEU" = ( +/obj/machinery/camera{ + c_tag = "Research Hallway South"; + dir = 4; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"gFb" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"gFd" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/breakroom) +"gFg" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/multi, +/obj/item/stack/tape_roll{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"gFr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"gFs" = ( +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"gFv" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/crayons, +/obj/machinery/light, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/dorms) +"gFA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"gFD" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/obj/machinery/flasher{ + id = "Perma Cell 1"; + pixel_x = 22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"gFG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"gFH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/breakroom) +"gFK" = ( +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"gFS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/starboard) +"gFW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"gGj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + 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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"gGm" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/structure/reagent_dispensers/virusfood{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"gGv" = ( +/obj/machinery/door/airlock/virology{ + autoclose = 0; + id_tag = "viro_door_int"; + locked = 1; + name = "Virology Lab Internal Airlock" + }, +/obj/machinery/access_button{ + autolink_id = "viro_btn_int"; + name = "Virology Lab Access Button"; + pixel_x = -24; + req_access_txt = "39" + }, +/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/mapping_helpers/airlock/access/all/medical/virology, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"gGy" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/paramedic, +/obj/machinery/light, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/paramedic) +"gGz" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"gGA" = ( +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/structure/rack, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gGH" = ( +/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/plasteel{ + icon_state = "green" + }, +/area/station/service/hydroponics) +"gGP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"gGR" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"gHf" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"gHg" = ( +/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/structure/disposalpipe/segment, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"gHn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"gHv" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/asteroid_filtering) +"gHA" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"gHC" = ( +/obj/item/clothing/glasses/science{ + pixel_y = -3 + }, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/structure/rack, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "Medbay Chemistry" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowcorner"; + dir = 4 + }, +/area/station/medical/chemistry) +"gHI" = ( +/obj/machinery/recharge_station, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"gHK" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/theatre) +"gHM" = ( +/obj/structure/rack, +/obj/item/restraints/legcuffs/beartrap, +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_y = 27 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"gHU" = ( +/obj/structure/table/tray, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/obj/machinery/button/windowtint{ + id = "Surgery 1"; + pixel_y = 8; + req_access_txt = "45"; + dir = 4; + pixel_x = -24 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/obj/machinery/holosign_switch{ + id = "surgery1"; + pixel_y = -8; + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"gHY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"gId" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/toxins/test) +"gIg" = ( +/obj/effect/decal/cleanable/dirt, +/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/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"gIh" = ( +/obj/effect/landmark/start/bartender, +/turf/simulated/floor/wood, +/area/station/service/bar) +"gIj" = ( +/obj/item/latexballon, +/obj/item/toy/balloon, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gIo" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"gIp" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/beacon, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"gIy" = ( +/obj/structure/girder, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gIA" = ( +/obj/machinery/biogenerator, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"gIK" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/welding, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"gIL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/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/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"gIP" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"gIU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cryo) +"gJc" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"gJe" = ( +/obj/machinery/cryopod, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/sleep) +"gJg" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"gJk" = ( +/obj/machinery/suit_storage_unit/captain/secure, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"gJs" = ( +/obj/structure/closet/coffin, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"gJw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"gJF" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"gJG" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/starboard) +"gJU" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/brig) +"gKf" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"gKh" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"gKi" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"gKo" = ( +/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/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"gKq" = ( +/obj/machinery/camera{ + c_tag = "Brig Hall South"; + dir = 9 + }, +/obj/item/radio/intercom/department/security{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/brig) +"gKv" = ( +/obj/item/trash/can, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"gKE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"gKI" = ( +/obj/structure/grille/broken, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"gKV" = ( +/obj/machinery/atmospherics/portable/scrubber, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"gLc" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"gLd" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/machinery/processor{ + name = "Slime Processor" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"gLe" = ( +/obj/structure/chair, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"gLr" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"gLv" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gLB" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"gLI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"gLR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"gLS" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"gLT" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"gLW" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"gMb" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc/important/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"gMd" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 1; + filter_type = -1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"gMl" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"gMw" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"gMz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"gMH" = ( +/obj/item/weldingtool/mini, +/obj/item/screwdriver{ + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"gMS" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "rd" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"gNe" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Vault Storage" + }, +/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/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/command/vault) +"gNo" = ( +/obj/structure/rack, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/gun/projectile/shotgun/riot, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"gNp" = ( +/turf/simulated/wall, +/area/station/medical/chemistry) +"gNw" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/item/folder/blue{ + pixel_x = -2; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/prison/cell_block) +"gNy" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"gNE" = ( +/obj/machinery/message_server, +/turf/simulated/floor/engine, +/area/station/command/server) +"gNI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"gNO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random_spawners/blood_often, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"gNW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/distribution) +"gOc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"gOg" = ( +/obj/structure/sink/kitchen{ + dir = 1; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"gOr" = ( +/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 + }, +/obj/machinery/firealarm/directional/east, +/obj/machinery/camera{ + c_tag = "AI Sat Outer Ring North East" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"gOt" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Kitchen Maintenance" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/service/kitchen, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"gOw" = ( +/obj/structure/chair/sofa{ + dir = 1; + color = "#85130b" + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"gOy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"gOC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/simulated/floor/plating/airless, +/area/station/aisat/hall) +"gOH" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 4 + }, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"gOI" = ( +/obj/machinery/constructable_frame/machine_frame, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/maintenance/security/fore) +"gOR" = ( +/obj/structure/chair/e_chair, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/execution) +"gOX" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/sorting) +"gPh" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"gPi" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/space, +/area/station/engineering/solar/fore_port) +"gPn" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"gPx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"gPD" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"gPU" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"gQc" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"gQd" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"gQe" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_starboard) +"gQg" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"gQi" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"gQk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"gQp" = ( +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/obj/structure/sign/security{ + pixel_y = 32 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"gQR" = ( +/obj/structure/closet/secure_closet/iaa, +/obj/item/storage/briefcase, +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/obj/machinery/firealarm/directional/south, +/obj/item/cartridge/iaa, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"gQS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/cmo) +"gQY" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/flour/foam, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gRl" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"gRn" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"gRt" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"gRv" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gRy" = ( +/obj/effect/decal/cleanable/dirt, +/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/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"gRF" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "n2_in" + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"gRL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/service/bar) +"gRO" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"gRP" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Warden Office Storage"; + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/handcuffs, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcheck" + }, +/area/station/security/storage) +"gSd" = ( +/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/station/maintenance/aft2) +"gSe" = ( +/obj/structure/rack, +/obj/item/decorations/sticky_decorations/flammable/tinsel/halloween{ + pixel_y = 20 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gSn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"gSr" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/ai_monitored/storage/eva) +"gSv" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"gSM" = ( +/obj/structure/closet/wardrobe/pjs, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"gTa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"gTg" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"gTi" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"gTn" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"gTu" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"gTx" = ( +/obj/machinery/atmospherics/portable/scrubber, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"gTD" = ( +/obj/structure/table, +/obj/item/storage/box/autoinjectors{ + pixel_y = 4 + }, +/obj/item/storage/box/syringes{ + pixel_x = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/storage/secondary) +"gTE" = ( +/obj/effect/spawner/random_barrier/possibly_welded_airlock, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"gTI" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"gTJ" = ( +/obj/structure/sign/directions/science{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/structure/sign/directions/medical{ + pixel_y = -39; + pixel_x = 32 + }, +/obj/structure/sign/directions/service{ + pixel_x = 32; + pixel_y = -25 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=SAH"; + location = "CHE2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"gTK" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"gTY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"gUk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"gUn" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"gUo" = ( +/turf/space, +/area/station/maintenance/security/fore) +"gUv" = ( +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"gUA" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "air_in" + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"gUB" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"gUH" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"gUN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"gUP" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"gUR" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"gUT" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/air{ + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"gUU" = ( +/obj/structure/table, +/obj/item/dice/d20, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"gVn" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"gVr" = ( +/obj/structure/table/wood, +/obj/item/stamp/hop{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/stamp/granted{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/stamp/denied{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 6 + }, +/obj/item/pen/hop{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"gVA" = ( +/obj/structure/rack, +/obj/item/storage/bag/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"gVF" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/camera{ + c_tag = "Medbay Reception"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"gVG" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Theatre_inprogress" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"gVI" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Air to Mix" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"gVJ" = ( +/obj/structure/sign/poster/official/help_others{ + pixel_y = 31 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/maintenance/asmaint) +"gVK" = ( +/obj/machinery/constructable_frame/machine_frame, +/obj/machinery/conveyor{ + dir = 4; + id = "Skynet_heavy" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"gVP" = ( +/obj/machinery/constructable_frame/machine_frame, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"gWb" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"gWk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/effect/decal/cleanable/glass, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gWn" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/flasher{ + id = "Perma Cell 4"; + pixel_x = -22 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"gWB" = ( +/obj/structure/table, +/obj/item/stack/tape_roll, +/obj/item/stack/tape_roll{ + pixel_x = 4; + pixel_y = 3 + }, +/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/plasteel, +/area/station/public/storage/tools) +"gWE" = ( +/obj/item/airlock_electronics/destroyed, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gWF" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/office) +"gWG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gWH" = ( +/obj/structure/cable/yellow{ + 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 = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"gWJ" = ( +/obj/structure/table/reinforced, +/obj/item/taperecorder{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"gWM" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gWT" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/rack, +/obj/machinery/door/window/classic/reversed{ + name = "Cloning Storage" + }, +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_x = -4 + }, +/obj/item/tank/internals/emergency_oxygen/nitrogen, +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"gWU" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes{ + pixel_y = 2 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"gXa" = ( +/obj/machinery/atmospherics/portable/scrubber, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"gXi" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/lobby) +"gXl" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"gXt" = ( +/obj/structure/chair/sofa/corner, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"gXG" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "n2o_in" + }, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"gXO" = ( +/obj/machinery/door/airlock/external{ + id_tag = "aisat_door_int"; + locked = 1; + name = "MiniSat External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/access/all/science/minisat, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"gXQ" = ( +/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/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_starboard) +"gXW" = ( +/obj/structure/closet, +/obj/item/flashlight, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/toolbox/emergency, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gXX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gYg" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards, +/turf/simulated/floor/wood, +/area/station/service/bar) +"gYn" = ( +/obj/effect/decal/cleanable/dirt, +/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/cyan{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gYp" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"gYr" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/control) +"gYw" = ( +/mob/living/carbon/human/monkey, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"gYD" = ( +/obj/effect/spawner/random_barrier/possibly_welded_airlock, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"gYF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"gYK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"gYN" = ( +/obj/item/solar_assembly, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore_port) +"gYO" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/camera/autoname{ + dir = 10; + c_tag = "Surgery Observation West" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"gYS" = ( +/obj/machinery/camera{ + c_tag = "Dorms South 3"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"gYV" = ( +/obj/machinery/camera/motion{ + c_tag = "Mini Satellite Antechamber North"; + dir = 1; + network = list("SS13","MiniSat") + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"gZb" = ( +/obj/structure/cable{ + 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/bluegrid, +/area/station/turret_protected/ai) +"gZd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"gZh" = ( +/obj/item/shard{ + icon_state = "small" + }, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"gZi" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "Courtroom"; + dir = 6 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"gZk" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"gZo" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Mining Dock North" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"gZs" = ( +/obj/machinery/suit_storage_unit/security/secure, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"gZy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"gZF" = ( +/obj/structure/grille/broken, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"gZS" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/captain) +"gZV" = ( +/obj/structure/table, +/obj/item/ashtray/glass, +/turf/simulated/floor/wood, +/area/station/hallway/secondary/exit) +"gZY" = ( +/obj/structure/lattice, +/obj/item/stack/rods{ + amount = 2 + }, +/turf/space, +/area/station/engineering/solar/aft_port) +"hae" = ( +/obj/machinery/door/airlock/tranquillite, +/obj/effect/mapping_helpers/airlock/access/all/service/mime, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"hai" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/warden) +"haj" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"ham" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"hao" = ( +/turf/simulated/wall, +/area/station/medical/reception) +"haA" = ( +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/station/service/library) +"haB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"haF" = ( +/obj/structure/table/wood, +/obj/item/stack/tape_roll, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"haK" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"haM" = ( +/obj/machinery/alarm/directional/east, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"haO" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"haR" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/reagent_containers/drinks/cans/starkist{ + pixel_y = 6; + pixel_x = -14 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"haY" = ( +/obj/structure/table, +/obj/item/storage/box/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"hbc" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "NTR" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"hbf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/prison) +"hbp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"hbr" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "rd" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"hbt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"hbD" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/wood, +/area/station/maintenance/fsmaint) +"hbF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"hbH" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Asteroid Line In" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"hbJ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/turret_protected/aisat/interior) +"hbO" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hbU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_garden) +"hbV" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"hca" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/clothing/mask/gas, +/obj/machinery/light_switch{ + dir = 8; + name = "custom placement"; + pixel_x = 24; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"hcb" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/flashlight/pen{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/flashlight/pen, +/obj/item/flashlight/pen{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"hcc" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"hcf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"hcl" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block) +"hcq" = ( +/obj/structure/table, +/obj/machinery/computer/library{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"hcy" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"hcH" = ( +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"hcP" = ( +/turf/simulated/wall/r_wall, +/area/space/nearstation) +"hcQ" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"hcT" = ( +/obj/structure/closet, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"hcU" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"hcW" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Aft Starboard Solar Access"; + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"hcZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"hda" = ( +/obj/structure/filingcabinet, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"hde" = ( +/obj/item/kitchen/sushimat{ + name = "Prayer Mat" + }, +/obj/item/clothing/suit/ianshirt{ + desc = "A worn out, curiously comfortable t-shirt with a picture of Ian. You wouldn't go so far as to say it feels like being hugged when you wear it but it's pretty close. Good for sleeping in. This one in particular looks like it wasnt washed in months" + }, +/turf/simulated/floor/wood, +/area/station/maintenance/fpmaint) +"hdi" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"hdn" = ( +/obj/machinery/computer/teleporter, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"hdo" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hdD" = ( +/obj/structure/rack, +/obj/item/storage/box/syringes, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"hdI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"hdJ" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/starboard/south) +"hdK" = ( +/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/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"hdT" = ( +/obj/structure/table, +/obj/item/organ/internal/heart, +/obj/item/organ/internal/heart/drask{ + pixel_x = 8 + }, +/obj/item/organ/internal/heart/nian{ + pixel_x = -11; + pixel_y = 3 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/dorms/port) +"hdV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"hdW" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"hdY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/turret_protected/ai) +"hek" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"hep" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/medical/cryo) +"her" = ( +/obj/machinery/door/poddoor{ + id_tag = "QMLoaddoor2"; + name = "supply dock loading door" + }, +/obj/machinery/conveyor/east{ + id = "QMLoad2" + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"hes" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/ablative, +/obj/structure/window/reinforced, +/obj/item/gun/energy/ionrifle, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"het" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"heu" = ( +/obj/structure/closet/wardrobe/black, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"hey" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"heF" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"heG" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_1) +"heL" = ( +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior South"; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/space) +"heQ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluered" + }, +/area/station/hallway/primary/central/nw) +"heR" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/ore/glass, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"heS" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"hfp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"hfy" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"hfE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"hfF" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"hfI" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"hfK" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/item/screwdriver{ + pixel_y = 8 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"hfM" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"hgk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/spawner/airlock, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_filtering) +"hgn" = ( +/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" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"hgo" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"hgx" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"hgN" = ( +/obj/item/bikehorn/rubberducky, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"hgS" = ( +/obj/effect/decal/cleanable/confetti, +/obj/machinery/space_heater, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"hgX" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"hgZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Security Space Bridge" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/spacebridge/security/south) +"hha" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/obj/machinery/light, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"hhd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"hhe" = ( +/obj/effect/spawner/random_spawners/grille_often, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"hhp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology/lab) +"hhr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"hht" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"hhz" = ( +/obj/structure/table/reinforced, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcheck" + }, +/area/station/security/storage) +"hhB" = ( +/obj/machinery/power/apc/critical/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"hhE" = ( +/turf/simulated/wall, +/area/station/security/prison/cell_block) +"hhS" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"hhU" = ( +/obj/structure/table, +/obj/item/storage/bag/dice, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/security/permabrig) +"hhW" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/south, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"hhY" = ( +/obj/structure/chair, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24; + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"hhZ" = ( +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"hia" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"hil" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/asteroid_filtering) +"hin" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/airlock, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"hiu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"hiz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"hiH" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hiK" = ( +/obj/machinery/door_control{ + id = "hosofficedoor"; + name = "Office Door"; + normaldoorcontrol = 1; + pixel_x = 28; + pixel_y = 17; + req_access_txt = "58" + }, +/obj/machinery/door_control{ + desc = "A remote control-switch to lock down the prison wing's blast doors"; + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_x = 28; + pixel_y = 7; + req_access_txt = "2" + }, +/obj/machinery/door_control{ + id = "Secure Gate"; + name = "Brig Lockdown"; + pixel_x = 28; + pixel_y = -3; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"hiN" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"hiP" = ( +/turf/simulated/floor/wood, +/area/station/hallway/primary/central/se) +"hiT" = ( +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"hja" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/item/radio/intercom/department/security{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/evidence) +"hjh" = ( +/obj/machinery/computer/brigcells{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "Secure Armory"; + name = "Secure Armory Shutter Control"; + pixel_x = -2; + pixel_y = -36; + req_access_txt = "3" + }, +/obj/machinery/door_control{ + desc = "A remote control-switch to lock down the prison wing's blast doors"; + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_x = -7; + pixel_y = -28; + req_access_txt = "2" + }, +/obj/machinery/door_control{ + id = "Secure Gate"; + name = "Brig Lockdown"; + pixel_x = 3; + pixel_y = -28; + req_access_txt = "2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/warden) +"hjl" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Prison Library" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"hjs" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/computer/supplycomp, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/command/bridge) +"hju" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/crowbar, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"hjy" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"hjz" = ( +/obj/machinery/door/airlock/command/glass, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast south"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/any/command/general, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"hjA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"hjH" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hjW" = ( +/turf/simulated/wall, +/area/station/hallway/primary/fore/north) +"hka" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/flour/foam, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hkc" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/machinery/light, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"hkd" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"hkp" = ( +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"hkq" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Conference Room"; + id_tag = "conference" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast entrance"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/any/command/general, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "conference" + }, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"hkt" = ( +/obj/structure/table, +/obj/item/mmi, +/obj/item/robotanalyzer, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"hkw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"hky" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"hkF" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"hkJ" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_x = -32 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics South-West"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"hkM" = ( +/obj/effect/landmark/start/roboticist, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/robotics) +"hkT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hkX" = ( +/turf/simulated/wall, +/area/station/ai_monitored/storage/eva) +"hkZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"hld" = ( +/obj/machinery/door/airlock/public/glass{ + locked = 1; + name = "Plasmoid Inc: FORECLOSED" + }, +/obj/structure/barricade/wooden, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"hlh" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"hlq" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"hlz" = ( +/obj/structure/bed/pod, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hlD" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"hlH" = ( +/obj/item/restraints/handcuffs/cable/green, +/obj/item/clothing/shoes/black, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"hmb" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/storage/box/syringes{ + pixel_y = -12 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurplecorners" + }, +/area/station/science/genetics) +"hmo" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"hmq" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation{ + pixel_y = 9; + pixel_x = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/clothing/glasses/meson/engine, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 8; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"hmw" = ( +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall, +/area/station/public/toilet/lockerroom) +"hmx" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"hmA" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"hmD" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "packageSort2" + }, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"hmE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"hmH" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/station/medical/medbay2) +"hmO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"hmX" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_y = 28 + }, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hna" = ( +/obj/item/kirbyplants, +/obj/machinery/camera{ + c_tag = "Central Hallway North" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"hnc" = ( +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/expedition) +"hnl" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"hnn" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"hno" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry/west) +"hnp" = ( +/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/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/security/permabrig) +"hnq" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = -8; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitehall" + }, +/area/station/medical/paramedic) +"hns" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"hnw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/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/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hnA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"hnZ" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"hoa" = ( +/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/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"hoe" = ( +/obj/structure/table, +/obj/item/storage/fancy/candle_box/full, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"hoi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"hoq" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Prison Library" + }, +/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/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"hou" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"hox" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"hoG" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"hoL" = ( +/obj/structure/table/glass, +/obj/item/storage/box/disks, +/obj/item/book/manual/wiki/sop_science, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"hoM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/hallway/primary/fore/north) +"hoN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"hoR" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"hoV" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hardsuitstorage) +"hpc" = ( +/turf/simulated/mineral/ancient/outer, +/area/station/engineering/atmos/asteroid) +"hpg" = ( +/obj/structure/closet/crate, +/obj/item/poster/random_official, +/obj/item/poster/random_official{ + pixel_y = 5 + }, +/obj/item/poster/random_official{ + pixel_y = 10 + }, +/obj/item/poster/random_official{ + pixel_y = 13 + }, +/obj/item/poster/random_official, +/obj/item/poster/random_official{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"hpl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/shops) +"hpr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/flour/foam, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"hpx" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/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/station/maintenance/fpmaint) +"hpA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"hpE" = ( +/obj/item/clown_recorder, +/obj/item/grown/bananapeel/traitorpeel, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/lubed, +/area/station/maintenance/aft) +"hpK" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"hpO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"hpR" = ( +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"hpX" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"hqa" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/sorting) +"hqh" = ( +/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" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"hql" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/ashtray/glass{ + pixel_y = 3; + pixel_x = -3 + }, +/obj/item/clothing/mask/cigarette/cigar, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"hqr" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Interrogation" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/interrogation) +"hqt" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"hqz" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"hqA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"hqC" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "HoS" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"hqD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"hqG" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"hqI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"hrd" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 0; + name = "Mix to Port" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"hrg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"hrj" = ( +/turf/simulated/floor/grass, +/area/station/hallway/secondary/garden) +"hrp" = ( +/obj/machinery/economy/vending/scidrobe, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/science/break_room) +"hrs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/station/command/office/rd) +"hrw" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"hrD" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"hrE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"hrR" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hrX" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"hsc" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/security/prisonershuttle) +"hse" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/science/rnd) +"hsg" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"hsh" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"hsi" = ( +/obj/structure/lattice, +/obj/structure/closet{ + welded = 1 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/maintenance, +/turf/space, +/area/station/maintenance/apmaint) +"hsm" = ( +/obj/machinery/door/airlock{ + name = "Bar Office" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"hsw" = ( +/obj/structure/closet/secure_closet/brig, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"hsD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"hsM" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"hsN" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/scientist, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"hsT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"hsV" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"hsY" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"htb" = ( +/obj/structure/closet/crate/hydroponics/prespawned, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"htk" = ( +/obj/machinery/power/emitter, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"htw" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/execution) +"htA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/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, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"htF" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"htN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/start/cyborg, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"htU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"hua" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"huf" = ( +/obj/machinery/camera{ + c_tag = "Perma B North West"; + network = list("Prison","SS13"); + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/security/permabrig) +"hui" = ( +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"hum" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"huq" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"huy" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"huz" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/rack, +/obj/item/clothing/accessory/stripedbluescarf, +/obj/item/clothing/accessory/blue, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"huB" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"huI" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"huP" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"huY" = ( +/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/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"huZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"hvg" = ( +/obj/structure/table, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hvp" = ( +/obj/machinery/door/poddoor/impassable/gamma, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"hvq" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/service/theatre) +"hvr" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"hvt" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/flashlight{ + pixel_y = -12 + }, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hvy" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/wood, +/area/station/hallway/primary/central/se) +"hvF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/landmark/start/doctor, +/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 = 5 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cryo) +"hvG" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "Skynet_heavy" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/camera_assembly, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"hvI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"hvJ" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"hvM" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"hvP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"hvS" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/mob/living/simple_animal/bot/floorbot{ + on = 0 + }, +/obj/item/pickaxe, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"hwb" = ( +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hwd" = ( +/obj/structure/cable{ + 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{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"hwj" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hwk" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"hwn" = ( +/obj/machinery/door/airlock/glass{ + id_tag = "magistrateofficedoor" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/magistrate, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Magistrate" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"hwx" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"hwz" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"hwB" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32; + pixel_y = 32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"hwC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"hwQ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"hwR" = ( +/obj/effect/spawner/random_barrier/obstruction, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"hxa" = ( +/mob/living/simple_animal/lizard{ + name = "Greentext" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"hxd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/landmark/burnturf, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"hxe" = ( +/obj/structure/closet/crate, +/obj/item/circuitboard/thermomachine, +/obj/item/circuitboard/thermomachine, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"hxf" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/full, +/obj/item/lighter, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"hxg" = ( +/obj/structure/rack, +/obj/item/t_scanner, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"hxh" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"hxs" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"hxu" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"hxC" = ( +/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/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"hxL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"hxS" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"hxU" = ( +/obj/machinery/power/treadmill{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"hxY" = ( +/obj/structure/cable{ + 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/structure/disposalpipe/sortjunction/reversed{ + dir = 4; + sort_type_txt = "15" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"hxZ" = ( +/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/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"hyc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"hye" = ( +/obj/item/clothing/under/misc/swimsuit/blue, +/turf/simulated/floor/beach/away/sand, +/area/station/public/dorms) +"hyh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/reception) +"hyl" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"hyn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"hyo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"hyq" = ( +/obj/item/cigbutt/roach, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"hyr" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"hys" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/station/hallway/secondary/exit) +"hyB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"hyE" = ( +/obj/machinery/constructable_frame/machine_frame, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"hyH" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"hyR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/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/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"hyT" = ( +/obj/effect/decal/cleanable/dirt, +/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/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"hyY" = ( +/obj/machinery/door/airlock/engineering{ + name = "Fore Port Solar Access" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"hzc" = ( +/obj/structure/table/glass, +/obj/machinery/computer/security/telescreen/rd{ + pixel_y = 2 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/rd) +"hzk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"hzA" = ( +/obj/structure/girder, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"hzB" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room/secondary) +"hzI" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_starboard) +"hzK" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"hzM" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/station/public/park) +"hzR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"hzV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"hAf" = ( +/obj/structure/rack, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"hAg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"hAi" = ( +/obj/structure/punching_bag, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/public/fitness) +"hAj" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "SMES Room" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"hAl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"hAn" = ( +/obj/structure/table, +/obj/item/ashtray/glass, +/obj/item/storage/fancy/cigarettes/cigpack_robust{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/machinery/light, +/turf/simulated/floor/grass, +/area/station/public/park) +"hAx" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Pure to Atmospherics" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"hAK" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/computer/cryopod{ + pixel_x = -26; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/sleep) +"hAP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block) +"hAW" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"hAZ" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"hBa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"hBb" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cautioncorner" + }, +/area/station/engineering/break_room) +"hBd" = ( +/obj/machinery/optable{ + name = "Robotics Operating Table" + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"hBf" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"hBj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"hBm" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"hBo" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/camera{ + c_tag = "Virology Airlock" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"hBt" = ( +/obj/structure/closet/l3closet/scientist, +/obj/machinery/light, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"hBw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hBy" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/south) +"hBF" = ( +/obj/structure/table, +/obj/item/book/manual/engineering_particle_accelerator{ + pixel_y = 6 + }, +/obj/item/book/manual/wiki/hacking{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/computer/security/telescreen/engine{ + dir = 8; + layer = 4; + pixel_x = 30 + }, +/obj/item/stack/cable_coil/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "cautioncorner" + }, +/area/station/engineering/control) +"hBH" = ( +/obj/structure/stone_tile/block, +/obj/machinery/light_construct/small{ + dir = 1 + }, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"hBP" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"hCd" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"hCe" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hCh" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/power/apc/important/directional/south, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/camera/motion{ + c_tag = "AI North"; + dir = 1; + network = list("SS13","MiniSat"); + start_active = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"hCj" = ( +/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/plasteel, +/area/station/supply/office) +"hCk" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"hCt" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Delivery Office" + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mail_sorting, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/obj/effect/mapping_helpers/airlock/access/any/supply/expedition, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"hCx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"hCC" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/science/toxins/mixing) +"hCD" = ( +/obj/structure/closet/crate, +/obj/item/apc_electronics, +/obj/item/mounted/frame/apc_frame, +/obj/item/airalarm_electronics, +/obj/item/mounted/frame/alarm_frame, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"hCF" = ( +/obj/effect/spawner/random_spawners/blood_often, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"hCL" = ( +/obj/structure/table/glass, +/obj/item/extinguisher{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/extinguisher, +/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" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"hCN" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"hCS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"hCW" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"hCZ" = ( +/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/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"hDk" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"hDm" = ( +/obj/structure/bookcase/sop, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"hDt" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"hDy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"hDA" = ( +/obj/effect/decal/cleanable/crayon, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/engine/cult, +/area/station/maintenance/apmaint) +"hDC" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"hDO" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"hEb" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/grass, +/area/station/public/park) +"hEc" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_y = 28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"hEg" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"hEl" = ( +/obj/machinery/camera{ + c_tag = "Asteroid Core Central"; + dir = 9 + }, +/turf/simulated/floor/plating/asteroid/basalt/plasma, +/area/station/engineering/atmos/asteroid_core) +"hEp" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/shops) +"hEr" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/shops) +"hEu" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"hEM" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prison) +"hEP" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"hEQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hEW" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/storage) +"hFc" = ( +/turf/simulated/wall, +/area/station/maintenance/security/aft_port) +"hFp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"hFr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics) +"hFt" = ( +/obj/machinery/computer/card{ + dir = 4 + }, +/obj/machinery/door_control/ticket_machine_button{ + pixel_x = -24; + pixel_y = 8; + id = "hop" + }, +/obj/machinery/door_control{ + id = "hopqueueshutters"; + name = "Queue Shutters"; + pixel_x = -24; + req_one_access_txt = "18" + }, +/obj/machinery/door_control{ + id = "hop"; + name = "Privacy Shutters"; + pixel_x = -24; + pixel_y = -8; + req_one_access_txt = "18" + }, +/obj/machinery/flasher_button{ + id = "hopflash"; + pixel_x = -38; + pixel_y = -6 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"hFx" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHW"; + location = "Lockers" + }, +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/entry/east) +"hFF" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Psych Office" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "psychoffice" + }, +/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/mapping_helpers/airlock/access/all/medical/psychology, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/psych) +"hFG" = ( +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"hFQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hFR" = ( +/obj/structure/table/wood, +/obj/machinery/fishtank/bowl, +/obj/machinery/camera{ + c_tag = "Pet Store"; + dir = 9 + }, +/obj/machinery/firealarm/directional/east, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/station/public/pet_store) +"hFT" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blackcorner" + }, +/area/station/security/permabrig) +"hFV" = ( +/obj/machinery/economy/arcade/claw, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"hGa" = ( +/obj/structure/chair/stool, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"hGx" = ( +/obj/structure/table/wood, +/obj/item/trash/liquidfood, +/obj/item/trash/plate{ + pixel_y = -19 + }, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"hGA" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"hGB" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"hGJ" = ( +/obj/machinery/door/airlock/security{ + name = "Firing Range Storage" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"hGR" = ( +/obj/docking_port/stationary{ + dwidth = 2; + height = 5; + id = "laborcamp_home"; + name = "fore bay 1"; + width = 9; + dir = 4 + }, +/turf/space, +/area/space) +"hGT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hGU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"hGV" = ( +/obj/structure/table, +/obj/item/food/grown/pumpkin{ + pixel_y = 14 + }, +/obj/item/food/pumpkinpieslice, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hGX" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/supply/sorting) +"hGZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"hHh" = ( +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost","Telecomms") + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/command/bridge) +"hHm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"hHn" = ( +/obj/machinery/r_n_d/protolathe, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/science/rnd) +"hHu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"hHC" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"hHD" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, +/turf/space, +/area/space/nearstation) +"hHM" = ( +/turf/simulated/wall/r_wall, +/area/station/science/misc_lab) +"hId" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block) +"hIf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/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/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"hIi" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"hIp" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"hIq" = ( +/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, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"hIx" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/secondary/entry/east) +"hIB" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"hIL" = ( +/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/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/explab) +"hIT" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/poster/random_official, +/obj/machinery/camera{ + c_tag = "Office Supplies"; + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"hIX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"hIZ" = ( +/obj/machinery/door/airlock/maintenance, +/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/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"hJb" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/machinery/tcomms/core/station, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuit" + }, +/area/station/telecomms/computer) +"hJc" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/corp, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"hJd" = ( +/obj/machinery/atmospherics/binary/valve/digital, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"hJf" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/security/fore) +"hJp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"hJu" = ( +/obj/structure/bed/dogbed/renault, +/mob/living/simple_animal/pet/dog/fox/Renault, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"hJv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/security/brig) +"hJB" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"hJJ" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"hJO" = ( +/obj/machinery/economy/vending/hydrodrobe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"hJU" = ( +/obj/machinery/chem_heater, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"hKf" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"hKk" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"hKv" = ( +/obj/effect/landmark/start/doctor, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"hKC" = ( +/turf/simulated/wall/r_wall, +/area/station/science/toxins/test) +"hKF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"hKK" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"hKM" = ( +/obj/item/storage/fancy/crayons, +/obj/item/toy/crayon, +/turf/simulated/floor/engine/cult, +/area/station/maintenance/apmaint) +"hKN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hKX" = ( +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"hKZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"hLa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/obj/item/storage/box, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"hLb" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"hLq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"hLu" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/wood, +/area/station/service/library) +"hLU" = ( +/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/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"hMe" = ( +/obj/structure/table, +/obj/item/storage/firstaid/adv{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/adv, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/storage/secondary) +"hMn" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"hMz" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/station/public/park) +"hMD" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"hME" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 25; + pixel_x = 32 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 32; + pixel_x = 32 + }, +/obj/structure/sign/directions/science{ + pixel_x = 32; + pixel_y = 39; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"hMM" = ( +/obj/item/reagent_containers/syringe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"hMP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"hMT" = ( +/obj/structure/barricade/wooden/crude, +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access_txt = "37" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"hMY" = ( +/obj/machinery/power/solar{ + name = "Starboard Solar Array" + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/aft_starboard) +"hNf" = ( +/obj/structure/table, +/obj/item/decorations/sticky_decorations/flammable/tinsel/halloween{ + pixel_y = 20 + }, +/obj/item/decorations/sticky_decorations/flammable/googlyeyes{ + pixel_y = -5 + }, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hNh" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"hNj" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"hNn" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"hNs" = ( +/obj/effect/spawner/window, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hNF" = ( +/obj/item/storage/box/patch_packs{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/storage/box/beakers{ + pixel_y = 2 + }, +/obj/item/storage/box/syringes{ + pixel_x = 3 + }, +/obj/item/storage/box/pillbottles{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/structure/rack, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellowcorner" + }, +/area/station/medical/chemistry) +"hNG" = ( +/obj/effect/decal/cleanable/dirt, +/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/cyan{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"hNM" = ( +/turf/simulated/wall, +/area/station/public/pet_store) +"hNR" = ( +/obj/structure/closet/firecloset, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"hNS" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"hNU" = ( +/obj/effect/landmark/spawner/rev, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Xeno Containment 2"; + network = list("Research","SS13") + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"hNX" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"hOg" = ( +/obj/structure/bed, +/obj/item/bedsheet/cmo, +/turf/simulated/floor/carpet, +/area/station/command/office/cmo) +"hOC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"hOE" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Robotics Maintenance" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"hOF" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/electrical{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"hOI" = ( +/obj/structure/bed/dogbed/runtime, +/mob/living/simple_animal/hostile/retaliate/kangaroo{ + name = "Darwin" + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"hPa" = ( +/turf/simulated/wall, +/area/station/engineering/atmos/control) +"hPs" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/public/dorms) +"hPu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"hPx" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"hPC" = ( +/obj/structure/sign/poster/official/do_not_question{ + pixel_x = -32 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/maintenance/apmaint) +"hPE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/ai_transit_tube) +"hPF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"hPV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"hPY" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/structure/sign/nosmoking_1{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"hQb" = ( +/obj/machinery/economy/vending/autodrobe, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/service/theatre) +"hQm" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/engine) +"hQt" = ( +/obj/structure/table/wood, +/obj/item/hand_tele, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"hQy" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/engine, +/area/station/engineering/atmos/asteroid_filtering) +"hQD" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"hQI" = ( +/obj/structure/rack, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"hQP" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hQU" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"hQX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"hRl" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison) +"hRo" = ( +/obj/structure/closet/coffin, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"hRp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"hRr" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"hRA" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/britcup{ + pixel_x = 9; + pixel_y = 9 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 30 + }, +/obj/item/food/chips, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"hRC" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/radio/intercom/command, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"hRG" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"hRT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/wood, +/area/station/service/bar) +"hSo" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/engineering/engine) +"hSv" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "NTR" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"hSF" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"hSG" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"hSJ" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"hSK" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"hSQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/rpd, +/obj/item/clothing/glasses/welding, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"hST" = ( +/turf/simulated/wall, +/area/station/maintenance/abandonedbar) +"hSU" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"hTg" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"hTk" = ( +/obj/structure/table, +/obj/random/plushie, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"hTl" = ( +/turf/simulated/wall, +/area/station/supply/office) +"hTt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"hTw" = ( +/obj/effect/landmark/start/scientist, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"hTG" = ( +/obj/effect/spawner/random_spawners/blood_often, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint2) +"hTO" = ( +/obj/item/flag/ian, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"hUe" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/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/plasteel, +/area/station/maintenance/apmaint) +"hUj" = ( +/obj/effect/turf_decal{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"hUu" = ( +/obj/structure/sign/electricshock{ + pixel_x = -32 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"hUy" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"hUH" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"hUI" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Service Bay" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/science/minisat, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"hUP" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"hUW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"hVa" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/garden) +"hVd" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"hVe" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"hVh" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/prison/cell_block) +"hVn" = ( +/obj/structure/chair, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"hVs" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"hVw" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/space, +/area/space/nearstation) +"hVy" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"hVE" = ( +/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; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"hVF" = ( +/obj/machinery/door/airlock{ + name = "Jury"; + id_tag = "Jury entrance" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/all/security/court, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"hVI" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plating, +/area/station/engineering/break_room) +"hVN" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/maintenance/apmaint) +"hVV" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/nw) +"hVX" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/hallway/primary/aft) +"hVZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"hWb" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/south) +"hWf" = ( +/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/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/public/pet_store) +"hWk" = ( +/obj/structure/chair/sofa/bench/left, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"hWv" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/wood, +/area/station/hallway/primary/central/se) +"hWy" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"hWz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"hWC" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"hWE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"hWI" = ( +/obj/machinery/door/airlock/engineering/glass{ + autoclose = 0; + id_tag = "engsm_door_ext"; + locked = 1; + name = "Supermatter Exterior Access" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"hWU" = ( +/obj/machinery/nuclearbomb{ + r_code = "LOLNO" + }, +/turf/simulated/floor/greengrid, +/area/station/command/vault) +"hWX" = ( +/obj/structure/bed, +/obj/item/bedsheet/green, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"hWY" = ( +/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" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"hXf" = ( +/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/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"hXr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/tracks, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"hXC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"hXK" = ( +/obj/machinery/door/airlock/external{ + id_tag = "laborcamp_home"; + locked = 1; + name = "Labor Camp Airlock" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"hXO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/lobby) +"hYb" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigLeft"; + name = "Brig Foyer Left Entrance" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"hYf" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/extinguisher{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/extinguisher, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"hYj" = ( +/obj/machinery/shieldgen, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"hYx" = ( +/obj/machinery/door/airlock/maintenance{ + locked = 1 + }, +/obj/structure/barricade/wooden, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_office) +"hYB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"hYK" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"hYQ" = ( +/obj/machinery/photocopier, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"hYR" = ( +/obj/structure/table, +/obj/item/paper_bin, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hZb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"hZd" = ( +/obj/machinery/door/airlock/research{ + name = "Research Storage" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/any/medical/genetics, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/science/break_room) +"hZf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"hZi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"hZj" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"hZo" = ( +/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" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"hZq" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"hZx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"hZC" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"hZG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/medical/reception) +"hZJ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"hZO" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/cargo_bay, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hZV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"iag" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"iam" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"iaw" = ( +/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; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"iaF" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"iaG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"iaI" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"iaL" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/stack/cable_coil{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"iaR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"iaX" = ( +/obj/machinery/computer/security/mining{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"ibc" = ( +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"ibf" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "n2o_sensor" + }, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"ibh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ibi" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/station/public/park) +"ibk" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"ibo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/evidence) +"ibx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"ibK" = ( +/turf/simulated/wall, +/area/station/medical/storage) +"ibL" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/meter, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"ibO" = ( +/obj/machinery/space_heater, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ibR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "vault" + }, +/area/station/security/lobby) +"ibW" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"icb" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"ici" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "hopqueueshutters"; + name = "Privacy Shutters"; + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/hallway/primary/fore/north) +"ico" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"icr" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"ict" = ( +/obj/machinery/computer/card, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"icv" = ( +/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/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"icw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"icD" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"icI" = ( +/obj/structure/closet/wardrobe/white, +/obj/item/clothing/shoes/jackboots, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/drinks/cans/badminbrew, +/obj/item/storage/backpack/duffel/medical, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"icO" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/shops) +"icZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"idd" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ide" = ( +/obj/structure/closet/firecloset, +/obj/item/decorations/sticky_decorations/flammable/spiderweb{ + pixel_y = 20; + pixel_x = -20 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"idf" = ( +/obj/structure/bed/dogbed{ + name = "fox box" + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"idj" = ( +/obj/item/stack/tile/wood, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"idk" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/arrival/station) +"idq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"idt" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/space, +/area/station/engineering/solar/aft_port) +"idv" = ( +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"idC" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"idD" = ( +/obj/item/decorations/sticky_decorations/flammable/tinsel/halloween{ + pixel_y = 20 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"idM" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"idP" = ( +/obj/structure/closet, +/obj/item/surgicaldrill, +/obj/item/tank/internals/anesthetic, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/station/maintenance/starboard) +"idT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/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, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + sort_type_txt = "22" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"idX" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"iep" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"ieD" = ( +/turf/simulated/wall, +/area/station/science/robotics) +"ieG" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"ieL" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"ieP" = ( +/obj/machinery/door/airlock/research, +/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/mapping_helpers/airlock/access/all/science/research, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"ieS" = ( +/obj/structure/table, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"ieV" = ( +/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/structure/disposalpipe/segment, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"ife" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "arrival" + }, +/area/station/hallway/primary/central/se) +"ifh" = ( +/obj/effect/landmark/start/librarian, +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"ifj" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"ifm" = ( +/obj/machinery/doppler_array{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"ifq" = ( +/obj/effect/landmark/spawner/rev, +/obj/structure/morgue{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"ifs" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"ifz" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"ifF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/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, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/disposalpipe/junction/y{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"ifO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ifP" = ( +/turf/simulated/floor/wood, +/area/station/service/library) +"ifQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/transit) +"ifZ" = ( +/obj/effect/decal/cleanable/vomit, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"igc" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"igd" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"igh" = ( +/obj/machinery/light_switch{ + dir = 8; + name = "east bump"; + pixel_x = 24; + pixel_y = -5 + }, +/obj/machinery/button/windowtint{ + id = "Theatre_inprogress"; + name = "Theatre External Windows"; + pixel_y = 3; + dir = 8; + pixel_x = 24 + }, +/obj/machinery/button/windowtint{ + id = "TheatreCurtain"; + name = "Theatre Curtain"; + pixel_x = 24; + pixel_y = 9; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"igo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"igp" = ( +/obj/structure/closet/crate, +/obj/item/stack/ore/silver, +/obj/item/stack/ore/iron, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"igq" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"igw" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/item/toy/crayon/spraycan, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"igA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/command/vault) +"igE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/machinery/alarm/directional/west, +/obj/machinery/camera{ + c_tag = "Telecommunications Core"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"igG" = ( +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/tech_storage, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"igL" = ( +/obj/effect/decal/cleanable/dirt, +/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/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"igM" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "conference" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/meeting_room) +"igN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"igP" = ( +/obj/machinery/economy/vending/hatdispenser, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"ihl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ihv" = ( +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior South East"; + dir = 1; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/space) +"ihx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/theatre) +"ihA" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"ihE" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"ihH" = ( +/turf/simulated/wall/r_wall, +/area/station/security/evidence) +"ihI" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"ihK" = ( +/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{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"ihO" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"ihU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/ai_monitored/storage/eva) +"ihX" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/soldiercoat, +/obj/item/clothing/under/costume/soldieruniform, +/obj/item/clothing/head/stalhelm{ + pixel_y = 13 + }, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/wood, +/area/station/service/clown) +"iia" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonlockers) +"iib" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/maintenance/asmaint) +"iic" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"iij" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"iik" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/service/clown) +"iir" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"iiU" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8; + pixel_x = -4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel) +"iiX" = ( +/obj/structure/girder, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"ijc" = ( +/obj/effect/decal/cleanable/dirt, +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ije" = ( +/obj/item/kirbyplants{ + icon_state = "plant-10" + }, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"ijj" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"ijk" = ( +/obj/machinery/teleport/hub, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"ijt" = ( +/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/carpet, +/area/station/legal/courtroom) +"ijv" = ( +/obj/effect/spawner/random_spawners/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ijw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ijz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"ijE" = ( +/obj/effect/turf_decal/delivery/hollow/right, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ijF" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"ijH" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"ijM" = ( +/obj/machinery/door/airlock/external{ + id_tag = "mining_home"; + locked = 1; + name = "Mining Dock Airlock" + }, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/turf/simulated/floor/plating, +/area/station/supply/miningdock) +"ijS" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"ijV" = ( +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"ika" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/obj/item/toy/figure/crew/borg{ + pixel_y = 16; + pixel_x = -1 + }, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"ike" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"ikl" = ( +/obj/effect/landmark/spawner/rev, +/obj/machinery/camera{ + c_tag = "Xeno Containment 1"; + network = list("Research","SS13") + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"ikt" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigRight"; + name = "Brig Foyer Right Entrance" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"ikM" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/south) +"ikP" = ( +/obj/structure/table, +/obj/item/weldingtool, +/obj/item/crowbar, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"ikY" = ( +/obj/structure/table, +/obj/item/apc_electronics, +/obj/item/airlock_electronics, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"ilb" = ( +/obj/machinery/door/airlock{ + id_tag = "toilet_unit1"; + name = "Unit A" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/unisex) +"ilh" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ilk" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/structure/cable{ + 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/plasteel, +/area/station/engineering/atmos/distribution) +"ilx" = ( +/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/station/maintenance/storage) +"ilz" = ( +/obj/machinery/economy/vending/security, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"ilD" = ( +/obj/item/decorations/sticky_decorations/flammable/ghost{ + pixel_x = 20 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"ilF" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/camera{ + c_tag = "Science Break Room"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"ilG" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/machinery/camera{ + c_tag = "Perma Cell 3"; + network = list("Prison","SS13"); + dir = 8 + }, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_x = 28 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"ilH" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"ilL" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"ilT" = ( +/obj/structure/rack, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"ilV" = ( +/obj/machinery/camera{ + c_tag = "Medbay Break Room"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"imd" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/command/bridge) +"imp" = ( +/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/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/obj/machinery/camera{ + c_tag = "AI Satellite Atmospherics"; + dir = 9; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"imq" = ( +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"imB" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"imE" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigRight"; + name = "Brig Foyer Right Entrance" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"imI" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display/supply_display{ + pixel_x = 32 + }, +/obj/machinery/camera{ + c_tag = "Cargo Bay East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/storage) +"imZ" = ( +/obj/structure/rack, +/obj/item/roller{ + pixel_y = 9 + }, +/obj/item/roller{ + pixel_y = 9 + }, +/obj/item/roller{ + pixel_y = 9 + }, +/obj/item/radio/intercom/department/medbay{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"ina" = ( +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/brig) +"ini" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"inj" = ( +/obj/item/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24; + pixel_x = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"inr" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/item/food/candy/coin, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"inu" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"inv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"inD" = ( +/obj/machinery/door/airlock/command{ + name = "MiniSat Access" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/science/minisat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/ai_transit_tube) +"inF" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"inL" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"inO" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/flashlight/flare/glowstick/random, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"iod" = ( +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Theatre Lobby"; + dir = 10 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"ioi" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/folder{ + pixel_x = -4 + }, +/obj/item/pen/red, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"ioy" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"ioA" = ( +/turf/simulated/wall, +/area/station/maintenance/assembly_line) +"ioH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"ioK" = ( +/obj/structure/chair/comfy/black, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"ioL" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/robotanalyzer, +/obj/item/robotanalyzer, +/obj/item/stack/cable_coil, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"ioO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/service/hydroponics) +"ioU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"ipp" = ( +/turf/simulated/wall, +/area/station/supply/sorting) +"ipw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"ipB" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 4; + name = "Evidence Storage" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/doors{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/evidence) +"ipC" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"ipD" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"ipM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"ipS" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/toxin, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/storage/secondary) +"ipU" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"iqc" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"iqk" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Maintenance" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"iqs" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"iqw" = ( +/obj/item/kirbyplants, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"iqC" = ( +/obj/structure/chair/sofa/corp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"iqE" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"iqF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/crema_switch{ + pixel_y = 23; + pixel_x = 22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"iqH" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/rd) +"iqL" = ( +/obj/effect/turf_decal/delivery, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/storage) +"irn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"iro" = ( +/turf/simulated/wall, +/area/station/hallway/primary/starboard) +"irq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"irr" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"irs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"irx" = ( +/obj/structure/cable{ + 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/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"irS" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Port to Atmospherics" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"irV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"isa" = ( +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"isl" = ( +/obj/machinery/door/airlock/research/glass, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/science/research, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"isn" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"isq" = ( +/obj/structure/chair/sofa/corp/right, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"ist" = ( +/obj/structure/table/wood, +/obj/machinery/computer/secure_data/laptop{ + dir = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"isx" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"isB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"isH" = ( +/obj/effect/spawner/random_spawners/dirt_maybe, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"isJ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"isR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = -28; + name = "west bump"; + dir = 4; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurplecorners" + }, +/area/station/science/genetics) +"itb" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/dorms/fore) +"ith" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Coldroom Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ito" = ( +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"itw" = ( +/obj/structure/mecha_wreckage/ripley, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/station/maintenance/aft) +"itF" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/secondary) +"itP" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"itQ" = ( +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "blackcorner" + }, +/area/station/public/fitness) +"itU" = ( +/mob/living/simple_animal/hostile/retaliate/clown/goblin/cluwne, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid) +"itV" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/rack, +/obj/item/shield/riot{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/shield/riot, +/obj/item/shield/riot{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"itZ" = ( +/obj/structure/rack, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/t_scanner, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"iua" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"iui" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Jury Panel Access"; + dir = 4 + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/windoor/access/all/security/court{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"ium" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"iuq" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/service/hydroponics) +"iur" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"iuw" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"iuz" = ( +/obj/structure/rack, +/obj/item/clothing/head/welding, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"iuB" = ( +/obj/machinery/economy/vending/tool/free, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"iuD" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"iuN" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"iuP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/mob/living/simple_animal/hostile/retaliate/araneus, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"iuT" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"ivh" = ( +/obj/structure/mirror{ + pixel_y = 34 + }, +/obj/structure/sink{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"ivo" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"ivq" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"ivr" = ( +/obj/machinery/smartfridge/drying_rack, +/obj/machinery/atmospherics/unary/outlet_injector/on, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"ivy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ivA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ivF" = ( +/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/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"ivK" = ( +/obj/structure/closet/crate, +/obj/item/stack/cable_coil, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"ivS" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/glass/bottle/nutrient/rh{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/grass, +/area/station/maintenance/abandoned_garden) +"ivX" = ( +/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/plasteel, +/area/station/hallway/primary/fore) +"iwc" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"iwh" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/engine, +/area/station/command/server) +"iwi" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"iwr" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"iws" = ( +/obj/effect/decal/cleanable/dirt, +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"iwv" = ( +/obj/structure/mopbucket/full, +/obj/item/mop, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"iwz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"iwE" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/entry/west) +"iwW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/public/fitness) +"iwY" = ( +/obj/structure/window/reinforced{ + dir = 8; + pixel_x = -4 + }, +/obj/machinery/disposal/deliveryChute{ + name = "CORPSE disposal unit" + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"ixd" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_carp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"ixj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"ixl" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/service/kitchen) +"ixn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"ixq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"ixs" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"ixE" = ( +/obj/machinery/firealarm/directional/south, +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"ixF" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine{ + department = "Head of Security's Office" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"ixG" = ( +/obj/effect/turf_decal/delivery, +/obj/item/stock_parts/matter_bin, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ixI" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Fore"; + dir = 1; + network = list("SS13","engine") + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"ixQ" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Research and Development Lab Shutters"; + id_tag = "rdlab2" + }, +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plating, +/area/station/science/rnd) +"ixW" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/entry/west) +"ixX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"ixY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"ixZ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/obj/item/food/mint, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"iyb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"iyf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_starboard) +"iyu" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/office) +"iyv" = ( +/obj/machinery/door/airlock/maintenance, +/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/mapping_helpers/airlock/access/all/service/mime, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"iyz" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/machinery/camera{ + c_tag = "Research Hallway Central"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"iyB" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"iyG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"iyP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"iyT" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"iyW" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"izg" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/dorms/port) +"izx" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"izA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"izD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"izP" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"izQ" = ( +/obj/vehicle/ambulance{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel, +/area/station/medical/paramedic) +"izR" = ( +/obj/machinery/economy/vending/exploredrobe, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/expedition) +"izS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"izU" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Robotics Lab Shutters"; + id_tag = "robotics" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/science/robotics) +"izW" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/station/public/fitness) +"izY" = ( +/obj/structure/cable{ + 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/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/hallway/primary/starboard/south) +"iAa" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"iAd" = ( +/obj/structure/table, +/obj/item/storage/box/cups, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"iAo" = ( +/mob/living/simple_animal/hostile/scarybat, +/obj/structure/closet/crate{ + name = "Gold Crate" + }, +/obj/item/paper{ + name = "IOU"; + info = "Needed the dough, Ill bring it back later. HONK!" + }, +/obj/item/clothing/mask/gas/clown_hat, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"iAv" = ( +/obj/machinery/power/solar{ + name = "Starboard Solar Array" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/aft_starboard) +"iAy" = ( +/obj/machinery/status_display{ + pixel_x = 32; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/public/dorms) +"iAQ" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 1; + name = "port to space" + }, +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/science/toxins/mixing) +"iBa" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"iBd" = ( +/turf/simulated/floor/grass, +/area/station/public/park) +"iBg" = ( +/obj/machinery/flasher_button{ + id = "Execution"; + pixel_x = 10; + pixel_y = 21 + }, +/obj/machinery/door_control{ + id = "justice_blast"; + name = "Space Vent"; + pixel_x = 2; + req_access_txt = "2"; + pixel_y = 22 + }, +/obj/structure/table/reinforced, +/obj/item/taperecorder{ + pixel_x = -5 + }, +/obj/item/assembly/signaler{ + code = 6; + frequency = 1445; + pixel_x = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"iBr" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"iBt" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"iBu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"iBx" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"iBy" = ( +/obj/machinery/door/airlock/engineering{ + name = "Fore Starboard Solar Access" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_starboard) +"iBG" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"iBK" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"iBL" = ( +/obj/machinery/door/firedoor, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"iBN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"iBX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/machinery/door/airlock/engineering/glass{ + name = "Laser Room" + }, +/turf/simulated/floor/plating, +/area/station/engineering/engine) +"iCa" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"iCw" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/reversed{ + desc = "You have the public fridge, pal, lube off."; + dir = 8; + name = "Security Shield" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/medical/chemistry) +"iCy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/hallway/primary/aft) +"iCF" = ( +/obj/structure/table, +/obj/item/megaphone{ + pixel_y = -3; + pixel_x = -3 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"iCG" = ( +/obj/machinery/keycard_auth{ + pixel_x = -24; + pixel_y = 16 + }, +/obj/item/beacon, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"iCI" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"iCN" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"iCO" = ( +/obj/machinery/floodlight{ + light_power = 1 + }, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"iCP" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"iCQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"iDm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"iDq" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"iDr" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"iDu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block) +"iDy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"iDI" = ( +/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/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"iDJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + external_pressure_bound = 0; + autolink_id = "o2_out"; + internal_pressure_bound = 4000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"iDU" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"iDV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"iEf" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/ne) +"iEl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"iEr" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"iEs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"iEx" = ( +/obj/machinery/light/small, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"iEB" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/sign/clown{ + pixel_x = -32 + }, +/obj/item/coin/clown, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/lubed, +/area/station/maintenance/aft) +"iEJ" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/holder, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"iEK" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/starboard) +"iEL" = ( +/obj/structure/cable{ + 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/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"iET" = ( +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"iEU" = ( +/obj/effect/landmark/burnturf, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"iEW" = ( +/obj/structure/table/glass, +/obj/item/storage/belt/utility, +/obj/item/wrench, +/obj/machinery/requests_console/directional/east, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"iFc" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/red/line, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"iFe" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"iFt" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"iFw" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"iFA" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + name = "Air to External" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable{ + 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/plasteel, +/area/station/engineering/atmos) +"iFD" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Court gallery" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"iFI" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_y = 12; + pixel_x = -5 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = 10 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"iFN" = ( +/obj/machinery/cryopod/robot, +/obj/machinery/computer/cryopod/robot{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/aisat/service) +"iFP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"iFR" = ( +/obj/machinery/computer/communications, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"iFX" = ( +/obj/structure/closet/emcloset, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/engineering/ai_transit_tube) +"iGb" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"iGc" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"iGd" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"iGm" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"iGu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block) +"iGw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"iGx" = ( +/obj/structure/table, +/obj/item/storage/box/masks{ + pixel_y = 5 + }, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/light, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"iGA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"iGM" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "packageSort2" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"iGO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/camera{ + c_tag = "Central Hallway North" + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"iGP" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1; + cover_color = "#85130b" + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"iGS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"iGU" = ( +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"iGZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"iHa" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"iHc" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"iHe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/vault) +"iHk" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"iHl" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"iHn" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"iHq" = ( +/obj/effect/landmark/damageturf, +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"iHu" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/bar) +"iHy" = ( +/obj/item/beacon, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"iHz" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/space, +/area/space/nearstation) +"iHA" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"iHB" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"iHH" = ( +/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/plasteel, +/area/station/hallway/secondary/entry/west) +"iHP" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"iHQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"iHX" = ( +/obj/structure/closet/crate, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/stack/sheet/metal/fifty, +/obj/item/circuitboard/solar_control, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"iHY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"iHZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"iIf" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"iIq" = ( +/obj/structure/table, +/obj/item/wrench, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"iIv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"iIw" = ( +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall, +/area/station/maintenance/dorms/starboard) +"iID" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"iIE" = ( +/turf/simulated/wall, +/area/station/legal/lawoffice) +"iIH" = ( +/obj/structure/rack, +/obj/item/stack/sheet/metal{ + amount = 20 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = 1; + pixel_y = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"iIM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"iIO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hydroponics/soil, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/grass, +/area/station/maintenance/abandoned_garden) +"iIW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/storage) +"iJa" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"iJd" = ( +/obj/structure/bookcase/sop, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"iJg" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"iJj" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + external_pressure_bound = 0; + autolink_id = "co2_out"; + internal_pressure_bound = 4000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"iJn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"iJo" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"iJq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/transit) +"iJE" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"iJI" = ( +/obj/item/kirbyplants, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"iJJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"iJS" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"iJU" = ( +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/engineering/atmos/control) +"iKb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"iKd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"iKk" = ( +/obj/structure/closet/secure_closet/miner, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"iKl" = ( +/obj/structure/closet/emcloset, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"iKv" = ( +/obj/machinery/mineral/equipment_vendor, +/obj/item/toy/figure/crew/miner{ + pixel_x = 6; + pixel_y = 17 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"iKE" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"iKF" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/hallway/primary/central/se) +"iKG" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"iKI" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/stack/tape_roll{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"iKR" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"iKS" = ( +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/noslip, +/area/station/medical/cryo) +"iLb" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"iLd" = ( +/obj/structure/chair/comfy/black, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/wood, +/area/station/service/library) +"iLi" = ( +/obj/structure/table, +/obj/item/food/meat, +/obj/item/food/meat{ + pixel_y = 2; + pixel_x = -14 + }, +/obj/item/food/meat{ + pixel_y = 8; + pixel_x = -23 + }, +/obj/item/food/meat{ + pixel_y = 7; + pixel_x = -4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"iLt" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"iLw" = ( +/obj/structure/table, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"iLD" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/wood, +/area/station/hallway/secondary/exit) +"iLF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"iLJ" = ( +/turf/simulated/wall/r_wall, +/area/station/science/server/coldroom) +"iLK" = ( +/obj/structure/closet/wardrobe/white, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"iLL" = ( +/turf/simulated/wall/r_wall, +/area/station/turret_protected/aisat/interior) +"iLS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/hallway/primary/central/south) +"iLV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/binary/valve/digital/open{ + dir = 4; + name = "Output Release" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"iMb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/machinery/camera{ + c_tag = "Library Study"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"iMd" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"iMj" = ( +/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/structure/disposalpipe/segment, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"iMm" = ( +/obj/structure/rack, +/obj/item/megaphone, +/obj/item/megaphone{ + pixel_y = -3; + pixel_x = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/command/bridge) +"iMn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"iMv" = ( +/obj/machinery/light, +/obj/machinery/economy/vending/wallmed/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"iMy" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/item/multitool, +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"iMJ" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"iML" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"iMO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"iMP" = ( +/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" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"iMQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"iMV" = ( +/obj/machinery/porta_turret/ai_turret/disable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"iMZ" = ( +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"iNa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"iNc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"iNd" = ( +/obj/machinery/door/airlock/engineering{ + name = "Engineering Checkpoint" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"iNe" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"iNn" = ( +/obj/structure/closet/secure_closet/cargotech, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"iNt" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"iNw" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkgreen" + }, +/area/station/medical/storage/secondary) +"iNx" = ( +/obj/structure/rack, +/obj/item/gun/energy/disabler{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/gun/energy/disabler, +/obj/item/gun/energy/disabler{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"iNz" = ( +/obj/structure/table/wood, +/obj/item/storage/box/evidence, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"iNH" = ( +/turf/simulated/floor/transparent/glass/reinforced{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"iNN" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"iNO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"iNW" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"iNY" = ( +/obj/item/radio/intercom/department/security{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/processing) +"iOc" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/legal/courtroom) +"iOe" = ( +/obj/structure/sign/security{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore/north) +"iOp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Foyer" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"iOs" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Mining Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"iOz" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood, +/area/station/maintenance/fpmaint) +"iOG" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"iOK" = ( +/obj/machinery/nuclearbomb/training, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"iOO" = ( +/obj/item/trash/spentcasing, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/dorms/port) +"iOR" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"iOZ" = ( +/obj/effect/decal/cleanable/blood/drip, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"iPd" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"iPf" = ( +/obj/structure/closet/emcloset, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"iPp" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/grass, +/area/station/public/dorms) +"iPw" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior North East"; + dir = 9; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/space/nearstation) +"iPA" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"iPC" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/storage/belt/utility{ + pixel_y = 3 + }, +/obj/item/storage/belt/utility, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"iPH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"iPI" = ( +/obj/structure/chair/stool, +/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" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"iPP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/starboard) +"iPQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"iPS" = ( +/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" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"iPZ" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/item/garrote/improvised, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"iQa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"iQi" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint2) +"iQl" = ( +/turf/simulated/wall, +/area/station/science/rnd) +"iQo" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/science/rnd) +"iQp" = ( +/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/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/service/hydroponics) +"iQt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/item/analyzer, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"iQH" = ( +/obj/effect/spawner/random_barrier/obstruction, +/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/station/maintenance/abandoned_office) +"iQU" = ( +/obj/effect/mapping_helpers/airlock/polarized{ + id = "NTR" + }, +/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/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ntrep, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + id_tag = "ntrepofficedoor"; + name = "NT Representative's Office" + }, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"iQX" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/shops) +"iRc" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"iRf" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"iRx" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"iRD" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"iRF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"iRH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"iRM" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "O2 to Pure" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"iRP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/medical/paramedic) +"iRT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"iRX" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"iSc" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/south) +"iSf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"iSk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/barricade/wooden, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"iSm" = ( +/obj/item/trash/plate, +/obj/item/trash/candy, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"iSo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"iSs" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/arrows, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/hallway/primary/starboard/south) +"iSt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"iSy" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/item/toy/figure/crew/bartender{ + pixel_x = -3; + pixel_y = 12 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"iSA" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/station/security/interrogation) +"iSC" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/processing) +"iSD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"iSE" = ( +/obj/structure/chair, +/obj/item/radio/intercom/locked/confessional{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"iSL" = ( +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"iSU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"iTe" = ( +/obj/machinery/hydroponics/soil, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/garden) +"iTk" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/simulated/floor/grass, +/area/station/maintenance/abandoned_garden) +"iTl" = ( +/obj/structure/table/wood, +/obj/item/trash/snack_bowl, +/obj/item/kitchen/utensil/fork, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"iTr" = ( +/obj/machinery/atmospherics/portable/canister/air{ + anchored = 1 + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"iTx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"iTC" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/dorms) +"iTG" = ( +/obj/machinery/economy/vending/assist, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"iTP" = ( +/obj/structure/closet{ + welded = 1 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"iTS" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"iTW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"iUn" = ( +/obj/machinery/constructable_frame/machine_frame, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"iUq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"iUr" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"iUA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood, +/area/station/command/office/cmo) +"iUB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/medical/storage/secondary) +"iUF" = ( +/obj/structure/table/reinforced, +/obj/item/food/no_raisin, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block) +"iUI" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"iUM" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"iUR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"iUU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"iUZ" = ( +/obj/structure/table, +/obj/item/poster/random_contraband, +/obj/item/poster/random_contraband{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"iVb" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker, +/obj/item/reagent_containers/dropper{ + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"iVc" = ( +/obj/structure/chair/office/light, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"iVe" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"iVf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"iVk" = ( +/obj/structure/table, +/obj/item/toy/plushie/slimeplushie, +/obj/machinery/camera{ + c_tag = "Arcade" + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"iVl" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"iVu" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"iVw" = ( +/obj/structure/table, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"iVy" = ( +/obj/machinery/door/airlock/freezer{ + name = "Freezer" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"iVC" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"iVU" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry/lounge) +"iVX" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/public/dorms) +"iVY" = ( +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"iWc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"iWf" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1; + cover_color = "#85130b" + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/grass, +/area/station/public/park) +"iWm" = ( +/obj/structure/sign/poster/official/ian{ + pixel_y = 32 + }, +/obj/structure/bed/dogbed/ian, +/obj/item/toy/plushie/corgi{ + name = "Ian Effigy" + }, +/obj/item/decorations/sticky_decorations/flammable/heart_chain{ + pixel_y = 11 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/wood, +/area/station/maintenance/fpmaint) +"iWn" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "Prison A Showers External"; + dir = 1; + network = list("Prison","SS13") + }, +/turf/space, +/area/space/nearstation) +"iWo" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Bridge Entrance"; + dir = 5 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"iWA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"iWE" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"iWL" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/west) +"iWM" = ( +/obj/structure/transit_tube, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"iWP" = ( +/obj/machinery/atmospherics/binary/valve/open{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"iWS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"iXh" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"iXk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"iXn" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"iXu" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 7 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 7 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 7 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/camera{ + c_tag = "Research Test Lab East"; + network = list("Research","SS13"); + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"iXz" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/north) +"iXG" = ( +/obj/item/trash/spentcasing, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/dorms/port) +"iXM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/legal/courtroom) +"iXO" = ( +/obj/structure/sign/nosmoking_1{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"iXP" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/full, +/obj/item/storage/fancy/candle_box/full{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"iXS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt/roach, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"iYa" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/warden) +"iYb" = ( +/obj/machinery/door/airlock/command{ + name = "CMO's Office" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/station/command/office/cmo) +"iYc" = ( +/obj/item/bedsheet/qm, +/obj/structure/bed, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/station/supply/qm) +"iYm" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"iYn" = ( +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"iYE" = ( +/turf/simulated/wall, +/area/station/public/storage/office) +"iYK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/airlock/s_to_n/long, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"iYO" = ( +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"iYP" = ( +/obj/machinery/atmospherics/unary/tank/oxygen, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/asteroid_filtering) +"iYR" = ( +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"iYS" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"iYU" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/camera{ + c_tag = "Asteroid Processing South East"; + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"iZc" = ( +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"iZd" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"iZe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"iZj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"iZm" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"iZv" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/public/dorms) +"iZx" = ( +/obj/effect/landmark/damageturf, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"iZA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"iZB" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"iZC" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"iZI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"iZQ" = ( +/obj/structure/table, +/obj/item/storage/box, +/obj/item/t_scanner, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"iZT" = ( +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"iZV" = ( +/obj/structure/table, +/obj/item/spear, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"jaa" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"jac" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"jae" = ( +/obj/effect/spawner/airlock/w_to_e, +/turf/simulated/wall/r_wall, +/area/station/aisat/hall) +"jaj" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"jap" = ( +/obj/structure/morgue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"jav" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"jaz" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/legal/courtroom) +"jaH" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/captain, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"jaK" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"jaO" = ( +/obj/structure/chair/comfy/brown, +/obj/item/trash/candy, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"jaR" = ( +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"jaU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"jaW" = ( +/obj/item/paper, +/obj/item/pen/multi, +/obj/structure/table/wood/fancy/blue, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"jaZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"jbh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/public/fitness) +"jbm" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/restraints/handcuffs/cable/random, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jbn" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"jbq" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"jbr" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/weldingtool, +/obj/item/clothing/head/welding, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"jbs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"jbt" = ( +/mob/living/simple_animal/pet/sloth/paperwork, +/obj/structure/bed/dogbed, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"jbE" = ( +/obj/structure/table/glass, +/obj/item/storage/box/patch_packs, +/obj/item/storage/box/pillbottles{ + pixel_x = 5; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"jbH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"jbO" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/sleep) +"jbY" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"jch" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"jcl" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"jcs" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/left, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"jcy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"jcD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"jcG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"jcN" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"jcR" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/aisat/service) +"jcT" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/station/service/library) +"jcU" = ( +/obj/structure/bookcase{ + name = "bookcase (Religious)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"jcZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prisonershuttle) +"jdb" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"jdo" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"jds" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"jdu" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"jdE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"jdU" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/vault) +"jdV" = ( +/obj/structure/chair, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"jdX" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"jdY" = ( +/obj/effect/decal/cleanable/ash, +/obj/structure/closet/l3closet, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"jeb" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"jef" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/evidence) +"jej" = ( +/obj/machinery/door/airlock/glass{ + name = "Prison"; + id_tag = "Prison Perma Cell 2" + }, +/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/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"jey" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"jeG" = ( +/obj/structure/safe/floor{ + known_by = list("captain") + }, +/obj/item/reagent_containers/drinks/bottle/absinthe/premium, +/obj/item/gun/projectile/revolver/russian, +/obj/item/lighter/zippo/nt_rep, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/toy/figure/crew/captain, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"jeI" = ( +/obj/structure/chair{ + dir = 1 + }, +/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/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"jeK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/visible/supply, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos/asteroid_filtering) +"jeQ" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter Room" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/command/teleporter, +/obj/effect/mapping_helpers/airlock/access/all/science/minisat, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"jeT" = ( +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/obj/effect/landmark/start/chief_engineer, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"jeU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"jeX" = ( +/obj/item/stack/sheet/animalhide/corgi, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/maintenance/aft2) +"jfl" = ( +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"jfp" = ( +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway North"; + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"jfs" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"jfx" = ( +/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, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"jfA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"jfE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/medical/surgery/secondary) +"jfR" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"jfV" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("Toxins"); + pixel_x = 32 + }, +/obj/machinery/light_switch{ + pixel_x = -7; + pixel_y = 24; + name = "custom placement" + }, +/obj/machinery/driver_button{ + id_tag = "toxinsdriver"; + pixel_x = 6; + pixel_y = 24; + range = 18 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"jgf" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"jgg" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"jgh" = ( +/obj/item/kirbyplants, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"jgn" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Library Quiet Hall" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"jgp" = ( +/obj/structure/table, +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5 + }, +/obj/machinery/camera{ + c_tag = "Medbay Paramedic" + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/paramedic) +"jgs" = ( +/obj/structure/table/reinforced, +/obj/machinery/requests_console/directional/west, +/obj/machinery/chem_dispenser/beer{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"jgE" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/item/reagent_containers/drinks/mushroom_bowl{ + name = "Food bowl" + }, +/turf/simulated/floor/grass, +/area/station/public/park) +"jgL" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"jgN" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jgQ" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"jgR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"jgY" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Cooling Loop Bypass"; + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"jhb" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"jhd" = ( +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"jhl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"jhm" = ( +/obj/structure/computerframe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"jhp" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Atmospherics Line In"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"jhy" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"jhz" = ( +/turf/simulated/wall, +/area/station/service/library) +"jhE" = ( +/turf/simulated/wall, +/area/station/service/barber) +"jhH" = ( +/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/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"jhL" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"jir" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"jiB" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start/magistrate, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"jiG" = ( +/turf/simulated/wall, +/area/station/public/vacant_office) +"jiR" = ( +/obj/structure/rack, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"jiX" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"jiY" = ( +/turf/simulated/wall, +/area/space/nearstation) +"jiZ" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"jjf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/eat{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jji" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"jjj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"jjs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/paramedic) +"jjv" = ( +/obj/machinery/disposal, +/obj/structure/sign/deathsposal{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"jjB" = ( +/obj/machinery/power/apc/critical/directional/east, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"jjJ" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/storage) +"jjL" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/carpet, +/area/station/public/arcade) +"jjT" = ( +/mob/living/simple_animal/bunny, +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/station/public/park) +"jjX" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"jkc" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"jkd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/landmark/start/cyborg, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"jke" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"jko" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"jkq" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"jkt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"jkC" = ( +/obj/structure/table/reinforced, +/obj/item/rpd, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"jkJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"jkX" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/obj/structure/sign/poster/official/cleanliness{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"jkZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"jla" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"jlc" = ( +/obj/machinery/atmospherics/binary/valve, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jld" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/classic/normal{ + name = "Danger: Conveyor Access" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mineral_storage, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"jlf" = ( +/obj/structure/railing, +/obj/structure/table, +/obj/item/deck/cards, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/public/dorms) +"jlg" = ( +/obj/machinery/door/airlock/glass{ + name = "Quiet Room" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/station/service/library) +"jlo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"jlu" = ( +/obj/structure/cable{ + 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/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"jlw" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/science/robotics) +"jly" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/asteroid_filtering) +"jlA" = ( +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid_filtering) +"jlH" = ( +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"jlL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"jlP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"jlQ" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"jlV" = ( +/obj/structure/table, +/obj/item/soap, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"jmd" = ( +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jmr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/security/permabrig) +"jmx" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"jmB" = ( +/obj/structure/closet/emcloset, +/obj/machinery/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"jmN" = ( +/obj/item/circuitboard/sleeper, +/obj/effect/spawner/random/maintenance, +/obj/item/stack/cable_coil, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/obj/structure/closet/wardrobe/medical_white, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/maintenance/security/fore) +"jmZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "bridge blast entrance"; + name = "Bridge Lobby Blast Door Control"; + pixel_y = -9; + req_one_access_txt = "19" + }, +/obj/machinery/door_control{ + id = "bridge blast south"; + name = "Bridge Entrance Blast Door Control"; + pixel_y = -1; + req_one_access_txt = "19" + }, +/obj/machinery/door_control{ + id = "bridge blast north"; + name = "Bridge Space Blast Door Control"; + pixel_y = 7; + req_one_access_txt = "19" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"jnb" = ( +/obj/effect/decal/cleanable/dirt, +/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/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"jnd" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/item/toy/figure/crew/explorer, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"jne" = ( +/obj/machinery/door/window/brigdoor{ + dir = 1; + id = "Cell 3"; + name = "Cell 3" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/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/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"jni" = ( +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"jnm" = ( +/obj/item/seeds/potato, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"jnn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"jnr" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"jnt" = ( +/obj/structure/closet{ + name = "Swimwear" + }, +/obj/item/clothing/under/misc/swimsuit/black, +/obj/item/clothing/under/misc/swimsuit/black, +/obj/item/clothing/under/misc/swimsuit/blue, +/obj/item/clothing/under/misc/swimsuit/blue, +/obj/item/clothing/under/misc/swimsuit/green, +/obj/item/clothing/under/misc/swimsuit/green, +/obj/item/clothing/under/misc/swimsuit/purple, +/obj/item/clothing/under/misc/swimsuit/purple, +/obj/item/clothing/under/misc/swimsuit/red, +/obj/item/clothing/under/misc/swimsuit/red, +/turf/simulated/floor/beach/away/sand, +/area/station/public/dorms) +"jnv" = ( +/obj/machinery/computer/card/minor/hos{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"jnw" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/command/bridge) +"jnC" = ( +/turf/simulated/wall, +/area/station/science/break_room) +"jnP" = ( +/turf/space, +/area/space) +"jnV" = ( +/obj/machinery/economy/atm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"jnX" = ( +/obj/effect/decal/cleanable/generic, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"jof" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"jol" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"jop" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/space, +/area/space/nearstation) +"jos" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/sorting) +"jot" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"jox" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"joA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prisonershuttle) +"joC" = ( +/obj/structure/mirror{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"joG" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"joH" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore/north) +"joP" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/taperecorder, +/obj/item/cigbutt/cigarbutt{ + pixel_x = -19; + pixel_y = 3 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"joS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"joU" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"jpk" = ( +/obj/structure/cable{ + 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/hologram/holopad, +/obj/machinery/light, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"jpm" = ( +/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, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"jpn" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"jpp" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"jpt" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/aiModule/reset, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"jpv" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/wall, +/area/station/turret_protected/ai) +"jpA" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"jqg" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"jql" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/carpet, +/area/station/maintenance/aft2) +"jqq" = ( +/obj/structure/table/glass, +/obj/item/seeds/apple, +/obj/item/seeds/banana, +/obj/item/seeds/cocoapod, +/obj/item/seeds/grape, +/obj/item/seeds/orange, +/obj/item/seeds/sugarcane, +/obj/item/seeds/wheat, +/obj/item/seeds/watermelon, +/obj/item/seeds/tower, +/obj/item/seeds/poppy, +/obj/item/food/grown/grapes, +/obj/item/food/grown/apple, +/obj/item/grown/corncob, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"jqr" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jqS" = ( +/obj/structure/closet/crate, +/obj/item/storage/firstaid, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"jqU" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"jqV" = ( +/obj/machinery/access_button{ + autolink_id = "xeno_btn_int"; + name = "Xenobiology Access Button"; + pixel_x = -24; + req_access_txt = "55" + }, +/obj/machinery/door/airlock/research{ + autoclose = 0; + id_tag = "xeno_door_int"; + locked = 1; + name = "Xenobiology Internal Airlock" + }, +/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/mapping_helpers/airlock/access/all/science/xenobio, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"jqW" = ( +/obj/machinery/door/airlock, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"jqX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"jrb" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"jrd" = ( +/obj/machinery/atmospherics/binary/valve/digital, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"jrm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/spacebridge/security/west) +"jrp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"jrs" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/medical/storage/secondary) +"jry" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/transit) +"jrG" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel, +/area/station/security/interrogation) +"jrQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"jsc" = ( +/obj/machinery/economy/slot_machine, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"jsg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"jsi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/west) +"jsk" = ( +/obj/structure/chair/sofa/corner, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/carpet, +/area/station/public/dorms) +"jso" = ( +/obj/machinery/icemachine, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"jsx" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/landmark/spawner/late/crew, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"jsB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"jsL" = ( +/obj/machinery/door/airlock/titanium{ + name = "Escape Pod Airlock" + }, +/obj/docking_port/mobile/pod{ + id = "pod3"; + name = "escape pod 3" + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_3) +"jsM" = ( +/obj/machinery/light, +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"jsQ" = ( +/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/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/command/bridge) +"jsU" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/science/robotics/chargebay) +"jtg" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/clothing/head/beret/atmos, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"jtt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"jtF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/meter, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"jtK" = ( +/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 = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"jtM" = ( +/obj/machinery/power/solar_control{ + dir = 1; + name = "Aft Port Solar Control" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"jtP" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"jtR" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"jua" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"jub" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/door_control{ + id = "telescienceblast"; + name = "Test Chamber Blast Door Control"; + pixel_y = 30; + pixel_x = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"jud" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"juh" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Accused" + }, +/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/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/security/brig, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"juk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"jun" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"jut" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"juz" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"juE" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/flask/gold, +/obj/item/clothing/mask/cigarette/cigar, +/obj/machinery/camera{ + c_tag = "Captain's Quarters"; + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"juI" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/station/medical/medbay2) +"juL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"juR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"juT" = ( +/obj/machinery/economy/vending/cargodrobe, +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"jvd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"jvq" = ( +/obj/effect/landmark/damageturf, +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"jvw" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"jvz" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/gravitygenerator) +"jvB" = ( +/turf/simulated/floor/bluegrid, +/area/station/telecomms/computer) +"jvI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"jvO" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"jvR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"jwc" = ( +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"jwd" = ( +/obj/structure/closet/firecloset/full, +/obj/machinery/light, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"jwg" = ( +/obj/effect/landmark/start/doctor, +/obj/structure/cable{ + 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/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/storage) +"jwh" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "n2_sensor" + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"jwm" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/west) +"jwn" = ( +/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/wood, +/area/station/legal/courtroom) +"jwC" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"jwE" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/assembly_line) +"jwF" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"jwH" = ( +/obj/machinery/computer/security{ + dir = 4; + network = list("SS13","Research Outpost","Mining Outpost") + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"jwL" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"jwT" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/turret_protected/aisat/interior) +"jwV" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"jxa" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"jxe" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jxf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"jxt" = ( +/obj/structure/barricade/wooden, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"jxN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"jxO" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"jxS" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/hallway/secondary/exit) +"jxV" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"jya" = ( +/obj/structure/flora/tree/jungle/small, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/station/public/park) +"jye" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/science/toxins/mixing) +"jyh" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"jyq" = ( +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/office) +"jyu" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + color = ""; + name = "Gas Mix Outlet Valve" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"jyw" = ( +/obj/machinery/light, +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"jyF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"jyH" = ( +/obj/structure/transit_tube_pod{ + dir = 4 + }, +/obj/structure/transit_tube/station, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/transit) +"jyT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jyX" = ( +/obj/machinery/computer/card/minor/cmo, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"jzd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"jzh" = ( +/obj/structure/closet/crate, +/obj/item/storage/toolbox/emergency, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"jzm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"jzo" = ( +/obj/machinery/turretid/stun{ + control_area = "\improper AI Satellite Atmospherics"; + name = "AI Satellite Atmospherics Turret Control"; + req_access_txt = "75"; + pixel_y = -26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"jzt" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"jzu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/turret_protected/aisat/interior) +"jzw" = ( +/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/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"jzD" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"jzE" = ( +/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/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/ne) +"jzG" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"jzI" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"jzK" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Containment Pen" + }, +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"jzP" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"jzU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"jzV" = ( +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"jAc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_starboard) +"jAf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jAl" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"jAv" = ( +/obj/effect/spawner/random_barrier/wall_probably, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"jAG" = ( +/obj/effect/landmark/start/coroner, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"jAJ" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/station/medical/reception) +"jAS" = ( +/obj/structure/chair, +/obj/machinery/alarm/directional/north, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"jAT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"jBe" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"jBh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/singulo{ + pixel_x = 1; + pixel_y = 31 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"jBl" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"jBn" = ( +/obj/machinery/door/airlock/security{ + name = "Prisoner Re-education Centre" + }, +/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/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"jBr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"jBE" = ( +/obj/structure/table/glass, +/obj/machinery/firealarm/directional/east, +/obj/item/paper_bin, +/obj/item/reagent_containers/drinks/mug{ + pixel_y = -14 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"jBH" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"jBO" = ( +/obj/structure/closet/crate/freezer/iv_storage, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical, +/obj/item/tank/internals/emergency_oxygen/engi/empty, +/obj/item/tank/internals/emergency_oxygen/engi/empty, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"jBR" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry/east) +"jBV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"jBZ" = ( +/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" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"jCc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"jCd" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/item/flash, +/obj/item/restraints/handcuffs, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jCk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/landmark/start/cyborg, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"jCp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"jCt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jCy" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/rollie, +/obj/item/clothing/mask/cigarette/rollie{ + pixel_y = 3; + pixel_x = 2 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = -3; + pixel_y = 13 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"jCC" = ( +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"jCD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitecorner" + }, +/area/station/hallway/primary/central/se) +"jCE" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/ai_transit_tube) +"jCJ" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/clown) +"jCU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"jDl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"jDm" = ( +/turf/simulated/floor/wood, +/area/station/medical/psych) +"jDp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"jDu" = ( +/turf/simulated/wall/r_wall, +/area/station/security/brig) +"jDz" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"jDA" = ( +/obj/machinery/atmospherics/trinary/tvalve/digital/flipped{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"jDC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"jDF" = ( +/obj/machinery/requests_console/directional/south, +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"jDI" = ( +/obj/structure/table, +/obj/item/t_scanner, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"jDL" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/power/smes/engineering, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/smes) +"jDO" = ( +/obj/item/cigbutt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/station/maintenance/apmaint2) +"jDP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"jDS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jDY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"jEi" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"jEq" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/item/beach_ball/holoball, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"jEr" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"jEx" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/engineering/hardsuitstorage) +"jEz" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/mask/gas, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Area control access" + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"jEA" = ( +/obj/machinery/door/airlock/command/glass{ + id_tag = "rdofficedoor"; + name = "Research Director's Office" + }, +/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/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "rd" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/rd) +"jER" = ( +/obj/effect/spawner/window/reinforced/polarized{ + id = "coroner" + }, +/turf/simulated/floor/plating, +/area/station/medical/morgue) +"jET" = ( +/obj/machinery/door_control{ + id = "engsm"; + name = "Radiation Shutters Control"; + pixel_y = -1; + req_access_txt = "10"; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"jEU" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/public/fitness) +"jEW" = ( +/obj/effect/turf_decal/stripes/line, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/funeral) +"jEX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"jFb" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"jFd" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"jFe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/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/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"jFh" = ( +/obj/structure/falsewall, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/public/shops) +"jFi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"jFj" = ( +/turf/simulated/wall, +/area/station/hallway/secondary/entry/east) +"jFq" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Security Aft Space Bridge"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/south) +"jFt" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry/east) +"jFv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 1; + sort_type_txt = "6" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"jFw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"jFy" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms_secondary) +"jFC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"jFH" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"jFM" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/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/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jFU" = ( +/obj/structure/rack, +/obj/item/poster/random_contraband, +/obj/item/t_scanner, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"jGa" = ( +/obj/structure/table, +/obj/item/mounted/frame/firealarm, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"jGd" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"jGl" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/red{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"jGr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Armory_South"; + location = "Armory_North" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"jGt" = ( +/obj/structure/bed, +/obj/item/bedsheet/green, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"jGv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"jGC" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"jGG" = ( +/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/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/service/theatre) +"jGJ" = ( +/mob/living/simple_animal/cow/betsy, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"jGK" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"jGU" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid) +"jGV" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"jHe" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"jHf" = ( +/obj/item/stack/sheet/mineral/plasma{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/structure/table, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"jHi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"jHj" = ( +/obj/item/chair/stool, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"jHk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/robotics) +"jHm" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"jHu" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"jHx" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jHz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"jHE" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/storage/toolbox/electrical, +/obj/item/multitool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"jHP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"jHR" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "Secure Armory"; + name = "Secure Armory Shutters" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"jHZ" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"jIe" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"jIn" = ( +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall, +/area/station/maintenance/security/fore) +"jIp" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"jIr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/flour/foam, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"jIx" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"jIy" = ( +/obj/machinery/photocopier, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"jID" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"jIQ" = ( +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jIW" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/aisat/hall) +"jIY" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"jJa" = ( +/obj/item/toy/plushie/black_fox{ + pixel_y = 15 + }, +/obj/item/toy/plushie/deer{ + pixel_y = 10; + pixel_x = 5 + }, +/obj/item/toy/plushie/lizardplushie{ + pixel_x = 11 + }, +/obj/item/toy/plushie/girly_corgi{ + pixel_y = 2; + pixel_x = -9 + }, +/obj/random/carp_plushie{ + pixel_y = -8 + }, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"jJf" = ( +/obj/structure/rack, +/obj/item/flashlight/lantern{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/item/flashlight/lantern, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"jJg" = ( +/obj/structure/filingcabinet, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"jJm" = ( +/obj/item/mecha_parts/part/odysseus_left_arm{ + pixel_y = -10; + pixel_x = -15 + }, +/obj/item/flag/rnd, +/obj/structure/sign/mech{ + pixel_y = 29 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"jJn" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/status_display{ + name = "cargo display"; + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"jJu" = ( +/obj/machinery/status_display{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"jJD" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"jJE" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/evidence) +"jJF" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jJG" = ( +/obj/structure/rack, +/obj/item/storage/fancy/candle_box/full, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jJH" = ( +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"jJP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"jKd" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"jKe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"jKh" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/space, +/area/station/engineering/solar/fore_port) +"jKH" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"jKT" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + desc = "A remote control switch for the medbay foyer."; + id = "medbayfoyerport"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = -7; + pixel_y = 8 + }, +/obj/item/storage/box/patch_packs{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"jKU" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/camera{ + c_tag = "Research Genetics"; + dir = 1; + network = list("SS13","Research") + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"jKV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"jLc" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"jLf" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_home"; + name = "supply bay"; + width = 12 + }, +/turf/space, +/area/space) +"jLg" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"jLm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"jLp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/transit_tube/curved/flipped{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"jLq" = ( +/obj/structure/chair/office, +/obj/item/restraints/handcuffs/cable/red, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"jLr" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"jLA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"jLI" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"jLK" = ( +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 4; + pixel_x = 3 + }, +/obj/structure/rack, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"jLO" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitehall" + }, +/area/station/medical/reception) +"jLP" = ( +/obj/machinery/door/airlock/maintenance{ + locked = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"jLZ" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/item/folder/blue{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/flash, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"jMk" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"jMn" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"jMp" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"jMq" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"jMs" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"jMt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"jMw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"jMA" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"jMC" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"jMI" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Toxins Storage" + }, +/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/mapping_helpers/airlock/access/all/science/tox_storage, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"jMJ" = ( +/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/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/junction/reversed, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"jMK" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/multi/fountain, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"jMN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"jMU" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Shuttle East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"jNm" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "waste_sensor"; + output = 127 + }, +/turf/simulated/floor/engine/airless, +/area/station/engineering/atmos) +"jNt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"jNM" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/wood, +/area/station/service/bar) +"jNN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/hall) +"jNR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"jOh" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"jOi" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/space, +/area/station/engineering/solar/aft_port) +"jOj" = ( +/obj/structure/closet/cardboard, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"jOk" = ( +/obj/machinery/camera{ + c_tag = "Asteroid Core North"; + dir = 9 + }, +/turf/simulated/floor/plating/asteroid/basalt/plasma, +/area/station/engineering/atmos/asteroid_core) +"jOu" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"jOx" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast south"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"jOy" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Bar Office Maintenance" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"jOF" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"jOG" = ( +/turf/simulated/floor/light/disco, +/area/station/maintenance/apmaint2) +"jOJ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"jOL" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 7 + }, +/obj/machinery/alarm/directional/west, +/obj/item/pen{ + pixel_y = 6 + }, +/obj/item/disk/tech_disk{ + pixel_x = 6 + }, +/obj/item/disk/tech_disk{ + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"jOM" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"jON" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"jOP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"jPd" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"jPg" = ( +/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" + }, +/obj/machinery/newscaster/security_unit{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"jPi" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"jPn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"jPo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"jPu" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"jPw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/service/theatre) +"jPx" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/wheelchair{ + dir = 4 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"jPz" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/explosives, +/turf/simulated/floor/plating, +/area/station/science/toxins/test) +"jPB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall, +/area/station/maintenance/starboard) +"jPE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"jPG" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"jPT" = ( +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"jPX" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/item/storage/belt/utility, +/obj/item/shovel{ + pixel_x = -5 + }, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"jQg" = ( +/obj/structure/flora/straw_bail, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jQj" = ( +/obj/structure/railing{ + dir = 5 + }, +/turf/simulated/floor/carpet/red, +/area/station/public/fitness) +"jQk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"jQw" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"jQA" = ( +/obj/effect/landmark/burnturf, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/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/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"jQC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"jQG" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Port"; + dir = 8; + network = list("SS13","engine") + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"jQM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"jQN" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"jQP" = ( +/obj/structure/table, +/obj/item/stack/medical/ointment/advanced{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/patch/styptic{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"jRb" = ( +/obj/structure/table/wood, +/obj/machinery/fishtank/bowl, +/turf/simulated/floor/plasteel, +/area/station/public/pet_store) +"jRf" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"jRt" = ( +/mob/living/carbon/human/monkey, +/obj/structure/flora/junglebush, +/turf/simulated/floor/grass/no_creep, +/area/station/science/genetics) +"jRv" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"jRA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/machinery/alarm/directional/west, +/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/machinery/camera{ + c_tag = "Engineering Equipment North-West"; + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"jRF" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"jRG" = ( +/obj/machinery/computer/supplycomp/public{ + dir = 4 + }, +/obj/machinery/economy/atm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"jRI" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"jRJ" = ( +/obj/machinery/alarm/directional/south, +/obj/structure/closet/firecloset, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"jRK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"jRL" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/wall/r_wall, +/area/station/maintenance/incinerator) +"jRO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/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/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"jRV" = ( +/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" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"jRZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"jSe" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"jSh" = ( +/obj/machinery/camera{ + c_tag = "Prisoner Lockers"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"jSs" = ( +/turf/simulated/wall, +/area/station/security/execution) +"jSu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hydroponics/soil, +/obj/item/shovel/spade, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/maintenance/abandoned_garden) +"jSz" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"jSB" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/space, +/area/station/engineering/solar/fore_port) +"jSL" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"jST" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"jSZ" = ( +/obj/machinery/drone_fabricator, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/atmos/control) +"jTb" = ( +/obj/machinery/camera{ + c_tag = "Secure Lab - Test Chamber"; + dir = 6; + network = list("TestChamber","SS13","Research") + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"jTc" = ( +/obj/effect/landmark/damageturf, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"jTd" = ( +/obj/item/airlock_electronics/destroyed, +/obj/structure/closet/secure_closet/brig/temp{ + opened = 1 + }, +/obj/item/clothing/shoes/orange, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jTf" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"jTg" = ( +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"jTp" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"jTu" = ( +/obj/structure/closet/crate/medical, +/obj/item/hemostat{ + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/bottle/vodka, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jTx" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jTy" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/command/bridge) +"jTL" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jTU" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"jUd" = ( +/obj/machinery/atmospherics/unary/tank/toxins{ + volume = 3200; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"jUr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"jUM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"jUP" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"jUQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"jUR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"jUS" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"jVe" = ( +/obj/structure/rack, +/obj/item/latexballon, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"jVg" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHE2"; + location = "ESC" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"jVh" = ( +/obj/machinery/floodlight, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"jVj" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"jVl" = ( +/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 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"jVr" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"jVF" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"jVI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"jVM" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"jVO" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"jVS" = ( +/obj/structure/morgue, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/medical/morgue) +"jVX" = ( +/obj/machinery/computer/security, +/obj/machinery/newscaster/security_unit{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"jWe" = ( +/obj/effect/landmark/damageturf, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"jWh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint2) +"jWm" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/effect/turf_decal/delivery/blue, +/obj/item/reagent_containers/glass/bucket, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"jWn" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"jWo" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance" + }, +/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/mapping_helpers/airlock/access/all/supply/cargo_bay, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"jWu" = ( +/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" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"jWA" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"jWC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"jWF" = ( +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"jWI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"jWL" = ( +/obj/structure/cable{ + 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/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"jWX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"jXb" = ( +/obj/structure/railing/corner, +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner" + }, +/area/station/medical/reception) +"jXg" = ( +/obj/structure/toilet, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/command/office/captain/bedroom) +"jXl" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall/r_wall, +/area/station/science/misc_lab) +"jXt" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"jXy" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"jXA" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/south) +"jXT" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/carpet, +/area/station/service/bar) +"jXV" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/science/lobby) +"jYc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"jYf" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"jYq" = ( +/obj/effect/spawner/window/reinforced/tinted, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"jYC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jYM" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"jYN" = ( +/obj/machinery/door/airlock/engineering/glass{ + locked = 1; + name = "Assembly Line (KEEP OUT)" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/construction, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"jYO" = ( +/obj/effect/turf_decal{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"jYP" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"jYX" = ( +/obj/structure/sign/lifestar, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plasteel, +/area/station/medical/reception) +"jZa" = ( +/obj/structure/bed, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/item/clothing/mask/muzzle, +/obj/effect/spawner/random_spawners/blood_often, +/obj/item/radio/intercom/department/security{ + pixel_x = 28 + }, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/security/prison) +"jZh" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"jZq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"jZs" = ( +/obj/machinery/door/window/brigdoor{ + id = "Cell 2"; + name = "Cell 2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/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/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"jZv" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"jZy" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"jZF" = ( +/obj/structure/closet/crate, +/obj/item/crowbar, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"jZG" = ( +/obj/item/chair, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"jZP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"jZS" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kab" = ( +/obj/structure/transit_tube/curved{ + dir = 1 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/transit) +"kah" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"kak" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"kam" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"kav" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"kaD" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/landmark/spawner/late/crew, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"kaF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"kaI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"kaJ" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"kaK" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/prison/cell_block) +"kaN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"kaP" = ( +/obj/item/clothing/mask/cigarette/random, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"kaY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"kba" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"kbb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"kbj" = ( +/turf/simulated/wall, +/area/station/security/storage) +"kbp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"kbt" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/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/station/maintenance/aft) +"kbG" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/item/screwdriver{ + pixel_y = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/medical/storage) +"kbN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"kbW" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "abandoned_kitchen"; + name = "Abandoned Kitchen Shutters"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"kbY" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/arrival/station) +"kcb" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"kcg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/maintenance/apmaint) +"kch" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"kcm" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"kcq" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/security/permabrig) +"kct" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"kcw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"kcy" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1; + cover_color = "#85130b" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"kcA" = ( +/obj/machinery/computer/prisoner{ + dir = 4; + req_access = null; + req_access_txt = "2" + }, +/obj/machinery/button/windowtint{ + dir = 4; + id = "IAA"; + pixel_x = -24; + pixel_y = 6; + req_access_txt = "38" + }, +/obj/machinery/camera{ + c_tag = "Internal Affairs Office"; + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"kcF" = ( +/turf/simulated/wall/r_wall, +/area/station/security/interrogation) +"kcT" = ( +/obj/effect/decal/cleanable/dirt, +/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/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"kda" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/mug/med, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/paramedic) +"kdd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"kde" = ( +/obj/machinery/door_control{ + id = "heads_meeting"; + name = "Privacy Shutters Control"; + pixel_y = 24; + pixel_x = -6 + }, +/obj/machinery/button/windowtint{ + id = "conference"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/machinery/door_control{ + id = "conference"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4; + pixel_y = 34 + }, +/obj/structure/table/wood, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/machinery/camera{ + c_tag = "Bridge Conference Room" + }, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"kdk" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmos Blast Door" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"kdo" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"kdx" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/abandonedbar) +"kdB" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/item/reagent_containers/condiment/rice, +/obj/item/reagent_containers/condiment/flour, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"kdG" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"kdH" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"kdI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kdJ" = ( +/obj/item/spear, +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/maintenance/apmaint) +"kdV" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kep" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + external_pressure_bound = 0; + autolink_id = "n2_out"; + internal_pressure_bound = 4000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"kew" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/mug, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"kex" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"keA" = ( +/obj/machinery/suit_storage_unit/rd/secure, +/obj/item/toy/figure/crew/rd{ + pixel_y = 15 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"keH" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"keK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"keQ" = ( +/obj/structure/table, +/obj/item/stack/tape_roll, +/obj/machinery/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"keZ" = ( +/obj/item/stack/cable_coil{ + amount = 1; + pixel_y = 4; + pixel_x = 10 + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/space, +/area/station/engineering/solar/aft_port) +"kfa" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/obj/effect/decal/cleanable/dirt, +/obj/item/food/meat/human, +/obj/item/food/meat/human, +/obj/item/food/meat/human, +/obj/item/food/meat/human, +/obj/item/food/meat/human, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/maintenance/asmaint) +"kfc" = ( +/obj/structure/rack, +/obj/item/pickaxe, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/item/pickaxe{ + pixel_x = 10 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/expedition) +"kfi" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"kfm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"kfC" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/supply/sorting) +"kfH" = ( +/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/wood, +/area/station/command/office/captain) +"kfX" = ( +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24; + pixel_x = -4 + }, +/obj/machinery/button/windowtint{ + id = "BS"; + pixel_y = -24; + dir = 1; + pixel_x = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"kgd" = ( +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/item/chair/wood, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24 + }, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"kgg" = ( +/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/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"kgh" = ( +/obj/machinery/flasher_button{ + pixel_y = 25; + id = "Perma Cell 4" + }, +/obj/machinery/door_control{ + desc = "A remote control-switch to lock down the prison wing's blast doors"; + id = "Prison Perma Cell 4"; + name = "Cell Lockdown"; + pixel_y = 31; + req_access_txt = "2"; + specialfunctions = 4; + normaldoorcontrol = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Brig Perma Hall East" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"kgk" = ( +/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/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"kgn" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/obj/item/radio/intercom/department/security{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"kgw" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"kgz" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "air_sensor"; + output = 127 + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"kgB" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"kgW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"khc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"khr" = ( +/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/plasteel, +/area/station/engineering/control) +"kht" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"khx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/service/hydroponics) +"khA" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"khE" = ( +/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/structure/disposalpipe/segment, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"khL" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"khZ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Bar Maintenance" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"kia" = ( +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"kic" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"kie" = ( +/obj/item/paper_bin, +/obj/item/pen/multi, +/obj/structure/table/wood/fancy/blue, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"kio" = ( +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"kiq" = ( +/obj/machinery/door/airlock/wood{ + name = "Back Stage Entrance" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/theatre) +"kiw" = ( +/obj/structure/window/plasmareinforced, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/structure/cable/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 6 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"kix" = ( +/obj/machinery/door/airlock/atmos{ + name = "Brig Atmospherics Maintenance" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"kiy" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/beanie/rasta, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/obj/item/cigbutt/roach, +/obj/machinery/light/small, +/obj/item/clothing/mask/cigarette/rollie, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"kiE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"kiI" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"kiJ" = ( +/obj/effect/decal/cleanable/dirt, +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"kiT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"kiY" = ( +/obj/machinery/conveyor{ + id = "Skynet_heavy" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"kja" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"kjj" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"kjn" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"kjD" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"kjE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"kjH" = ( +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"kjM" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"kjN" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"kjO" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"kjS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/toolbox/emergency, +/obj/structure/rack, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"kkg" = ( +/obj/structure/table_frame, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_office) +"kks" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"kkt" = ( +/obj/structure/table, +/obj/item/stack/tape_roll, +/obj/machinery/ai_status_display{ + pixel_x = 32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"kkD" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_office) +"kkE" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"kkQ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/space, +/area/station/engineering/solar/aft_port) +"kkT" = ( +/obj/machinery/power/apc/critical/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"kkW" = ( +/obj/item/c_tube, +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"kkX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"kll" = ( +/obj/structure/chair/wood/wings, +/turf/simulated/floor/wood, +/area/station/service/bar) +"klo" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"klp" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "AI Core Door" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"klr" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/obj/item/toy/figure/crew/librarian{ + pixel_y = 20; + pixel_x = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"kls" = ( +/obj/machinery/door/window/reinforced/reversed{ + name = "Captains seat" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/command, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"klt" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigLeft"; + name = "Brig Foyer Left Entrance" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"klF" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker, +/obj/item/kitchen/knife, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"klW" = ( +/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/plasteel, +/area/station/hallway/primary/central/ne) +"kmd" = ( +/obj/machinery/chem_dispenser, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"kmm" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/effect/spawner/airlock, +/turf/simulated/floor/plating/airless, +/area/station/aisat/hall) +"kmq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "AI Sat Outer Ring South West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"kmv" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kmB" = ( +/obj/structure/computerframe{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/maintenance/apmaint) +"kmE" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"kmF" = ( +/obj/machinery/door/window{ + name = "Desk Door"; + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/command/ntrep{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"kmM" = ( +/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/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"kmO" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"kmV" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"knb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/space, +/area/station/engineering/solar/fore_port) +"knc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/stack/rods, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"kni" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/maintenance/starboard) +"knm" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/obj/item/deck/cards{ + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"knw" = ( +/obj/structure/table, +/obj/item/trash/tray, +/obj/item/poster/random_contraband, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"knF" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"knK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/engineering/ai_transit_tube) +"knM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"knO" = ( +/obj/machinery/door/airlock/glass{ + name = "Primary tool storage" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"knP" = ( +/obj/machinery/door/airlock/security/glass, +/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" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Processing" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"kol" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"kop" = ( +/obj/machinery/camera{ + c_tag = "Security Offices Mid 2"; + dir = 10 + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/brig) +"koq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"kot" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"kov" = ( +/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" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"koz" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"koA" = ( +/obj/structure/table/wood, +/obj/item/food/muffin, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"koJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"koX" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"kpb" = ( +/obj/structure/sink/puddle, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/station/public/park) +"kpd" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/break_room) +"kpe" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"kpg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"kph" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"kpi" = ( +/obj/structure/table/glass, +/obj/item/ashtray/plastic, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"kpm" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kpq" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcheck" + }, +/area/station/security/storage) +"kpy" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/turf/simulated/floor/carpet, +/area/station/public/dorms) +"kpF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"kpO" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/public/dorms) +"kpW" = ( +/obj/item/stack/tile/carpet, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"kpX" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/expedition) +"kqh" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/science/explab) +"kqp" = ( +/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/station/maintenance/aft) +"kqr" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"kqs" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/medical/storage) +"kqz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"kqB" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/library) +"kqC" = ( +/obj/machinery/mass_driver{ + dir = 8; + id_tag = "trash" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"kqD" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kqE" = ( +/obj/structure/sign/poster/official/here_for_your_safety{ + pixel_y = 32 + }, +/obj/structure/computerframe{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kqI" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"kqL" = ( +/obj/machinery/camera{ + c_tag = "Aft Port Solar Control"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"kqR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom/department/security{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"kqT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"kqW" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kqZ" = ( +/obj/machinery/atmospherics/trinary/mixer/flipped, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/science/toxins/mixing) +"krh" = ( +/obj/machinery/bluespace_beacon, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"krp" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"krq" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"krr" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"krC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"krE" = ( +/obj/item/trash/pistachios, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/carpet, +/area/station/maintenance/apmaint2) +"krK" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/station/engineering/solar/fore_port) +"krL" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/sleep) +"krM" = ( +/obj/item/kirbyplants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"krU" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Custom Mix to Atmospherics" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"krX" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"kse" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"ksj" = ( +/obj/structure/bonfire, +/obj/item/food/fish_skewer{ + pixel_y = 9; + pixel_x = 14 + }, +/obj/item/food/fish_skewer{ + pixel_y = 12; + pixel_x = -15 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"ksl" = ( +/obj/structure/rack, +/obj/item/poster/random_contraband, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"kst" = ( +/obj/structure/chair/sofa/right{ + dir = 1; + color = "#85130b" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"ksv" = ( +/obj/structure/mopbucket/full, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"ksB" = ( +/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" + }, +/obj/machinery/camera{ + c_tag = "Head of Security's Office" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/poster/official/space_cops{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"ksG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"ksJ" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"ksQ" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/wood, +/area/station/hallway/primary/central/se) +"ksR" = ( +/obj/machinery/computer/arcade{ + dir = 4 + }, +/obj/machinery/newscaster/security_unit{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/sorting) +"ksU" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/smes) +"ksW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"ktc" = ( +/obj/item/cigbutt/roach, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"kth" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology/lab) +"kto" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"ktr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kts" = ( +/obj/item/paper/crumpled, +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + name = "Kitchen" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ktC" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ktI" = ( +/obj/machinery/camera{ + c_tag = "Fore Starboard Solar Access"; + dir = 6 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"ktJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/range) +"ktM" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/mod/construction/broken_core, +/obj/item/broken_device, +/obj/item/trash/candy, +/obj/item/trash/plate, +/obj/item/trash/liquidfood, +/obj/item/trash/popcorn, +/obj/item/trash/semki, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"ktQ" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"ktV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"kue" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/spacebridge/security/south) +"kup" = ( +/obj/machinery/disposal, +/obj/machinery/camera{ + c_tag = "Medbay Lobby"; + dir = 6 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"kus" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"kuB" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/brig) +"kuK" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"kuM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"kuZ" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"kvh" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"kvi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/airlock/e_to_w, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"kvj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"kvB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"kvO" = ( +/obj/machinery/flasher/portable, +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"kvV" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"kvZ" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "Prison B Botany External"; + dir = 10; + network = list("Prison","SS13") + }, +/turf/space, +/area/space/nearstation) +"kwa" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"kwb" = ( +/obj/structure/table/glass, +/obj/item/cultivator, +/obj/item/cultivator{ + pixel_x = 6 + }, +/obj/item/cultivator{ + pixel_x = 12 + }, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"kwf" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/west) +"kwl" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/engineering/ai_transit_tube) +"kwm" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"kwn" = ( +/obj/machinery/door_control{ + id = "robotics_surgery"; + name = "Robotics Privacy Shutters"; + req_access_txt = "29"; + pixel_y = 24; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"kwq" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Staff Entrance" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"kwy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/security/permabrig) +"kwA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kwN" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall/r_wall, +/area/station/engineering/secure_storage) +"kwO" = ( +/obj/structure/dresser, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"kwS" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"kwV" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"kxn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"kxp" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kxv" = ( +/obj/structure/barricade/wooden, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"kxA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"kxI" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"kxJ" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/power/tracker, +/obj/structure/cable, +/turf/space, +/area/station/engineering/solar/aft_port) +"kxK" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "garbage"; + name = "disposal coveyor" + }, +/obj/effect/turf_decal, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"kyb" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kye" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/east, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"kyf" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/ambrosia, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"kyl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"kyv" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/science/break_room) +"kyy" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"kyA" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"kyF" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 15; + pixel_x = -5 + }, +/obj/item/folder{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"kyJ" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"kyR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kyS" = ( +/obj/machinery/door/airlock/engineering{ + name = "Aft Starboard Solar Access" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"kyY" = ( +/obj/structure/closet/crate, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"kzl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"kzq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"kzz" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/medical/medbay2) +"kzA" = ( +/obj/structure/closet, +/obj/item/stack/cable_coil, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"kzE" = ( +/obj/structure/window/reinforced, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/box/bodybags, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"kzH" = ( +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"kzI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"kzM" = ( +/obj/structure/chair/office/dark, +/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/wood, +/area/station/service/library) +"kzO" = ( +/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" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"kzP" = ( +/obj/machinery/computer/monitor{ + name = "Grid Power Monitoring Computer" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"kzQ" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/mug/sec, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"kzS" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"kzT" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"kzV" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"kAa" = ( +/obj/structure/table, +/obj/item/dice/d20, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"kAd" = ( +/obj/structure/closet/secure_closet/medical3, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/primary) +"kAe" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/ne) +"kAq" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/vault) +"kAu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"kAw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"kAx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"kAz" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"kAN" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"kAO" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"kAS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/atmospherics/meter, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"kAV" = ( +/obj/structure/table, +/obj/item/camera, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/processing) +"kAZ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"kBf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"kBk" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/processing) +"kBr" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal, +/obj/effect/mapping_helpers/airlock/windoor/access/all/service/kitchen, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/autoname, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "kitchendiner"; + name = "Kitchen Shutters" + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"kBy" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/item/radio/intercom/department/security{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/security/prison) +"kBA" = ( +/obj/structure/table, +/obj/item/clothing/glasses/science{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/clothing/glasses/science, +/obj/machinery/firealarm/directional/west, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"kBD" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"kBG" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/wall, +/area/station/medical/reception) +"kBK" = ( +/obj/structure/cable{ + 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/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"kBO" = ( +/obj/item/c_tube, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"kBS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cryo) +"kBT" = ( +/obj/structure/closet/coffin, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"kBU" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"kBW" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"kCk" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"kCl" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"kCm" = ( +/obj/structure/table/reinforced, +/obj/item/stack/cable_coil, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"kCu" = ( +/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/camera{ + c_tag = "AI Sat Outer Ring North West"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"kCz" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"kCA" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluered" + }, +/area/station/hallway/primary/central/nw) +"kCH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"kCM" = ( +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"kCQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"kCR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"kCU" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"kDb" = ( +/turf/simulated/wall, +/area/station/service/chapel/funeral) +"kDr" = ( +/obj/structure/table/wood, +/obj/item/phone, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"kDs" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"kDX" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"kEj" = ( +/turf/simulated/floor/plating, +/area/station/engineering/engine) +"kEo" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"kEH" = ( +/obj/structure/table, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"kEO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"kEW" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"kFs" = ( +/obj/effect/spawner/random_barrier/obstruction, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"kFA" = ( +/obj/item/mop, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"kFC" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel) +"kFD" = ( +/obj/structure/sign/radiation/rad_area, +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"kFG" = ( +/turf/simulated/wall/r_wall, +/area/station/science/toxins/mixing) +"kFN" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"kGm" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"kGu" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"kGy" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"kGB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"kGC" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"kGG" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"kGI" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/machinery/camera{ + c_tag = "Perma Cell 1"; + network = list("Prison","SS13"); + dir = 8 + }, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_x = 28 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"kGK" = ( +/obj/structure/window/reinforced/tinted, +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_y = -4; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/unisex) +"kGX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/cable{ + 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/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"kHg" = ( +/turf/simulated/wall, +/area/station/legal/courtroom) +"kHh" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry/lounge) +"kHi" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"kHn" = ( +/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/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"kHq" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/item/crowbar, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"kHv" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"kHw" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry/west) +"kHx" = ( +/obj/structure/table, +/obj/item/food/twimsts, +/obj/item/food/candy/confectionery/toffee, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/maintenance/apmaint) +"kHF" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"kHI" = ( +/mob/living/simple_animal/hostile/scarybat, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"kHY" = ( +/obj/structure/rack, +/obj/item/screwdriver, +/obj/item/radio, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"kHZ" = ( +/turf/simulated/wall, +/area/station/engineering/tech_storage) +"kIa" = ( +/obj/machinery/door/airlock/maintenance, +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"kIb" = ( +/obj/structure/closet/wardrobe/grey, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"kIi" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Access"; + network = list("Research","SS13"); + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"kIp" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"kIt" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/service/hydroponics) +"kIu" = ( +/obj/machinery/camera{ + c_tag = "Fore Primary Hall West"; + dir = 1 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/fore/north) +"kIF" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/hand_labeler, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"kIL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"kIU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/lobby) +"kJc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"kJf" = ( +/obj/structure/chair/sofa/bench, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"kJl" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"kJn" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes/cigpack_shadyjims, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"kJt" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/beach/away/water/deep, +/area/station/public/dorms) +"kJu" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + inlet_injector_autolink_id = "waste_in"; + name = "Gas Mix Tank Control"; + outlet_vent_autolink_id = "waste_out"; + autolink_sensors = list("waste_sensor"="Tank") + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"kJw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kJH" = ( +/obj/structure/grille/broken, +/turf/space, +/area/space/nearstation) +"kJJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + 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/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"kJK" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/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/landmark/start/assistant, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/service/library) +"kJN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"kJP" = ( +/obj/structure/sign/directions/medical{ + pixel_y = -39; + pixel_x = 32; + dir = 4 + }, +/obj/structure/sign/directions/service{ + pixel_x = 32; + pixel_y = -32; + dir = 4 + }, +/obj/structure/sign/directions/science{ + pixel_x = 32; + pixel_y = -25; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"kJU" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"kJY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"kKx" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"kKA" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"kKE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"kKJ" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kKR" = ( +/obj/structure/mopbucket/full, +/obj/item/mop/advanced, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"kKU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry/west) +"kKZ" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"kLa" = ( +/obj/structure/rack, +/obj/item/storage/belt/medical, +/obj/item/storage/belt/medical{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/belt/medical{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/storage) +"kLi" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"kLm" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"kLn" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/teleporter, +/obj/item/circuitboard/teleporter_hub{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/teleporter_station{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"kLu" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kLD" = ( +/obj/structure/cable{ + 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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"kLF" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"kLJ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"kLL" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/machinery/atmospherics/meter{ + layer = 3.3 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) +"kLN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/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{ + dir = 5 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/hall) +"kLR" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"kLS" = ( +/obj/structure/girder, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"kLU" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"kMa" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"kMf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"kMl" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"kMm" = ( +/obj/machinery/recharger/wallcharger{ + pixel_y = -35 + }, +/obj/machinery/recharger/wallcharger{ + pixel_y = -25 + }, +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs{ + pixel_y = -4 + }, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs{ + pixel_y = 3 + }, +/obj/item/flash, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcheck" + }, +/area/station/security/storage) +"kMo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + sort_type_txt = "10" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"kMt" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/electrical, +/obj/item/screwdriver, +/obj/item/multitool, +/obj/machinery/newscaster/security_unit{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/warden) +"kMA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt/roach, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"kMB" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"kMC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kMJ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"kML" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kMQ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"kMS" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/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/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"kMT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"kMW" = ( +/obj/machinery/smartfridge/secure/circuits/aiupload/highrisk, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"kMZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"kNg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"kNi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"kNm" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/camera{ + c_tag = "Magistrate's Office"; + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"kNt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"kNz" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CMO" + }, +/turf/simulated/floor/plating, +/area/station/command/office/cmo) +"kNE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"kNF" = ( +/obj/structure/table, +/obj/item/stack/spacecash/c10, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"kNG" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 9; + height = 18; + id = "admin_home"; + name = "port bay 1"; + timid = 1; + width = 19 + }, +/turf/space, +/area/space) +"kNO" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 + }, +/obj/machinery/door_control{ + id = "abandoned_kitchen"; + name = "Shutters Control"; + pixel_x = -8; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"kNU" = ( +/obj/item/kirbyplants, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"kOa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner"; + dir = 8 + }, +/area/station/hallway/primary/central/west) +"kOh" = ( +/obj/structure/table, +/obj/item/book/manual/supermatter_engine, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"kOj" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"kOk" = ( +/obj/structure/sign/directions/medical{ + pixel_x = 32; + pixel_y = 14; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"kOl" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"kOn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/service/theatre) +"kOx" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/scrubbers, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"kOz" = ( +/obj/structure/table, +/obj/item/poster/random_contraband, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kOA" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Library South"; + dir = 5 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/service/library) +"kOC" = ( +/obj/machinery/door/airlock/vault{ + locked = 1 + }, +/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/mapping_helpers/airlock/access/any/supply/vault, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/command/vault) +"kOU" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/science/storage) +"kPd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"kPu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"kPG" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/machinery/processor, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"kPH" = ( +/obj/item/paper, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"kPL" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/science/toxins/mixing) +"kPN" = ( +/obj/machinery/smartfridge/secure/extract, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"kPQ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/science/break_room) +"kPT" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/storage/box/cups, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"kPU" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"kPV" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"kQc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/obj/machinery/atmospherics/pipe/cap/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kQk" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kQl" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"kQn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"kQw" = ( +/obj/effect/spawner/random_spawners/grille_often, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"kQy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"kQF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"kQH" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/nutrient/rh{ + pixel_x = -4 + }, +/obj/item/reagent_containers/glass/bottle/nutrient/mut, +/obj/item/reagent_containers/glass/bottle/nutrient/ez{ + pixel_x = 4 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"kQI" = ( +/obj/machinery/computer/atmos_alert{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"kQM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"kQR" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"kQW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/sign/wait{ + pixel_x = -32 + }, +/turf/simulated/floor/engine/airless, +/area/station/engineering/atmos/asteroid_filtering) +"kQY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"kRb" = ( +/obj/structure/sign/poster/contraband/fun_police{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"kRd" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"kRe" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/security/processing) +"kRi" = ( +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"kRm" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/science/toxins/mixing) +"kRw" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"kRC" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/cable{ + 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/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"kRN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cautioncorner" + }, +/area/station/engineering/break_room) +"kRY" = ( +/obj/structure/sign/chinese, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/public/mrchangs) +"kSf" = ( +/obj/machinery/sparker{ + id = "toxinsigniter"; + pixel_x = 1; + pixel_y = 21 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/science/toxins/mixing) +"kSh" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/medical/storage) +"kSm" = ( +/obj/structure/closet/secure_closet/miner, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"kSn" = ( +/turf/simulated/wall, +/area/station/command/office/hop) +"kSp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"kSF" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"kSJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"kSU" = ( +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"kSV" = ( +/obj/structure/table, +/obj/item/poster/random_contraband, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"kTb" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Mix to Gas" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"kTd" = ( +/obj/machinery/door/airlock/wood{ + name = "The Grey Tide" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"kTf" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/asmaint) +"kTl" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"kTt" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"kTE" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Prisoner Holding" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"kTJ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"kTL" = ( +/obj/structure/table, +/obj/item/key/janitor, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"kTP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"kTR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"kTW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"kTX" = ( +/obj/structure/table/reinforced, +/obj/item/folder, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"kUa" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/storage/secondary) +"kUc" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Public Beachfront" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"kUl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"kUp" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"kUB" = ( +/obj/structure/table/reinforced, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"kUH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"kUJ" = ( +/obj/structure/flora/junglebush, +/obj/item/toy/figure/crew/geneticist, +/turf/simulated/floor/grass/no_creep, +/area/station/science/genetics) +"kUM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"kUV" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"kVa" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"kVq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kVH" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/maintenance/asmaint) +"kVJ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Funeral Services" + }, +/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/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"kVP" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"kVQ" = ( +/obj/structure/chair/comfy/black, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"kVU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"kVV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/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/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/west) +"kWb" = ( +/turf/simulated/wall/r_wall, +/area/station/security/prison/cell_block) +"kWr" = ( +/obj/structure/closet/emcloset, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/effect/turf_decal{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"kWw" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/brig) +"kWz" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"kWH" = ( +/obj/item/kirbyplants, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"kWJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Medbay Corridor South"; + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"kWM" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block) +"kWP" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"kWS" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"kXa" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"kXf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"kXh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"kXo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"kXH" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"kXI" = ( +/obj/structure/chair/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"kXM" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/abandoned_garden) +"kXZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"kYa" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"kYb" = ( +/obj/structure/table/wood, +/obj/item/cartridge/cmo{ + pixel_x = 9 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 12; + layer = 3.1 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/cmo) +"kYd" = ( +/obj/structure/table, +/obj/item/extinguisher/mini, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kYe" = ( +/turf/simulated/wall, +/area/station/command/office/blueshield) +"kYg" = ( +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "qm" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"kYn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"kYt" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering" + }, +/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/mapping_helpers/airlock/access/all/engineering/construction, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"kYy" = ( +/obj/structure/dresser, +/obj/item/toy/figure/crew/ce{ + pixel_y = 14; + pixel_x = -5 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ce) +"kYR" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"kYX" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"kZa" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/space, +/area/space/nearstation) +"kZc" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/mob/living/simple_animal/cockroach, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"kZk" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/hallway/primary/central/ne) +"kZo" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"kZq" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/item/restraints/handcuffs/cable/zipties, +/obj/item/kitchen/knife, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/dorms/port) +"kZs" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"kZy" = ( +/obj/machinery/camera{ + c_tag = "Xeno Containment Mini-Pen 2"; + dir = 10; + network = list("Research","SS13") + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"kZA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"kZD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"kZE" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"lab" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/hall) +"lae" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/britcup, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"lam" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"lav" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonlockers) +"lay" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"laA" = ( +/obj/item/kirbyplants, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"laD" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/meter, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"laM" = ( +/obj/structure/engineeringcart, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"laP" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/shreds, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"lba" = ( +/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/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"lbb" = ( +/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/plasteel, +/area/station/maintenance/aft) +"lbl" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"lbo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"lbr" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"lbv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"lbw" = ( +/obj/structure/table/wood/fancy/blue, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"lbA" = ( +/obj/machinery/door/airlock/public/glass{ + autoclose = 0; + heat_proof = 1; + id_tag = "turbine_door_int"; + locked = 1; + name = "Turbine Interior Airlock" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/turf/simulated/floor/engine, +/area/station/engineering/atmos/asteroid_filtering) +"lbP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/hall) +"lcf" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"lcm" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"lcu" = ( +/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/plasteel/dark, +/area/station/legal/courtroom/gallery) +"lcB" = ( +/obj/structure/table, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"lcM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/secure_storage) +"lcQ" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hall" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"lcY" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"ldd" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"lde" = ( +/obj/structure/girder, +/obj/item/decorations/sticky_decorations/flammable/tinsel/halloween{ + pixel_y = 20 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ldt" = ( +/obj/effect/decal/cleanable/vomit, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint2) +"ldu" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8; + pixel_y = 10 + }, +/obj/effect/spawner/random_spawners/blood_often, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ldA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/lobby) +"ldE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"ldJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"ldL" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ldQ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"ldR" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"lea" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"lec" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"led" = ( +/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" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"lee" = ( +/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/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"lef" = ( +/turf/simulated/wall/r_wall, +/area/station/command/bridge) +"lem" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"let" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block) +"ley" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"leA" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/atmos/asteroid_filtering) +"leC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"leK" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/pod_2) +"leQ" = ( +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"leW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"lfe" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Shuttle West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"lfh" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"lfn" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"lfp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"lfr" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"lfu" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Gas to Filter" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"lfB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"lfN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"lfQ" = ( +/obj/item/caution/proximity_sign, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"lfS" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lfY" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"lgn" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"lgu" = ( +/obj/machinery/computer/shuttle/labor, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 30; + layer = 3.5 + }, +/obj/machinery/camera{ + c_tag = "Bridge East" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/command/bridge) +"lgz" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"lgA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"lgK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"lgL" = ( +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"lgQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"lgR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"lgT" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"lhb" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"lhd" = ( +/obj/structure/railing/corner, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"lhk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"lhq" = ( +/obj/structure/holohoop{ + pixel_y = 29 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"lhw" = ( +/obj/structure/closet/cardboard, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/door_control{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -1; + pixel_y = 24; + req_access_txt = "31" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"lhR" = ( +/obj/item/decorations/sticky_decorations/flammable/singleeye{ + pixel_y = 20 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lhS" = ( +/obj/structure/table, +/obj/item/watertank, +/obj/item/storage/box/syringes, +/obj/machinery/camera{ + c_tag = "Hydroponics Storage" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/service/hydroponics) +"lhT" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -8 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/item/reagent_containers/glass/bucket, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"lia" = ( +/obj/structure/lattice/catwalk/mining, +/obj/machinery/atmospherics/unary/vent_scrubber/on/toxins_siphon{ + dir = 1 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"lic" = ( +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry/west) +"lif" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitecorner" + }, +/area/station/hallway/primary/aft) +"lih" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"lik" = ( +/obj/machinery/button/windowtint{ + dir = 1; + id = "HoS"; + pixel_x = 7; + pixel_y = -25; + req_access_txt = "58" + }, +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24; + pixel_x = -4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"lim" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"liq" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"liu" = ( +/obj/machinery/door/airlock/maintenance, +/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/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"lix" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/old, +/obj/item/restraints/handcuffs/cable/cyan, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"liC" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/flour/foam, +/obj/item/paper/maintengine, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"liL" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Service Bay" + }, +/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/mapping_helpers/airlock/access/all/science/minisat, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"lja" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"ljm" = ( +/obj/machinery/photocopier, +/obj/machinery/alarm/directional/south, +/obj/machinery/camera{ + c_tag = "Chief Medical Officer's Office"; + network = list("Medical","SS13"); + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"ljn" = ( +/obj/machinery/door/airlock/security/glass, +/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/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"ljp" = ( +/obj/machinery/light_switch{ + dir = 8; + name = "east bump"; + pixel_x = 24; + pixel_y = -5 + }, +/obj/machinery/status_display{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/vault) +"lju" = ( +/obj/structure/transit_tube, +/turf/space, +/area/space/nearstation) +"ljw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ljM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"ljN" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"ljV" = ( +/obj/structure/flora/junglebush, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"ljY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"lkf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"lki" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen/multi, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"lkm" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"lkr" = ( +/obj/structure/table, +/obj/item/ashtray/plastic, +/obj/item/clothing/mask/cigarette, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"lkz" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lkE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/lobby) +"lkM" = ( +/obj/structure/dresser, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"lkN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos/asteroid_filtering) +"lkR" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/flour, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/maintenance/asmaint) +"llc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"lld" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"lle" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/funeral) +"llh" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"llr" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/fyellow{ + pixel_y = 4 + }, +/obj/item/clothing/gloves/color/fyellow{ + pixel_y = -1 + }, +/obj/item/crowbar/large, +/obj/machinery/alarm/directional/west, +/obj/item/toy/figure/crew/roboticist{ + pixel_y = 14; + pixel_x = -10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"lls" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"llu" = ( +/obj/structure/lattice/catwalk/mining, +/obj/machinery/atmospherics/unary/vent_scrubber/on/toxins_siphon{ + dir = 8 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"llz" = ( +/obj/structure/table, +/obj/item/flashlight/lamp{ + pixel_x = -6; + pixel_y = 13 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/legal/courtroom) +"llA" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"llI" = ( +/obj/machinery/door_control{ + id = "auxiliaryturbinevent"; + name = "Auxiliary Vent"; + pixel_x = 6; + pixel_y = -24; + req_access_txt = "32" + }, +/obj/machinery/door_control{ + id = "turbinevent"; + name = "Turbine Vent"; + pixel_x = -6; + pixel_y = -24; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/asteroid_filtering) +"llL" = ( +/obj/structure/table/reinforced, +/obj/item/storage/secure/briefcase, +/obj/structure/sign/goldenplaque{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"llN" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"llQ" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "Skynet_heavy" + }, +/obj/item/stack/rods/ten, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"lma" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"lmq" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"lms" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"lmv" = ( +/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; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/storage) +"lmx" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"lmy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"lmC" = ( +/obj/structure/table/wood, +/obj/item/pickaxe, +/obj/item/flashlight, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid) +"lmN" = ( +/obj/structure/dresser, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/locker) +"lmW" = ( +/obj/structure/table, +/obj/item/storage/box/papersack{ + pixel_y = 6; + pixel_x = -4 + }, +/obj/item/food/muffin{ + pixel_x = 7 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"lnd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"lny" = ( +/obj/structure/transit_tube, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid) +"lnB" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"lnL" = ( +/obj/structure/table, +/obj/item/eftpos/register{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"lnQ" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"lnS" = ( +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"lon" = ( +/obj/machinery/seed_extractor, +/obj/item/plant_analyzer, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"lor" = ( +/obj/machinery/atmospherics/portable/scrubber, +/obj/machinery/camera{ + c_tag = "Primary Tool Storage" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"lot" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"low" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/chair/e_chair, +/obj/effect/decal/cleanable/blood/old, +/obj/item/paper/nanotrasen/confessional, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"loD" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"loE" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"loH" = ( +/obj/machinery/door/airlock/external{ + id_tag = "admin_home"; + locked = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"loI" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/toy/plushie/tuxedo_cat{ + name = "Runtime plushie" + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"loK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/unisex) +"loL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"loN" = ( +/turf/simulated/wall/r_wall, +/area/station/science/explab/chamber) +"loP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"loR" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"loU" = ( +/obj/machinery/camera{ + c_tag = "Research Research and Development Lab"; + dir = 10; + network = list("Research","SS13") + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"loV" = ( +/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" + }, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"loX" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "robotics_surgery"; + name = "Robotics Surgery Center" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"loY" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator Foyer" + }, +/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/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/science/rd, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"lph" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"lpl" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/medical/morgue) +"lpm" = ( +/obj/item/radio/intercom/department/security{ + pixel_x = 28 + }, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"lpq" = ( +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/supply/mining, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"lpu" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"lpD" = ( +/obj/machinery/door_control{ + desc = "A remote control-switch for the engineering security doors."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = 8; + pixel_y = -7; + req_access_txt = "10" + }, +/turf/simulated/wall/r_wall, +/area/station/command/office/ce) +"lpO" = ( +/obj/structure/table, +/obj/item/storage/box/cups, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"lpP" = ( +/turf/space, +/area/shuttle/gamma/station) +"lpW" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards, +/obj/machinery/alarm/directional/west, +/obj/machinery/light_construct{ + dir = 8 + }, +/obj/item/food/candy/coin, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"lpY" = ( +/obj/machinery/light, +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24; + pixel_x = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"lpZ" = ( +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_y = 3 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = -6 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"lqc" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"lqg" = ( +/obj/structure/closet/emcloset, +/obj/item/decorations/sticky_decorations/flammable/tinsel/halloween{ + pixel_y = 20 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lqj" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Atmospherics Line In" + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"lqp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"lqt" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/remains/human, +/obj/item/cigbutt/roach, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/engine, +/area/station/maintenance/starboard) +"lqu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio5"; + name = "Chamber 5 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"lqA" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/primary/central/south) +"lqB" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"lqE" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Fore Primary Hall" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"lqM" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"lqN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"lqP" = ( +/obj/machinery/computer/monitor{ + dir = 1; + name = "Grid Power Monitoring Computer" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"lqR" = ( +/obj/machinery/door/poddoor{ + id_tag = "ToxinsVenting"; + name = "Toxins Venting Bay Door"; + power_state = 0 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) +"lqT" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable, +/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/station/hallway/primary/fore/north) +"lra" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/engineering/break_room) +"lri" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"lrp" = ( +/obj/structure/morgue{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"lrr" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/spacebridge/security/west) +"lrv" = ( +/obj/structure/transit_tube/curved{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid_filtering) +"lry" = ( +/obj/machinery/optable, +/obj/effect/decal/cleanable/blood/old, +/obj/item/restraints/handcuffs/cable/zipties, +/obj/item/hemostat, +/obj/structure/sign/greencross{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"lrP" = ( +/obj/machinery/clonepod, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"lrR" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"lrY" = ( +/obj/machinery/door/airlock/command/glass, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast south"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/any/command/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"lsf" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "heads_meeting"; + name = "Privacy Shutters"; + dir = 2 + }, +/obj/effect/spawner/window/reinforced/polarized{ + id = "conference" + }, +/turf/simulated/floor/plating, +/area/station/command/meeting_room) +"lsh" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"lsu" = ( +/obj/machinery/suit_storage_unit/engine/secure, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hardsuitstorage) +"lsw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"lsy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"lsC" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/meter, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"lsD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"lsE" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"lsM" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 7; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cryo) +"lsN" = ( +/obj/structure/table/wood, +/obj/structure/sign/poster/contraband/ambrosia_vulgaris{ + pixel_y = -32 + }, +/obj/item/rollingpaper{ + pixel_x = 6 + }, +/obj/item/lighter{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"lsR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"lsT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"lsV" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"lte" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio4"; + name = "Chamber 4 Containment Blast Doors" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"ltf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"ltm" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"ltw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/science/toxins/mixing) +"ltz" = ( +/obj/structure/table, +/obj/item/storage/box/cups, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"ltB" = ( +/obj/structure/table/glass, +/obj/item/storage/box/patch_packs, +/obj/item/storage/box/pillbottles{ + pixel_x = 5; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/storage) +"ltC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/breakroom) +"ltL" = ( +/obj/effect/mapping_helpers/airlock/polarized{ + id = "BS" + }, +/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/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/blueshield, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + id_tag = "blueshieldofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"ltY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"ltZ" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + desc = "Used to grind things up into raw materials and liquids."; + pixel_y = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"luf" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"luo" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"lut" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"luC" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"luE" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/starboard/south) +"luL" = ( +/obj/effect/turf_decal{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"luM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/service/hydroponics) +"luN" = ( +/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/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"luT" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft2) +"luU" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/item/flashlight, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/ne) +"luX" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/mixing) +"lvf" = ( +/obj/effect/spawner/random_barrier/obstruction, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"lvl" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"lvp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"lvy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"lvB" = ( +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Magistrate's Office" + }, +/obj/structure/table/wood, +/obj/machinery/button/windowtint{ + id = "Magistrate"; + pixel_y = 24 + }, +/obj/machinery/door_control{ + id = "magistrateofficedoor"; + name = "Office Door"; + normaldoorcontrol = 1; + pixel_x = 9; + req_access_txt = "74"; + pixel_y = 25 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"lvC" = ( +/obj/machinery/door/window/classic/reversed{ + name = "AI Core Door" + }, +/obj/machinery/flasher{ + id = "Cell 4"; + pixel_y = 20; + pixel_x = -21 + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"lvF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"lvG" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"lvH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"lvI" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/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/corner{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"lvK" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"lvO" = ( +/obj/structure/chair/stool, +/obj/item/trash/cheesie, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room/secondary) +"lvT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"lvZ" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"lwc" = ( +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"lwn" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 1; + location = "Research Division" + }, +/obj/machinery/door/window/classic/reversed{ + name = "Research Division Delivery" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/rnd) +"lwp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"lwr" = ( +/obj/machinery/door/airlock/command{ + name = "Teleport Access" + }, +/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/mapping_helpers/airlock/access/any/command/teleporter, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"lws" = ( +/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/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"lwv" = ( +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"lww" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/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/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"lwD" = ( +/obj/structure/sign/pods{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"lwE" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"lwN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"lwY" = ( +/obj/machinery/barsign{ + pixel_y = 32 + }, +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"lxc" = ( +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"lxi" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"lxj" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lxp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"lxv" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"lxE" = ( +/obj/structure/bed/roller, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/effect/decal/cleanable/blood/writing, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"lxJ" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"lxL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"lxN" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"lxR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"lxV" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"lxY" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/asmaint) +"lya" = ( +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/grass, +/area/station/public/dorms) +"lyl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"lyn" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"lyp" = ( +/turf/simulated/wall/r_wall, +/area/station/security/prisonlockers) +"lys" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"lyu" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/reversed{ + desc = "You have the public fridge, pal, lube off."; + name = "Security Shield" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry, +/obj/effect/mapping_helpers/airlock/windoor/autoname/desk, +/turf/simulated/floor/plasteel, +/area/station/medical/chemistry) +"lyE" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/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/plasteel, +/area/station/engineering/control) +"lyH" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/sorting) +"lyI" = ( +/obj/effect/decal/cleanable/flour, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"lyU" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"lyV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"lyW" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"lyX" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"lyY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/seeds/tea, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_garden) +"lyZ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/apmaint) +"lzd" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Mix to Engine" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"lzf" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/machinery/camera{ + c_tag = "Court Brig Cell" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/legal/courtroom) +"lzi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"lzo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"lzp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"lzr" = ( +/obj/structure/table/glass, +/obj/item/flash{ + pixel_x = -5 + }, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/assembly/infra, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"lzu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"lzG" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"lzJ" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/lobby) +"lzK" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"lzN" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"lAo" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/geneticist, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"lAs" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"lAu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lAx" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/item/kitchen/utensil/fork{ + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"lAE" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"lAG" = ( +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/public/fitness) +"lAJ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/landmark/spawner/late/crew, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"lAP" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/explab) +"lBb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"lBf" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_2) +"lBh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/break_room) +"lBm" = ( +/obj/structure/cable{ + 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/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"lBp" = ( +/obj/structure/sign/radiation/rad_area, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine) +"lBr" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/atmos) +"lBs" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/range) +"lBu" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/sofa/pew/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"lBw" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"lBF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/camera{ + c_tag = "Virology Break Room"; + dir = 6 + }, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"lBH" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"lBJ" = ( +/turf/simulated/wall, +/area/station/supply/lobby) +"lBP" = ( +/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/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"lBU" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + name = "Gas Mix Inlet Valve" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"lCl" = ( +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"lCq" = ( +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"lCx" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"lCy" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"lCF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"lCO" = ( +/obj/structure/table, +/obj/item/flashlight, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"lCV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/cultivator/rake, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_garden) +"lCZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"lDk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/engine/airless, +/area/station/engineering/atmos/asteroid_filtering) +"lDr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"lDv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"lDz" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"lDA" = ( +/obj/structure/table, +/obj/item/clothing/glasses/monocle, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"lDM" = ( +/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/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"lDR" = ( +/obj/structure/table/wood, +/obj/item/ashtray/bronze, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"lDT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ce) +"lDV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"lDW" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"lEm" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/oilcan/full, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"lEr" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard) +"lEt" = ( +/obj/structure/rack, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"lEy" = ( +/obj/effect/decal/remains/human{ + desc = "This guy seemed to have died in terrible way! Half his remains are dust."; + name = "Human remains" + }, +/obj/machinery/igniter{ + id = "Incinerator" + }, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"lEA" = ( +/obj/structure/table/wood, +/obj/item/ashtray/glass{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = 7; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"lED" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"lEE" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "mechbay_outer"; + name = "Mech Bay Shutters" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"lES" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"lEX" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"lFb" = ( +/obj/machinery/economy/vending/snack, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/maintenance/apmaint2) +"lFi" = ( +/obj/structure/table, +/obj/item/stack/sheet/rglass{ + amount = 20; + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/storage) +"lFn" = ( +/obj/structure/table, +/obj/item/clothing/shoes/orange, +/obj/item/clothing/under/color/orange/prison, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"lFw" = ( +/obj/machinery/camera{ + c_tag = "Arrivals South East"; + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"lFy" = ( +/obj/structure/rack, +/obj/item/storage/box/syringes, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"lFz" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"lFD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/hall) +"lFE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"lFN" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/command/bridge) +"lFR" = ( +/obj/structure/closet/crate/secure{ + req_one_access = list(33,41); + req_one_access_txt = "33;41" + }, +/obj/item/circuitboard/thermomachine{ + pixel_x = -5 + }, +/obj/item/circuitboard/chem_dispenser, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"lGc" = ( +/obj/item/paper, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"lGd" = ( +/turf/simulated/wall, +/area/station/public/sleep) +"lGk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"lGp" = ( +/obj/structure/mirror{ + pixel_y = 33 + }, +/obj/structure/sink{ + pixel_y = 22 + }, +/obj/effect/spawner/random_spawners/dirt_maybe, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"lGv" = ( +/obj/structure/closet/wardrobe/pjs, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/security/permabrig) +"lGw" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Perma Cell 4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"lGB" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"lGC" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"lGI" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"lGO" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"lGV" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "gravity" + }, +/obj/structure/sign/radiation/rad_area, +/turf/simulated/floor/plating, +/area/station/engineering/gravitygenerator) +"lHn" = ( +/obj/structure/railing/cap{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/station/hallway/secondary/exit) +"lHr" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"lHB" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"lHF" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/patch_packs{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/item/storage/box/pillbottles, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"lHO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"lHT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"lIb" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"lIc" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/command/vault) +"lIe" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"lIl" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"lIm" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"lIs" = ( +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"lIu" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"lIO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"lIY" = ( +/obj/machinery/ai_status_display{ + pixel_x = -32; + pixel_y = 32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreencorners" + }, +/area/station/medical/medbay2) +"lJb" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"lJf" = ( +/obj/structure/rack, +/obj/item/poster/random_contraband, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"lJz" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/research) +"lJE" = ( +/obj/machinery/computer/sm_monitor{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cautioncorner" + }, +/area/station/engineering/control) +"lJN" = ( +/obj/structure/cable{ + 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/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"lKa" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"lKf" = ( +/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/plasteel{ + icon_state = "cautioncorner" + }, +/area/station/engineering/control) +"lKj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"lKt" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"lKv" = ( +/obj/structure/chair/sofa/left{ + color = "#85130b"; + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"lKw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"lKC" = ( +/obj/structure/table, +/obj/item/flashlight, +/obj/item/extinguisher/mini, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"lKD" = ( +/obj/structure/mineral_door/wood{ + name = "Abandoned Bar" + }, +/obj/structure/barricade/wooden, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"lKF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/machinery/camera{ + c_tag = "Gravity Generator Room North"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"lKJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/space, +/area/station/engineering/solar/aft_starboard) +"lKN" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/space, +/area/station/engineering/solar/fore_port) +"lKV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"lLd" = ( +/obj/item/toy/plushie/deer{ + name = "Ians Chew Toy"; + desc = "The plush deer is ragged and appears covered in slobber" + }, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"lLu" = ( +/obj/structure/transit_tube/curved/flipped, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"lLE" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen/red{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"lLF" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"lLI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"lLL" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Prison Forestry" + }, +/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/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"lLM" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"lLN" = ( +/obj/machinery/kitchen_machine/grill, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"lLO" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/cargo_bay, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"lLQ" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"lLR" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Satellite Hallway"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"lMa" = ( +/turf/simulated/wall, +/area/station/security/interrogation) +"lMe" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, +/area/station/service/bar) +"lMg" = ( +/obj/structure/railing/cap{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"lMh" = ( +/obj/structure/closet/crate/freezer, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/drinks/cans/beer, +/obj/item/reagent_containers/drinks/cans/beer{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/reagent_containers/drinks/cans/beer{ + pixel_x = -8 + }, +/obj/item/reagent_containers/drinks/cans/beer{ + pixel_x = 7; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"lMm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"lMn" = ( +/obj/structure/sign/poster/contraband/clown{ + pixel_y = -32 + }, +/obj/structure/closet, +/obj/item/reagent_containers/spray/cyborg_lube, +/obj/item/clothing/gloves/color/rainbow/clown, +/obj/item/gun/energy/clown, +/obj/effect/decal/cleanable/confetti, +/obj/item/ammo_casing/shotgun/confetti, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/lubed, +/area/station/maintenance/aft) +"lMw" = ( +/turf/simulated/wall, +/area/station/service/clown) +"lMG" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/camera{ + c_tag = "Bridge West"; + dir = 6 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 30; + layer = 3.5 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/command/bridge) +"lMP" = ( +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"lMT" = ( +/turf/simulated/floor/beach/away/water/deep, +/area/station/public/dorms) +"lMZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"lNl" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"lNn" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/evidence) +"lNp" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"lNy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"lNz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"lNH" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"lNK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"lNL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"lNP" = ( +/obj/structure/table, +/obj/item/clothing/suit/armor/vest, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"lNR" = ( +/obj/structure/table/glass/reinforced, +/obj/item/aiModule/crewsimov, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"lNV" = ( +/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/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"lNX" = ( +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"lOv" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"lOB" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"lOH" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"lOR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/station/security/lobby) +"lPt" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"lPx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"lPC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"lPD" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/laser/practice, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"lPF" = ( +/obj/machinery/atmospherics/binary/valve/digital/open{ + name = "Mixed Air Outlet Valve" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"lPL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"lPU" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"lQb" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/recharger, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"lQo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"lQs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"lQC" = ( +/obj/machinery/alarm/directional/north, +/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/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/rd) +"lQF" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"lQI" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"lQQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"lQW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"lQZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"lRb" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"lRd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"lRh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"lRo" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"lRv" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"lRz" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"lRC" = ( +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/any/command/captain, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters" + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"lRQ" = ( +/obj/structure/table, +/obj/item/deck/cards, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"lRS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"lRY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"lSc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"lSe" = ( +/obj/structure/closet/crate/freezer, +/obj/item/organ/internal/heart/vox, +/obj/item/organ/internal/liver/vox, +/obj/effect/spawner/random/maintenance, +/obj/item/organ/internal/heart/vox, +/obj/effect/spawner/random/maintenance, +/obj/item/food/fried_vox{ + pixel_y = 21; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/asmaint) +"lSn" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"lSp" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"lSu" = ( +/obj/machinery/door/airlock{ + name = "Private Restroom" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/command/office/captain/bedroom) +"lSC" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"lSI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"lSO" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/sop_general, +/obj/item/book/manual/wiki/sop_command{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/machinery/camera{ + c_tag = "Captain's Office South"; + dir = 10 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/newscaster/security_unit{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"lST" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/storage/box, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"lTc" = ( +/obj/structure/rack, +/obj/item/instrument/piano_synth, +/obj/item/instrument/eguitar, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/service/theatre) +"lTk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"lTq" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "N2O to Pure" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"lTE" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"lTJ" = ( +/obj/structure/table/wood, +/obj/item/trash/snack_bowl, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"lTN" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"lTX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/public/arcade) +"lTY" = ( +/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/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"lUf" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"lUk" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"lUn" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"lUw" = ( +/obj/machinery/camera{ + c_tag = "Brig Prisoner Processing South East"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/processing) +"lUy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"lUE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lUF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"lUS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"lUV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"lUW" = ( +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"lVb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prisonershuttle) +"lVc" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/station/medical/storage) +"lVd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/science/toxins/mixing) +"lVg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"lVl" = ( +/obj/item/cigbutt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"lVm" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"lVr" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"lVs" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/hos) +"lVu" = ( +/obj/item/trash/candy, +/obj/structure/table/wood, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/rollingpaper, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"lVy" = ( +/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/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/shops) +"lVE" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"lVG" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"lVS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"lVT" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"lVX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonlockers) +"lVY" = ( +/obj/machinery/chem_dispenser, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_x = -32 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"lWa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"lWb" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/laser/practice, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"lWi" = ( +/obj/item/kirbyplants, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"lWj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"lWz" = ( +/turf/simulated/wall/r_wall, +/area/station/command/server) +"lWB" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"lWD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"lWE" = ( +/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/plasteel, +/area/station/supply/lobby) +"lWJ" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/obj/item/trash/spentcasing, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"lWR" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/science/toxins/mixing) +"lWS" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"lWW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"lWY" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"lWZ" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"lXg" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/glass/reinforced, +/obj/item/aiModule/reset, +/obj/item/radio/intercom/private{ + pixel_x = 28; + pixel_y = -10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"lXj" = ( +/obj/structure/bed{ + dir = 1 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet, +/area/station/maintenance/aft2) +"lXm" = ( +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/secondary) +"lXt" = ( +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/brig) +"lXv" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"lXF" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/arrows{ + dir = 8; + pixel_x = 15 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"lXH" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"lXJ" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"lXM" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"lXU" = ( +/obj/structure/window/reinforced{ + dir = 8; + pixel_x = -4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/station/service/bar) +"lXZ" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"lYf" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/flour, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lYj" = ( +/obj/structure/table, +/obj/item/camera, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8 + }, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Perma B Library"; + network = list("Prison","SS13"); + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"lYo" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/transit) +"lYE" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"lYJ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/ashtray/bronze, +/obj/item/clothing/mask/cigarette/pipe, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"lYW" = ( +/obj/structure/cable{ + 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/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"lZa" = ( +/obj/machinery/photocopier, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"lZd" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"lZi" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"lZj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"lZn" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"lZv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/obj/item/food/sosjerky, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"lZB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"lZC" = ( +/obj/structure/table/wood, +/obj/item/paper/dnd, +/turf/simulated/floor/wood, +/area/station/service/library) +"lZF" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"lZG" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/warden) +"lZK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"lZX" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/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/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"maa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"mab" = ( +/obj/item/storage/fancy/donut_box, +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"mac" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"maf" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "qm_warehouse"; + name = "Warehouse Shutters" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"mat" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"maF" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"maQ" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"mbf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"mbi" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"mbj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"mbm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"mbo" = ( +/obj/item/chair, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"mbK" = ( +/obj/structure/rack, +/obj/item/poster/random_contraband, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"mbM" = ( +/obj/machinery/economy/vending/medical, +/obj/item/toy/figure/crew/md{ + pixel_y = 18; + pixel_x = -7 + }, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"mbN" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"mcn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/grille_often, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"mct" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"mcH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"mcJ" = ( +/obj/structure/transit_tube/curved{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/transit) +"mcS" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"mcW" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"mcX" = ( +/obj/machinery/power/apc/important/directional/north, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/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/corner{ + dir = 2 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"mdd" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1; + name = "Cooling Loop to Gas" + }, +/obj/structure/cable{ + 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/engine, +/area/station/engineering/engine) +"mdh" = ( +/obj/machinery/shower{ + dir = 4; + pixel_y = -4; + pixel_x = 5 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/unisex) +"mdi" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"mdq" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"mdw" = ( +/obj/item/kirbyplants, +/obj/machinery/camera{ + c_tag = "Brig Lobby East"; + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"mdx" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"mdC" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Interrogation" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/interrogation) +"mdF" = ( +/obj/machinery/computer/atmoscontrol{ + dir = 1 + }, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/atmos/control) +"mdJ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"mdN" = ( +/obj/structure/table, +/obj/item/folder, +/obj/item/pen/multi, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"mdS" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/starboard/south) +"mdU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"mdW" = ( +/obj/structure/railing, +/obj/structure/table, +/obj/item/toy/pet_rock, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/public/dorms) +"mec" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"mel" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"mep" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"meq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mez" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/hallway/primary/central/ne) +"meA" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"meX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"mff" = ( +/obj/machinery/door/airlock/maintenance{ + locked = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mfk" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"mfn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mfo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"mfp" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/holywater, +/obj/item/toy/figure/crew/chaplain{ + pixel_y = 14; + pixel_x = -10 + }, +/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/carpet/black, +/area/station/service/chapel/office) +"mfx" = ( +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"mfz" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"mfA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"mfE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"mfR" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"mfV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"mgl" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/hallway/primary/starboard) +"mgs" = ( +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mgz" = ( +/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/carpet/black, +/area/station/service/chapel/office) +"mgC" = ( +/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/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"mgO" = ( +/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 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"mgV" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law/black, +/obj/item/stamp/magistrate, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"mhb" = ( +/obj/machinery/computer/card/minor/ce{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/command/office/ce) +"mhj" = ( +/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/wood, +/area/station/public/vacant_office) +"mhk" = ( +/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/plasteel, +/area/station/hallway/primary/central/sw) +"mhu" = ( +/obj/machinery/monkey_recycler, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"mhv" = ( +/obj/machinery/bodyscanner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/primary) +"mhz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/transit) +"mhK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"mhN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"mhP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/range) +"mhS" = ( +/obj/machinery/door/airlock/research{ + name = "Research Storage" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/medical/genetics, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"mhT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/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/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"mia" = ( +/obj/machinery/atmospherics/portable/canister/air{ + anchored = 1 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"mio" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"mit" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"miv" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"miF" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"miK" = ( +/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, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"miT" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/camera{ + c_tag = "Locker Room East"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"miU" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_y = 12; + pixel_x = -5 + }, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_x = 2; + pixel_y = 7 + }, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid) +"mja" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/morgue, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mjf" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort1" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"mjh" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/medical/paramedic) +"mjo" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"mjs" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/asteroid_filtering) +"mjC" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint2) +"mjE" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"mjK" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"mjP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/newscaster/security_unit{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"mjQ" = ( +/obj/effect/landmark/start/janitor, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"mjR" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"mks" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/shops) +"mkt" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"mkx" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/obj/structure/table/wood, +/obj/item/book/manual/wiki/sop_command, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"mkG" = ( +/obj/machinery/economy/vending/coffee, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"mkI" = ( +/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, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"mkN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mlc" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/station/service/hydroponics) +"mld" = ( +/obj/machinery/computer/station_alert, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/status_display{ + pixel_y = 32; + layer = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/command/bridge) +"mlg" = ( +/obj/structure/chair/comfy/black{ + layer = 2.9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"mlh" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"mll" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"mlm" = ( +/turf/simulated/wall, +/area/station/medical/surgery/primary) +"mln" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"mlr" = ( +/obj/item/cigbutt/roach, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/landmark/spawner/xeno, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"mlB" = ( +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore_port) +"mlC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcheck" + }, +/area/station/security/storage) +"mlG" = ( +/obj/machinery/economy/vending/lawdrobe, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"mlH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"mlQ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/item/pinpointer, +/obj/item/disk/nuclear, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"mlW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"mlZ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"mmf" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"mmj" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/ears/earmuffs{ + pixel_y = 3 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/machinery/alarm/directional/west, +/obj/machinery/camera{ + c_tag = "Brig Firing Range North"; + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"mmn" = ( +/obj/item/kirbyplants/dead, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/maintenance/electrical) +"mmp" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Hallway" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/minisat, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"mmr" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"mmx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/evidence) +"mmA" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"mmE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"mmG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"mmI" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/public/toilet/lockerroom) +"mmJ" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/wall, +/area/station/supply/sorting) +"mmT" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"mnf" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"mnm" = ( +/obj/structure/bed/roller, +/obj/item/roller{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"mnB" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore/north) +"mnI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/spacebridge/security/south) +"mnT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/flour/foam, +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"mnX" = ( +/obj/structure/closet/crate{ + name = "SKYMEN THINGS - NO TOUCH" + }, +/obj/effect/spawner/random/maintenance, +/obj/item/light/bulb{ + icon_state = "lbulb-broken" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"mod" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"mof" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"moh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plating, +/area/station/engineering/smes) +"moj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"mom" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"mos" = ( +/obj/item/decorations/sticky_decorations/flammable/heart_chain{ + pixel_y = 11 + }, +/obj/item/decorations/sticky_decorations/flammable/arrowed_heart, +/obj/item/organ/internal/heart/vulpkanin, +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mot" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/emergency{ + pixel_x = -2; + pixel_y = -3 + }, +/obj/machinery/light_switch{ + dir = 8; + name = "east bump"; + pixel_x = 24; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"mov" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"mox" = ( +/obj/structure/table/glass, +/obj/item/storage/belt/medical, +/obj/item/clothing/glasses/hud/health, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"moy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"moL" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"moR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"moZ" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"mpb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"mpe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/secondary) +"mph" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"mpB" = ( +/obj/structure/table, +/obj/item/cartridge/signal/toxins, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mpC" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/science/xenobiology) +"mpD" = ( +/obj/item/flag/sec, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"mpL" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/public/dorms) +"mpT" = ( +/turf/simulated/wall, +/area/station/public/toilet/lockerroom) +"mpX" = ( +/obj/machinery/door/airlock/glass{ + name = "Quiet Room" + }, +/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/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/station/service/library) +"mpY" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"mpZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"mqa" = ( +/obj/machinery/camera{ + c_tag = "Asteroid Foyer South"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"mqd" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"mqf" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"mqi" = ( +/obj/structure/closet/l3closet/scientist, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"mqm" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"mqr" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/prisonlockers) +"mqy" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/item/food/monkeycube, +/turf/simulated/floor/grass/no_creep, +/area/station/science/genetics) +"mqC" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mqF" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/pen/red, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"mqJ" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/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/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + sort_type_txt = "25" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mqT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"mqU" = ( +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"mqW" = ( +/obj/structure/table, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"mrc" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/bodybags, +/obj/item/storage/box/bodybags{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/machinery/button/windowtint{ + id = "coroner"; + pixel_x = 8; + pixel_y = 24 + }, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/obj/item/reagent_containers/glass/bottle/reagent/formaldehyde{ + pixel_x = -15 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"mri" = ( +/obj/machinery/door/airlock/medical/glass, +/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/mapping_helpers/airlock/access/all/medical/paramedic, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/paramedic) +"mrk" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"mrn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"mro" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Detective" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/security/detective) +"mrt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mrv" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"mrw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/space, +/area/space) +"mrx" = ( +/obj/machinery/chem_master/condimaster, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"mrH" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"mrL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/power/apc/critical/directional/north, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/smes) +"mrR" = ( +/obj/machinery/suit_storage_unit/expedition, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/expedition) +"mrW" = ( +/turf/simulated/floor/transparent/glass/reinforced{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"msb" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/megaphone, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/warden) +"msd" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"msu" = ( +/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" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"msz" = ( +/obj/item/kirbyplants, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"msM" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"msN" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Dormitories Center East"; + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"msP" = ( +/obj/machinery/alarm/directional/west, +/obj/item/bikehorn/rubberducky, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/unisex) +"msT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"mtc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"mti" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/garden) +"mtl" = ( +/turf/simulated/wall/r_wall, +/area/station/security/execution) +"mts" = ( +/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" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"mtt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/spacebridge/security/south) +"mtx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"mty" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"mtz" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"mtF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"mtQ" = ( +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/hallway/primary/fore/north) +"mtY" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"mub" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/multi, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"muh" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"mut" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"muu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"muy" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"muK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"muL" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/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/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"muP" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/paper_bin{ + pixel_y = 15 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"muR" = ( +/obj/structure/cable{ + 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; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/break_room) +"mvf" = ( +/obj/structure/table/reinforced, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24; + pixel_x = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"mvJ" = ( +/obj/structure/closet, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"mvM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"mvS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"mvY" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"mwa" = ( +/obj/item/stack/cable_coil/random, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mwb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"mwu" = ( +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "gravity" + }, +/turf/simulated/floor/plating, +/area/station/engineering/gravitygenerator) +"mwv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"mwB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mwD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"mwK" = ( +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"mwM" = ( +/obj/structure/railing/corner, +/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/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"mwP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/curtain/open, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"mwQ" = ( +/obj/machinery/alarm/directional/west, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"mwV" = ( +/obj/machinery/economy/vending/detdrobe, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"mxc" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/research) +"mxd" = ( +/obj/structure/table, +/obj/item/stack/medical/bruise_pack/improvised{ + pixel_y = 8 + }, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"mxn" = ( +/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" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"mxo" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"mxC" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/item/dice/d6, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"mxJ" = ( +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"mxT" = ( +/obj/machinery/power/solar{ + name = "Starboard Solar Array" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/aft_port) +"mxX" = ( +/obj/structure/closet/secure_closet/explorer, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/expedition) +"mxY" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"myb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cryo) +"myc" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"myx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"myL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"mzb" = ( +/obj/machinery/suit_storage_unit/atmos/secure, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"mzf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/hall) +"mzk" = ( +/obj/item/stack/cable_coil, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"mzp" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"mzq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"mzw" = ( +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"mzy" = ( +/obj/structure/rack, +/obj/item/rpd{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/item/rpd, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"mzz" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"mzC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"mzN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction/y{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"mzT" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"mzY" = ( +/obj/machinery/computer/operating{ + name = "Robotics Operating Computer"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"mzZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/obj/structure/disposalpipe/segment, +/turf/simulated/wall/r_wall, +/area/station/medical/virology) +"mAf" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"mAj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/rd) +"mAp" = ( +/obj/machinery/computer/teleporter, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"mAD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/hallway/primary/fore/north) +"mAE" = ( +/turf/simulated/wall, +/area/station/hallway/primary/central/nw) +"mAP" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"mAT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"mAY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"mBq" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"mBw" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"mBx" = ( +/obj/effect/decal/cleanable/dirt, +/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/cyan{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mBy" = ( +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/structure/table/wood/fancy/blue, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"mBz" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/head_of_personnel, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"mBA" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/range) +"mBE" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"mBF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"mBH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/white/side, +/area/station/maintenance/asmaint) +"mBR" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/camera/motion{ + c_tag = "AI East"; + dir = 4; + network = list("SS13","MiniSat"); + start_active = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"mBS" = ( +/obj/item/reagent_containers/pill/charcoal, +/obj/item/reagent_containers/pill/charcoal{ + pixel_y = 2; + pixel_x = 6 + }, +/obj/item/reagent_containers/pill/charcoal{ + pixel_y = -8; + pixel_x = 6 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"mBU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/station/maintenance/abandoned_garden) +"mBW" = ( +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/command{ + id_tag = "hopofficedoor"; + name = "Head of Personnel" + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"mBX" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + sort_type_txt = "2" + }, +/obj/machinery/light_switch{ + dir = 8; + name = "east bump"; + pixel_x = 24; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"mCa" = ( +/obj/machinery/light, +/obj/machinery/newscaster/security_unit{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"mCe" = ( +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"mCi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"mCn" = ( +/obj/structure/rack, +/obj/item/pickaxe, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/item/pickaxe{ + pixel_x = 10 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"mCq" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/locker) +"mCH" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/newscaster/security_unit{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Departure Lounge Security"; + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"mCR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/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" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"mCS" = ( +/obj/item/decorations/sticky_decorations/flammable/skull{ + pixel_x = 26 + }, +/obj/structure/headspear, +/obj/effect/spawner/random_spawners/blood_often, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mCY" = ( +/obj/structure/table, +/obj/item/storage/backpack/duffel/medical, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = -9; + pixel_y = 11 + }, +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/maintenance/aft2) +"mDa" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/dorms) +"mDn" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast entrance"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hop) +"mDq" = ( +/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/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"mDC" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"mDG" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/station/public/park) +"mDL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"mDM" = ( +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"mDN" = ( +/obj/structure/cable{ + 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/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"mDU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"mDY" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/security/aft_starboard) +"mDZ" = ( +/obj/structure/table, +/obj/item/food/grown/pumpkin, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"mEf" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"mEj" = ( +/turf/simulated/floor/carpet, +/area/station/service/library) +"mEn" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload" + }, +/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/mapping_helpers/airlock/access/any/command/ai_upload, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"mEq" = ( +/obj/structure/table/wood, +/obj/item/ashtray/bronze, +/turf/simulated/floor/carpet, +/area/station/public/dorms) +"mEr" = ( +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"mEy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mEA" = ( +/obj/structure/table, +/obj/item/deck/cards{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"mED" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"mFf" = ( +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"mFh" = ( +/obj/structure/closet, +/obj/item/poster/random_contraband, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mFn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"mFp" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hardsuitstorage) +"mFr" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/aft_starboard) +"mFy" = ( +/obj/item/circuitboard/mecha/odysseus/main{ + pixel_y = 9; + pixel_x = 9 + }, +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mFM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"mFO" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"mFX" = ( +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"mGa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"mGi" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mGn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/dead, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"mGp" = ( +/obj/effect/decal/cleanable/dirt, +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"mGB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"mGC" = ( +/obj/structure/table, +/obj/item/toner{ + pixel_y = -4 + }, +/obj/item/toner, +/obj/item/toner{ + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_office) +"mGD" = ( +/obj/structure/flora/ausbushes/fullgrass{ + pixel_y = 16 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"mGM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/camera{ + c_tag = "Blueshield's Office"; + dir = 10 + }, +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"mGO" = ( +/obj/machinery/atmospherics/unary/tank/air, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"mGU" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"mGX" = ( +/obj/machinery/economy/vending/shoedispenser, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"mGZ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/south) +"mHn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"mHW" = ( +/turf/simulated/wall, +/area/station/supply/qm) +"mIb" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"mIg" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"mIj" = ( +/obj/structure/table, +/obj/item/instrument/harmonica, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"mIn" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"mIy" = ( +/obj/machinery/door/airlock/glass{ + name = "Primary tool storage" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"mIH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"mIP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"mIT" = ( +/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/plasteel{ + dir = 1; + icon_state = "cautioncorner" + }, +/area/station/engineering/break_room) +"mJg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"mJr" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass/no_creep, +/area/station/science/lobby) +"mJy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner"; + dir = 8 + }, +/area/station/medical/reception) +"mJz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/paramedic) +"mJC" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mJR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"mJS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"mJW" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/shaft_miner, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"mKc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"mKm" = ( +/obj/structure/table/wood, +/obj/item/storage/box/characters, +/turf/simulated/floor/wood, +/area/station/service/library) +"mKo" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/machinery/light, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"mKs" = ( +/obj/item/storage/toolbox/mechanical{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/multitool{ + pixel_y = -5; + pixel_x = 5 + }, +/obj/item/clothing/head/welding{ + pixel_y = -2; + pixel_x = -6 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"mKw" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"mKz" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"mKC" = ( +/obj/machinery/door_control{ + desc = "A remote control switch for the medbay foyer."; + id = "medbayfoyerport"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = -9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"mKD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"mKH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"mKL" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/wrench, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"mKN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"mKP" = ( +/obj/effect/turf_decal, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"mKR" = ( +/obj/item/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/station/hallway/primary/central/se) +"mKT" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"mKX" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"mLi" = ( +/obj/machinery/door/airlock/external{ + id_tag = "supply_home"; + locked = 1; + name = "Cargo Docking Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/supply_shuttle, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"mLj" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"mLn" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"mLq" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"mLx" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"mLz" = ( +/obj/structure/railing/cap{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"mLA" = ( +/obj/machinery/door_control{ + id = "shopdoor1"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + specialfunctions = 4; + pixel_y = 24 + }, +/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/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"mLC" = ( +/obj/item/paper{ + pixel_x = -19; + pixel_y = 5 + }, +/obj/item/paper, +/obj/item/paper{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_office) +"mLL" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/primary/central/ne) +"mLQ" = ( +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid) +"mLY" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"mMa" = ( +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"mMc" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/cans/beer{ + pixel_x = -7 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mMe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/lobby) +"mMf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"mMl" = ( +/obj/machinery/turretid/stun{ + control_area = "\improper AI Satellite Antechamber"; + name = "AI Antechamber Turret Control"; + pixel_x = -28; + req_access_txt = "75" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"mMw" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"mMy" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"mMM" = ( +/obj/structure/sign/explosives, +/turf/simulated/wall/r_wall, +/area/station/science/toxins/mixing) +"mMY" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/hallway/primary/fore/north) +"mNe" = ( +/obj/structure/table, +/obj/item/multitool, +/obj/machinery/light, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"mNs" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/brig) +"mNu" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"mNw" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"mNA" = ( +/obj/machinery/power/smes{ + capacity = 9e+006; + charge = 10000 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"mNB" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"mNE" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"mNF" = ( +/obj/structure/table/wood, +/obj/item/camera, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"mNG" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "tox_in" + }, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/engineering/atmos/asteroid_filtering) +"mNM" = ( +/obj/structure/sign/directions/engineering{ + dir = 1; + pixel_x = 32; + pixel_y = 39 + }, +/obj/structure/sign/directions/bridge{ + dir = 1; + pixel_x = 32; + pixel_y = 32 + }, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 25; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"mNT" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"mOe" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass/no_creep, +/area/station/science/genetics) +"mOh" = ( +/obj/structure/table/wood, +/obj/item/candle, +/obj/item/candle{ + pixel_x = 5 + }, +/obj/item/candle{ + pixel_x = -5 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"mOi" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/station/security/lobby) +"mOq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room/secondary) +"mOI" = ( +/obj/structure/sign/pods{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/transit) +"mOO" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"mPb" = ( +/turf/simulated/wall/r_wall, +/area/station/security/range) +"mPd" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"mPf" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"mPh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"mPi" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"mPk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"mPl" = ( +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"mPw" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"mPy" = ( +/obj/machinery/power/tesla_coil, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"mPD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"mPE" = ( +/obj/structure/closet, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"mPL" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"mPM" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/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/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"mPO" = ( +/obj/machinery/suit_storage_unit/security/hos/secure, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"mPX" = ( +/obj/structure/transit_tube/junction/flipped, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid_filtering) +"mQe" = ( +/turf/simulated/wall, +/area/station/supply/storage) +"mQr" = ( +/obj/structure/table/reinforced, +/obj/machinery/poolcontroller{ + pixel_y = 3 + }, +/obj/item/toy/figure/crew/assistant{ + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"mQx" = ( +/obj/structure/chair/sofa/right{ + dir = 1; + color = "#A30FAF" + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"mQA" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"mQB" = ( +/obj/machinery/computer/area_atmos, +/obj/structure/sign/fire{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"mQD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"mQF" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"mQI" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/station/medical/storage) +"mQM" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"mQN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/hallway/primary/fore/north) +"mQW" = ( +/obj/machinery/power/solar_control{ + name = "Fore Starboard Solar Control" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_starboard) +"mQZ" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/pod_3) +"mRj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"mRk" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"mRo" = ( +/obj/structure/table/wood, +/obj/item/mod/module/tether, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid) +"mRp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/curtain/open, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"mRr" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "sit_arrivals"; + name = "Near Diagoras SW maints"; + width = 11 + }, +/turf/space, +/area/space) +"mRC" = ( +/obj/structure/table, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/item/poster/random_contraband, +/obj/item/toy/crayon/random, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"mRE" = ( +/obj/structure/table, +/obj/item/rcs, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"mRF" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"mRL" = ( +/obj/structure/rack, +/obj/item/extinguisher, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"mRP" = ( +/obj/item/trash/pistachios, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"mRQ" = ( +/obj/effect/landmark/start/atmospheric, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/storage) +"mRS" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"mRW" = ( +/obj/effect/spawner/random_spawners/blood_often, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/dorms/port) +"mSa" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"mSf" = ( +/obj/effect/landmark/lightsout, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + sort_type_txt = "11" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"mSh" = ( +/obj/structure/table/reinforced, +/obj/item/firelock_electronics, +/obj/item/firealarm_electronics{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"mSr" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + dir = 4 + }, +/area/station/science/research) +"mSt" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"mSw" = ( +/obj/machinery/computer/prisoner{ + dir = 1; + req_access = null; + req_access_txt = "2" + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"mSy" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"mSH" = ( +/obj/structure/railing/cap{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"mSI" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/legal/courtroom) +"mSL" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mSP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mSW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"mSX" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"mTb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"mTd" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/space, +/area/station/engineering/solar/aft_starboard) +"mTh" = ( +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"mTm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"mTp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"mTC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"mTE" = ( +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24; + pixel_y = -8 + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"mTF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/smes) +"mTI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics) +"mTK" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + external_pressure_bound = 0; + autolink_id = "n2o_out"; + internal_pressure_bound = 4000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"mTP" = ( +/obj/item/kirbyplants, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"mTU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"mTY" = ( +/obj/item/clothing/shoes/jackboots{ + pixel_y = -7; + pixel_x = -1; + layer = 3.5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/glasses/sunglasses{ + pixel_y = 4; + layer = 3.5 + }, +/obj/item/beach_ball/baseball{ + pixel_x = 1; + pixel_y = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"mUd" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"mUe" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"mUf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"mUg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"mUs" = ( +/obj/machinery/shieldgen, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"mUt" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"mUv" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/legal/courtroom) +"mUA" = ( +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/maintenance/storage) +"mUI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/evidence) +"mUY" = ( +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"mUZ" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"mVd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mVr" = ( +/obj/item/tank/internals/plasma/empty, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mVu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_starboard) +"mVF" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_home"; + locked = 1 + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry/east) +"mVK" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Storage" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/construction, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"mVN" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"mVS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/binary/pump/on{ + name = "Gas to Filter" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"mVU" = ( +/obj/structure/table, +/obj/item/clothing/gloves/boxing/yellow, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"mVY" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"mWe" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"mWg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"mWm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"mWo" = ( +/obj/structure/dispenser, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"mWp" = ( +/obj/machinery/alarm/directional/west, +/obj/structure/closet/boxinggloves, +/obj/item/clothing/gloves/boxing, +/obj/item/clothing/gloves/boxing, +/obj/item/clothing/gloves/boxing, +/obj/item/clothing/gloves/boxing, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"mWq" = ( +/obj/machinery/shieldwallgen, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"mWx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"mWA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"mWG" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/tape_roll, +/obj/item/stack/tape_roll{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"mWK" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"mWL" = ( +/turf/simulated/floor/carpet/red, +/area/station/public/fitness) +"mWP" = ( +/obj/structure/rack, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"mWS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"mWU" = ( +/obj/machinery/camera{ + c_tag = "Theatre Stage"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/theatre) +"mWV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"mWY" = ( +/obj/machinery/door/airlock/hatch{ + name = "Telecommunications Access" + }, +/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/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"mXh" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"mXj" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"mXl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"mXt" = ( +/obj/machinery/door/airlock{ + id_tag = "toilet_unitb"; + name = "Unit B" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/unisex) +"mXw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mXx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"mXy" = ( +/obj/structure/closet/secure_closet/miner, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"mXD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"mXG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"mXL" = ( +/obj/item/toy/crayon/random, +/obj/item/toy/crayon/white{ + pixel_y = -4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"mXO" = ( +/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/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"mXU" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"mXW" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Sanitarium" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison) +"mYb" = ( +/obj/structure/table, +/obj/item/paicard, +/obj/item/clothing/glasses/hud/diagnostic{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/clothing/glasses/hud/diagnostic, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"mYq" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay Storage"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"mYr" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/legal/courtroom) +"mYA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"mYC" = ( +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"mYI" = ( +/turf/simulated/floor/plasteel, +/area/station/security/range) +"mYP" = ( +/obj/machinery/turretid/stun{ + control_area = "\improper AI Satellite Service"; + name = "AI Satellite Service Bay Turret Control"; + pixel_x = -29; + req_access_txt = "75" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"mYU" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"mYY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmos Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"mZA" = ( +/obj/structure/sign/fire{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"mZC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"mZE" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"mZK" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/processing) +"mZM" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"mZO" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"mZQ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/item/kirbyplants, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/station/hallway/secondary/exit) +"nab" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/station/security/lobby) +"nah" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"nai" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"naj" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/borgupload{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/circuitboard/aiupload{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/circuitboard/aicore{ + pixel_x = 5; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"nak" = ( +/obj/machinery/power/apc/directional/south, +/obj/item/radio/intercom/locked/ai_private{ + broadcasting = 1; + listening = 0; + pixel_x = -29; + pixel_y = -29 + }, +/obj/machinery/camera{ + c_tag = "AI Satellite Antechamber South"; + dir = 10 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"nas" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"nav" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"naz" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"naB" = ( +/obj/structure/chair/sofa/bench/right, +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block) +"naK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"naN" = ( +/turf/simulated/wall, +/area/station/engineering/equipmentstorage) +"naQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"naT" = ( +/obj/machinery/disposal, +/obj/machinery/light, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"nbe" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"nbs" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"nbw" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"nbP" = ( +/obj/structure/rack, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"nbR" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 16; + pixel_y = 3 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/sorting) +"nco" = ( +/obj/item/kirbyplants, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Medbay Treatment Center South-West"; + dir = 1 + }, +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"ncz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "arrival" + }, +/area/station/service/theatre) +"ncF" = ( +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall, +/area/station/maintenance/security/aft_starboard) +"ncH" = ( +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Courtroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/court, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Courtroom"; + id_tag = "courtentrance" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"ncL" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"ncM" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/flashlight{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/flashlight, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"ncP" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ncQ" = ( +/obj/item/clothing/mask/gas/mime, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ncS" = ( +/obj/structure/table/glass, +/obj/item/storage/box/iv_bags{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/storage/box/beakers{ + pixel_y = 2 + }, +/obj/machinery/light, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"ncU" = ( +/obj/machinery/smartfridge/drying_rack, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/outlet_injector/on, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"ndb" = ( +/obj/structure/closet/secure_closet/chaplain, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"ndf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/ai_slipper, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"ndo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/food/grown/tea, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_garden) +"ndy" = ( +/obj/structure/chair/comfy/purp, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/science/break_room) +"ndE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/sw) +"ndJ" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"ndK" = ( +/obj/structure/table/glass, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 6 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms_secondary) +"ndM" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/obj/machinery/button/windowtint{ + id = "psychoffice"; + pixel_x = 24; + dir = 8 + }, +/obj/effect/landmark/start/psychiatrist, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"ndW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"ndZ" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Security Aft Space Bridge"; + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/south) +"neo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"nes" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"net" = ( +/obj/structure/chair, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"nev" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"ney" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"neB" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 4; + name = "Air Out" + }, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"neC" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"neF" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/science/toxins/mixing) +"neK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"neL" = ( +/obj/item/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"neM" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"neO" = ( +/obj/machinery/conveyor/east{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"neR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"neS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"nfe" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/folder/yellow{ + pixel_x = 3; + pixel_y = 1 + }, +/obj/item/folder/yellow{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"nff" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"nfg" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/primary/starboard/south) +"nfl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"nfn" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"nfo" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/cap{ + dir = 6 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"nfM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"nfO" = ( +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"nfV" = ( +/obj/machinery/door/airlock/wood{ + name = "Back Stage Entrance" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/station/service/theatre) +"nfX" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Supermatter Chamber"; + network = list("engine"); + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"nfZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"ngc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"ngf" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/glasses/welding, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"ngk" = ( +/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/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"ngp" = ( +/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/medical/glass{ + name = "Operating Theatre 2" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Surgery 2" + }, +/obj/machinery/holosign/surgery{ + id = "surgery2" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/secondary) +"ngr" = ( +/turf/simulated/wall, +/area/station/medical/morgue) +"ngB" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"ngD" = ( +/obj/structure/closet/l3closet/security, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"ngF" = ( +/obj/structure/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/camera/motion{ + c_tag = "AI South"; + network = list("SS13","MiniSat"); + start_active = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"ngO" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"ngP" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"ngS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"ngX" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"nhb" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"nhg" = ( +/obj/effect/turf_decal{ + dir = 8 + }, +/obj/machinery/door_control{ + id = "QMLoaddoor2"; + layer = 4; + name = "Loading Doors"; + pixel_x = -24; + pixel_y = 8 + }, +/obj/machinery/door_control{ + id = "QMLoaddoor"; + layer = 4; + name = "Loading Doors"; + pixel_x = -24; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"nhh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"nho" = ( +/obj/item/paper, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"nhr" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_y = 11; + pixel_x = 9 + }, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"nhy" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm/directional/south, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/restraints/handcuffs, +/obj/item/flash, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/command/bridge) +"nhE" = ( +/obj/machinery/economy/slot_machine, +/obj/machinery/light_construct{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"nhF" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"nhH" = ( +/obj/structure/bookcase{ + name = "bookcase (Fiction)" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"nhL" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"nhN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/public/shops) +"nhP" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"nhW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"nia" = ( +/obj/effect/landmark/burnturf, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"nib" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/sleep) +"niO" = ( +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall, +/area/station/maintenance/assembly_line) +"niR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/sw) +"niU" = ( +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/obj/structure/sign/security{ + pixel_y = 32 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"niX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/closet/secure_closet/brig/temp/cell_3, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"nja" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"njj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"njp" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellowcorner" + }, +/area/station/medical/chemistry) +"njw" = ( +/obj/structure/cable{ + 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/navbeacon{ + codes_txt = "patrol;next_patrol=CHE"; + location = "CHNE" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"njI" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/dorms) +"njO" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/camera{ + c_tag = "Nature Reserve"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/park) +"nkc" = ( +/obj/structure/closet/secure_closet/brig/temp/cell_4, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block) +"nko" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"nkr" = ( +/obj/machinery/disposal, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurplecorners" + }, +/area/station/science/genetics) +"nks" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/processing) +"nkw" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"nkB" = ( +/obj/structure/sign/securearea, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/engineering/break_room) +"nkE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"nkO" = ( +/turf/simulated/wall/r_wall, +/area/station/legal/courtroom) +"nkU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"nla" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"nlb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"nlg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cautioncorner" + }, +/area/station/engineering/control) +"nln" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Cloning Storage" + }, +/obj/structure/rack, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/clothing/mask/breath/vox{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"nlp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nlq" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/carpet, +/area/station/public/arcade) +"nlx" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/black, +/obj/item/storage/toolbox/mechanical, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"nlA" = ( +/obj/structure/table/glass, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/item/clothing/accessory/stethoscope, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"nlH" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"nlJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"nlT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"nmA" = ( +/obj/structure/table, +/obj/item/deck/cards, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"nmD" = ( +/obj/item/kirbyplants, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"nmE" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"nmF" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"nmG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"nmJ" = ( +/obj/structure/closet/bombcloset, +/obj/structure/sign/explosives/alt{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"nmN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"nmP" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/nw) +"nmQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"nmS" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"nmV" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"nmZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"nng" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"nnh" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nni" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"nnm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"nnp" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"nnq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"nnu" = ( +/obj/structure/table, +/obj/item/storage/box/cups, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"nnx" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 1; + name = "port to space" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/science/toxins/mixing) +"nnA" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=ESC"; + location = "CHE" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"nnB" = ( +/obj/structure/flora/junglebush, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"nnF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/funeral) +"nnJ" = ( +/obj/structure/cable{ + 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/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"nnO" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/secondary/entry) +"nnR" = ( +/obj/machinery/blackbox_recorder, +/turf/simulated/floor/engine, +/area/station/command/server) +"nnV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"noh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"noi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"not" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"nou" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"noG" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/fsmaint2) +"noO" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"noQ" = ( +/obj/structure/chair/sofa/left{ + dir = 4; + color = "#A30FAF" + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"noV" = ( +/turf/simulated/floor/carpet, +/area/station/hallway/primary/central/se) +"noY" = ( +/obj/effect/landmark/lightsout, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"npe" = ( +/obj/effect/landmark/burnturf, +/obj/item/trash/spentcasing, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"npi" = ( +/turf/simulated/wall/r_wall, +/area/station/ai_monitored/storage/eva) +"npn" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"npp" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/engine/cult, +/area/station/maintenance/apmaint) +"npx" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Science Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"npy" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"npA" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/camera/autoname{ + dir = 1; + c_tag = "Surgery Observation West" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"npG" = ( +/obj/structure/table/reinforced, +/obj/item/destTagger{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/rcs, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"npH" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"npL" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/item/crowbar, +/obj/machinery/camera{ + c_tag = "Expedition"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/expedition) +"npP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"npU" = ( +/obj/structure/table, +/obj/item/mounted/frame/alarm_frame, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"npW" = ( +/obj/structure/closet/crate{ + name = "solar pack crate" + }, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/circuitboard/solar_control, +/obj/item/tracker_electronics, +/obj/item/paper/solar, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"npX" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/medical/reception) +"npY" = ( +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"nqa" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"nqd" = ( +/obj/item/toner{ + pixel_y = 6 + }, +/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/station/maintenance/abandoned_office) +"nqj" = ( +/obj/item/kirbyplants, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"nqq" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/aft2) +"nqr" = ( +/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/plasteel, +/area/station/hallway/primary/central/south) +"nqu" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"nqv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"nqw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"nqA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/processor, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"nqH" = ( +/obj/machinery/camera{ + c_tag = "AI Sat Outer Ring South West"; + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"nqK" = ( +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"nqZ" = ( +/obj/structure/morgue, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"nrc" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics North-East" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"nrl" = ( +/obj/machinery/door/airlock/maintenance, +/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/mapping_helpers/airlock/access/all/service/janitor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"nrm" = ( +/obj/structure/table/wood, +/obj/machinery/computer/library, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"nro" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"nrs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"nrv" = ( +/obj/machinery/door_control{ + desc = "A remote control switch for the medbay foyer."; + id = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter Control"; + pixel_x = -24; + pixel_y = 24; + req_access_txt = "33" + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellowcorner" + }, +/area/station/medical/chemistry) +"nrw" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"nry" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/ne) +"nrA" = ( +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"nrE" = ( +/obj/structure/table, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 6 + }, +/obj/item/reagent_containers/glass/bottle/morphine, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"nrK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/economy/atm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/shops) +"nrP" = ( +/obj/structure/chair/sofa/corp{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"nrQ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"nrR" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"nrU" = ( +/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 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"nsa" = ( +/obj/structure/table, +/obj/item/radio{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + dir = 4 + }, +/area/station/science/explab) +"nsb" = ( +/obj/structure/closet/secure_closet/brig/temp/cell_1, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"nsf" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"nsh" = ( +/obj/item/stack/rods{ + amount = 8 + }, +/obj/item/stack/cable_coil/random, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"nsp" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"nsy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"nsC" = ( +/obj/structure/mirror{ + pixel_y = 33 + }, +/obj/structure/sink{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"nsD" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"nsF" = ( +/obj/machinery/atmospherics/portable/scrubber/huge/stationary, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"nsG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"nsJ" = ( +/obj/machinery/camera{ + c_tag = "Asteroid Access External"; + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos/asteroid_filtering) +"nsK" = ( +/obj/structure/table/wood, +/obj/item/lighter/zippo/black, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"nsM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"ntJ" = ( +/obj/structure/table, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/paper_bin, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"ntM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nua" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/supply/office) +"nun" = ( +/obj/machinery/door_timer/cell_1{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"nuw" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Detective" + }, +/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" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/forensics, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Detective" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/detective) +"nuy" = ( +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"nuF" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/analyzer, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"nuG" = ( +/obj/structure/mirror{ + pixel_y = 33 + }, +/obj/structure/sink{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/unisex) +"nuI" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"nuJ" = ( +/turf/simulated/wall, +/area/station/maintenance/asmaint) +"nuK" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"nuQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"nvj" = ( +/obj/item/stack/tile/carpet, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"nvw" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"nvB" = ( +/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/structure/disposalpipe/segment, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHS2"; + location = "ARV" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"nvH" = ( +/obj/machinery/disposal, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"nvZ" = ( +/obj/structure/table, +/obj/item/paper{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/paper{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/pen/red, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"nwc" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/south) +"nwd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"nwf" = ( +/turf/simulated/wall, +/area/station/hallway/primary/central/west) +"nwi" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"nws" = ( +/obj/machinery/dye_generator, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"nwx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"nwB" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"nwD" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"nwE" = ( +/turf/simulated/wall, +/area/station/public/locker) +"nwF" = ( +/obj/structure/table, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/obj/machinery/camera{ + c_tag = "Court Break Room" + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"nwI" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"nwR" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/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/plasteel, +/area/station/maintenance/aft) +"nwU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"nwW" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"nwY" = ( +/obj/structure/closet/wardrobe/orange/prison, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"nxh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"nxl" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"nxq" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"nxu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"nxw" = ( +/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/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"nxB" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"nxD" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Robotics Lab Shutters"; + id_tag = "robotics" + }, +/obj/item/desk_bell{ + pixel_x = 7; + pixel_y = 7; + anchored = 1 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Robotics Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/science/robotics{ + dir = 8 + }, +/obj/item/paper_bin, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"nxI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/rd) +"nxL" = ( +/obj/effect/landmark/damageturf, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"nxN" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"nxQ" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/primary/central/sw) +"nxR" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/stack/cable_coil, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"nxZ" = ( +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"nyd" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"nyf" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"nyg" = ( +/obj/item/bedsheet/cult, +/obj/structure/bed, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"nyn" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/ne) +"nyp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"nyu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"nyD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/execution) +"nyF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/west) +"nyK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nyY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/station/public/dorms) +"nzl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"nzp" = ( +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"nzr" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"nzs" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 8; + filter_type = 2; + name = "Gas filter (N2 tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"nzv" = ( +/obj/effect/spawner/random_barrier/possibly_welded_airlock, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"nzw" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nzE" = ( +/obj/structure/chair/sofa/corp, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"nzG" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/medical/storage/secondary) +"nzM" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"nzO" = ( +/obj/structure/mecha_wreckage/odysseus, +/obj/effect/landmark/damageturf, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"nzR" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"nzU" = ( +/mob/living/simple_animal/mouse, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"nAc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/apmaint2) +"nAf" = ( +/obj/structure/filingcabinet/medical, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"nAi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"nAj" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"nAt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"nAz" = ( +/obj/structure/flora/rock/jungle, +/obj/machinery/light, +/turf/simulated/floor/grass/no_creep, +/area/station/science/genetics) +"nAB" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth (Chaplain)"; + req_access_txt = "22" + }, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"nAH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"nAK" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"nAP" = ( +/turf/simulated/wall, +/area/station/legal/courtroom/gallery) +"nAR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/station/service/library) +"nAW" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/west) +"nAZ" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_x = -28; + name = "west bump"; + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood, +/area/station/hallway/secondary/exit) +"nBe" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"nBf" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/carpet/red, +/area/station/public/fitness) +"nBq" = ( +/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/plasteel, +/area/station/hallway/primary/aft) +"nBv" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"nBx" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer/on/server{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"nBy" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"nBz" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"nBB" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"nBF" = ( +/obj/structure/cable{ + 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/airlock/public/glass{ + name = "Security Space Bridge" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/spacebridge/security/west) +"nBJ" = ( +/obj/structure/table, +/obj/item/decorations/sticky_decorations/flammable/ghost, +/obj/item/flashlight/flare/glowstick/random, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nBO" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"nCc" = ( +/obj/structure/table_frame, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"nCd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"nCg" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"nCt" = ( +/obj/item/stack/sheet/metal, +/obj/item/trash/gum, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"nCy" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"nCK" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/aft2) +"nCL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"nCP" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/aisat/service) +"nDe" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start/head_of_security, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block) +"nDk" = ( +/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/structure/disposalpipe/segment, +/obj/item/stack/rods, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"nDn" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Medical Delivery" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Medbay" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/medical/storage/secondary) +"nDt" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"nDu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/south) +"nDB" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/shops) +"nDD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/legal/courtroom) +"nDG" = ( +/obj/structure/table/wood, +/obj/item/storage/box/ids, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"nDM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"nDO" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"nDP" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"nDU" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/obj/machinery/atmospherics/pipe/simple/visible/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/space, +/area/space/nearstation) +"nEg" = ( +/obj/structure/bookcase{ + name = "bookcase (Religious)" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"nEq" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/reversed{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/service/hydroponics{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/autoname/desk{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"nEt" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nEu" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos/asteroid_filtering) +"nEv" = ( +/obj/machinery/door/window/brigdoor{ + dir = 1; + id = "Cell 1"; + name = "Cell 1" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/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/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"nEy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"nEz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room/secondary) +"nEA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + inlet_injector_autolink_id = "o2_in"; + name = "Oxygen Supply Control"; + outlet_vent_autolink_id = "o2_out"; + autolink_sensors = list("o2_sensor"="Tank") + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"nEQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"nEU" = ( +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_x = -32; + pixel_y = 25 + }, +/obj/structure/sign/directions/cargo{ + dir = 8; + pixel_x = -32; + pixel_y = 32 + }, +/obj/structure/sign/directions/bridge{ + dir = 1; + pixel_x = -32; + pixel_y = 39 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"nFi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nFj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nFo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/scissors/barber, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"nFs" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/pen, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"nFE" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"nFI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"nFM" = ( +/obj/structure/table/wood, +/obj/item/eftpos{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24; + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"nFO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"nFU" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Cloning" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/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/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"nFW" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/machinery/camera{ + c_tag = "Departure Waiting Room"; + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/hallway/secondary/exit) +"nFZ" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"nGe" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"nGf" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"nGj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"nGk" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 16; + height = 21; + id = "emergency_home"; + name = "emergency evac bay"; + width = 41 + }, +/turf/space, +/area/space) +"nGq" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/table/wood, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"nGr" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"nGt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"nGw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Engineering North" + }, +/obj/machinery/door_control{ + desc = "A remote control-switch for secure storage."; + id = "Secure Storage"; + name = "Engineering Secure Storage"; + pixel_x = 7; + req_access_txt = "56"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"nGz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"nGK" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"nGM" = ( +/obj/structure/dresser, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"nGR" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"nGU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/junction/y{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"nGW" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"nHe" = ( +/obj/machinery/button/windowtint{ + id = "Courtroom"; + pixel_x = -6; + req_one_access_txt = "74;3"; + range = 10 + }, +/obj/item/megaphone{ + pixel_y = -11 + }, +/obj/structure/table/wood/fancy/blue, +/obj/structure/cable{ + 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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch{ + name = "custom placement"; + pixel_x = 6 + }, +/obj/machinery/door_control{ + id = "courtentrance"; + name = "Court Entrance Control"; + normaldoorcontrol = 1; + pixel_x = 1; + req_access_txt = "74"; + pixel_y = 10 + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"nHp" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Containment Pen" + }, +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio1"; + name = "Chamber 1 Containment Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"nHr" = ( +/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/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"nHw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/hallway/primary/aft) +"nHz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/science/rnd) +"nHE" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"nHO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"nHY" = ( +/obj/item/radio/intercom/department/security{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"nHZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"nId" = ( +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.05 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4; + name = "Portable Scrubber Connector" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/transit) +"nIf" = ( +/turf/simulated/wall, +/area/station/security/brig) +"nIg" = ( +/obj/structure/closet/toolcloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"nIh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/binary/valve{ + dir = 4; + name = "Output to Waste" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"nIl" = ( +/obj/structure/chair/sofa/left, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/sorting) +"nIo" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"nIz" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/airlock/s_to_n, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/transit) +"nIC" = ( +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"nIE" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"nIJ" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/service/theatre) +"nIN" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"nIR" = ( +/obj/item/kirbyplants, +/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/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"nIV" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating/airless, +/area/shuttle/arrival/station) +"nIX" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/pen/red{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"nJa" = ( +/obj/structure/closet/secure_closet/hop, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"nJb" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/distribution) +"nJk" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"nJr" = ( +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"nJu" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/apple, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"nJz" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/item/reagent_containers/drinks/cans/badminbrew, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"nJB" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"nJD" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"nJL" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"nJN" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album{ + pixel_y = -10 + }, +/obj/item/camera/detective, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"nJW" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/atmos/control) +"nKb" = ( +/obj/item/circuitboard/cyborgrecharger, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"nKf" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"nKr" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/cmo, +/obj/item/stamp/cmo, +/obj/item/food/grown/apple{ + pixel_y = 21; + pixel_x = -11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/command/office/cmo) +"nKt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/engineering{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"nKw" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"nKy" = ( +/obj/item/trash/candy, +/obj/item/lighter, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/carpet, +/area/station/maintenance/apmaint2) +"nKE" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/legal/courtroom/gallery) +"nKI" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"nKO" = ( +/obj/structure/closet/crate/freezer/iv_storage, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"nKX" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"nLa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = -25; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"nLd" = ( +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"nLf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"nLl" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"nLp" = ( +/obj/effect/landmark/spawner/rev, +/obj/structure/morgue{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"nLz" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"nLA" = ( +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"nLD" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"nLJ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"nLM" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"nLU" = ( +/obj/machinery/power/solar{ + name = "Starboard Solar Array" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/aft_starboard) +"nLZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"nMe" = ( +/obj/machinery/door/airlock/public{ + name = "Dorms Storefront 2"; + id_tag = "shopdoor2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"nMf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"nMg" = ( +/obj/machinery/light, +/obj/machinery/newscaster/security_unit{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"nMh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"nMj" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"nMq" = ( +/obj/machinery/photocopier/faxmachine{ + department = "Quartermaster's Office" + }, +/obj/structure/table/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"nMx" = ( +/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/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/junction/reversed, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"nME" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Atmospherics Exterior"; + dir = 9; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/space/nearstation) +"nML" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_y = 7; + pixel_x = -5 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"nMM" = ( +/obj/machinery/power/terminal, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"nMN" = ( +/obj/machinery/door/airlock/atmos{ + name = "Asteroid Access" + }, +/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/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/storage) +"nMO" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"nMQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/hallway/primary/central/se) +"nMS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"nMU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard/south) +"nMV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"nMW" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"nMX" = ( +/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/station/aisat/hall) +"nMY" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/cockroach, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"nNc" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"nNh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block) +"nNi" = ( +/obj/structure/table_frame, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"nNp" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"nNr" = ( +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nNH" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "waste_in" + }, +/turf/simulated/floor/engine/airless, +/area/station/engineering/atmos) +"nNI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/item/beacon, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"nNL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/junction/y{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"nNQ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"nOk" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"nOr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/service/library) +"nOs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light, +/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/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_x = -5; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/break_room) +"nOu" = ( +/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/structure/disposalpipe/junction, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"nOx" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nOF" = ( +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"nOG" = ( +/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/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"nOL" = ( +/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/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"nOQ" = ( +/obj/structure/table/glass, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/stack/packageWrap, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"nPe" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"nPr" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitecorner" + }, +/area/station/hallway/primary/central/west) +"nPs" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/window/classic/normal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"nPu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"nPx" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"nPG" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"nPH" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"nPS" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/prison/cell_block) +"nPX" = ( +/obj/machinery/door/airlock/external{ + id_tag = "eng_door_ext"; + locked = 1; + name = "Engineering External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"nPY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"nQa" = ( +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"nQg" = ( +/obj/effect/landmark/costume/random, +/obj/structure/rack, +/obj/item/toy/crayon/spraycan, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"nQk" = ( +/obj/effect/turf_decal/delivery/green/hollow, +/obj/vehicle/janicart, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"nQl" = ( +/obj/machinery/door/poddoor{ + id_tag = "toxinsdriver"; + name = "Toxins Launcher Bay Door"; + protected = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"nQm" = ( +/obj/structure/table, +/obj/item/seeds/pumpkin, +/obj/item/decorations/sticky_decorations/flammable/skeleton, +/obj/item/decorations/sticky_decorations/flammable/tinsel/halloween{ + pixel_y = 20 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nQn" = ( +/obj/structure/table/glass, +/obj/item/weldingtool/research, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"nQz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"nQD" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"nQF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/station/service/library) +"nQI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/structure/disaster_counter/supermatter{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"nQL" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"nQM" = ( +/obj/machinery/button/windowtint{ + id = "gravity"; + pixel_x = -24; + pixel_y = 8; + name = "radiation shielding control"; + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"nQT" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard/south) +"nQV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"nRd" = ( +/obj/item/storage/secure/safe{ + pixel_x = -27; + pixel_y = 5 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"nRe" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"nRg" = ( +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/table, +/obj/item/hand_labeler, +/obj/machinery/camera{ + c_tag = "Kitchen North" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"nRl" = ( +/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/plasteel, +/area/station/hallway/primary/central/south) +"nRn" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"nRp" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"nRs" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/obj/structure/holosign/barrier/cyborg/hacked/detective, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"nRF" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"nRH" = ( +/obj/structure/table, +/obj/item/extinguisher{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/extinguisher, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"nRP" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/station/engineering/solar/aft_starboard) +"nRQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"nRR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/interrogation) +"nRU" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"nRX" = ( +/obj/structure/rack, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"nRZ" = ( +/obj/structure/curtain, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"nSa" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"nSe" = ( +/turf/simulated/floor/plating/airless, +/area/station/aisat/hall) +"nSu" = ( +/obj/structure/chair/stool, +/obj/machinery/camera{ + c_tag = "Security Equipment Storage West"; + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"nSD" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"nSN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"nST" = ( +/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/plasteel, +/area/station/hallway/primary/central/se) +"nTd" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/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/plasteel, +/area/station/public/storage/tools) +"nTg" = ( +/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/navbeacon{ + codes_txt = "patrol;next_patrol=CRG"; + location = "CHSW" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"nTi" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Storage" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/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/mapping_helpers/airlock/access/all/engineering/construction, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"nTk" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"nTr" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"nTs" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "eng_vent"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"nTC" = ( +/obj/machinery/door/airlock/public/glass, +/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, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"nTD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/airlock, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"nTI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"nTJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"nTT" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "HoS" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"nUb" = ( +/mob/living/simple_animal/hostile/scarybat, +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft2) +"nUi" = ( +/obj/machinery/atmospherics/portable/pump, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Portable Air Pump Connector" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/west) +"nUn" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"nUr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"nUv" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"nUD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nUL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"nUP" = ( +/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/bluegrid, +/area/station/turret_protected/ai_upload) +"nUW" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"nUZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"nVb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"nVj" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"nVl" = ( +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"nVs" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"nVu" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"nVF" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_3) +"nVT" = ( +/obj/structure/rack, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/assembly/signaler, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"nWb" = ( +/obj/structure/table, +/obj/item/extinguisher, +/obj/machinery/newscaster{ + pixel_x = -28; + name = "west bump"; + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Research Toxins Mixing West"; + dir = 4; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"nWd" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"nWg" = ( +/obj/machinery/cryopod, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/sleep) +"nWl" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Security Port Space Bridge" + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/west) +"nWm" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/paper/hydroponics, +/obj/machinery/camera{ + c_tag = "Hydroponics North"; + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"nWz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"nWA" = ( +/obj/structure/rack, +/obj/item/clothing/glasses/hud/health{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/storage) +"nWG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"nWI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"nWL" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"nWP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"nWW" = ( +/obj/structure/sink/kitchen{ + pixel_y = 25 + }, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"nXb" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/storage) +"nXe" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"nXf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"nXh" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"nXo" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/nw) +"nXq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"nXu" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/ne) +"nXv" = ( +/obj/structure/transit_tube{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid_filtering) +"nXE" = ( +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/public/park) +"nXL" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"nXN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"nXS" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"nXW" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"nYk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"nYu" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/restraints/handcuffs/pinkcuffs, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"nYv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"nYy" = ( +/obj/machinery/computer/prisoner{ + dir = 4; + req_access = null; + req_access_txt = "2" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/warden) +"nYA" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 11; + id = "specops_home"; + name = "port bay 2"; + width = 5 + }, +/turf/space, +/area/space) +"nYB" = ( +/obj/structure/table, +/obj/item/painter{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/painter{ + pixel_y = 4 + }, +/obj/item/painter{ + pixel_y = 4; + pixel_x = 3 + }, +/obj/machinery/light, +/obj/machinery/economy/vending/wallmed/directional/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"nYF" = ( +/obj/machinery/door/firedoor, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"nYM" = ( +/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 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"nYQ" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"nYW" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/station/public/park) +"nYY" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"nYZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"nZp" = ( +/obj/effect/landmark/damageturf, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"nZq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"nZv" = ( +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"nZx" = ( +/obj/structure/closet/firecloset, +/obj/machinery/camera{ + c_tag = "Science Lab Storage" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/science/break_room) +"nZB" = ( +/obj/structure/table/wood, +/obj/item/radio{ + pixel_x = 5 + }, +/obj/item/taperecorder{ + pixel_x = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"nZE" = ( +/obj/machinery/door/airlock/research, +/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/mapping_helpers/airlock/access/all/science/tox, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"nZG" = ( +/obj/machinery/computer/security/wooden_tv{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/obj/item/toy/figure/crew/detective{ + pixel_y = 16; + pixel_x = -6 + }, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"nZH" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"nZL" = ( +/obj/machinery/economy/atm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"nZP" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/science/server/coldroom) +"nZQ" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"nZR" = ( +/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/medical/glass{ + name = "Operating Theatre 1" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Surgery 1" + }, +/obj/machinery/holosign/surgery{ + id = "surgery1" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/primary) +"nZS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"nZZ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"oag" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"oak" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"oan" = ( +/obj/structure/table, +/obj/item/clothing/gloves/boxing/blue, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"oat" = ( +/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/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/shops) +"oaG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"oaH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"oaS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/security/permabrig) +"oaV" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/aft2) +"oaW" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitecorner" + }, +/area/station/hallway/primary/aft) +"obc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"obi" = ( +/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{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"obl" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/book/manual/wiki/sop_science{ + pixel_y = 3; + pixel_x = -3 + }, +/obj/item/book/manual/ripley_build_and_repair, +/obj/item/book/manual/wiki/robotics_cyborgs{ + pixel_y = -3; + pixel_x = 3 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"obr" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"obv" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"oby" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmos Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"obN" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"obO" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "arrival" + }, +/area/station/hallway/primary/central/south) +"obQ" = ( +/obj/item/paper, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"obT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"obU" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/science/break_room) +"och" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/security/main) +"ocp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/shops) +"oct" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"ocz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"ocI" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry/west) +"ocN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/junction/reversed, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"ocO" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"ocQ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"ocV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Pens East"; + network = list("Research","SS13"); + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"ocY" = ( +/obj/structure/closet, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"odc" = ( +/obj/structure/mineral_door/wood{ + name = "Abandoned Bar" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"odk" = ( +/obj/machinery/door_timer/cell_4{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"odr" = ( +/obj/structure/table/glass, +/obj/item/storage/bag/plants/portaseeder{ + pixel_y = 4; + pixel_x = 4 + }, +/obj/item/storage/bag/plants/seed_sorting_tray, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"odz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/space, +/area/station/engineering/solar/fore_port) +"odE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"odG" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/engineering/ai_transit_tube) +"odL" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"odN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/secondary) +"odP" = ( +/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/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"odT" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/wood, +/area/station/public/dorms) +"odY" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"oef" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/south) +"oeh" = ( +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall, +/area/station/maintenance/apmaint2) +"oei" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"oem" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"oeq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"oes" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"oeG" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"oeJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"oeZ" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/flashlight/flare/glowstick/random, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ofc" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"ofd" = ( +/obj/structure/bookcase/manuals/engineering, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"ofj" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ofq" = ( +/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/station/maintenance/electrical) +"ofs" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"oft" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/obj/item/toy/crayon/spraycan, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ofA" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/entry) +"ofB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"ofC" = ( +/obj/structure/closet, +/obj/item/toy/plushie/girly_corgi, +/obj/item/toy/plushie/robo_corgi, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"ofE" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"ofL" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/sign/explosives, +/turf/space, +/area/space/nearstation) +"ofY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/science/break_room) +"ofZ" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"ogg" = ( +/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/plasteel, +/area/station/hallway/primary/central/ne) +"ogs" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/station/public/park) +"ogv" = ( +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"ogA" = ( +/obj/item/flag/mime, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ogB" = ( +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"ogD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"ogF" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ogH" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"ogI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ogO" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"ogQ" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"ogW" = ( +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"ohn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"oho" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ohp" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"ohr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"ohv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry/east) +"ohx" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/brig) +"ohy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_starboard) +"ohC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"ohE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"ohK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"ohT" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "chapelgun" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window{ + name = "Mass Driver" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/chapel_office, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plating, +/area/station/service/chapel/funeral) +"ohZ" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"oic" = ( +/obj/effect/landmark/start/atmospheric, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/atmosplaque{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/storage) +"oid" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter Room" + }, +/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/mapping_helpers/airlock/access/all/command/teleporter, +/obj/effect/mapping_helpers/airlock/access/all/science/minisat, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"oih" = ( +/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/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"oil" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"oip" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal laundrycart with wheels."; + name = "laundry cart" + }, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/obj/item/clothing/shoes/orange, +/obj/item/clothing/under/misc/pj/red, +/obj/item/clothing/under/misc/pj/red, +/obj/item/clothing/under/misc/pj/blue, +/obj/item/clothing/under/misc/pj/blue, +/obj/item/clothing/shoes/sandal/white, +/obj/item/clothing/shoes/sandal/white, +/obj/item/clothing/shoes/sandal/white, +/obj/item/clothing/shoes/sandal/white, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/obj/item/wirecutters, +/obj/item/clothing/under/color/orange/prison, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/security/permabrig) +"oiG" = ( +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"oiH" = ( +/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; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"oiM" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/masks, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/medical/storage) +"oiU" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weldingtool/largetank, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"oiX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"oiZ" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"ojd" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/public/dorms) +"ojh" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"ojo" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ojr" = ( +/obj/structure/foamedmetal, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ojt" = ( +/obj/structure/chair/sofa/corner{ + dir = 8; + color = "#85130b" + }, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = -25 + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"ojF" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/garden) +"ojG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"ojI" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ojL" = ( +/obj/machinery/washing_machine, +/obj/machinery/camera{ + c_tag = "Locker Room West"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/locker) +"ojM" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"ojQ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"ojT" = ( +/obj/structure/closet/secure_closet/medical3, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/secondary) +"ojV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"okb" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"okc" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"okj" = ( +/obj/machinery/door/airlock/maintenance/external{ + name = "Security Atmospherics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"okn" = ( +/obj/structure/closet/secure_closet/evidence/detective, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"okq" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"oks" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"okv" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/item/flag/clown, +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24; + pixel_x = -4 + }, +/turf/simulated/floor/wood, +/area/station/service/clown) +"okE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_garden) +"okG" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"okI" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"okN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"okO" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"okS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"okY" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"ola" = ( +/obj/structure/table, +/obj/item/deck/cards, +/obj/machinery/newscaster{ + pixel_y = 28; + name = "north bump" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"olk" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"oll" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel, +/area/station/science/rnd) +"olC" = ( +/obj/machinery/camera{ + c_tag = "Security Offices Mid 3"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"olQ" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/stamp/granted{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/keycard_auth{ + pixel_x = -6; + pixel_y = 16 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"olU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"omd" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"omk" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"omn" = ( +/obj/machinery/iv_drip, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"omp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"omq" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint2) +"omt" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/atmos/control) +"omu" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"omw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"omx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/public/shops) +"omD" = ( +/obj/structure/table/wood, +/obj/item/storage/bag/dice, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"omH" = ( +/obj/machinery/keycard_auth{ + pixel_y = -24 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"omJ" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"omR" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"omT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"omV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"omX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/landmark/damageturf, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"omY" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"onc" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/sleep) +"oni" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"onr" = ( +/obj/structure/table/reinforced, +/obj/item/pen/multi, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"onz" = ( +/obj/machinery/status_display{ + pixel_x = -32; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/public/dorms) +"onB" = ( +/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" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/permabrig) +"onP" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/west, +/obj/machinery/camera{ + c_tag = "Atsmospherics Hardsuit Storage West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"onQ" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore_port) +"onZ" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"ooa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"oog" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"oop" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"oor" = ( +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/break_room) +"ooy" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"ooF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"ooI" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/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/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"ooK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"ooR" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/security/aft_port) +"ooY" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"opk" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/secure_storage) +"opo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"opq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"ops" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/rock/pile/largejungle, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"opz" = ( +/obj/structure/closet/radiation, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"opA" = ( +/obj/machinery/door/airlock/public/glass, +/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/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/pet_store) +"opF" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/dorms) +"opJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"opS" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/item/trash/syndi_cakes, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/rev, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"opV" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Desk" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"opX" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"opY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"oqa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"oqd" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"oqi" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"oqm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"oqo" = ( +/obj/item/stack/cable_coil, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"oqr" = ( +/obj/machinery/door/firedoor, +/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/plasteel, +/area/station/hallway/primary/central/ne) +"oqC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"oqE" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"oqI" = ( +/obj/item/chair/stool, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"oqL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"oqO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"oqR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"oqV" = ( +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"oqW" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"ora" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"ore" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"orn" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/engine) +"orp" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"orq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"orr" = ( +/obj/item/vending_refill/coffee, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"orx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"ory" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"orA" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/sleep) +"orF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"orG" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"orV" = ( +/obj/machinery/shieldgen, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"orY" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + on = 0; + pixel_x = -3; + pixel_y = 8 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"osb" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"osi" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/spacebridge/security/south) +"osl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"oso" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"osr" = ( +/obj/machinery/porta_turret{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"oss" = ( +/obj/machinery/atmospherics/trinary/filter/flipped{ + dir = 1; + name = "Toxins filter"; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"osy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"osA" = ( +/mob/living/simple_animal/hostile/retaliate/goat/chef, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"osB" = ( +/obj/effect/spawner/random_barrier/obstruction, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"osJ" = ( +/obj/machinery/light, +/turf/simulated/floor/beach/away/water/deep, +/area/station/public/dorms) +"osK" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"osR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/shops) +"ota" = ( +/obj/structure/cable{ + 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/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cautioncorner" + }, +/area/station/engineering/control) +"otg" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/command/office/captain/bedroom) +"otj" = ( +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"otm" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"otr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"ots" = ( +/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/cyan{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"otv" = ( +/obj/machinery/door/airlock/command/glass{ + id_tag = "hosofficedoor"; + name = "Head of Security" + }, +/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/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/security/hos, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "HoS" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"otB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"otH" = ( +/obj/machinery/computer/med_data/laptop{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/paramedic) +"otK" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard{ + pixel_x = 5 + }, +/obj/item/paper/tcommskey{ + pixel_x = 5 + }, +/obj/item/stamp/ce, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"otW" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/requests_console/directional/west, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/ids, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"otY" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"ouc" = ( +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"oud" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"ouh" = ( +/obj/machinery/door_control{ + id = "mechbay_inner"; + name = "Inner Mech Bay Shutter Control"; + req_access_txt = "29"; + pixel_y = -24; + pixel_x = 25 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"oul" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ouz" = ( +/obj/structure/closet/toolcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ouB" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"ouP" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"ouQ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"ouZ" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ovg" = ( +/obj/item/stack/nanopaste, +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"ovj" = ( +/obj/structure/kitchenspike, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/dorms/port) +"ovr" = ( +/obj/effect/spawner/window/reinforced/polarized{ + id = "conference" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast entrance"; + name = "Bridge Blast Doors" + }, +/turf/simulated/floor/plating, +/area/station/command/meeting_room) +"ovE" = ( +/obj/machinery/computer/card{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"ovN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"ovO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"ovT" = ( +/obj/machinery/camera{ + c_tag = "Fore Primary Hall"; + dir = 1 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"owa" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"owe" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"owg" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"owi" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/machinery/economy/vending/wallmed/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"owl" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/sw) +"own" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"owB" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"owC" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/landmark/start/chemist, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"owG" = ( +/obj/item/decorations/sticky_decorations/flammable/skeleton{ + pixel_y = -20 + }, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"oxe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/c_tube, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"oxp" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel) +"oxu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"oxy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"oxC" = ( +/obj/structure/cable{ + 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/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/engineering/ai_transit_tube) +"oxR" = ( +/obj/machinery/camera{ + c_tag = "Dorms West 2"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/dorms) +"oyg" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"oyi" = ( +/obj/machinery/computer/security/wooden_tv, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"oyk" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/sign/poster/official/cleanliness{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"oyl" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/camera{ + c_tag = "Research E.X.P.E.R.I-MENTOR Chamber"; + dir = 6; + network = list("Experimentor","Research","SS13") + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"oys" = ( +/obj/machinery/atmospherics/trinary/filter/flipped{ + dir = 4; + filter_type = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"oyy" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"oyD" = ( +/obj/machinery/door/morgue{ + name = "Study #2" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"oyF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"oyG" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurplecorners" + }, +/area/station/science/genetics) +"oyI" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"oyP" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitehall" + }, +/area/station/medical/reception) +"oyR" = ( +/obj/machinery/computer/HolodeckControl{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"oyT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"oyV" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"oyW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating/airless, +/area/station/telecomms/computer) +"ozf" = ( +/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" + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"ozg" = ( +/obj/machinery/computer/arcade{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"ozk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"ozs" = ( +/obj/structure/closet/wardrobe/pjs, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"ozt" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"ozx" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/storage/secondary) +"ozA" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_1) +"ozB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"ozG" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"ozW" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"ozX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ozY" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 30 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"ozZ" = ( +/obj/machinery/gameboard, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"oAj" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"oAr" = ( +/obj/machinery/door/firedoor, +/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/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry/lounge) +"oAs" = ( +/obj/structure/rack, +/obj/item/toy/crayon/spraycan, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"oAu" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"oAw" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"oAI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/primary/central/west) +"oAS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/obj/structure/dispenser, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"oBe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"oBj" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/secondary) +"oBl" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/particle_accelerator/control_box, +/obj/structure/particle_accelerator/end_cap, +/obj/structure/particle_accelerator/fuel_chamber, +/obj/structure/particle_accelerator/power_box, +/obj/structure/particle_accelerator/particle_emitter/center, +/obj/structure/particle_accelerator/particle_emitter/left, +/obj/structure/particle_accelerator/particle_emitter/right, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"oBx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/office) +"oBD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio4"; + name = "Chamber 4 Containment Blast Doors" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"oBS" = ( +/turf/simulated/wall, +/area/station/hallway/primary/central/se) +"oBT" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/pen, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"oCb" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + name = "Waste Disposal Outlet"; + volume_rate = 200 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos) +"oCf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"oCg" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Captain's Office" + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"oCn" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"oCo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"oCC" = ( +/obj/structure/transit_tube/curved/flipped{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/engineering/ai_transit_tube) +"oCR" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/space, +/area/station/engineering/solar/fore_port) +"oCW" = ( +/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/structure/disposalpipe/junction/y{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"oDg" = ( +/obj/item/circuitboard/aiupload_broken, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"oDl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/mod/module/springlock, +/obj/item/mod/construction/shell, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"oDm" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"oDp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"oDu" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/smes) +"oDv" = ( +/obj/machinery/power/apc/important/directional/west, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"oDB" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"oDF" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrowncorners" + }, +/area/station/supply/qm) +"oDI" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + external_pressure_bound = 0; + autolink_id = "waste_out"; + internal_pressure_bound = 4000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/airless, +/area/station/engineering/atmos) +"oDM" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"oDN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"oDQ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"oDV" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"oDZ" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/flour/foam, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"oEa" = ( +/obj/machinery/economy/vending/janidrobe, +/obj/item/toy/figure/crew/janitor{ + pixel_x = 3; + pixel_y = 17 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"oEi" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"oEn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"oEr" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"oEt" = ( +/turf/simulated/wall, +/area/station/supply/miningdock) +"oEy" = ( +/obj/machinery/turretid/lethal{ + control_area = "\improper Telecoms Control Room"; + name = "Telecommunications Turret Control"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"oET" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/kill_syndicate{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"oEY" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/apmaint) +"oFa" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"oFb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"oFi" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"oFp" = ( +/obj/machinery/computer/card/minor/qm, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"oFq" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"oFr" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"oFv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"oFw" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"oFy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Head of Personnel's Private Quarters" + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"oFC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"oFG" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"oFH" = ( +/obj/structure/table, +/obj/item/newspaper, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"oFJ" = ( +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"oFV" = ( +/obj/docking_port/stationary/whiteship{ + dir = 8; + id = "whiteship_cyberiad"; + name = "South West of Diagoras" + }, +/turf/space, +/area/space) +"oFZ" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"oGg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"oGl" = ( +/obj/machinery/photocopier, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"oGn" = ( +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"oGu" = ( +/obj/machinery/computer/monitor{ + dir = 8; + name = "Grid Power Monitoring Computer" + }, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hardsuitstorage) +"oGv" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/ai_monitored/storage/eva) +"oGw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/maintenance/asmaint) +"oGC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"oGN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/airlock, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry/west) +"oGS" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/mug/rd, +/obj/item/reagent_containers/pill/methamphetamine{ + name = "\improper 'morning coffee mix'" + }, +/turf/simulated/floor/wood, +/area/station/command/office/rd) +"oGW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/medical/storage) +"oHd" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"oHg" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"oHj" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"oHn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"oHw" = ( +/obj/structure/table/wood, +/obj/item/candle{ + lit = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"oHA" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"oHC" = ( +/obj/structure/chair/sofa/corner{ + dir = 1; + color = "#A30FAF" + }, +/obj/machinery/newscaster{ + pixel_y = -28; + name = "south bump"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"oHE" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint2) +"oHO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/flour/foam, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"oIb" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"oIh" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway North" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"oIj" = ( +/obj/structure/musician/piano, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"oIo" = ( +/obj/effect/landmark/spawner/rev, +/obj/machinery/camera{ + c_tag = "Xeno Containment 4"; + dir = 1; + network = list("Research","SS13") + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"oIx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/flora/straw_bail, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"oIz" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"oIH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"oIJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prisonershuttle) +"oIR" = ( +/obj/machinery/smartfridge, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"oIU" = ( +/obj/structure/rack, +/obj/item/soap, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"oIW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/storage) +"oIX" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"oIZ" = ( +/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/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/transit) +"oJg" = ( +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"oJh" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/fore_port) +"oJl" = ( +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"oJw" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"oJB" = ( +/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, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"oJI" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/obj/machinery/flasher{ + id = "Perma Cell 3"; + pixel_x = 22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"oJN" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/service/theatre) +"oJY" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"oKb" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"oKj" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowcorner" + }, +/area/station/medical/chemistry) +"oKk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/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/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"oKl" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"oKv" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"oKy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"oKD" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"oKF" = ( +/obj/structure/table/wood, +/obj/item/melee/chainofcommand, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"oKH" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/clipboard, +/obj/item/hand_labeler, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"oKU" = ( +/obj/item/poster/random_contraband, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"oKW" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"oKY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonlockers) +"oLc" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"oLd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"oLl" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"oLp" = ( +/obj/structure/table, +/obj/item/ashtray/glass{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/phone{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/storage/fancy/cigarettes/cigpack_random{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/computer) +"oLr" = ( +/obj/structure/closet/crate, +/obj/item/t_scanner, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"oLv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"oLx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/public/fitness) +"oLB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"oLC" = ( +/obj/structure/closet/wardrobe/miner, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"oLF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"oLI" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/primary/starboard) +"oLL" = ( +/obj/item/stack/rods{ + amount = 2 + }, +/obj/item/stack/cable_coil{ + amount = 1; + pixel_y = 4; + pixel_x = 10 + }, +/turf/space, +/area/space) +"oLM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/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, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"oLN" = ( +/obj/machinery/door/airlock/medical{ + name = "Genetics Monkey Pen" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/all/medical/genetics, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"oLU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"oMd" = ( +/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/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"oMg" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/engineering/hardsuitstorage) +"oMj" = ( +/obj/structure/table/wood, +/obj/machinery/computer/library{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"oMk" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/engineering/tech_storage) +"oMl" = ( +/mob/living/simple_animal/mouse/white, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"oMq" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"oMs" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"oMu" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/corp, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"oMD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"oMI" = ( +/obj/structure/cable{ + 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/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"oMN" = ( +/obj/machinery/door/airlock/engineering/glass{ + autoclose = 0; + id_tag = "engsm_door_int"; + locked = 1; + name = "Supermatter Interior Access" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"oMU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"oMW" = ( +/obj/item/flag/cult, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"oMZ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"oNg" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"oNo" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/powermonitor{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/stationalert, +/obj/item/circuitboard/atmos_alert{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/smes{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"oNq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"oNr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"oNy" = ( +/obj/item/decorations/sticky_decorations/flammable/heart, +/obj/item/stack/sheet/wood{ + name = "Ians Stick"; + desc = "A large stick covered in bite marks and dried slobber.ss" + }, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/fpmaint) +"oNB" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/maintenance/asmaint) +"oNC" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/weightloss, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/public/fitness) +"oNG" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"oNN" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"oNO" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"oOg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/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, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"oOo" = ( +/obj/structure/statue/bananium/clown, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/wood, +/area/station/service/clown) +"oOq" = ( +/obj/structure/table, +/obj/item/stack/medical/bruise_pack/advanced{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/stack/medical/ointment/advanced{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"oOr" = ( +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"oOy" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"oOB" = ( +/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" + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"oOC" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table, +/obj/item/ashtray/plastic, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"oOD" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"oOO" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"oOP" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/cobweb2, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"oOT" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/public/dorms) +"oOX" = ( +/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" + }, +/obj/machinery/camera{ + c_tag = "Security Offices South"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"oOY" = ( +/obj/structure/sign/security{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore/north) +"oPi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"oPp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"oPu" = ( +/obj/machinery/computer/brigcells{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"oPx" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"oPy" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"oPz" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/sign/fire{ + pixel_y = -32; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"oPE" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"oPP" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Asteroid Plasma Processing" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"oPU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating/airless, +/area/station/aisat/hall) +"oQa" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/carpet, +/area/station/maintenance/aft2) +"oQf" = ( +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"oQi" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/sunnybush, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/grass, +/area/station/public/dorms) +"oQr" = ( +/obj/item/kirbyplants, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"oQt" = ( +/obj/structure/cable{ + 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 = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"oQw" = ( +/obj/structure/lattice/catwalk/mining, +/obj/machinery/atmospherics/unary/vent_scrubber/on/toxins_siphon, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"oQC" = ( +/obj/effect/turf_decal/stripes, +/obj/item/beacon, +/obj/machinery/camera{ + c_tag = "Research Toxins Test Chamber Center"; + dir = 8; + invuln = 1; + name = "Hardened Bomb-Test Security Camera"; + network = list("Toxins","Research","SS13") + }, +/turf/simulated/floor/indestructible/airless, +/area/station/science/toxins/test) +"oQE" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard/south) +"oQM" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"oQU" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"oQY" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Expedition Maintenance" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/supply/expedition, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"oRb" = ( +/obj/machinery/requests_console/directional/east, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"oRe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"oRk" = ( +/obj/machinery/door/firedoor, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/cryo) +"oRn" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"oRr" = ( +/obj/structure/closet/cabinet, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/obj/item/reagent_containers/drinks/drinkingglass, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"oRB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"oRH" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 1; + icon_state = "right"; + name = "Captain's Desk Door" + }, +/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/mapping_helpers/airlock/windoor/access/all/command/captain{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"oRK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore/north) +"oRQ" = ( +/obj/machinery/door/airlock/public/glass, +/obj/structure/cable{ + 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, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"oRU" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"oRZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"oSi" = ( +/obj/machinery/economy/vending/chemdrobe, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowcorner"; + dir = 4 + }, +/area/station/medical/chemistry) +"oSl" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"oSn" = ( +/obj/structure/fermenting_barrel, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"oSA" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"oSD" = ( +/turf/simulated/wall, +/area/station/service/janitor) +"oSE" = ( +/obj/structure/table, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"oSR" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Library Desk Door" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/service/library{ + dir = 8 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"oST" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"oSW" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"oSZ" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry/east) +"oTg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"oTo" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"oTq" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/fore_port) +"oTr" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/medical/storage/secondary) +"oTy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"oTB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"oTJ" = ( +/obj/machinery/light, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/science/toxins/mixing) +"oTL" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"oTQ" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"oTT" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/camera{ + c_tag = "Brig Perma Hall Entrance"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison) +"oTX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"oUa" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"oUd" = ( +/obj/structure/table/reinforced, +/obj/machinery/newscaster/security_unit{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"oUj" = ( +/obj/structure/chair/sofa/corp/left, +/obj/effect/landmark/start/doctor, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"oUk" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"oUo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"oUp" = ( +/obj/structure/closet{ + name = "Bee-keeping suits" + }, +/mob/living/simple_animal/hostile/poison/bees, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"oUr" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/medical/reception) +"oUz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"oUG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"oUM" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"oUS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/storage/belt/utility, +/obj/item/wrench, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"oUU" = ( +/obj/machinery/chem_dispenser, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_x = 32 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"oUW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"oUX" = ( +/obj/item/lighter/random, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"oUY" = ( +/obj/machinery/door/airlock/engineering/glass, +/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" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "gravity" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"oVc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"oVd" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_2) +"oVe" = ( +/obj/machinery/iv_drip, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"oVg" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/pen, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"oVl" = ( +/obj/effect/decal/cleanable/vomit/green, +/obj/item/storage/pill_bottle/random_drug_bottle, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"oVo" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"oVs" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"oVw" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"oVx" = ( +/obj/item/cigbutt/roach, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"oVC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/railing/cap{ + dir = 9 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"oVH" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"oVJ" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"oVX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/reception) +"oWb" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"oWd" = ( +/obj/machinery/door_timer/cell_3{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"oWf" = ( +/obj/structure/cable{ + 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/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"oWi" = ( +/obj/structure/table, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"oWm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay2) +"oWo" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"oWC" = ( +/obj/machinery/door/airlock/external{ + id_tag = "aisat_door_ext"; + locked = 1; + name = "MiniSat External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/access/all/science/minisat, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"oWG" = ( +/obj/structure/sink/kitchen/old{ + dir = 4; + pixel_x = -12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"oWK" = ( +/obj/structure/noticeboard{ + desc = "A board for pinning important notices upon. Probably helpful for keeping track of requests."; + name = "requests board"; + pixel_x = 26; + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "kitchendiner"; + name = "Kitchen Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/service/kitchen, +/obj/effect/mapping_helpers/airlock/windoor/autoname, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"oWL" = ( +/obj/structure/table, +/obj/structure/bedsheetbin{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/security/permabrig) +"oWZ" = ( +/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 = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"oXc" = ( +/obj/machinery/photocopier, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"oXj" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"oXp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/lobby) +"oXt" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"oXu" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"oXw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"oXJ" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"oXK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"oXO" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"oXT" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"oXZ" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Atmospherics Distribution"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"oYa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"oYc" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/medbay2) +"oYi" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"oYj" = ( +/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/structure/disposalpipe/segment, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"oYm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"oYx" = ( +/obj/structure/table/tray, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/obj/machinery/button/windowtint{ + id = "Surgery 2"; + pixel_y = 8; + req_access_txt = "45"; + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + name = "east bump" + }, +/obj/machinery/holosign_switch{ + id = "surgery2"; + pixel_y = -8; + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"oYG" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"oYH" = ( +/obj/effect/landmark/burnturf, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"oYI" = ( +/turf/simulated/floor/carpet, +/area/station/security/detective) +"oYL" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"oYM" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"oYN" = ( +/obj/structure/displaycase{ + start_showpiece_type = /obj/item/food/donut/sprinkles; + req_access = list(58) + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"oZa" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"oZc" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"oZd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"oZm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"oZo" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"oZr" = ( +/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" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"oZB" = ( +/mob/living/carbon/human/monkey/punpun, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"oZE" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Brig Lobby West"; + dir = 4 + }, +/obj/item/radio/intercom/department/security{ + pixel_x = -28; + pixel_y = -7 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"oZF" = ( +/obj/structure/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"oZL" = ( +/obj/machinery/conveyor/west{ + id = "QMLoad" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"oZS" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"oZV" = ( +/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" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"oZW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"pab" = ( +/obj/machinery/computer/security/telescreen/engine, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"pag" = ( +/mob/living/carbon/human/monkey, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"pap" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"par" = ( +/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/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"pav" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"pay" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore_port) +"paF" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/mug/cmo, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/command/office/cmo) +"paI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"paN" = ( +/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/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"paR" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"pba" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"pbl" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"pbm" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"pbr" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/camera{ + c_tag = "Mr. Chang's"; + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"pbt" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/glass{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pbx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"pbP" = ( +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"pbT" = ( +/obj/structure/table, +/obj/item/storage/box/mousetraps, +/obj/machinery/camera{ + c_tag = "Cargo Bay North" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"pbU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"pbV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"pck" = ( +/obj/structure/sign/poster/official/ian{ + pixel_y = -32 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood, +/area/station/maintenance/fpmaint) +"pcr" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"pcw" = ( +/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/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"pcC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"pcE" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"pcG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"pcK" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"pcL" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"pcM" = ( +/obj/machinery/door/window/classic/reversed{ + name = "EVA Equipment" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"pcR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"pcS" = ( +/mob/living/simple_animal/pet/cat/Var, +/obj/structure/bed/dogbed, +/turf/simulated/floor/carpet/royalblack, +/area/station/maintenance/fsmaint) +"pcT" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/west) +"pcV" = ( +/obj/structure/closet/crate, +/obj/item/t_scanner, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"pcZ" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"pdd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/primary/aft) +"pdg" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "air_in"; + dir = 8 + }, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/science/toxins/mixing) +"pdk" = ( +/turf/simulated/floor/beach/away/water, +/area/station/public/dorms) +"pdm" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/west) +"pdw" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"pdx" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"pdz" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/landmark/spawner/late/crew, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"pdA" = ( +/obj/structure/flora/junglebush, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"pdF" = ( +/obj/structure/bookcase{ + name = "bookcase (Adult)" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"pdG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"pdW" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start/warden, +/obj/structure/sign/poster/official/kill_syndicate{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"pdY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"peh" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"peo" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/accessory/stethoscope, +/obj/item/crowbar, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood, +/area/station/maintenance/fsmaint) +"pep" = ( +/obj/structure/bed, +/obj/machinery/light/small, +/obj/machinery/camera{ + c_tag = "Brig Cell 4"; + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"peF" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/obj/item/storage/bag/plants, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"peH" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"peJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"peK" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"peT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"peU" = ( +/obj/item/salvage/ruin/pirate{ + color = null + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/red_rum{ + pixel_y = 30 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"peV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"peW" = ( +/obj/structure/table, +/obj/item/analyzer, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"pfc" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"pff" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"pfg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/hallway/primary/central/se) +"pfh" = ( +/obj/machinery/door/airlock/external{ + hackProof = 1; + id_tag = "emergency_home"; + locked = 1; + name = "Escape Airlock" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"pfo" = ( +/obj/machinery/requests_console/directional/south, +/obj/machinery/atmospherics/unary/thermomachine/heater{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/science/toxins/mixing) +"pfA" = ( +/obj/structure/closet/secure_closet/reagents, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"pfC" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/legal/courtroom) +"pfG" = ( +/obj/machinery/shower{ + pixel_y = 20 + }, +/turf/simulated/floor/noslip, +/area/station/medical/surgery) +"pfK" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"pfP" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"pfR" = ( +/obj/effect/decal/cleanable/dirt, +/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/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"pfT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"pfU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"pfY" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "hopqueueshutters"; + name = "Privacy Shutters"; + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/hallway/primary/fore/north) +"pga" = ( +/obj/machinery/space_heater, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"pgc" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry/east) +"pgd" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"pge" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/fore/north) +"pgk" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"pgl" = ( +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"pgo" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"pgp" = ( +/obj/structure/transit_tube/curved/flipped, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/ai_transit_tube) +"pgr" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"pgu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"pgC" = ( +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"pgK" = ( +/obj/structure/table/reinforced, +/obj/item/storage/secure/briefcase, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"pgM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/radio/intercom/department/security{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"pgN" = ( +/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/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"pgT" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"pgY" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"phf" = ( +/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/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"phn" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"php" = ( +/obj/structure/rack, +/obj/item/soap/deluxe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"phr" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"pht" = ( +/obj/structure/closet, +/obj/item/grown/bananapeel{ + pixel_y = 4; + pixel_x = 3 + }, +/obj/item/grown/bananapeel{ + pixel_y = 3; + pixel_x = -7 + }, +/obj/item/grown/bananapeel, +/obj/item/grown/bananapeel{ + pixel_y = -7; + pixel_x = 4 + }, +/obj/item/grown/bananapeel{ + pixel_y = -5; + pixel_x = -5 + }, +/obj/item/bikehorn, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"phD" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"phI" = ( +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"phJ" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/lighter/zippo/engraved, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"phN" = ( +/obj/item/kirbyplants, +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"phO" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/station/medical/medbay2) +"phP" = ( +/obj/item/shovel/spade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/reagent_containers/glass/bucket/wooden, +/obj/item/reagent_containers/glass/bucket/wooden, +/turf/simulated/floor/beach/away/sand, +/area/station/public/dorms) +"phV" = ( +/turf/simulated/wall, +/area/station/engineering/atmos/asteroid_maint) +"phW" = ( +/obj/structure/rack, +/obj/item/pickaxe, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/item/pickaxe{ + pixel_x = 10 + }, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"pif" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics) +"pil" = ( +/obj/item/lighter/random, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"pim" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"pio" = ( +/obj/structure/table, +/obj/item/soap/deluxe, +/obj/item/clothing/accessory/stethoscope, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/defibrillator_mount{ + pixel_y = 32 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"pir" = ( +/obj/item/stack/rods, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"piu" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"piB" = ( +/obj/structure/table, +/obj/item/clothing/accessory/stethoscope, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 6 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"piC" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"piI" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/white, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"piK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/extinguisher, +/obj/item/mod/construction/broken_core, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"piX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pjc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"pji" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"pjm" = ( +/turf/simulated/wall, +/area/station/public/fitness) +"pjq" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/south) +"pju" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pjB" = ( +/obj/structure/railing/cap{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/plasma, +/area/station/engineering/atmos/asteroid_core) +"pjL" = ( +/obj/item/clipboard, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"pjO" = ( +/obj/structure/chair/stool, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"pkc" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/funeral) +"pkj" = ( +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.1 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pkm" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/science/server/coldroom) +"pkp" = ( +/obj/structure/table/glass, +/obj/item/roller, +/obj/item/roller{ + pixel_x = -2; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurplecorners" + }, +/area/station/science/genetics) +"pkA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"pkD" = ( +/obj/structure/table/wood, +/obj/structure/reagent_dispensers/beerkeg, +/obj/machinery/light_construct, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"pkF" = ( +/obj/structure/table, +/obj/item/robotanalyzer, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"pkI" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/sw) +"pkM" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central/south) +"pkS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/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/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"pkT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"pkX" = ( +/obj/machinery/mecha_part_fabricator, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pld" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/drinks/coffee{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/megaphone{ + pixel_x = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/command/office/cmo) +"plq" = ( +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/public/fitness) +"plu" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"plx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"plN" = ( +/obj/machinery/computer/security/engineering{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"plQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"plR" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"plV" = ( +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"plW" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"plY" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/railing, +/turf/simulated/floor/grass, +/area/station/public/park) +"pmb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"pmf" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"pms" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"pmt" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/airlock/s_to_n, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_starboard) +"pmI" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/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" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"pmL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"pmO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"pmS" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"pmW" = ( +/obj/machinery/atmospherics/binary/valve/open{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"pmX" = ( +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"pno" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"pnq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"pnv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"pnD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pnG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"pnK" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"pnT" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm/directional/south, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/item/folder{ + pixel_x = -4 + }, +/obj/item/megaphone, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"pnV" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/service/mime) +"pnY" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"pod" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"poj" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"por" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance, +/obj/item/candle{ + pixel_x = -16 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"pot" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"pov" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"poI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/atmos/asteroid_filtering) +"poK" = ( +/obj/item/chair/stool/bar, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"poN" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"poS" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "teleshutter"; + name = "Teleporter Shutters Access Control"; + pixel_x = 24; + req_one_access_txt = "62" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/wrench, +/obj/item/beacon, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"poU" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/evidence) +"poX" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"ppf" = ( +/obj/structure/table, +/obj/item/poster/random_contraband{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/poster/random_contraband, +/obj/item/poster/random_contraband{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/machinery/alarm/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"pph" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/mmi/robotic_brain, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"pps" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"ppt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"ppu" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"ppB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"ppC" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/clothing/head/welding, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plating, +/area/station/aisat/service) +"ppD" = ( +/obj/structure/table, +/obj/item/reagent_containers/dropper/precision, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/spray/cleaner, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"ppE" = ( +/obj/machinery/optable, +/obj/item/organ/internal/heart/grey, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ppH" = ( +/obj/structure/sink/kitchen{ + desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; + name = "old sink"; + pixel_y = 25 + }, +/mob/living/simple_animal/cockroach, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ppR" = ( +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"ppS" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"ppU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/science/rnd) +"ppV" = ( +/turf/simulated/wall, +/area/station/engineering/break_room) +"ppW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/closet/secure_closet/brig/temp/cell_2, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"pqj" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"pqq" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/smes) +"pqr" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"pqt" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"pqI" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"pqN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Mining Dock South"; + dir = 4 + }, +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"pqP" = ( +/obj/structure/table, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/obj/effect/spawner/random/maintenance, +/obj/item/lipstick/random, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pqX" = ( +/obj/structure/closet/radiation, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkgreen" + }, +/area/station/medical/storage/secondary) +"pqY" = ( +/obj/structure/table, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/weldingtool, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"prg" = ( +/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/cyan{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"prh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"pro" = ( +/obj/structure/cable{ + 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 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"prr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"prs" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"pru" = ( +/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/station/maintenance/apmaint) +"prz" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"prE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbrowncorners" + }, +/area/station/supply/qm) +"prG" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/storage/secure/briefcase, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"prJ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"prL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on/toxins{ + name = "Toxins Scrubber"; + dir = 4; + widenet = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/simulated/floor/engine/airless, +/area/station/engineering/atmos/asteroid_filtering) +"prT" = ( +/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; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"psc" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/turf/simulated/floor/wood, +/area/station/command/office/ce) +"psl" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/camera/motion{ + c_tag = "EVA Motion Sensor" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"psR" = ( +/obj/structure/table, +/obj/structure/decorative_structures/flammable/lava_land_display{ + pixel_y = 15 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"psU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ptq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"ptx" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/grass, +/area/station/medical/medbay2) +"ptA" = ( +/turf/simulated/wall, +/area/station/command/meeting_room) +"ptB" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"ptC" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"ptH" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Detective" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/detective) +"ptQ" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access" + }, +/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/mapping_helpers/airlock/access/any/medical/genetics, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"pud" = ( +/obj/machinery/door/airlock/external{ + id_tag = "laborcamp_home"; + locked = 1; + name = "Labor Camp Airlock" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"puf" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/command/office/captain) +"pur" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_garden) +"pus" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/robotics) +"pux" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/primary/central/se) +"puz" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"puA" = ( +/obj/item/stack/tile/carpet, +/obj/item/trash/pistachios, +/obj/item/trash/candy, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"puD" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"puJ" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"puS" = ( +/obj/item/kirbyplants, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"puU" = ( +/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/plasteel, +/area/station/command/vault) +"puY" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"pvb" = ( +/obj/structure/disaster_counter/toxins, +/turf/simulated/wall/r_wall, +/area/station/science/toxins/launch) +"pvd" = ( +/obj/structure/cable{ + 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/alarm/directional/south, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"pvi" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"pvj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore/north) +"pvv" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"pvz" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"pvK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_office) +"pvQ" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"pvS" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/turf/simulated/floor/wood, +/area/station/service/library) +"pvX" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/science/toxins/mixing) +"pwd" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hall West" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"pwj" = ( +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"pwo" = ( +/obj/structure/table/glass, +/obj/item/hemostat, +/obj/item/scalpel, +/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" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"pws" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/supply/sorting) +"pwz" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"pwK" = ( +/obj/effect/spawner/random_spawners/blood_often, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/dorms/port) +"pwO" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/access_button{ + autolink_id = "aisat_btn_ext"; + pixel_x = 25; + pixel_y = 25 + }, +/turf/space, +/area/space/nearstation) +"pwP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"pwU" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "kitchendiner"; + name = "Kitchen Shutters" + }, +/turf/simulated/floor/plating, +/area/station/service/kitchen) +"pwW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"pwZ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/cigarettes{ + pixel_x = 14 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gps/engineering, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"pxi" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"pxs" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"pxz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/station/supply/qm) +"pxB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"pxI" = ( +/obj/effect/decal/cleanable/dirt, +/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/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pxW" = ( +/obj/machinery/camera{ + c_tag = "Funeral Services"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"pyd" = ( +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"pyj" = ( +/obj/machinery/recharge_station, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/station/science/robotics/chargebay) +"pyo" = ( +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = -3; + pixel_y = 6 + }, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/plasteel{ + amount = 10; + pixel_x = 4; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/robotics) +"pyy" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"pyD" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood, +/area/station/service/bar) +"pyL" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/station/medical/reception) +"pyW" = ( +/obj/machinery/photocopier, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/wood, +/area/station/service/library) +"pzb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"pzc" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/obj/structure/sign/poster/contraband/clown{ + pixel_y = 32 + }, +/obj/item/toy/figure/mech/honk{ + pixel_y = 16; + pixel_x = 8 + }, +/obj/item/coin/clown{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/obj/item/food/burger/clown, +/turf/simulated/floor/lubed, +/area/station/maintenance/aft) +"pzl" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"pzm" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"pzs" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"pzv" = ( +/obj/structure/rack, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"pzy" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"pzE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"pzM" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"pzR" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/hallway/primary/central/ne) +"pzW" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/item/bikehorn/rubberducky, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"pzX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"pAd" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"pAf" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"pAi" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Tool Storage" + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"pAk" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"pAp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/crowbar, +/obj/item/weldingtool, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"pAs" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blackcorner" + }, +/area/station/public/fitness) +"pAw" = ( +/obj/item/chair/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"pAy" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"pAz" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"pAB" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"pAF" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "Skynet_heavy" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"pAQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/atmos/control) +"pAS" = ( +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pAT" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"pAX" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/mug/med, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"pBd" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"pBg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/ai_monitored/storage/eva) +"pBi" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"pBk" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"pBl" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"pBo" = ( +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"pBp" = ( +/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/structure/disposalpipe/segment, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"pBs" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"pBv" = ( +/obj/machinery/button/windowtint{ + id = "med1"; + pixel_x = 7; + dir = 1; + pixel_y = -24 + }, +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms_secondary) +"pBR" = ( +/obj/structure/table/reinforced, +/obj/item/radio, +/obj/item/radio{ + pixel_x = 7; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"pBT" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"pCt" = ( +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24 + }, +/obj/machinery/computer/rnd_network_controller/station, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"pCx" = ( +/obj/structure/table, +/obj/item/food/popcorn, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"pCz" = ( +/obj/machinery/door/window/classic/reversed{ + name = "EVA Equipment" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"pCJ" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"pCR" = ( +/obj/effect/landmark/damageturf, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"pCS" = ( +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"pCU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pCY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"pDc" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Antechamber" + }, +/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/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"pDe" = ( +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"pDh" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"pDn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"pDo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"pDq" = ( +/obj/machinery/space_heater, +/obj/structure/sign/poster/official/here_for_your_safety{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"pDw" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer/on/coldroom{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"pDx" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"pDN" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"pDR" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"pDS" = ( +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"pDV" = ( +/obj/structure/cable{ + 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/hologram/holopad, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"pDX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"pEe" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Body Delivery System" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"pEx" = ( +/obj/machinery/door_control{ + id = "shopdoor2"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + specialfunctions = 4; + pixel_y = 24 + }, +/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/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"pEC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"pED" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"pEJ" = ( +/obj/structure/table, +/obj/item/destTagger{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/office) +"pEM" = ( +/obj/effect/turf_decal/arrows/black{ + dir = 8; + pixel_x = -1; + pixel_y = -9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"pEQ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"pEU" = ( +/obj/structure/table, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"pEZ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"pFb" = ( +/obj/item/trash/pistachios, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"pFc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/atmos) +"pFe" = ( +/obj/structure/closet/emcloset, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/transit) +"pFm" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/machinery/camera{ + c_tag = "Medbay Corridor East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"pFv" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/landmark/start/librarian, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"pFx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"pFz" = ( +/obj/machinery/economy/vending/wallmed/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"pFL" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"pFN" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"pFO" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pFQ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonlockers) +"pFV" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"pGb" = ( +/turf/simulated/wall, +/area/station/maintenance/fsmaint2) +"pGf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"pGi" = ( +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"pGn" = ( +/obj/structure/railing, +/turf/simulated/floor/carpet/red, +/area/station/public/fitness) +"pGy" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/transit) +"pGB" = ( +/obj/structure/table, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"pGE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/evidence) +"pGI" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"pGL" = ( +/obj/structure/cable{ + 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/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"pGM" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"pGO" = ( +/obj/machinery/ai_slipper, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"pGS" = ( +/obj/effect/turf_decal/delivery/red, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"pGV" = ( +/obj/machinery/door/airlock/engineering{ + name = "Engineering Checkpoint" + }, +/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/mapping_helpers/airlock/access/all/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"pHl" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/service/theatre) +"pHq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"pHx" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"pHy" = ( +/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/plasteel, +/area/station/maintenance/asmaint) +"pHA" = ( +/obj/machinery/computer/message_monitor{ + dir = 8 + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuit" + }, +/area/station/telecomms/computer) +"pHB" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"pHD" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"pHE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/wood, +/area/station/command/office/rd) +"pHH" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/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/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"pHK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Engineering Secure Storage North"; + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"pHO" = ( +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard) +"pHP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/storage) +"pHR" = ( +/obj/machinery/light/small, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"pHV" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"pHX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"pHY" = ( +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access_txt = "37" + }, +/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/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"pIa" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"pIh" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/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/station/maintenance/storage) +"pIi" = ( +/obj/effect/landmark/lightsout, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"pIl" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"pIp" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/engineering/atmos/control) +"pIt" = ( +/obj/machinery/gibber, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"pIA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"pIG" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"pII" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"pIJ" = ( +/obj/item/stock_parts/scanning_module, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"pIM" = ( +/obj/machinery/economy/vending/engivend, +/obj/machinery/light_switch{ + dir = 8; + name = "east bump"; + pixel_x = 24; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"pIO" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plating, +/area/station/aisat/service) +"pIP" = ( +/obj/effect/spawner/random_spawners/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pIU" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"pIV" = ( +/obj/machinery/disposal, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"pIW" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"pIZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint2) +"pJc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"pJe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_office) +"pJn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"pJu" = ( +/obj/machinery/door/airlock/glass{ + name = "Prison"; + id_tag = "Prison Perma Cell 3" + }, +/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/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"pJv" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/space, +/area/station/engineering/solar/fore_port) +"pJD" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"pJI" = ( +/obj/structure/bookcase/sop, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"pJJ" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"pJO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"pJV" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"pJW" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"pKe" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"pKh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"pKm" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"pKn" = ( +/obj/machinery/camera{ + c_tag = "Fore Primary Hall South"; + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"pKq" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/full, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"pKw" = ( +/obj/structure/transit_tube/curved, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/atmos/asteroid_filtering) +"pKC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"pKD" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/service/library) +"pKE" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"pKJ" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"pKK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"pKN" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"pKO" = ( +/obj/item/clothing/under/rank/medical/gown, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/starboard) +"pKS" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"pKT" = ( +/obj/effect/decal/cleanable/vomit, +/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/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"pKW" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"pKY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"pLa" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"pLi" = ( +/obj/structure/bonfire/lit, +/obj/structure/stone_tile/slab/burnt, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"pLj" = ( +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/public/fitness) +"pLm" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/breakroom) +"pLs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/public/fitness) +"pLA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"pLH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"pLP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"pLT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry/east) +"pMb" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/explab) +"pMe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"pMf" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"pMq" = ( +/obj/item/chair, +/obj/effect/spawner/random_spawners/blood_often, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/maintenance/security/fore) +"pMt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/science/robotics/chargebay) +"pMu" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"pMM" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pNd" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"pNl" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"pNu" = ( +/obj/structure/table, +/obj/item/paper_bin, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"pNA" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"pNM" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/secondary) +"pNN" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"pNV" = ( +/obj/machinery/economy/vending/plasmaresearch, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"pNX" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry/lounge) +"pOi" = ( +/obj/effect/decal/cleanable/crayon, +/obj/item/kitchen/knife, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"pOj" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + dir = 4; + name = "Pure to Waste" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"pOy" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"pOA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"pOM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"pOO" = ( +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"pOR" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=ARV"; + location = "CHS" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"pPc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"pPB" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 8; + filter_type = 4; + name = "Gas filter (N2O tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"pPJ" = ( +/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, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"pPL" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"pPN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/obj/machinery/camera{ + c_tag = "Fore Starboard Solars"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_starboard) +"pPO" = ( +/obj/machinery/computer/scan_consolenew, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"pPP" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"pPQ" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"pPT" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/hall) +"pQk" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pQm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"pQn" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"pQo" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"pQp" = ( +/obj/item/kirbyplants, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"pQx" = ( +/obj/structure/table/glass, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/plasma, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellowcorner" + }, +/area/station/medical/chemistry) +"pQJ" = ( +/obj/machinery/computer/general_air_control{ + dir = 1; + name = "Tank Monitor"; + autolink_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/plasteel, +/area/station/engineering/atmos/control) +"pRa" = ( +/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/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/secure_storage) +"pRo" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"pRq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"pRO" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"pRV" = ( +/obj/machinery/economy/vending/cola, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"pRY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio5"; + name = "Chamber 5 Containment Blast Doors" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"pRZ" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/maintenance/apmaint) +"pSj" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/airlock_electronics/destroyed, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"pSn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"pSo" = ( +/obj/machinery/button/windowtint{ + id = "Detective"; + pixel_x = -8; + pixel_y = 24; + req_access_txt = "4" + }, +/obj/machinery/computer/med_data, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"pSq" = ( +/turf/simulated/floor/engine/airless, +/area/station/engineering/atmos) +"pSv" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/asmaint) +"pSy" = ( +/obj/structure/table/wood, +/obj/item/stack/packageWrap, +/obj/item/destTagger, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"pSG" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp/green{ + pixel_y = 4 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"pSJ" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 4; + name = "Port to Filter" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"pSS" = ( +/obj/structure/table/reinforced, +/obj/item/phone, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/command/vault) +"pST" = ( +/obj/item/reagent_containers/glass/rag{ + pixel_y = 9 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"pTb" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/hallway/secondary/exit) +"pTd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"pTg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/mecha_part_fabricator/station{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"pTm" = ( +/obj/structure/cable{ + 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/plating, +/area/station/engineering/tech_storage) +"pTn" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "rd" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"pTu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/starboard) +"pTE" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"pTR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/camera{ + c_tag = "Fore Port Solar Control"; + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"pTY" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/office) +"pUb" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/reagent_containers/spray/pestspray, +/obj/machinery/camera{ + c_tag = "Public Garden West"; + dir = 5 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"pUc" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"pUf" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"pUh" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"pUl" = ( +/obj/structure/sign/poster/official/ian{ + pixel_y = -32 + }, +/obj/structure/table, +/obj/item/paper/stalker, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"pUn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"pUs" = ( +/obj/structure/transit_tube/curved/flipped{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_filtering) +"pUD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"pUI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/maintenance/electrical) +"pUM" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/warden) +"pUT" = ( +/mob/living/simple_animal/crab/Coffee, +/turf/simulated/floor/carpet/red, +/area/station/public/fitness) +"pUV" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"pVg" = ( +/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/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"pVl" = ( +/turf/simulated/wall, +/area/station/legal/magistrate) +"pVp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/junction/y{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"pVt" = ( +/obj/structure/sign/directions/bridge{ + dir = 1; + pixel_x = 32; + pixel_y = 32 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 25; + pixel_x = 32 + }, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 39; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"pVw" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + name = "Kitchen" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pVy" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 8; + filter_type = 1; + name = "Gas filter (O2 tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"pVA" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"pVF" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"pVM" = ( +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"pVN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"pVZ" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + inlet_injector_autolink_id = "co2_in"; + name = "Carbon Dioxide Supply Control"; + outlet_vent_autolink_id = "co2_out"; + autolink_sensors = list("co2_sensor"="Tank") + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"pWb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"pWt" = ( +/obj/machinery/atmospherics/portable/scrubber, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Portable Air Pump Connector" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/west) +"pWu" = ( +/obj/structure/sign/pods{ + pixel_y = 32 + }, +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"pWv" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"pWx" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"pWy" = ( +/obj/structure/table, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/obj/item/storage/toolbox/emergency, +/obj/item/flashlight/flare/glowstick/random, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"pWD" = ( +/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/structure/disposalpipe/junction, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"pWN" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"pWQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"pWS" = ( +/obj/item/storage/backpack/mime, +/obj/item/seeds/banana/mime, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"pWV" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"pXd" = ( +/obj/structure/closet/coffin, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel) +"pXe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitehall" + }, +/area/station/medical/paramedic) +"pXh" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/medical/storage) +"pXr" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"pXA" = ( +/obj/item/kitchen/knife/shiv{ + pixel_y = 16; + pixel_x = 7 + }, +/obj/item/clothing/mask/gas, +/obj/item/stock_parts/cell/high/empty{ + pixel_y = 12; + pixel_x = -7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"pXC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"pXD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pXF" = ( +/turf/simulated/wall, +/area/station/engineering/solar/fore_starboard) +"pXO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/radio/intercom/department/security{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"pXS" = ( +/obj/structure/safe/floor, +/obj/item/instrument/violin/golden, +/obj/item/stack/spacecash/c200, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/maintenance/fsmaint) +"pXZ" = ( +/obj/item/kitchen/sushimat{ + name = "Prayer Mat" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"pYe" = ( +/obj/machinery/field/generator, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"pYh" = ( +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/office) +"pYq" = ( +/obj/item/mounted/frame/apc_frame, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"pYr" = ( +/obj/structure/table, +/obj/item/clothing/head/soft{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/clothing/head/chefhat{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"pYu" = ( +/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/plasteel, +/area/station/hallway/secondary/entry) +"pYw" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"pYx" = ( +/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/plasteel, +/area/station/maintenance/starboard) +"pYB" = ( +/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" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"pYE" = ( +/obj/item/clipboard, +/obj/item/folder/blue, +/obj/structure/table/reinforced, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 1; + pixel_y = 27 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/engineering/ai_transit_tube) +"pYO" = ( +/obj/item/chair/wood/wings, +/obj/effect/decal/cleanable/vomit, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"pYT" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"pYU" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"pYW" = ( +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/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/cyan{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"pYZ" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pZd" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/public/dorms) +"pZe" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pZp" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "xenobio6"; + name = "Chamber 6 Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"pZs" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"pZy" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"pZC" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"pZK" = ( +/obj/structure/table/wood, +/obj/item/candle, +/turf/simulated/floor/wood, +/area/station/service/bar) +"pZQ" = ( +/obj/effect/spawner/random_barrier/possibly_welded_airlock, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"pZU" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical, +/obj/item/multitool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pZW" = ( +/obj/structure/closet, +/obj/item/extinguisher/mini, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"qad" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"qag" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"qam" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"qas" = ( +/obj/structure/closet/crate/freezer, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"qaY" = ( +/obj/item/paper{ + pixel_x = -19; + pixel_y = 9 + }, +/obj/item/paper{ + pixel_x = 5; + pixel_y = 4 + }, +/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 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_office) +"qbd" = ( +/obj/machinery/power/turbine, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/cable/yellow{ + d2 = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/atmos/asteroid_filtering) +"qbi" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qbj" = ( +/obj/machinery/r_n_d/experimentor, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"qbt" = ( +/obj/item/kirbyplants, +/obj/machinery/camera{ + c_tag = "Security Port Space Bridge"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/west) +"qbv" = ( +/obj/structure/table, +/obj/item/food/meat, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"qbx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"qby" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"qbz" = ( +/obj/effect/spawner/random_barrier/obstruction, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"qbZ" = ( +/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/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"qcc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"qcd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"qcg" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/south) +"qci" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"qcA" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/toolbox/emergency, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"qcF" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom/department/security{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"qcI" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/station/maintenance/abandoned_garden) +"qcK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"qcP" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"qcQ" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"qcV" = ( +/obj/item/reagent_containers/drinks/cans/madminmalt{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/structure/table_frame/wood, +/obj/item/stack/sheet/wood{ + pixel_x = 2; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"qcW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"qdb" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"qdh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"qdi" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/supply/cargo_bay, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"qdt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"qdy" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Containment Pen" + }, +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"qdB" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/service/hydroponics) +"qdC" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"qdD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/turret_protected/aisat/interior) +"qdK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"qdL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"qdM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/junction/y{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"qdU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"qdY" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"qej" = ( +/obj/machinery/door/window/classic/normal{ + name = "Engineering Desk" + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/effect/mapping_helpers/airlock/windoor/access/all/engineering/construction, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"qer" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"qes" = ( +/obj/machinery/shower{ + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"qet" = ( +/obj/structure/rack, +/obj/item/apc_electronics, +/obj/item/airlock_electronics, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"qey" = ( +/obj/structure/rack, +/obj/item/flashlight/flare/glowstick/random, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"qez" = ( +/obj/structure/rack, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qeR" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/service/hydroponics) +"qeW" = ( +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"qfc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/portable/scrubber, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"qfd" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"qfg" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"qfp" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/arrows/black, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"qfq" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard/south) +"qfx" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qfy" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"qfz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"qfH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"qfI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"qfM" = ( +/obj/machinery/conveyor/southwest{ + id = "garbage" + }, +/obj/effect/turf_decal/stripes, +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mineral_storage{ + dir = 4 + }, +/obj/machinery/door/window/classic/reversed{ + name = "Danger: Conveyor Access"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"qfT" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"qge" = ( +/obj/structure/chair/barber{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"qgf" = ( +/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/station/maintenance/apmaint2) +"qgh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"qgl" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/junglebush/large, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"qgw" = ( +/obj/machinery/computer/general_air_control{ + level = 3; + name = "Distribution and Waste Monitor"; + autolink_sensors = list("mair_in_meter"="Mixed Air In","air_sensor"="Mixed Air Supply Tank","mair_out_meter"="Mixed Air Out","dloop_atm_meter"="Distribution Loop","wloop_atm_meter"="Waste Loop") + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/engineering/atmos/control) +"qgz" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/shops) +"qgJ" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"qgK" = ( +/obj/structure/cable{ + 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/small, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"qhb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"qhc" = ( +/obj/effect/turf_decal/delivery/hollow/left, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"qhd" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"qhj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"qhl" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/legal/courtroom) +"qhp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"qhC" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"qhJ" = ( +/obj/structure/table, +/obj/item/flash, +/obj/item/flash{ + pixel_x = -5 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"qhP" = ( +/obj/structure/table, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"qhU" = ( +/obj/structure/sign/poster/contraband/clown{ + pixel_y = 32 + }, +/obj/effect/turf_decal/delivery/red, +/obj/effect/landmark/spawner/rev, +/obj/item/toy/figure/crew/clown{ + pixel_y = -1 + }, +/obj/item/clothing/shoes/clown_shoes/false_cluwne_shoes, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qib" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qig" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/medical/storage/secondary) +"qir" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/shops) +"qiw" = ( +/obj/structure/chair/sofa/corp/right, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"qiA" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Secondary Storage" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage/secondary) +"qiJ" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"qiO" = ( +/obj/machinery/bodyscanner, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"qiV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"qiW" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + inlet_injector_autolink_id = "n2_in"; + name = "Nitrogen Supply Control"; + outlet_vent_autolink_id = "n2_out"; + autolink_sensors = list("n2_sensor"="Tank") + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"qjc" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/medical/storage) +"qjt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry/lounge) +"qjv" = ( +/obj/structure/rack, +/obj/item/pickaxe/mini, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"qjE" = ( +/obj/machinery/camera{ + c_tag = "Engineering Construction East" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"qjI" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"qjJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"qjQ" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"qjT" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Shower" + }, +/obj/item/soap/deluxe, +/obj/item/bikehorn/rubberducky/captainducky, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/command/office/captain/bedroom) +"qkb" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"qkq" = ( +/obj/structure/table, +/obj/item/soap/nanotrasen, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"qkr" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/hallway/primary/fore/north) +"qkB" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"qkH" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"qkM" = ( +/obj/machinery/door/airlock, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"qkV" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"qkY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"qla" = ( +/obj/machinery/suit_storage_unit/engine/secure, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/hardsuitstorage) +"qlg" = ( +/obj/machinery/computer/security/engineering, +/obj/machinery/camera{ + c_tag = "Asteroid Foyer North"; + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"qlj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 9 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/asteroid_filtering) +"qll" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"qlq" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/expedition) +"qlt" = ( +/turf/simulated/wall, +/area/station/maintenance/dorms/starboard) +"qlv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qlK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/interrogation) +"qlS" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"qmf" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"qmg" = ( +/obj/structure/grille/broken, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"qml" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"qmv" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/equipmentstorage) +"qmH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/hall) +"qmI" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"qmJ" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"qmT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"qna" = ( +/obj/structure/table, +/obj/item/vending_refill/coffee, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_office) +"qng" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"qni" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"qnl" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/primary/central/se) +"qns" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"qnu" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"qnz" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"qnB" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"qnD" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"qnI" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/public/park) +"qnL" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"qnO" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Ports to Engine" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"qnW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/rack, +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Cloning Storage" + }, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_x = -5 + }, +/obj/item/tank/internals/emergency_oxygen/plasma, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"qnY" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"qnZ" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"qoh" = ( +/obj/machinery/economy/vending/clothing, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"qos" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Science Maintenance" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/genetics, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"qot" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"qoz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"qoB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"qoG" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/structure/foamedmetal, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"qoP" = ( +/obj/structure/showcase{ + density = 0; + dir = 8; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = 9; + pixel_y = 2 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"qoS" = ( +/obj/structure/rack, +/obj/item/storage/box/bodybags, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"qoT" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"qpp" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/reagent_containers/spray/pepper{ + pixel_y = -4 + }, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = 11; + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcheck" + }, +/area/station/security/storage) +"qpr" = ( +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall, +/area/station/maintenance/starboard) +"qps" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"qpv" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/funeral) +"qpw" = ( +/mob/living/carbon/human/monkey, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"qpE" = ( +/turf/simulated/wall, +/area/station/maintenance/abandoned_garden) +"qpN" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/landmark/start/chemist, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"qpP" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"qpR" = ( +/obj/effect/decal/cleanable/shreds, +/obj/item/airlock_electronics/destroyed, +/obj/effect/spawner/random_barrier/obstruction, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qpS" = ( +/obj/structure/table, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"qpV" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"qqd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"qqq" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"qqz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"qqA" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/processing) +"qqI" = ( +/obj/structure/closet/crate/secure, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/red_rum{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"qqR" = ( +/obj/structure/bed, +/obj/item/bedsheet/ce, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ce) +"qqY" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"qre" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"qrg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"qrp" = ( +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/structure/closet/crate/secure/engineering, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid) +"qry" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"qrM" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"qrO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "xenobio1"; + name = "Chamber 1 Containment Blast Door"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Pens West"; + network = list("Research","SS13"); + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"qrP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/public/dorms) +"qrR" = ( +/obj/structure/railing/cap, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"qrZ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/britcup, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"qsb" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"qsf" = ( +/obj/structure/table/glass, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = -30 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/primary) +"qsh" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"qsn" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/asmaint) +"qsD" = ( +/obj/structure/closet/secure_closet/RD, +/turf/simulated/floor/wood, +/area/station/command/office/rd) +"qsM" = ( +/turf/simulated/wall/r_wall, +/area/station/aisat/atmos) +"qsO" = ( +/obj/structure/closet/crate/can, +/obj/item/book/manual/wiki/sop_medical, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"qsT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/evidence) +"qsX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"qth" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"qti" = ( +/obj/structure/table, +/obj/item/cartridge/engineering{ + pixel_x = 3 + }, +/obj/item/cartridge/engineering{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/cartridge/engineering{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"qtw" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Shuttle Lounge West"; + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"qty" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"qtz" = ( +/obj/machinery/door_control{ + id = "dormshop2"; + name = "Privacy Shutters"; + pixel_y = 24 + }, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"qtA" = ( +/obj/item/reagent_containers/glass/bucket{ + pixel_x = 9; + pixel_y = 19 + }, +/obj/structure/flora/junglebush, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"qtF" = ( +/turf/simulated/wall, +/area/station/engineering/atmos/asteroid_filtering) +"qtL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"qub" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"quc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"qug" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"qup" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"quB" = ( +/obj/machinery/door/poddoor{ + id_tag = "disvent"; + name = "Incinerator Vent" + }, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"quC" = ( +/obj/structure/railing/cap{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"quF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/rd) +"quG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/service/bar) +"quP" = ( +/obj/structure/closet/secure_closet/research_reagents, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"quR" = ( +/obj/structure/lattice, +/obj/structure/transit_tube/curved/flipped{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"qvk" = ( +/obj/item/reagent_containers/pill/happy/happiness, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"qvm" = ( +/obj/item/kirbyplants, +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"qvq" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"qvr" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"qvB" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"qvC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"qvE" = ( +/obj/machinery/camera{ + c_tag = "Research Toxins Mixing East"; + dir = 8; + network = list("Research","SS13") + }, +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/science/toxins/mixing) +"qvL" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"qvQ" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"qwi" = ( +/obj/structure/girder, +/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/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"qwl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"qwt" = ( +/obj/item/shard, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"qwA" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"qwL" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"qwN" = ( +/obj/machinery/power/apc/important/directional/east, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"qwQ" = ( +/obj/structure/chair/sofa/corp/corner{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"qxb" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qxt" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qxu" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = -30 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/science/toxins/mixing) +"qxw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"qxy" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"qxD" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/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/station/maintenance/apmaint) +"qxF" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qxJ" = ( +/obj/structure/closet/secure_closet/hydroponics, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/service/hydroponics) +"qxR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"qxY" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/sw) +"qyc" = ( +/obj/machinery/photocopier, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"qyf" = ( +/obj/structure/dresser, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/cmo) +"qyi" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"qym" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"qyo" = ( +/obj/machinery/door_control{ + id = "toilet_unit1"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/unisex) +"qys" = ( +/obj/structure/grille/broken, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qyt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"qyw" = ( +/obj/machinery/camera{ + c_tag = "Fore Primary Hall East" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"qyy" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"qyM" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"qyQ" = ( +/obj/machinery/atmospherics/unary/passive_vent, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"qyS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"qyW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Brig East Entrance" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"qyY" = ( +/turf/simulated/wall, +/area/station/turret_protected/ai_upload) +"qza" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/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/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"qze" = ( +/obj/item/decorations/sticky_decorations/flammable/jack_o_lantern{ + pixel_x = -20 + }, +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qzt" = ( +/obj/effect/turf_decal{ + dir = 8 + }, +/mob/living/simple_animal/cockroach, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"qzu" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood, +/area/station/command/office/rd) +"qzz" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"qzJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"qzM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"qzS" = ( +/obj/effect/decal/cleanable/dirt, +/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/cyan{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"qzV" = ( +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"qAe" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"qAi" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qAl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"qAo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"qAv" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qAx" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"qAG" = ( +/obj/machinery/camera{ + c_tag = "Starboard-Aft Primary Hallway"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"qAM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"qAW" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/ears/earmuffs{ + pixel_y = 3 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"qAY" = ( +/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/structure/disposalpipe/segment, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"qAZ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/decorations/sticky_decorations/flammable/skeleton{ + pixel_y = -20 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qBc" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"qBe" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper/precision, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = -30 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"qBl" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"qBr" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"qBu" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/sop_service, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"qBB" = ( +/turf/simulated/wall, +/area/station/medical/virology) +"qBE" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qBI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"qBJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/station/hallway/primary/central/se) +"qBQ" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/landmark/start/internal_affairs, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"qBY" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qCc" = ( +/obj/structure/chair/comfy/black, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"qCh" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"qCm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"qCp" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cryo) +"qCq" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"qCu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"qCz" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"qCA" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/medical/storage/secondary) +"qCB" = ( +/obj/effect/decal/cleanable/confetti, +/obj/structure/rack, +/obj/item/flashlight/flare/glowstick/random, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"qCC" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/machinery/economy/vending/wallmed/directional/west, +/obj/machinery/camera{ + c_tag = "Medbay Corridor North West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"qCG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + sort_type_txt = "13" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"qCP" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"qCW" = ( +/obj/structure/morgue, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/medical/morgue) +"qDb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"qDe" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"qDi" = ( +/turf/simulated/wall, +/area/station/public/park) +"qDx" = ( +/obj/machinery/door/airlock/maintenance, +/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/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"qDC" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/break_room) +"qDG" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/the_singularitygen{ + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/secure_storage) +"qDV" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"qDY" = ( +/obj/structure/closet/cabinet, +/obj/item/coin/gold, +/obj/item/coin/gold{ + pixel_y = -9 + }, +/obj/item/coin/gold{ + pixel_y = -5; + pixel_x = -4 + }, +/obj/item/clothing/under/suit/mafia, +/obj/item/toy/russian_revolver, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"qDZ" = ( +/obj/machinery/door/airlock/public/glass, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/shops) +"qEb" = ( +/obj/structure/table/wood, +/obj/item/dice/d20, +/turf/simulated/floor/wood, +/area/station/service/bar) +"qEg" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"qEl" = ( +/obj/structure/bed/psych, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"qEo" = ( +/obj/machinery/computer/card/minor/rd{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"qEp" = ( +/obj/structure/closet/secure_closet/cargotech, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"qEv" = ( +/obj/structure/table, +/obj/item/paicard, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"qEz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"qER" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/range) +"qEU" = ( +/obj/machinery/camera{ + c_tag = "Auxillary Tool Storage"; + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"qEW" = ( +/obj/effect/landmark/start/roboticist, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics) +"qFc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/grille/broken, +/obj/effect/landmark/damageturf, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"qFf" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/mug/eng, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room/secondary) +"qFg" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"qFh" = ( +/obj/structure/rack, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"qFj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"qFr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/station/command/office/rd) +"qFs" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qFw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"qFC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"qFD" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"qFG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"qFP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"qFR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/sign/poster/official/state_laws, +/turf/simulated/floor/plating/airless, +/area/station/turret_protected/ai) +"qFT" = ( +/obj/structure/closet/secure_closet/clown, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/wood, +/area/station/service/clown) +"qFW" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Chapel West"; + dir = 4 + }, +/obj/machinery/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"qGa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"qGg" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/power/smes/engineering, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/smes) +"qGo" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"qGp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"qGr" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_x = -6; + pixel_y = 13 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"qGz" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/storage) +"qGC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"qGJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/range) +"qGN" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"qGU" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/science/lobby) +"qGW" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"qHd" = ( +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"qHi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"qHk" = ( +/obj/structure/cable{ + 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/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"qHn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"qHo" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"qHs" = ( +/obj/structure/transit_tube/diagonal/topleft, +/turf/space, +/area/space/nearstation) +"qHD" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qHK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/science/robotics/chargebay) +"qHM" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/shreds, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"qHQ" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"qHV" = ( +/obj/machinery/camera{ + c_tag = "Departure Lounge South"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"qHX" = ( +/obj/structure/sign/securearea{ + pixel_y = -32; + name = "\improper TOXIC ENVRIONMENT AHEAD" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/light, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"qHY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"qId" = ( +/obj/structure/table/reinforced, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"qIe" = ( +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"qIf" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/dorms/starboard) +"qIk" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hardsuitstorage) +"qIq" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "cooling loop to port" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/science/toxins/mixing) +"qIC" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"qID" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 2; + sort_type_txt = "17" + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"qIH" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/engineering/ai_transit_tube) +"qIK" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"qIO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable{ + 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/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"qIT" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = 32; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"qIW" = ( +/obj/machinery/ai_slipper, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"qJa" = ( +/obj/machinery/camera{ + c_tag = "Xeno Containment Mini-Pen 1"; + dir = 6; + network = list("Research","SS13") + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"qJf" = ( +/obj/structure/curtain/open/shower/security, +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/brig) +"qJh" = ( +/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/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"qJn" = ( +/obj/structure/window/reinforced{ + dir = 8; + pixel_x = -4 + }, +/obj/structure/morgue, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"qJu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"qJv" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"qJS" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/structure/cable/yellow{ + d2 = 4 + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"qJV" = ( +/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" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"qJY" = ( +/obj/structure/table, +/obj/item/trash/plate, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"qKb" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"qKh" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"qKl" = ( +/obj/item/decorations/sticky_decorations/flammable/ghost{ + pixel_y = -18 + }, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qKm" = ( +/turf/simulated/wall, +/area/station/maintenance/security/aft_starboard) +"qKn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"qKo" = ( +/turf/simulated/wall, +/area/station/hallway/primary/central/north) +"qKt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall/r_wall, +/area/station/maintenance/asmaint) +"qKE" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"qKL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"qKM" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/ash, +/obj/effect/landmark/burnturf, +/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/station/maintenance/asmaint) +"qKQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/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/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"qKX" = ( +/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, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"qLh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"qLl" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"qLn" = ( +/obj/machinery/status_display{ + pixel_x = -32; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"qLt" = ( +/obj/structure/flora/junglebush, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"qLv" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + 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 = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"qLy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"qLF" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"qLM" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/dorms) +"qLO" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"qLW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"qMc" = ( +/obj/structure/closet{ + name = "Cold protection gear" + }, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"qMg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"qMj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/lobby) +"qMn" = ( +/obj/structure/table/reinforced, +/obj/item/desk_bell{ + anchored = 1 + }, +/obj/machinery/door/window/classic/normal{ + name = "Cargo Desk"; + dir = 1 + }, +/obj/structure/noticeboard{ + desc = "A board for pinning important notices upon. Probably helpful for keeping track of requests."; + name = "requests board"; + pixel_x = 26; + dir = 8; + layer = 3.7 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/supply/mail_sorting{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/supply/office) +"qMp" = ( +/obj/machinery/economy/vending/wallmed/directional/south, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"qMr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"qMx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"qMH" = ( +/obj/structure/table, +/obj/item/ashtray/plastic, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"qMJ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/brig) +"qMM" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"qMN" = ( +/obj/structure/closet/cardboard, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"qMP" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/rglass{ + amount = 50; + pixel_x = -2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"qMQ" = ( +/obj/machinery/power/apc/important/directional/north, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"qMS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/structure/table_frame, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"qMW" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"qMY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"qNa" = ( +/obj/effect/spawner/airlock/e_to_w, +/turf/simulated/wall/r_wall, +/area/station/aisat/hall) +"qNn" = ( +/obj/machinery/iv_drip, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms_secondary) +"qNo" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"qNp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"qNJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"qNS" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/fore_starboard) +"qNV" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/genetics, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"qNZ" = ( +/obj/item/chair/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"qOq" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"qOu" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHNE"; + location = "CHN2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"qOJ" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"qOY" = ( +/obj/structure/table, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"qPb" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Psych Office" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "psychoffice" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/psychology, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"qPg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/light, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -24; + name = "south bump"; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"qPr" = ( +/obj/effect/turf_decal/box/white{ + color = "#009dff" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cryo) +"qPB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/medical/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"qPE" = ( +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"qPG" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"qPJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"qPL" = ( +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"qPQ" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/mounted/frame/display{ + pixel_y = 30 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/maintenance/apmaint) +"qQa" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law/black, +/obj/machinery/camera{ + c_tag = "Brig Reception" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"qQg" = ( +/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" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"qQn" = ( +/obj/structure/rack, +/obj/item/stack/cable_coil{ + amount = 2 + }, +/obj/item/stack/cable_coil{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"qQo" = ( +/obj/structure/grille, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_office) +"qQs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"qQB" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 1; + state = 2 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/engine) +"qQE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 8; + sort_type_txt = "16" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"qQH" = ( +/obj/structure/statue/chickenstatue, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"qQK" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"qQL" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + autolink_id = "aisat_vent" + }, +/obj/machinery/airlock_controller/air_cycler{ + pixel_y = 25; + vent_link_id = "aisat_vent"; + ext_door_link_id = "aisat_door_ext"; + int_door_link_id = "aisat_door_int"; + ext_button_link_id = "aisat_btn_ext"; + int_button_link_id = "aisat_btn_int" + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"qQM" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"qQO" = ( +/obj/structure/table/glass, +/obj/item/plant_analyzer{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/plant_analyzer, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"qQP" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"qQT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"qQW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"qRd" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"qRg" = ( +/obj/structure/closet/secure_closet/roboticist, +/obj/machinery/camera{ + c_tag = "Research Robotics Lab South"; + dir = 10; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"qRo" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"qRy" = ( +/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, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"qRI" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"qRO" = ( +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"qRU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/hall) +"qSf" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway South"; + dir = 1 + }, +/obj/structure/sign/custodian{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"qSw" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"qSC" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"qSL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"qTa" = ( +/obj/structure/girder, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"qTh" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"qTj" = ( +/obj/machinery/door/airlock/public/glass, +/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/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"qTm" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"qTo" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/aft) +"qTH" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"qTK" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"qTL" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/maintenance/aft) +"qTN" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/station/maintenance/apmaint2) +"qTV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"qTY" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"qTZ" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"qUc" = ( +/obj/structure/table/glass, +/obj/item/clipboard, +/obj/item/folder/blue, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"qUl" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/control) +"qUm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"qUr" = ( +/obj/effect/landmark/damageturf, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"qUz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"qUE" = ( +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"qUF" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/flour/foam, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"qUJ" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 7 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 7 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 7 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"qUM" = ( +/obj/structure/table/wood, +/obj/item/stack/tile/carpet/black{ + amount = 10 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"qUP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/engine) +"qUR" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cryo) +"qVd" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"qVf" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/atmos/asteroid_filtering) +"qVi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/sw) +"qVm" = ( +/obj/item/trash/spentcasing, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"qVn" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"qVp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable, +/turf/simulated/floor/plating/airless, +/area/station/aisat/breakroom) +"qVq" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"qVw" = ( +/obj/machinery/atmospherics/portable/canister, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"qVx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitecorner" + }, +/area/station/service/theatre) +"qVC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"qVD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qVI" = ( +/obj/effect/spawner/window/reinforced/plasma, +/obj/machinery/door/poddoor/preopen{ + name = "Biohazard Shutter"; + id_tag = "RnDChem" + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"qVN" = ( +/obj/machinery/atmospherics/binary/valve, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"qVO" = ( +/obj/structure/flora/ausbushes/fullgrass{ + pixel_y = 16 + }, +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"qVZ" = ( +/obj/structure/table/wood, +/obj/item/pen/red, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"qWe" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/decal/cleanable/generic, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"qWm" = ( +/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, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"qWq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Locker Room Toilets"; + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"qWr" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"qWD" = ( +/obj/structure/chair/comfy/beige, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"qWF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"qWH" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/processing) +"qWK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"qXb" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"qXl" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"qXp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"qXq" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/station/engineering/solar/aft_starboard) +"qXv" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"qXz" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -8; + pixel_y = 1 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 11 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"qXC" = ( +/obj/structure/sign/poster/official/love_ian{ + pixel_y = 32 + }, +/obj/item/decorations/sticky_decorations/flammable/heart_chain{ + pixel_y = 11 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"qXG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"qXN" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"qXW" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"qXY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qYf" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/medical/storage) +"qYn" = ( +/obj/structure/table/wood/fancy/blue, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door_control{ + id = "Jury entrance"; + name = "Jury Entrance Control"; + normaldoorcontrol = 1; + pixel_x = 1; + req_access_txt = "74"; + pixel_y = 10 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"qYr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"qYs" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"qYt" = ( +/obj/item/clothing/mask/bandana/skull, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"qYy" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"qYA" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"qYB" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"qYF" = ( +/obj/structure/table/glass/reinforced, +/obj/structure/window/reinforced, +/obj/item/phone, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"qYK" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs{ + pixel_y = -4 + }, +/obj/item/restraints/handcuffs, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"qYO" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/incinerator) +"qYS" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/turf/simulated/floor/wood, +/area/station/command/office/rd) +"qYW" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/science/break_room) +"qYZ" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"qZa" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"qZg" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"qZn" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/transit) +"qZs" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/blood/drip, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"qZA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"qZC" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"qZJ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Detective Maintenance"; + security_level = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/security/forensics, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"qZQ" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"qZS" = ( +/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" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"qZT" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/camera{ + c_tag = "Detective's Office"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"qZY" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"qZZ" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass, +/area/station/maintenance/abandoned_garden) +"rad" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"raj" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"rao" = ( +/obj/item/kirbyplants, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"rar" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"rat" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"raw" = ( +/obj/structure/table/wood, +/obj/item/razor{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/rollie, +/obj/item/clothing/head/qm{ + pixel_y = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/supply/qm) +"raE" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/space, +/area/station/engineering/solar/fore_port) +"raK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"raT" = ( +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"raV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"raW" = ( +/obj/structure/table/reinforced, +/obj/item/crowbar, +/obj/item/assembly/timer{ + pixel_x = -1 + }, +/obj/item/assembly/timer{ + pixel_x = 1; + pixel_y = -2 + }, +/obj/machinery/camera{ + c_tag = "Warden's Office" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcheck" + }, +/area/station/security/storage) +"raX" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/starboard) +"rbe" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/engineering/equipmentstorage) +"rbk" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/camera{ + c_tag = "Brig Briefing Room North West" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block) +"rbl" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"rbm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"rbo" = ( +/obj/structure/table, +/obj/item/assembly/prox_sensor{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"rbK" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"rbX" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"rbY" = ( +/obj/structure/table, +/obj/item/deck/cards, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/security/permabrig) +"rcg" = ( +/obj/structure/closet/crate, +/obj/item/pen, +/obj/item/pen{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen/blue{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/pen/multi{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/pen/multi{ + pixel_x = -6 + }, +/obj/item/stack/wrapping_paper, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"rcm" = ( +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/wood, +/area/station/public/dorms) +"rcn" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"rcr" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Portable Air Pump Connector" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"rcA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/chair, +/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/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"rcE" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/head/kitty/mouse{ + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"rcM" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"rcN" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/break_room) +"rcU" = ( +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 25; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/hallway/primary/starboard) +"rcW" = ( +/obj/structure/table/reinforced, +/obj/item/paper/holodeck, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"rcY" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"rdc" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"rdd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/service/hydroponics) +"rdv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"rdw" = ( +/obj/machinery/light, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"rdB" = ( +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"rdE" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/space, +/area/station/engineering/solar/aft_starboard) +"rdH" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint2) +"rdN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"rdW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/obj/machinery/atmospherics/pipe/simple/visible/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos/asteroid_filtering) +"rdX" = ( +/obj/machinery/gameboard, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/station/service/bar) +"rdY" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/morgue{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"reh" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"reu" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "engine-waste_out"; + name = "Asteroid Outlet Injector"; + volume_rate = 200 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos/asteroid_filtering) +"rev" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"reC" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom" + }, +/area/station/medical/medbay2) +"reI" = ( +/obj/structure/table, +/obj/item/stack/sheet/cardboard{ + amount = 10 + }, +/obj/item/destTagger{ + pixel_x = -4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"reR" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"reU" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disaster_counter/scichem{ + pixel_x = 32 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"rfc" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"rfe" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/office) +"rff" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/computerframe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"rfk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"rfr" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_starboard) +"rfz" = ( +/obj/machinery/power/solar{ + name = "Starboard Solar Array" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/aft_port) +"rfA" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"rfC" = ( +/obj/machinery/access_button{ + autolink_id = "incinerator_btn_ext"; + name = "Incinerator Airlock Control"; + pixel_x = 23 + }, +/obj/machinery/door/airlock/public/glass{ + autoclose = 0; + heat_proof = 1; + id_tag = "incinerator_door_ext"; + locked = 1; + name = "Mixing Room Exterior Airlock" + }, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"rfG" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "xenobio2"; + name = "Chamber 2 Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"rfK" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction/y, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/shops) +"rfU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"rgm" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/mousetraps, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"rgq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"rgr" = ( +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"rgt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"rgD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"rgF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rgI" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cryo) +"rgJ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"rgS" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/public/dorms) +"rgU" = ( +/obj/machinery/camera{ + c_tag = "Starboard-Aft Primary South"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"rgV" = ( +/obj/item/kirbyplants, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"rgY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 8 + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"rhc" = ( +/turf/simulated/floor/bluegrid{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/station/science/xenobiology) +"rhe" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"rhl" = ( +/obj/structure/transit_tube/curved/flipped{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/transit) +"rhn" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/interrogation) +"rhr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/station/security/permabrig) +"rhx" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"rhB" = ( +/obj/machinery/computer/account_database{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"rhL" = ( +/obj/effect/decal/cleanable/blood/drip, +/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/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"rhN" = ( +/obj/structure/table, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/masks, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"rhP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"rhV" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rhZ" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"rie" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"rij" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/flashlight/lamp/green{ + pixel_y = 15; + pixel_x = -5 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"ril" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"rir" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ris" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"riy" = ( +/obj/effect/decal/cleanable/dirt, +/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/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"riz" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Coroner"; + dir = 4 + }, +/obj/structure/cable{ + 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/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/forensics{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"riA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"riB" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/item/healthanalyzer, +/obj/machinery/light_construct/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"riH" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/engineering/ai_transit_tube) +"riN" = ( +/obj/machinery/power/treadmill{ + dir = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"riP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom/department/security{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"riQ" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"rjb" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"rjc" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"rjd" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"rje" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"rjf" = ( +/obj/machinery/door/airlock/public/glass, +/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/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/shops) +"rjg" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"rjh" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"rjn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"rjp" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "BS" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/blueshield) +"rjq" = ( +/obj/structure/table, +/obj/item/clothing/head/cowboyhat/white, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"rjt" = ( +/turf/simulated/floor/engine/airless/nodecay, +/area/station/engineering/atmos/asteroid_filtering) +"rjB" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"rjF" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rjG" = ( +/obj/effect/landmark/start/virologist, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"rjK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"rjV" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"rjW" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Security" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/hos, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"rjZ" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"rkc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"rke" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"rkg" = ( +/obj/machinery/door/airlock/virology/glass{ + name = "Monkey Pen" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/machinery/door/firedoor, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"rkB" = ( +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 25; + pixel_x = 32 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"rkF" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/engineering/ai_transit_tube) +"rkL" = ( +/obj/structure/closet/secure_closet/evidence, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/evidence) +"rkN" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"rkR" = ( +/obj/machinery/economy/atm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"rkW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block) +"rld" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/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/station/maintenance/aft2) +"rlf" = ( +/obj/structure/displaycase{ + start_showpiece_type = /obj/item/gun/projectile/revolver/doublebarrel; + req_access = list(25) + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"rlr" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"rlD" = ( +/obj/item/book/manual/wiki/security_space_law, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rlR" = ( +/obj/structure/window/reinforced, +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/legal/courtroom) +"rlW" = ( +/obj/structure/table/wood, +/obj/item/food/grown/poppy{ + pixel_y = 5; + pixel_x = -5 + }, +/obj/item/food/grown/poppy{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/food/grown/poppy, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/funeral) +"rmb" = ( +/obj/machinery/disposal, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"rmc" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"rmf" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rmi" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/flasher{ + id = "Cell 2"; + pixel_y = -26 + }, +/obj/machinery/camera{ + c_tag = "Brig Cell 2"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"rmj" = ( +/obj/structure/closet/crate, +/obj/item/roller, +/obj/effect/decal/cleanable/dirt, +/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/plating, +/area/station/maintenance/aft2) +"rmm" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"rmo" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bottle/nutrient/mut, +/obj/item/reagent_containers/glass/bottle/nutrient/ez{ + pixel_x = 4 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"rmr" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"rmx" = ( +/obj/structure/punji_sticks/spikes{ + desc = "Don't step on this. These are exceptionally well hidden"; + name = "Hidden spikes" + }, +/obj/structure/flora/grass/jungle, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"rmA" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal{ + amount = 10 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"rmB" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"rmE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"rmI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"rmY" = ( +/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/plasteel, +/area/station/engineering/control) +"rnh" = ( +/obj/machinery/photocopier, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/machinery/camera{ + c_tag = "Cargo Office North" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"rnl" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"rnp" = ( +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"rnq" = ( +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"rnr" = ( +/obj/effect/spawner/window/reinforced/polarized{ + id = "Surgery 2" + }, +/turf/simulated/floor/plating, +/area/station/medical/surgery/secondary) +"rnx" = ( +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"rny" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"rnA" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"rnD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/hall) +"rnE" = ( +/obj/structure/cable{ + 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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"rnH" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"rnI" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32; + step_size = 0 + }, +/obj/machinery/computer/rnd_backup/station{ + dir = 8 + }, +/obj/item/disk/rnd_backup_disk, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/command/bridge) +"rnM" = ( +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"rnS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"rnT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/service/theatre) +"rnZ" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"roe" = ( +/obj/effect/landmark/burnturf, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"roh" = ( +/obj/machinery/camera{ + c_tag = "Asteroid Core South"; + dir = 9 + }, +/turf/simulated/floor/plating/asteroid/basalt/plasma, +/area/station/engineering/atmos/asteroid_core) +"rok" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"roz" = ( +/turf/simulated/wall, +/area/station/medical/storage/secondary) +"roC" = ( +/obj/item/restraints/handcuffs/cable/red, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"roN" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"roQ" = ( +/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" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/permabrig) +"rpb" = ( +/obj/machinery/camera{ + c_tag = "Dorms South West Hall"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"rpc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 6 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"rpi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"rpn" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"rpF" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"rpK" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/execution) +"rpN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/shops) +"rpP" = ( +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"rpQ" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"rpU" = ( +/obj/effect/mob_spawn/human/corpse/skeleton/prisoner, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"rpV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + 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/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"rqc" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"rqe" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"rqf" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"rqs" = ( +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall/r_wall, +/area/station/maintenance/aft) +"rqw" = ( +/obj/effect/spawner/random/maintenance, +/obj/item/food/meat/human, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rqy" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"rqC" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/stack/rods, +/obj/item/airlock_electronics, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"rqF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"rqJ" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "Skynet_heavy" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"rqP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rqR" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/station/public/dorms) +"rqT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rqZ" = ( +/obj/structure/computerframe{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rri" = ( +/obj/machinery/door/window{ + name = "Desk Door"; + dir = 8 + }, +/obj/machinery/newscaster/security_unit{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/command/blueshield{ + dir = 8 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"rrk" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rrm" = ( +/obj/machinery/door/airlock/wood{ + name = "Private Residence"; + desc = "No solicitors please." + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/wood, +/area/station/maintenance/fsmaint) +"rrn" = ( +/obj/item/shard, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"rrr" = ( +/obj/structure/table_frame, +/obj/item/t_scanner, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"rrv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block) +"rrG" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"rrJ" = ( +/obj/machinery/atmospherics/binary/valve/open, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rrX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"rsa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"rsc" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"rsp" = ( +/obj/structure/table/reinforced, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/item/taperecorder{ + pixel_x = -15; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"rsq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rsu" = ( +/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/plasteel, +/area/station/hallway/secondary/entry/east) +"rsv" = ( +/obj/machinery/economy/vending/hatdispenser, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/service/theatre) +"rsz" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/structure/sign/radiation/rad_area{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"rsA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"rsB" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"rsC" = ( +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"rsO" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/wood, +/area/station/public/dorms) +"rsS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"rtb" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/obj/item/razor{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/command/office/captain/bedroom) +"rtf" = ( +/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" + }, +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"rts" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"rtv" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"rtC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"rtE" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"rtG" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/fpmaint) +"rtR" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"rtS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"rtX" = ( +/obj/structure/table/wood, +/obj/item/book/codex_gigas, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"rul" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"rum" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"rut" = ( +/obj/item/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"rux" = ( +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"ruA" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"ruB" = ( +/obj/structure/closet/crate, +/obj/item/extinguisher/mini, +/obj/effect/decal/cleanable/glass, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"ruC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"ruN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"ruP" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ruT" = ( +/obj/machinery/door/window/brigdoor{ + id = "Cell 4"; + name = "Cell 4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/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/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"ruV" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + external_pressure_bound = 0; + autolink_id = "cstm_out"; + internal_pressure_bound = 4000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/engineering/atmos/asteroid_filtering) +"rvg" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"rvi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"rvj" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"rvn" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"rvr" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"rvu" = ( +/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/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/shops) +"rvy" = ( +/obj/effect/spawner/random_barrier/possibly_welded_airlock, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"rvz" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"rvR" = ( +/obj/structure/morgue, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"rvW" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4; + pixel_y = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rwc" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"rwg" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"rwi" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rwl" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"rwm" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"rwA" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 4; + name = "Air To Distro" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"rwF" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "arrival" + }, +/area/station/hallway/primary/central/south) +"rwK" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/black, +/obj/item/painter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"rwL" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"rwZ" = ( +/obj/machinery/photocopier, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"rxd" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"rxe" = ( +/turf/simulated/wall, +/area/station/science/lobby) +"rxg" = ( +/obj/machinery/pdapainter, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"rxi" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/spawner/random_spawners/blood_often, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"rxl" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/nitrogen{ + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"rxs" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"rxC" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/science/toxins/mixing) +"rxE" = ( +/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/plasteel{ + icon_state = "caution" + }, +/area/station/public/fitness) +"rxQ" = ( +/obj/machinery/power/emitter, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"rxR" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"ryb" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"ryg" = ( +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"ryn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/station/public/dorms) +"ryp" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Coldroom Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ryu" = ( +/obj/structure/table/reinforced, +/obj/item/toy/figure/mech/deathripley{ + pixel_y = 18 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/vault) +"ryw" = ( +/obj/machinery/economy/slot_machine, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"ryx" = ( +/obj/item/paper/crumpled, +/obj/structure/table/wood/fancy/blue, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"ryy" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/office) +"ryO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/junction/reversed{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"ryR" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/legal/courtroom) +"ryU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/hallway/primary/central/se) +"ryV" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"ryY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"rzf" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rzm" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"rzr" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"rzs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"rzz" = ( +/obj/structure/crematorium, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"rzB" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24; + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"rzD" = ( +/obj/item/folder, +/obj/structure/table/wood/fancy/blue, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"rzE" = ( +/obj/item/restraints/handcuffs/cable/red, +/obj/effect/spawner/random_spawners/blood_often, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rzF" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"rzG" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"rzL" = ( +/obj/structure/table, +/obj/item/camera, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"rzM" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"rzU" = ( +/obj/structure/table_frame, +/obj/item/t_scanner, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"rzV" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/radio/intercom/department/security{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"rzW" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"rzZ" = ( +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"rAb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/item/reagent_containers/glass/bucket, +/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/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"rAc" = ( +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"rAh" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison) +"rAm" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"rAn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/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 = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"rAy" = ( +/obj/structure/closet/l3closet, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/station/medical/storage/secondary) +"rAB" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"rAD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"rAG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"rAJ" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"rAN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"rAP" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"rAU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"rBp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"rBq" = ( +/obj/machinery/light_switch{ + dir = 1; + name = "custom placement"; + pixel_x = 23; + pixel_y = -24 + }, +/obj/machinery/requests_console/directional/south, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"rBE" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"rBI" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"rBJ" = ( +/obj/item/decorations/sticky_decorations/flammable/skeleton, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"rBM" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 30 + }, +/obj/item/storage/lockbox/mindshield{ + pixel_y = 10 + }, +/obj/structure/table/reinforced, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/obj/machinery/recharger, +/obj/item/storage/box/trackimp, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"rBR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"rBY" = ( +/obj/structure/table/reinforced, +/obj/item/eftpos/register{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "dormshop1" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"rBZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/lobby) +"rCh" = ( +/obj/structure/closet/crate/can, +/obj/item/reagent_containers/syringe/insulin, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/syringe, +/obj/item/trash/liquidfood, +/obj/item/trash/spentcasing, +/obj/item/trash/spacetwinkie, +/obj/item/trash/raisins, +/obj/item/trash/raisins, +/obj/item/trash/tray, +/obj/item/trash/waffles, +/obj/item/trash/raisins, +/obj/item/trash/pistachios, +/obj/item/trash/gum, +/obj/item/trash/gum, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rCl" = ( +/obj/structure/table, +/obj/item/taperecorder, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/processing) +"rCm" = ( +/obj/structure/closet/toolcloset, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"rCn" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"rCo" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/crayons, +/obj/item/toy/crayon, +/obj/item/toy/crayon/yellow{ + pixel_y = -3; + pixel_x = 5 + }, +/obj/item/toy/crayon/purple{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"rDd" = ( +/obj/effect/spawner/random_spawners/blood_often, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"rDe" = ( +/obj/structure/table, +/obj/item/storage/fancy/matches, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"rDg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Research Hallway West"; + dir = 4; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"rDl" = ( +/obj/machinery/smartfridge/secure/chemistry/virology/preloaded, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"rDn" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway West"; + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"rDo" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"rDK" = ( +/obj/structure/rack, +/obj/item/camera_film{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_office) +"rDL" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"rDY" = ( +/obj/structure/closet/secure_closet/injection, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"rEg" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/toolbox/emergency, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"rEo" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "mechbay_outer"; + name = "Mech Bay Shutters" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door_control{ + id = "mechbay_outer"; + name = "Outer Mech Bay Shutters Control"; + req_access_txt = "29"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"rEr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"rEv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"rEw" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/maintenance/apmaint) +"rEz" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluered" + }, +/area/station/hallway/primary/central/nw) +"rEA" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rEP" = ( +/obj/structure/rack, +/obj/item/gun/energy/laser{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"rFi" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"rFr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"rFw" = ( +/obj/structure/table, +/obj/item/eftpos, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"rFA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"rFC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"rFF" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"rFK" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/white/side, +/area/station/maintenance/asmaint) +"rFY" = ( +/obj/machinery/flasher/portable, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"rGc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rGh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"rGk" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"rGs" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"rGt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"rGA" = ( +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/public/fitness) +"rGC" = ( +/obj/item/reagent_containers/glass/bottle/saline, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/maintenance/security/fore) +"rGD" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/medical/cloning) +"rGF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/locker) +"rGJ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"rGN" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"rGT" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Glass Door" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"rGV" = ( +/obj/structure/table, +/obj/item/seeds/tower, +/obj/item/seeds/sunflower, +/obj/item/seeds/harebell{ + pixel_y = 3; + pixel_x = 7 + }, +/obj/item/seeds/poppy{ + pixel_y = -4; + pixel_x = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"rHg" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + color = ""; + name = "N2O Outlet Valve" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"rHh" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"rHi" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"rHj" = ( +/obj/machinery/light, +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"rHm" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rHw" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"rHL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/station/public/dorms) +"rHN" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"rHO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/nw) +"rHS" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "packageSort2" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"rHT" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rHU" = ( +/obj/effect/landmark/start/atmospheric, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/alarm/directional/north, +/obj/machinery/camera{ + c_tag = "Atsmospherics Hardsuit Storage North East" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/storage) +"rIb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"rIc" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"rIe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"rIf" = ( +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior South West"; + dir = 10; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/space) +"rIg" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Break Room" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/construction, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"rIk" = ( +/obj/structure/railing, +/obj/structure/table, +/obj/item/stack/tape_roll, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/public/dorms) +"rIm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"rIp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"rIt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"rIB" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"rIC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"rIG" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/machinery/camera{ + c_tag = "Perma Cell 2"; + network = list("Prison","SS13"); + dir = 8 + }, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_x = 28 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"rIH" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/melee/baseball_bat, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rIT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"rIW" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/item/radio/intercom{ + frequency = 1447; + name = "custom placement"; + pixel_x = 28; + pixel_y = 28 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"rJa" = ( +/obj/structure/table/reinforced, +/obj/item/flash, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block) +"rJc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"rJh" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/camera{ + c_tag = "Locker Room West"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"rJq" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"rJr" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rJx" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_filtering) +"rJG" = ( +/obj/machinery/optable, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"rJO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rJT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"rJV" = ( +/obj/machinery/button/windowtint{ + dir = 4; + id = "Interrogation"; + name = "interrogation tint control"; + pixel_x = -24; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/security/interrogation) +"rKa" = ( +/obj/structure/cable{ + 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/wood, +/area/station/command/office/captain/bedroom) +"rKb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"rKe" = ( +/obj/effect/spawner/random_barrier/obstruction, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rKn" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/item/rpd, +/obj/item/geiger_counter, +/obj/item/geiger_counter{ + pixel_y = 4; + pixel_x = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"rKv" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rKx" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_filtering) +"rKz" = ( +/obj/effect/landmark/start/bartender, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"rKG" = ( +/obj/structure/bed/roller, +/obj/item/bedsheet/medical, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rKH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/evidence) +"rKK" = ( +/obj/structure/rack, +/obj/item/restraints/handcuffs, +/obj/item/flash, +/obj/machinery/light, +/obj/machinery/newscaster/security_unit{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"rKN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rKO" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"rKQ" = ( +/obj/machinery/smartfridge/medbay, +/obj/machinery/door/window/classic/reversed{ + desc = "You have the public fridge, pal, lube off."; + dir = 8; + name = "Security Shield" + }, +/obj/machinery/door/window/classic/reversed{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/medical/chemistry) +"rKU" = ( +/obj/structure/closet/secure_closet/explorer, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/expedition) +"rKW" = ( +/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/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"rLi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"rLn" = ( +/obj/item/radio/intercom/department/security{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/brig) +"rLp" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"rLr" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/prison/cell_block) +"rLs" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/pet_store) +"rLu" = ( +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"rLE" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/medical/reception) +"rLH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"rLO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/filingcabinet, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"rLP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prisonershuttle) +"rLS" = ( +/obj/structure/punching_bag, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"rLT" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rLU" = ( +/obj/item/kirbyplants, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/storage) +"rLX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"rMe" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"rMg" = ( +/obj/machinery/door/airlock/maintenance, +/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/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"rMi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"rMl" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"rMo" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"rMp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"rMq" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/station/service/library) +"rMs" = ( +/obj/item/trash/spentcasing, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/economy/atm/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"rMy" = ( +/obj/machinery/door/airlock/maintenance, +/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/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rMz" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/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, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"rMG" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"rMU" = ( +/obj/effect/decal/cleanable/blood/gibs/robot, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/landmark/damageturf, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"rNa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"rNe" = ( +/turf/simulated/wall, +/area/station/command/office/ntrep) +"rNi" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/food/chips, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rNl" = ( +/obj/structure/table, +/obj/item/clothing/glasses/welding{ + pixel_y = 10 + }, +/obj/item/clothing/glasses/welding{ + pixel_y = 10 + }, +/obj/item/multitool{ + pixel_x = 5 + }, +/obj/machinery/door_control{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = -24; + pixel_y = 5; + req_access_txt = "24" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"rNm" = ( +/obj/machinery/door/airlock/maintenance, +/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/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"rNn" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"rNo" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"rNq" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/stock_parts/matter_bin{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/scanning_module, +/obj/item/stock_parts/scanning_module, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"rNs" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"rNv" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/security/interrogation) +"rNN" = ( +/obj/machinery/newscaster{ + pixel_y = -28; + name = "south bump"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"rNO" = ( +/obj/machinery/power/apc/critical/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"rNQ" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rNU" = ( +/obj/machinery/disposal, +/obj/structure/disaster_counter/chemistry{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"rOk" = ( +/obj/structure/transit_tube_pod{ + dir = 4 + }, +/obj/structure/transit_tube/station, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"rOq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/brig) +"rOx" = ( +/obj/machinery/camera{ + c_tag = "Dormitories Lounge"; + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/public/dorms) +"rOC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + sort_type_txt = "21" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"rOG" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms_secondary) +"rOP" = ( +/obj/effect/landmark/damageturf, +/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/station/maintenance/aft) +"rOV" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"rOX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"rPe" = ( +/obj/effect/decal/cleanable/blood/writing, +/turf/simulated/floor/plasteel/white/side, +/area/station/maintenance/asmaint) +"rPf" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"rPh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rPq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"rPr" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rPw" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"rPz" = ( +/obj/machinery/conveyor/south{ + id = "garbage" + }, +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/delivery/red, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"rPD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"rPG" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/west) +"rPS" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/stamp/law, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"rPT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rQa" = ( +/obj/structure/janitorialcart{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"rQb" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"rQl" = ( +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"rQm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rQw" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/theatre) +"rQx" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/primary/aft) +"rQD" = ( +/obj/structure/cable{ + 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/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"rQK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"rQM" = ( +/obj/machinery/door/airlock/public/glass{ + autoclose = 0; + heat_proof = 1; + id_tag = "incinerator_door_int"; + locked = 1; + name = "Mixing Room Interior Airlock" + }, +/obj/machinery/access_button{ + autolink_id = "incinerator_btn_int"; + name = "Incinerator Airlock Control"; + pixel_x = 23 + }, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"rQO" = ( +/obj/machinery/door/airlock/public/glass{ + autoclose = 0; + heat_proof = 1; + id_tag = "turbine_door_ext"; + locked = 1; + name = "Turbine Exterior Airlock" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/turf/simulated/floor/engine, +/area/station/engineering/atmos/asteroid_filtering) +"rQU" = ( +/turf/simulated/wall, +/area/station/medical/paramedic) +"rQV" = ( +/obj/structure/sink{ + pixel_y = 25 + }, +/obj/structure/closet/cardboard, +/turf/simulated/floor/plasteel, +/area/station/public/pet_store) +"rQZ" = ( +/obj/item/flag/nt, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"rRc" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 1; + filter_type = -1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"rRk" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"rRm" = ( +/obj/machinery/recharge_station, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"rRs" = ( +/obj/structure/bed, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/item/clothing/mask/muzzle, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/security/prison) +"rRz" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"rRE" = ( +/obj/effect/landmark/damageturf, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rRO" = ( +/obj/machinery/economy/vending/wallmed/directional/north, +/obj/machinery/camera{ + c_tag = "Medbay Corridor Central"; + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"rRT" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = -8; + pixel_y = 10; + req_access_txt = "24" + }, +/obj/item/book/manual/atmospipes, +/obj/machinery/computer/security/telescreen/engine{ + dir = 8; + layer = 4; + pixel_x = 30 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + frequency = 1447; + name = "custom placement"; + pixel_x = 28; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/atmos/control) +"rSa" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/service/clown, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rSc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"rSf" = ( +/obj/structure/bookcase{ + name = "bookcase (Religious)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"rSg" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"rSh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/hallway/primary/aft) +"rSk" = ( +/obj/structure/window/reinforced, +/obj/item/kirbyplants, +/turf/simulated/floor/carpet, +/area/station/service/bar) +"rSp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rSs" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"rSu" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"rSy" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"rSC" = ( +/turf/simulated/wall, +/area/station/public/storage/tools) +"rSM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/medical/storage/secondary) +"rSN" = ( +/obj/machinery/door/airlock/virology/glass{ + name = "Workstation" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/medical/virology, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology/lab) +"rSP" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"rTi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"rTj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"rTq" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"rTy" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"rTJ" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"rTK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"rTP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"rUc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"rUe" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"rUl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rUo" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"rUq" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"rUt" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmos Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"rUv" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "qm_warehouse"; + name = "Warehouse Shutters" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"rUx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"rUE" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"rUG" = ( +/obj/machinery/computer/security/mining, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"rUH" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Do Not Revive"; + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/morgue{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/doors{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/medical/morgue) +"rUP" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"rUQ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Paper Supplies" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"rUU" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"rVc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"rVf" = ( +/turf/space, +/area/station/maintenance/security/aft_starboard) +"rVl" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"rVv" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"rVy" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/legal/courtroom) +"rVB" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"rVK" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"rVL" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Library Maintenance" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"rVR" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1 + }, +/obj/structure/sign/fire{ + pixel_x = -32 + }, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"rVU" = ( +/obj/structure/sign/xenobio{ + pixel_y = -32 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"rVV" = ( +/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" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"rVX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/station/service/library) +"rWf" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + name = "Head of Personnel's Desk" + }, +/obj/machinery/door/window/classic/normal{ + name = "Head of Personnel's Desk"; + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "hop"; + name = "Privacy Shutters"; + dir = 2 + }, +/obj/item/desk_bell{ + pixel_x = -6; + pixel_y = 3; + anchored = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/command/hop{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"rWp" = ( +/obj/structure/closet/secure_closet/brig, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"rWs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"rWt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"rWv" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/medical/storage/secondary) +"rWz" = ( +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos/asteroid_filtering) +"rWF" = ( +/obj/machinery/door_control{ + id = "dormshop1"; + name = "Privacy Shutters"; + pixel_y = 24 + }, +/obj/structure/table, +/obj/item/paper/crumpled, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"rWG" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/onion, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"rWI" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"rWK" = ( +/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/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"rWQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"rWS" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"rWU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/break_room/secondary) +"rXb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rXi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"rXk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Brig Hall North"; + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"rXm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"rXp" = ( +/obj/structure/closet/firecloset, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rXs" = ( +/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" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"rXv" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/equipmentstorage) +"rXy" = ( +/obj/structure/rack, +/obj/item/soap/deluxe, +/obj/item/toy/figure/crew/syndie, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"rXG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/starboard) +"rXL" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"rXN" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"rXS" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/metal{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50; + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"rXT" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"rXX" = ( +/obj/machinery/economy/vending/snack, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"rYh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/spacebridge/security/south) +"rYi" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"rYj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/generic, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"rYp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"rYw" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/station/public/dorms) +"rYG" = ( +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"rYH" = ( +/obj/machinery/camera{ + c_tag = "Brig Prisoner Interrogation"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/interrogation) +"rYU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"rYV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"rYY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"rZa" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/power/apc/critical/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"rZe" = ( +/obj/machinery/atmospherics/binary/pump/on{ + name = "Gas to Cooling Loop" + }, +/obj/structure/cable{ + 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/engine, +/area/station/engineering/engine) +"rZj" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"rZl" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"rZn" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/lobby) +"rZB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard) +"rZL" = ( +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"saa" = ( +/obj/structure/closet/wardrobe/black, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"saf" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/public/fitness) +"sag" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"sao" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"saq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"sau" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/machinery/alarm/directional/south, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/evidence) +"sav" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"say" = ( +/obj/structure/table, +/obj/item/camera_assembly, +/obj/item/camera_assembly, +/obj/item/assembly/prox_sensor{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"saF" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/apmaint2) +"saR" = ( +/obj/machinery/light, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"saV" = ( +/obj/item/transfer_valve{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/transfer_valve{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/transfer_valve, +/obj/item/transfer_valve{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/transfer_valve{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/structure/table, +/obj/item/transfer_valve{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"sbk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/break_room/secondary) +"sbl" = ( +/obj/structure/filingcabinet, +/obj/machinery/camera{ + c_tag = "Research Robotics Lab North"; + dir = 6; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"sbm" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"sbt" = ( +/obj/structure/table/glass, +/obj/item/storage/box/bodybags, +/obj/item/storage/box/bodybags{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/machinery/light, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"sbA" = ( +/obj/effect/landmark/burnturf, +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"sbL" = ( +/obj/item/cigbutt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"sbN" = ( +/obj/structure/table, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"sbP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"scb" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/camera{ + c_tag = "Engineering South"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cautioncorner" + }, +/area/station/engineering/control) +"scn" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"scp" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry/west) +"scq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"scA" = ( +/obj/machinery/computer/security/engineering{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"scD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"scF" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"scK" = ( +/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" + }, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"scN" = ( +/obj/machinery/conveyor/east{ + id = "garbage" + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Disposals" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"scU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/public/dorms) +"sdh" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/station/public/dorms) +"sdq" = ( +/obj/item/radio/intercom/interrogation{ + pixel_y = -26 + }, +/turf/simulated/floor/plasteel, +/area/station/security/interrogation) +"sdv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"sdw" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/table, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"sdA" = ( +/obj/structure/flora/ash/rock/style_random, +/turf/simulated/floor/plating/asteroid/basalt/plasma, +/area/station/engineering/atmos/asteroid_core) +"sdJ" = ( +/turf/simulated/wall, +/area/station/hallway/primary/aft) +"sdM" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"sej" = ( +/obj/machinery/suit_storage_unit/expedition, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/expedition) +"sel" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -8; + pixel_y = 1 + }, +/obj/item/reagent_containers/condiment/saltshaker, +/turf/simulated/floor/wood, +/area/station/service/bar) +"sem" = ( +/turf/simulated/floor/plasteel, +/area/station/public/park) +"sew" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"sey" = ( +/obj/item/shard, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/flour/foam, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"seE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurplecorners" + }, +/area/station/science/genetics) +"seH" = ( +/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/plasteel, +/area/station/medical/reception) +"seI" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"seO" = ( +/obj/item/toy/figure/crew/botanist{ + pixel_y = 17; + pixel_x = -4 + }, +/obj/machinery/economy/vending/hydronutrients, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"seW" = ( +/turf/simulated/floor/wood, +/area/station/maintenance/fpmaint) +"sfg" = ( +/obj/structure/table, +/obj/item/storage/firstaid/machine, +/obj/item/storage/firstaid/machine, +/obj/item/robotanalyzer, +/obj/item/robotanalyzer, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"sfq" = ( +/obj/structure/rack, +/obj/item/storage/briefcase{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/briefcase{ + pixel_x = 3 + }, +/obj/item/storage/secure/briefcase{ + pixel_x = 2; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"sfs" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/station/public/park) +"sfv" = ( +/mob/living/simple_animal/bunny, +/obj/structure/flora/ausbushes/brflowers, +/obj/machinery/status_display{ + name = "cargo display"; + pixel_y = 32; + pixel_x = -32 + }, +/turf/simulated/floor/grass, +/area/station/public/park) +"sfz" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"sfA" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"sfE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"sfG" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"sfK" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sfP" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sfT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"sfU" = ( +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"sfX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable{ + 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/plasteel, +/area/station/engineering/atmos/distribution) +"sgc" = ( +/obj/machinery/door/airlock/titanium, +/obj/structure/fans/tiny, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"sgd" = ( +/obj/item/target, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"sgh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"sgi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"sgk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sgm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"sgn" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood, +/area/station/service/library) +"sgr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_starboard) +"sgs" = ( +/obj/structure/sign/vacuum/external, +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"sgG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"sgI" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"sgL" = ( +/obj/effect/spawner/window/reinforced/polarized{ + id = "med1" + }, +/turf/simulated/floor/plating, +/area/station/medical/patients_rooms_secondary) +"sgN" = ( +/obj/machinery/atmospherics/portable/pump, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"sgP" = ( +/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/station/maintenance/apmaint) +"sgU" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/garden) +"she" = ( +/obj/structure/closet/wardrobe/black, +/obj/item/storage/box/bodybags, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"shl" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Access" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/science/minisat, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"sht" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"shv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"shw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"shE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"shL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central/south) +"shO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"shQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"shX" = ( +/obj/structure/table, +/obj/item/clothing/glasses/monocle{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/item/clothing/glasses/monocle{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/item/clothing/glasses/monocle, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"shZ" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/reagent_scanner/adv, +/obj/item/reagent_scanner/adv, +/obj/item/hand_labeler, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"sic" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance" + }, +/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/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sih" = ( +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Assembly Line West" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"sik" = ( +/turf/simulated/wall, +/area/station/maintenance/fpmaint) +"sit" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"siv" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/public/storage/office) +"siI" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"siN" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"siO" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_filtering) +"siP" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Morgue Maintenance" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/starboard) +"sja" = ( +/obj/effect/landmark/damageturf, +/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/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"sjf" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sjg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"sjr" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"sju" = ( +/obj/structure/table, +/obj/item/poster/random_contraband, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"sjw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"sjx" = ( +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"sjz" = ( +/obj/machinery/camera{ + c_tag = "AI Satellite ExteriorEast"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/space) +"sjB" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"sjG" = ( +/obj/machinery/door/airlock/maintenance, +/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/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"sjI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/transit) +"sjK" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/turf/simulated/floor/wood, +/area/station/command/office/rd) +"sjM" = ( +/obj/structure/table, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/pen/multi, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"sjN" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"sjT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/alarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"ska" = ( +/obj/structure/table, +/obj/machinery/computer/med_data/laptop{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"skb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"ske" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitehall" + }, +/area/station/medical/reception) +"skf" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/stack/packageWrap, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"skh" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/storage/box/gloves{ + pixel_y = 8 + }, +/obj/item/camera/autopsy{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/machinery/camera{ + c_tag = "Medbay Coroner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"skj" = ( +/obj/structure/table, +/obj/item/storage/firstaid/brute{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/brute, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/medical/storage) +"skm" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/security/aft_port) +"sks" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Custom Mix Line In" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"skw" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"skE" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"skF" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/drinks/bottle/wine, +/obj/item/reagent_containers/drinks/bottle/wine{ + pixel_y = 13; + pixel_x = -7 + }, +/obj/item/reagent_containers/drinks/cans/badminbrew{ + pixel_x = 5 + }, +/obj/item/reagent_containers/drinks/bottle/rum{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"skH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/checkpoint/secondary) +"skK" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/arrows/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"skO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"skR" = ( +/obj/item/stack/sheet/mineral/plasma{ + layer = 2.9 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"skT" = ( +/obj/structure/chair/sofa/corp, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"slj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"slp" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway West"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner"; + dir = 8 + }, +/area/station/hallway/primary/central/west) +"slq" = ( +/obj/structure/rack, +/obj/item/storage/box/bodybags, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"slw" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"slA" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"slD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/fore/north) +"slE" = ( +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"slH" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"slK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"slX" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"sms" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/turret_protected/ai) +"smF" = ( +/obj/structure/closet/crate, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"smP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"smT" = ( +/obj/structure/sink/kitchen{ + dir = 1; + pixel_y = -8 + }, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"smU" = ( +/obj/effect/spawner/window/reinforced/plasma, +/obj/machinery/door/poddoor/preopen{ + id_tag = "telescienceblast"; + name = "test chamber blast doors" + }, +/turf/simulated/floor/plating, +/area/station/science/explab) +"smX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/computer/guestpass{ + pixel_x = 30 + }, +/obj/machinery/camera{ + c_tag = "Engineering Foyer East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"smY" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"snd" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/maintenance/asmaint) +"snD" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_y = 6 + }, +/obj/item/reagent_containers/syringe{ + pixel_x = 4; + pixel_y = -1 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/machinery/camera{ + c_tag = "Security Exam Room"; + dir = 5; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/security/prison) +"snE" = ( +/obj/machinery/constructable_frame/machine_frame, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"snP" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + 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/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"snR" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"snW" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/brig) +"snX" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"sog" = ( +/obj/structure/table/glass, +/obj/item/paper, +/obj/item/pen/blue, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"sos" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sov" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"soz" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/garden) +"soA" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"soN" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"soQ" = ( +/obj/machinery/door/airlock/research{ + name = "Test Lab" + }, +/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/mapping_helpers/airlock/access/all/science/tox, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"soR" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"soT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"soW" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"soY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"spb" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/obj/item/reagent_containers/condiment/enzyme, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"spn" = ( +/obj/structure/table, +/obj/item/decorations/sticky_decorations/flammable/jack_o_lantern, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"spq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio5"; + name = "Chamber 5 Containment Blast Doors" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"spA" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/robotics) +"spL" = ( +/obj/structure/dresser, +/obj/item/toy/figure/crew/qm{ + pixel_x = -6; + pixel_y = 14 + }, +/turf/simulated/floor/wood, +/area/station/supply/qm) +"spN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"spQ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"sqa" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/meson{ + pixel_y = 5 + }, +/obj/item/multitool, +/obj/machinery/alarm/directional/east, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"sqd" = ( +/obj/structure/table/wood, +/obj/item/wirecutters, +/obj/item/crowbar, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid) +"sqn" = ( +/obj/structure/table, +/obj/item/wirecutters, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"sqr" = ( +/turf/simulated/wall/r_wall, +/area/station/aisat/breakroom) +"sqy" = ( +/obj/machinery/blackbox_recorder, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuit" + }, +/area/station/telecomms/computer) +"sqB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"sqE" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"sqI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/economy/vending/wallmed/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/dorms) +"sqS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"sqT" = ( +/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; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"sqZ" = ( +/obj/structure/table, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/stack/cable_coil, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sro" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = -2 + }, +/obj/item/multitool, +/obj/item/multitool{ + pixel_x = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"srp" = ( +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"srv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"srx" = ( +/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/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/west) +"srF" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"srK" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/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/engine, +/area/station/engineering/engine) +"srL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"srS" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"ssf" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ssp" = ( +/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/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ssD" = ( +/turf/simulated/wall, +/area/station/maintenance/solar_maintenance/fore_port) +"ssJ" = ( +/obj/machinery/door/airlock/medical{ + locked = 1; + name = "Abandoned Chemistry" + }, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"ssT" = ( +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"ssV" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/starboard) +"ssZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"sth" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"sti" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + sort_type_txt = "20" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"stj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/status_display{ + pixel_x = -32; + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"stk" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"sto" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"stp" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/starboard) +"stv" = ( +/obj/structure/rack, +/obj/item/soap/deluxe, +/obj/item/mop, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"stA" = ( +/obj/machinery/computer/operating{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"stF" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"stH" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"stK" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"stM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"stQ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"stR" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Secure Tech Storage" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"stU" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"stV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"suj" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"sul" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"sup" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/camera{ + c_tag = "Brig Labor Camp Airlock North"; + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prisonershuttle) +"sut" = ( +/obj/machinery/economy/vending/secdrobe, +/obj/item/toy/figure/crew/secofficer{ + pixel_x = 8; + pixel_y = 17 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"suv" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/gloves/color/fyellow{ + pixel_y = 4 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"suw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHSW"; + location = "CHS2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"sux" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"suS" = ( +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"suU" = ( +/obj/structure/closet, +/obj/item/t_scanner, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"svc" = ( +/obj/structure/cable{ + 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/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"svl" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber" + }, +/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/mapping_helpers/airlock/access/all/science/minisat, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"svn" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"svr" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"svs" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"svw" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"svF" = ( +/obj/machinery/door/airlock/multi_tile{ + name = "maintenance access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"svJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door_control{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -1; + pixel_y = -24; + req_access_txt = "31" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"svU" = ( +/obj/structure/cable{ + 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/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"svY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/break_room) +"swd" = ( +/obj/item/seeds/cherry, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"swe" = ( +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 8 + }, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/science/toxins/mixing) +"swk" = ( +/obj/effect/spawner/window/reinforced/tinted, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"swl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sww" = ( +/obj/effect/spawner/random_barrier/possibly_welded_airlock, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"swx" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"swK" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"swL" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/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/station/maintenance/aft) +"swR" = ( +/obj/structure/table, +/obj/item/flashlight/lamp{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"swY" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"sxj" = ( +/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 = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/spacebridge/security/south) +"sxn" = ( +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"sxs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"sxu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"sxw" = ( +/obj/item/radio/intercom/custom{ + pixel_x = -28; + pixel_y = -10 + }, +/obj/item/radio/intercom/private{ + pixel_x = 28; + pixel_y = -10 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/obj/effect/landmark/start/ai, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"sxx" = ( +/obj/structure/table/reinforced, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"sxN" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/ne) +"sxO" = ( +/obj/structure/table/wood, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/storage/secure/briefcase, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"sxQ" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=SCI"; + location = "SAH" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"sxR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction/y{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"sxT" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"sxU" = ( +/turf/simulated/wall, +/area/station/security/prison) +"syb" = ( +/obj/structure/railing/corner, +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "cautioncorner" + }, +/area/station/public/dorms) +"syi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"syk" = ( +/obj/item/grown/bananapeel/mimanapeel{ + layer = 1.99 + }, +/obj/structure/falsewall{ + desc = "A huge chunk of metal used to separate rooms. Nothing odd here, sir."; + name = "inconspicuous wall" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sym" = ( +/obj/item/storage/box, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"syn" = ( +/turf/simulated/wall, +/area/station/hallway/primary/central/ne) +"syu" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"syB" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/wood, +/area/station/service/library) +"syJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"syO" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"syR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"syW" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"sza" = ( +/obj/machinery/economy/vending/atmosdrobe, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"szd" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + color = ""; + name = "CO2 Outlet Valve" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"szh" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/cockroach, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"szl" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"szm" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"szp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/execution) +"szr" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"szu" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/service/theatre) +"szz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"szD" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood, +/area/station/hallway/secondary/exit) +"szH" = ( +/obj/machinery/door/airlock/research{ + autoclose = 0; + id_tag = "xeno_door_ext"; + locked = 1; + name = "Xenobiology External Airlock" + }, +/obj/machinery/access_button{ + autolink_id = "xeno_btn_ext"; + name = "Xenobiology Access Button"; + pixel_x = -24; + req_access_txt = "55" + }, +/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/mapping_helpers/airlock/access/all/science/xenobio, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"szO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"szQ" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Desk" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmos Blast Door" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"szR" = ( +/obj/machinery/atmospherics/binary/pump, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/asteroid_filtering) +"szZ" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"sAa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"sAd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/station/maintenance/aft2) +"sAe" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"sAn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"sAp" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sAy" = ( +/obj/structure/rack, +/obj/item/melee/baton/cattleprod, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sAA" = ( +/obj/structure/table, +/obj/item/rpd, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sAB" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sAD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"sAG" = ( +/turf/simulated/wall/r_wall, +/area/station/security/prison) +"sAH" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"sAI" = ( +/obj/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"sAK" = ( +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"sAL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"sAN" = ( +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.1 + }, +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sAW" = ( +/obj/machinery/iv_drip, +/obj/machinery/alarm/directional/west, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"sBb" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/obj/effect/turf_decal/arrows{ + dir = 8; + pixel_x = 15 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"sBe" = ( +/obj/machinery/door/airlock/security/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"sBm" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"sBB" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"sBC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"sBE" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable, +/turf/simulated/floor/plating/airless, +/area/station/aisat/breakroom) +"sBR" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sBT" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"sBU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/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/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sCg" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"sCk" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"sCm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/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/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"sCn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"sCu" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"sCv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"sCy" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"sCB" = ( +/obj/structure/closet/body_bag, +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/maintenance/aft2) +"sCD" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/effect/mapping_helpers/airlock/windoor/access/all/service/hydroponics{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/autoname/desk{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"sCH" = ( +/obj/structure/sign/poster/official/state_laws{ + pixel_y = -32 + }, +/obj/effect/turf_decal/delivery/hollow/left, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/hallway/primary/starboard/south) +"sCQ" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"sCR" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/item/kirbyplants, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"sCU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"sDh" = ( +/obj/structure/chair/sofa/corp{ + dir = 8 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"sDk" = ( +/obj/effect/decal/cleanable/dirt, +/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/cyan{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"sDq" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"sDt" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/warden) +"sDB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"sDJ" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"sDK" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/obj/machinery/atmospherics/pipe/simple/visible/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/space, +/area/station/engineering/atmos/asteroid_filtering) +"sDY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/grass, +/area/station/maintenance/abandoned_garden) +"sEw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 4; + sort_type_txt = "5" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sEy" = ( +/turf/simulated/wall/r_wall, +/area/station/science/explab) +"sEA" = ( +/obj/machinery/door/airlock/public{ + name = "Dorms Storefront 1"; + id_tag = "shopdoor1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"sEM" = ( +/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" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"sEO" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plasteel{ + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"sEQ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"sEY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/sign/pods{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"sFb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"sFg" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"sFh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"sFj" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"sFr" = ( +/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" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"sFt" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio1"; + name = "Chamber 1 Containment Blast Doors" + }, +/obj/structure/sign/science{ + icon_state = "doors" + }, +/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{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"sFx" = ( +/obj/item/stack/sheet/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sFz" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"sFB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"sFE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/security/permabrig) +"sFK" = ( +/obj/machinery/computer/rdconsole/experiment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"sFP" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"sFS" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/carpet, +/area/station/public/arcade) +"sGa" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/food/dough, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sGf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"sGg" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"sGk" = ( +/obj/structure/chair/wheelchair, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sGl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/cleanliness{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sGo" = ( +/obj/machinery/door/airlock/command/glass, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast entrance"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"sGx" = ( +/obj/machinery/alarm/directional/east, +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"sGz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"sGG" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; + name = "Chemistry Cleaner" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"sGH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"sGL" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"sGN" = ( +/obj/structure/table, +/obj/item/storage/toolbox, +/obj/item/melee/baseball_bat, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"sGU" = ( +/obj/machinery/flasher_button{ + pixel_y = 25; + id = "Perma Cell 2" + }, +/obj/machinery/door_control{ + desc = "A remote control-switch to lock down the prison wing's blast doors"; + id = "Prison Perma Cell 2"; + name = "Cell Lockdown"; + pixel_y = 31; + req_access_txt = "2"; + specialfunctions = 4; + normaldoorcontrol = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"sGV" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"sHa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"sHf" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"sHh" = ( +/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 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"sHm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"sHB" = ( +/obj/structure/closet, +/obj/item/extinguisher/mini, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"sHD" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Robotics" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "robo" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics/chargebay) +"sHG" = ( +/obj/structure/bed/dogbed, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"sHN" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"sHR" = ( +/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/corner{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"sIf" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"sIm" = ( +/turf/simulated/wall, +/area/station/security/range) +"sIn" = ( +/obj/machinery/atmospherics/binary/pump/on, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"sIx" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"sIE" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/chief_medical_officer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"sIQ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"sIS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"sJb" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + name = "east bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + dir = 4 + }, +/area/station/science/explab) +"sJx" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"sJB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"sJG" = ( +/obj/structure/chair, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"sJH" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom" + }, +/area/station/medical/medbay2) +"sJI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"sJK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"sJM" = ( +/obj/item/kirbyplants, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"sJN" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_x = 28; + name = "east bump"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"sKb" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/railing/cap{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/grass, +/area/station/public/park) +"sKh" = ( +/obj/machinery/door/airlock/security/glass, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prisonlockers) +"sKk" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"sKm" = ( +/obj/structure/closet/secure_closet/explorer, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/expedition) +"sKo" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/hos, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"sKs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"sKu" = ( +/obj/machinery/atmospherics/portable/scrubber, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"sKy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"sKI" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sKO" = ( +/obj/structure/closet/secure_closet/mime, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"sKP" = ( +/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" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"sKV" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"sKW" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"sLg" = ( +/obj/structure/table, +/obj/item/gps/mining, +/obj/machinery/alarm/directional/east, +/obj/item/gps/mining{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"sLh" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"sLu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"sLC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_filtering) +"sLD" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/science/toxins/mixing) +"sLE" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"sLH" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"sLK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"sLS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"sLX" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/sop_science{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"sMa" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"sMc" = ( +/obj/structure/reagent_dispensers/beerkeg/nuke{ + name = "Nanotrasen-brand nuclear fizz-sion explosive" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft2) +"sMk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"sMo" = ( +/obj/structure/mineral_door/wood, +/obj/structure/barricade/wooden/crude, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8; + pixel_y = 10 + }, +/turf/simulated/floor/grass, +/area/station/maintenance/aft) +"sMp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/sorting) +"sMs" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"sMt" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"sMw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Departure Lounge North"; + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"sMz" = ( +/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/structure/disposalpipe/sortjunction/reversed{ + dir = 1; + sort_type_txt = "4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"sMI" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/storage) +"sMO" = ( +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"sMR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"sMZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"sNb" = ( +/obj/machinery/camera{ + c_tag = "Perma A North West"; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/security/permabrig) +"sNd" = ( +/obj/structure/table, +/obj/item/storage/fancy/matches, +/obj/item/storage/fancy/rollingpapers, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"sNm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"sNt" = ( +/obj/structure/transit_tube/curved/flipped, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid_filtering) +"sNO" = ( +/obj/structure/table, +/obj/item/storage/firstaid/o2{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/o2, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/medical/storage) +"sNT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"sOp" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/cans/bottler/glass_bottle{ + pixel_x = -9 + }, +/obj/item/reagent_containers/drinks/cans/bottler/glass_bottle{ + pixel_x = 4 + }, +/obj/item/clothing/head/pirate, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"sOv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"sOx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/brig) +"sOV" = ( +/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{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"sOZ" = ( +/obj/effect/spawner/random/maintenance, +/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/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"sPc" = ( +/obj/structure/transit_tube/curved/flipped, +/turf/space, +/area/space/nearstation) +"sPg" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/office) +"sPm" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/storage) +"sPF" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24 + }, +/obj/machinery/button/windowtint{ + desc = "A remote control switch for polarized windows. For culling the sight of the equipment-starved masses."; + id = "rd"; + name = "Office Window Tint Control"; + pixel_x = -24; + dir = 4; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"sPK" = ( +/obj/machinery/door/airlock/glass{ + name = "Prison"; + id_tag = "Prison Perma Cell 1" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"sPM" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start/detective, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"sPP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"sQc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"sQj" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/blood_often, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"sQn" = ( +/obj/structure/barricade/wooden/crude, +/obj/machinery/door/airlock/science/glass{ + welded = 1; + locked = 1; + name = "Abandoned Airlock" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"sQp" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"sQt" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"sQJ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sQL" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"sQR" = ( +/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/structure/disposalpipe/segment, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"sQU" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sQV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"sQW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"sQX" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"sRb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"sRd" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"sRf" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"sRm" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/dorms) +"sRo" = ( +/obj/item/flag/mime, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + name = "east bump" + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"sRq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sRr" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"sRv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/plasma, +/area/station/engineering/atmos/asteroid_core) +"sRx" = ( +/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" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"sRy" = ( +/obj/structure/closet/secure_closet/brig, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"sRz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"sRB" = ( +/obj/structure/window/reinforced, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sRI" = ( +/obj/effect/spawner/random_barrier/possibly_welded_airlock, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"sRJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/maintenance/electrical) +"sSc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"sSf" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology/lab) +"sSr" = ( +/obj/machinery/door/airlock/glass{ + name = "Internal Affairs Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/iaa, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "IAA" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"sSv" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + locked = 1 + }, +/obj/structure/barricade/wooden, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"sSy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"sSA" = ( +/obj/machinery/space_heater, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"sSN" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"sTa" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"sTg" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/cryo) +"sTk" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_y = 7; + pixel_x = -7 + }, +/obj/item/reagent_containers/drinks/mug/med, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"sTx" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/aft) +"sTz" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/cans/cola, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"sTC" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"sTG" = ( +/turf/simulated/wall, +/area/station/science/genetics) +"sTI" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sTJ" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"sTL" = ( +/obj/machinery/conveyor/south{ + id = "garbage" + }, +/obj/effect/turf_decal/stripes, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/plasticflaps, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"sTO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"sTY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"sTZ" = ( +/obj/structure/table, +/obj/item/ashtray/glass, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"sUc" = ( +/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; + initialize_directions = 11 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"sUe" = ( +/obj/machinery/newscaster/security_unit{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"sUj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"sUp" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/left, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"sUq" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"sUG" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"sUJ" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"sUN" = ( +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"sUV" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"sUW" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/wirerod, +/obj/item/wirecutters, +/obj/item/crowbar/large, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/item/seeds/bamboo, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"sVb" = ( +/obj/machinery/atmospherics/supermatter_crystal/engine, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"sVf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"sVk" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"sVq" = ( +/obj/structure/girder, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"sVs" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"sVx" = ( +/obj/machinery/atmospherics/portable/scrubber, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"sVz" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/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/station/maintenance/aft2) +"sVB" = ( +/obj/structure/window/plasmareinforced, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/structure/cable/yellow, +/obj/machinery/atmospherics/pipe/manifold/visible/supply{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"sVE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"sVG" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32; + step_size = 0 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"sVI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"sVN" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "HoS" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"sVU" = ( +/obj/structure/table/glass, +/obj/item/soap/nanotrasen, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/storage) +"sVV" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sVY" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid) +"sWb" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"sWf" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/blueshield) +"sWh" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"sWi" = ( +/obj/machinery/airlock_controller/access_controller{ + name = "Virology Lab Access Console"; + pixel_y = 24; + req_one_access_txt = "39"; + ext_door_link_id = "viro_door_ext"; + int_door_link_id = "viro_door_int"; + ext_button_link_id = "viro_btn_ext"; + int_button_link_id = "viro_btn_int" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"sWp" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper/precision, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"sWq" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"sWr" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"sWt" = ( +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "gravity" + }, +/turf/simulated/floor/plating, +/area/station/engineering/gravitygenerator) +"sWz" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"sWB" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"sWD" = ( +/obj/structure/table, +/obj/item/toner{ + pixel_y = 6 + }, +/obj/item/toner{ + pixel_y = 3 + }, +/obj/item/toner, +/obj/item/toner{ + pixel_y = -4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"sWG" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"sWH" = ( +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"sWP" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"sWT" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Kitchen"; + dir = 4 + }, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Kitchen Delivery" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/service/kitchen) +"sWU" = ( +/obj/structure/cable{ + 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/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room/secondary) +"sWV" = ( +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"sWY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/medical/storage) +"sXd" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"sXg" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"sXo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sXu" = ( +/obj/machinery/disposal, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"sXw" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"sXC" = ( +/obj/structure/closet/cardboard, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"sXE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/medical/storage) +"sXF" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/obj/machinery/atmospherics/meter{ + autolink_id = "mair_out_meter"; + layer = 2.9; + name = "Mixed Air Tank Out" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"sXH" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_3) +"sXN" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrowncorners" + }, +/area/station/supply/qm) +"sXP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"sXR" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/engineering/break_room/secondary) +"sXS" = ( +/obj/structure/table, +/obj/item/wirecutters/security, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/interrogation) +"sXV" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"sXY" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"sXZ" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"sYb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"sYm" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology/lab) +"sYo" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/service/library) +"sYy" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/medical/paramedic) +"sYH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"sYI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/execution) +"sYL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/space, +/area/space) +"sYW" = ( +/obj/item/kirbyplants, +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"sZb" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"sZi" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"sZl" = ( +/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/structure/disposalpipe/segment, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"sZB" = ( +/turf/simulated/wall, +/area/station/maintenance/storage) +"sZD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"sZN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/constructable_frame/machine_frame, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sZP" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry/lounge) +"sZS" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = 5 + }, +/obj/item/lighter/zippo{ + pixel_x = 5 + }, +/obj/item/flashlight/lamp{ + pixel_x = -6; + pixel_y = 13 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ce) +"sZW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/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, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"tan" = ( +/obj/machinery/economy/vending/clothing, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/service/theatre) +"tao" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/hallway/primary/fore/north) +"tap" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"taq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"tau" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"taP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"taX" = ( +/obj/structure/rack, +/obj/item/assembly/igniter{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/assembly/igniter{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/assembly/igniter{ + pixel_x = -2 + }, +/obj/item/assembly/igniter{ + pixel_y = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"tba" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/pen, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/legal/courtroom) +"tbb" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"tbi" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/hallway/primary/central/south) +"tbq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"tbu" = ( +/mob/living/simple_animal/bot/secbot/pingsky, +/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/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"tbw" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"tbD" = ( +/obj/structure/chair/sofa/right, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"tbJ" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/crayons, +/obj/structure/cable/yellow, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood, +/area/station/service/clown) +"tbM" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"tbP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/transit) +"tbS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"tbW" = ( +/obj/structure/table, +/obj/item/phone, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"tce" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/medical/storage) +"tcf" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort1" + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"tcj" = ( +/obj/structure/closet/secure_closet/medical3, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/medical/storage) +"tcm" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"tcq" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "AI Core Door" + }, +/obj/machinery/flasher{ + id = "Cell 4"; + pixel_y = 20; + pixel_x = -21 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"tcs" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"tct" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/warden) +"tcx" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/breakroom) +"tcy" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"tcz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/obj/machinery/door/airlock/atmos{ + name = "Security Maintenance Atmospherics control" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"tcB" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"tcC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/visible/purple, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"tcF" = ( +/obj/machinery/economy/vending/sustenance, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"tcH" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/public/park) +"tcL" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/security/fore) +"tdh" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"tdj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"tdl" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"tdp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"tdu" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/primary) +"tdJ" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"tdK" = ( +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"tdN" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"tea" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/break_room) +"teb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"tei" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/lifestar, +/turf/simulated/floor/plating, +/area/station/medical/sleeper) +"tep" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"teq" = ( +/mob/living/simple_animal/lizard{ + name = "Valid" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ter" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/sw) +"teu" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"tex" = ( +/obj/structure/table/reinforced, +/obj/item/storage/backpack/duffel/security, +/obj/item/reagent_containers/glass/bottle/morphine, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 8 + }, +/obj/item/reagent_containers/glass/bottle/facid, +/obj/item/reagent_containers/glass/bottle/facid, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"teC" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Conference Room"; + id_tag = "conference" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "conference" + }, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"teD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"teF" = ( +/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/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"teK" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"teO" = ( +/obj/structure/mopbucket, +/obj/item/caution, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"teP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"teR" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"teS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"teT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"tfb" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"tfe" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"tfj" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"tfk" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"tfl" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"tfm" = ( +/obj/structure/table/wood, +/obj/machinery/smartfridge/id, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"tfs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"tft" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"tfz" = ( +/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 = 10 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"tfB" = ( +/obj/structure/closet/secure_closet/brig, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"tfI" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"tfP" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"tfU" = ( +/obj/structure/table/reinforced, +/obj/item/eftpos/register{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "dormshop2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"tfV" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"tfW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"tgg" = ( +/obj/structure/cable{ + 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/plasteel/dark, +/area/station/command/vault) +"tgv" = ( +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"tgD" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"tgF" = ( +/obj/structure/table, +/obj/item/storage/fancy/matches, +/obj/item/storage/fancy/rollingpapers, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"tgQ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/hall) +"tgT" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/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/station/maintenance/aft2) +"tgV" = ( +/obj/machinery/photocopier, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"tgX" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry/lounge) +"tgZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"the" = ( +/obj/effect/turf_decal{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"thk" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"thn" = ( +/obj/structure/cable{ + 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/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"thq" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"thH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"thM" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/airlock/e_to_w, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"thP" = ( +/obj/structure/rack, +/obj/item/clothing/suit/armor/riot/sec{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/clothing/suit/armor/riot/sec{ + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/riot/sec{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/suit/armor/bulletproof/sec{ + pixel_x = 3; + pixel_y = -1 + }, +/obj/item/clothing/suit/armor/bulletproof/sec{ + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/bulletproof/sec{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"thS" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + autolink_id = "air_in"; + on = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"thV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/sorting) +"tic" = ( +/obj/item/circuitboard/arcade/orion_trail, +/obj/item/trash/spentcasing, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"tih" = ( +/obj/structure/rack, +/obj/item/apc_electronics, +/obj/item/stock_parts/cell{ + maxcharge = 2000 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"tim" = ( +/obj/item/stack/rods{ + amount = 2 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"tiu" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"tiw" = ( +/obj/effect/landmark/burnturf, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"tiJ" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/status_display/supply_display{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Cargo Office West"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"tiK" = ( +/obj/machinery/prize_counter, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"tiU" = ( +/obj/machinery/atmospherics/binary/pump/on, +/obj/machinery/access_button{ + autolink_id = "turbine_btn_int"; + name = "Gas Turbine Airlock Control"; + pixel_x = -8; + pixel_y = 24 + }, +/turf/simulated/floor/engine, +/area/station/engineering/atmos/asteroid_filtering) +"tiW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"tiX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"tiZ" = ( +/obj/machinery/computer/arcade/recruiter{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"tja" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"tjl" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"tjn" = ( +/obj/effect/decal/cleanable/dirt, +/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/manifold/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/junction/y{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"tjs" = ( +/obj/machinery/economy/atm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"tju" = ( +/obj/item/chair/wood, +/obj/item/seeds/cannabis, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"tjA" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/entry) +"tjG" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"tjH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"tjP" = ( +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 39; + pixel_x = 32 + }, +/obj/structure/sign/directions/bridge{ + dir = 1; + pixel_x = 32; + pixel_y = 32 + }, +/obj/structure/sign/directions/evac{ + dir = 1; + pixel_y = 25; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"tkf" = ( +/obj/machinery/power/treadmill{ + dir = 8 + }, +/obj/machinery/treadmill_monitor{ + pixel_x = 32; + id = "Fit1" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/public/fitness) +"tky" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/service/theatre) +"tkB" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plating, +/area/station/science/toxins/mixing) +"tkC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"tkD" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/cans/bottler/glass_bottle{ + pixel_x = 4 + }, +/obj/item/reagent_containers/drinks/cans/bottler/glass_bottle, +/obj/item/reagent_containers/drinks/cans/bottler/glass_bottle{ + pixel_x = -9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"tkI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"tkO" = ( +/obj/item/kirbyplants, +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"tkU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"tkW" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"tlb" = ( +/obj/structure/table/wood, +/obj/machinery/fishtank/bowl, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/pet_store) +"tlf" = ( +/obj/structure/table/glass, +/obj/item/soap/nanotrasen, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"tlr" = ( +/obj/structure/closet/crate, +/obj/item/hand_labeler, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tls" = ( +/obj/machinery/door/airlock/external{ + name = "Arrival Airlock" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"tlt" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway West"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"tlu" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"tlw" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/public/pet_store) +"tly" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"tlz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/extinguisher/mini, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"tlD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/rd) +"tlF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"tlI" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"tlM" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/alarm/directional/north, +/obj/machinery/camera{ + c_tag = "Arrivals East" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"tlN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowcorner"; + dir = 4 + }, +/area/station/medical/chemistry) +"tlQ" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"tlW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/public/dorms) +"tlX" = ( +/obj/effect/decal/cleanable/dirt, +/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/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"tlZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"tma" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint2) +"tmj" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/flour/foam, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"tmp" = ( +/obj/structure/sign/lifestar{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/starboard) +"tmr" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/station/science/robotics/chargebay) +"tmt" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/medical/virology/lab) +"tmH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"tmK" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/hairflower{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/clothing/head/hairflower{ + pixel_y = 5; + pixel_x = 5 + }, +/obj/item/clothing/head/hairflower, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"tmX" = ( +/obj/structure/table, +/obj/item/ashtray/glass, +/obj/item/clothing/mask/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"tmY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/foamedmetal, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"tna" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"tnb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"tnk" = ( +/turf/simulated/wall/r_wall, +/area/station/command/teleporter) +"tnn" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/evidence) +"tnr" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/railing, +/mob/living/simple_animal/deer{ + name = "Reed" + }, +/turf/simulated/floor/grass, +/area/station/public/park) +"tnt" = ( +/obj/machinery/door/airlock/command/glass, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast entrance"; + name = "Bridge Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"tnv" = ( +/obj/structure/table/wood, +/obj/item/megaphone, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/rd) +"tnw" = ( +/obj/structure/chair/sofa/left{ + color = "#85130b"; + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"tnx" = ( +/obj/structure/cable{ + 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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/science/break_room) +"tnB" = ( +/obj/structure/table, +/obj/item/storage/photo_album, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"tnK" = ( +/obj/structure/grille, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"tnP" = ( +/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; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"tnT" = ( +/obj/structure/table, +/obj/item/decorations/sticky_decorations/flammable/heart_chain{ + pixel_y = 11 + }, +/obj/item/clothing/head/flower_crown, +/obj/item/toy/figure/crew/captain{ + pixel_y = 1; + pixel_x = -4 + }, +/obj/item/toy/figure/crew/scientist{ + pixel_y = 1; + pixel_x = 3 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"tnX" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Containment Pen" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"tnY" = ( +/obj/machinery/computer/arcade, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"tob" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/engineering/atmos/asteroid_filtering) +"tod" = ( +/obj/machinery/suit_storage_unit/ce/secure, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"toe" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"tog" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"tok" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_garden) +"tom" = ( +/obj/item/chair/wood, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"ton" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"tou" = ( +/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/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"toy" = ( +/obj/item/radio/intercom, +/obj/structure/table/wood/fancy/blue, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"toz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"toB" = ( +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"toH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"toM" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"toU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"toV" = ( +/obj/structure/sign/poster/official/love_ian{ + pixel_y = 32 + }, +/obj/item/decorations/sticky_decorations/flammable/heart_chain{ + pixel_y = 11 + }, +/obj/structure/bed, +/obj/item/bedsheet/orange, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"tpe" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/public/storage/office) +"tpl" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"tpn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/cmo) +"tpo" = ( +/obj/machinery/computer/security/telescreen/entertainment/television, +/turf/simulated/floor/carpet/royalblack, +/area/station/maintenance/fsmaint) +"tpq" = ( +/obj/effect/landmark/burnturf, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tps" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/station/hallway/primary/central/se) +"tpE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"tpM" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Engineering Construction West"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"tpP" = ( +/obj/structure/bed/dogbed/runtime, +/mob/living/simple_animal/pet/cat/Runtime, +/obj/item/toy/cattoy, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"tpV" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/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/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"tpW" = ( +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/clothing/gloves/color/latex/nitrile{ + pixel_y = 5 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/storage) +"tpZ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"tqd" = ( +/obj/structure/table, +/obj/item/poster/random_contraband, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"tqe" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/public/dorms) +"tql" = ( +/turf/simulated/floor/carpet/royalblack, +/area/station/maintenance/fsmaint) +"tqm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"tqq" = ( +/obj/structure/table, +/obj/item/radio{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/radio{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio{ + pixel_y = 6 + }, +/obj/item/radio, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/expedition) +"tqB" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tqJ" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"tqL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"tqO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/plasteel{ + icon_state = "purple" + }, +/area/station/maintenance/electrical) +"tqS" = ( +/obj/machinery/light, +/obj/machinery/power/apc/important/directional/south, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/warden) +"tqX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"tqY" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"trj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"trk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"trn" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/garden) +"trE" = ( +/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/plasteel, +/area/station/hallway/primary/starboard/south) +"trG" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_y = 3 + }, +/obj/item/clothing/glasses/hud/skills{ + pixel_x = -20; + pixel_y = 8 + }, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"trI" = ( +/obj/machinery/door/poddoor{ + id_tag = "justice_blast"; + name = "Justice Blast Door" + }, +/obj/structure/grille, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/security/execution) +"trJ" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"trM" = ( +/obj/effect/decal/cleanable/confetti, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"trQ" = ( +/obj/machinery/recharger, +/obj/structure/table/wood, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/machinery/camera{ + c_tag = "Head of Personnel Office North"; + dir = 6 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"trS" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/toy/plushie/grey_cat, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"tsa" = ( +/turf/simulated/wall, +/area/station/security/prisonershuttle) +"tsg" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"tsp" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"tst" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/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/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"tsv" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"tsw" = ( +/obj/structure/table, +/obj/item/taperecorder, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/processing) +"tsy" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Perma Cell 1" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"tsJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"tsP" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"tsV" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ttc" = ( +/obj/machinery/constructable_frame/machine_frame, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ttf" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"tto" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"ttv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"tty" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ttA" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ttC" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Perma Cell 2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/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/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"ttG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"ttI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ttK" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"ttM" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/clothing/glasses/meson, +/obj/item/multitool, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"ttN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"ttR" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/sop_command, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"ttS" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ttT" = ( +/obj/item/cigbutt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"tua" = ( +/obj/machinery/shower{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"tuf" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"tuj" = ( +/obj/structure/closet/firecloset, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"tuC" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"tuD" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 28; + name = "north bump" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"tuQ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/sw) +"tvh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/hallway/primary/aft) +"tvo" = ( +/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/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"tvp" = ( +/obj/structure/table, +/obj/item/storage/surgical_tray, +/obj/machinery/button/windowtint{ + dir = 4; + id = "RoboSurgery"; + pixel_x = -24; + range = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"tvv" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics" + }, +/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/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"tvx" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/soft/cargo, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"tvZ" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/warden) +"twa" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"twc" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/warden) +"twf" = ( +/obj/structure/transit_tube, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid_filtering) +"twi" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"twp" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/engineering/atmos/asteroid_filtering) +"twq" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"twu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/economy/atm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"twC" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"twJ" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"txh" = ( +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 25; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/hallway/primary/starboard) +"txo" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"txu" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft2) +"txC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"txD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"txI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_garden) +"txJ" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"txL" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/space, +/area/space/nearstation) +"txP" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"txT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"txZ" = ( +/obj/structure/table/wood, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/dorms) +"tyb" = ( +/turf/simulated/wall, +/area/station/service/chapel) +"tyf" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"tyi" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"tyl" = ( +/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/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"tyo" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"tyq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"tyA" = ( +/obj/structure/table/wood, +/obj/item/camera, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"tyE" = ( +/obj/structure/closet/l3closet/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"tyR" = ( +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"tyZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/theatre) +"tze" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"tzh" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"tzp" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/maintenance/aft2) +"tzz" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"tzI" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"tzK" = ( +/obj/machinery/atmospherics/portable/scrubber/huge, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_x = -29 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"tzL" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"tzV" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/misc_lab) +"tzX" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/turret_protected/ai) +"tAp" = ( +/obj/machinery/door/poddoor{ + id_tag = "auxiliaryturbinevent"; + name = "Auxiliary Turbine Vent" + }, +/turf/simulated/floor/engine, +/area/station/engineering/atmos/asteroid_filtering) +"tAu" = ( +/turf/simulated/wall, +/area/station/medical/surgery/secondary) +"tAF" = ( +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"tAW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/economy/atm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/shops) +"tAZ" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"tBm" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"tBr" = ( +/obj/structure/table/glass, +/obj/item/wrench/medical, +/obj/item/crowbar, +/obj/machinery/camera{ + c_tag = "Medbay Treatment Center North-East" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"tBt" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/machinery/light_construct/small{ + dir = 8 + }, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"tBv" = ( +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"tBx" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"tBy" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"tBL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"tBX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"tCh" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_4) +"tCl" = ( +/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/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"tCp" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"tCr" = ( +/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" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"tCt" = ( +/obj/structure/table, +/obj/item/vending_refill/cigarette{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/vending_refill/coffee, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"tCv" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"tCw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"tCA" = ( +/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" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"tCI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"tCL" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Module Hazard Pen"; + dir = 8; + network = list("Research","SS13") + }, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"tCS" = ( +/obj/structure/table, +/obj/item/flashlight/lamp/bananalamp{ + pixel_x = 8; + pixel_y = 17 + }, +/obj/item/grown/bananapeel{ + pixel_y = 3; + pixel_x = -7 + }, +/obj/item/grenade/confetti{ + pixel_x = 4 + }, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"tCV" = ( +/obj/structure/table, +/obj/item/rpd, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"tDa" = ( +/turf/simulated/wall, +/area/station/science/robotics/chargebay) +"tDc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tDg" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Starboard-Aft Primary Hallway North"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"tDi" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt/roach, +/turf/simulated/floor/carpet, +/area/station/maintenance/apmaint2) +"tDs" = ( +/obj/machinery/economy/slot_machine, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"tDu" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tDy" = ( +/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 + }, +/obj/structure/disposalpipe/junction/reversed, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"tDz" = ( +/obj/structure/rack, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"tDE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"tDO" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"tDQ" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"tDY" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/equipmentstorage) +"tEa" = ( +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"tEb" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"tEc" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/bluegrid{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/station/science/xenobiology) +"tEg" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"tEl" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tEn" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"tEt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"tEu" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"tEw" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"tEA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/station/service/bar) +"tED" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"tEG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/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, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + sort_type_txt = "9" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"tEP" = ( +/obj/structure/table, +/obj/item/storage/box/disks_plantgene, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"tEQ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/break_room/secondary) +"tFg" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"tFh" = ( +/obj/structure/closet/l3closet/scientist, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"tFi" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"tFs" = ( +/obj/structure/table, +/obj/item/wirecutters, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"tFv" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"tFw" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"tFx" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"tFz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/y, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"tFC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/engine) +"tFJ" = ( +/obj/structure/cable, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"tFP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"tFZ" = ( +/obj/effect/landmark/start/atmospheric, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/storage) +"tGf" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"tGx" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"tGy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"tGz" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"tGA" = ( +/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" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"tGH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/medical/storage/secondary) +"tGJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"tHj" = ( +/obj/machinery/door/airlock{ + name = "Court" + }, +/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/mapping_helpers/airlock/access/all/security/court, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"tHm" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/junglebush/large, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"tHv" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Hydroponics Maintenance" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/service/hydroponics, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"tHw" = ( +/obj/machinery/photocopier, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"tHC" = ( +/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" + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"tHM" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"tHW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/service/hydroponics) +"tId" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/landmark/spawner/late/crew, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"tIp" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"tIw" = ( +/obj/structure/flora/rock/jungle, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"tIC" = ( +/obj/effect/spawner/random_spawners/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"tID" = ( +/obj/structure/table, +/obj/item/camera, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_office) +"tIH" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"tII" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"tIK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/camera{ + c_tag = "Brig Firing Range South East"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/range) +"tIR" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/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/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"tIS" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"tJf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"tJg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/range) +"tJp" = ( +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"tJq" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4; + autolink_id = "engine-waste_out"; + name = "engine outlet injector"; + volume_rate = 200 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/engine) +"tJz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/service/bar) +"tJB" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"tJC" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"tJD" = ( +/obj/structure/closet/lasertag/blue, +/obj/machinery/economy/vending/wallmed/directional/east, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"tJE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"tJJ" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"tJS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/miningdock) +"tJT" = ( +/obj/effect/spawner/airlock, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"tJW" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"tJX" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"tKb" = ( +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"tKc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/mecha_part_fabricator/station{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"tKe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"tKg" = ( +/obj/machinery/computer/arcade/battle{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"tKl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint2) +"tKn" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/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/cyan{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"tKp" = ( +/obj/machinery/door/airlock/atmos{ + name = "Aft-Port Secondary Atmospherics Maintenance" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"tKs" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + name = "Waste In"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"tKu" = ( +/obj/structure/table, +/obj/item/mounted/frame/apc_frame, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"tKw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable{ + 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/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/atmos/asteroid_filtering) +"tKx" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/nw) +"tKB" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/arrows/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"tKF" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"tKK" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"tKL" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"tKO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"tKQ" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"tKR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"tKW" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"tLa" = ( +/obj/structure/table/wood, +/obj/item/storage/lockbox/medal, +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"tLf" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Bar Access" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/station/service/bar) +"tLg" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"tLi" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"tLr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"tLy" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"tLK" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/obj/item/megaphone, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"tLY" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/multi, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"tMa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/engine{ + icon_state = "rampbottom"; + name = "reinforced stairs"; + dir = 1 + }, +/area/station/science/test_chamber) +"tMb" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"tMm" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"tMn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"tMr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"tMu" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Vault Entrance"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/command/vault) +"tMv" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"tMy" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"tMD" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"tME" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"tMI" = ( +/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/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"tMK" = ( +/obj/machinery/door/window{ + name = "Boxing Ring"; + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/carpet/red, +/area/station/public/fitness) +"tMO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"tMS" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"tMW" = ( +/obj/machinery/door/window{ + name = "Boxing Ring"; + dir = 4 + }, +/obj/structure/railing, +/turf/simulated/floor/carpet/red, +/area/station/public/fitness) +"tMX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/medical/surgery/primary) +"tMY" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"tNa" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/engine) +"tNf" = ( +/obj/structure/table/glass, +/obj/item/assembly/mousetrap, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"tNk" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"tNl" = ( +/turf/simulated/floor/carpet, +/area/station/public/dorms) +"tNo" = ( +/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/structure/sign/nosmoking_1{ + pixel_x = -30 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"tNp" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"tNq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"tNr" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"tNG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"tNI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"tNS" = ( +/obj/structure/bookcase/random, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/apmaint2) +"tOd" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"tOs" = ( +/obj/item/stack/tile/carpet, +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"tOQ" = ( +/obj/machinery/power/treadmill{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"tOR" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"tPf" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"tPw" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"tPJ" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/engineering_guide{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/book/manual/engineering_singularity_safety, +/obj/machinery/alarm/directional/west, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hardsuitstorage) +"tPM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"tPW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/hall) +"tPZ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/space, +/area/station/engineering/solar/aft_port) +"tQk" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"tQz" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/sop_service, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"tQE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/spacebridge/security/west) +"tQI" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"tQV" = ( +/obj/effect/spawner/window/reinforced/tinted, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"tQX" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/asteroid_filtering) +"tRb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"tRi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "hop"; + name = "Privacy Shutters"; + dir = 2 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hop) +"tRq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/security/prison) +"tRt" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/wood, +/area/station/service/bar) +"tRz" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/sorting) +"tRB" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"tRV" = ( +/obj/machinery/suit_storage_unit/engine/secure, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/engineering/hardsuitstorage) +"tSi" = ( +/obj/item/spear/bamboo, +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/item/kitchen/knife/shiv{ + pixel_y = -3; + pixel_x = 7 + }, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"tSl" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"tSu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"tSz" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"tSJ" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/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/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tSK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"tSM" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/carrot, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = -25 + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"tSP" = ( +/obj/structure/rack, +/obj/item/flashlight/seclite, +/obj/item/storage/box, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"tSQ" = ( +/obj/structure/bed/pod, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tSS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"tST" = ( +/obj/machinery/door/airlock/security/glass, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Interrogation" + }, +/turf/simulated/floor/plasteel, +/area/station/security/interrogation) +"tSV" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/storage/box/flashbangs, +/obj/item/clothing/glasses/sunglasses{ + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"tTh" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/grass, +/area/station/medical/medbay2) +"tTk" = ( +/turf/simulated/wall, +/area/station/medical/cryo) +"tTn" = ( +/obj/machinery/suit_storage_unit/clown, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"tTp" = ( +/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/plasteel{ + dir = 8; + icon_state = "whitehall" + }, +/area/station/medical/reception) +"tTq" = ( +/obj/structure/girder, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"tTt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"tTB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmos Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"tTC" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"tTL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"tTM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"tTQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"tUa" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/pen/multi, +/obj/machinery/light, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"tUb" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/virology) +"tUi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/primary/starboard/south) +"tUj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"tUl" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"tUm" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/exit) +"tUo" = ( +/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/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"tUs" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"tUA" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/supply/storage) +"tUI" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green/off{ + pixel_y = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"tUO" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"tUS" = ( +/obj/machinery/economy/vending/secdrobe, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"tUW" = ( +/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" + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"tUY" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"tVa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"tVg" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Detective" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/detective) +"tVh" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"tVj" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/flower_crown, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/funeral) +"tVn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"tVo" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"tVw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"tVC" = ( +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/engineering/engine) +"tVF" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"tVG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/public/dorms) +"tVN" = ( +/obj/effect/landmark/start/atmospheric, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/storage) +"tVO" = ( +/obj/structure/table/wood, +/obj/item/camera_film, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"tVT" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/poster/official/religious{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"tWd" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/north) +"tWg" = ( +/obj/structure/closet/crate/freezer/iv_storage, +/obj/structure/sign/chemistry{ + pixel_x = -32 + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"tWs" = ( +/obj/machinery/door/airlock/security{ + name = "Equipment Storage" + }, +/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/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"tWz" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"tWH" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/medical/storage) +"tWK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"tWL" = ( +/obj/structure/cable{ + 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/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"tWP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"tWT" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/service/chapel/funeral) +"tWY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"tXb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"tXh" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"tXi" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Tech Storage" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"tXl" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"tXn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/clothing/mask/cigarette/rollie, +/obj/item/clothing/mask/cigarette/rollie{ + pixel_y = 3; + pixel_x = 2 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_garden) +"tXq" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/machinery/power/apc/important/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server/coldroom) +"tXs" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/item/storage/box, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"tXA" = ( +/obj/item/radio/intercom/department/security{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"tXF" = ( +/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/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"tXG" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"tXJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"tXO" = ( +/obj/machinery/computer/guestpass{ + pixel_x = 30 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"tXP" = ( +/obj/machinery/photocopier, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/camera{ + c_tag = "Engineering Chief Engineer's Office"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"tXS" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/remains/robot, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"tXV" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"tXW" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"tXX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"tYb" = ( +/obj/effect/landmark/damageturf, +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"tYf" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"tYm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"tYt" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/service/barber) +"tYu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"tYv" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"tYx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/human{ + desc = "This guy seemed to have died in terrible way! Half his remains are dust."; + name = "Human remains" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"tYy" = ( +/obj/item/ashtray/glass, +/obj/structure/table/wood, +/obj/machinery/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"tYI" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"tYT" = ( +/obj/structure/closet/secure_closet/detective, +/obj/item/restraints/handcuffs, +/obj/item/flash, +/obj/item/clothing/gloves/color/latex, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"tYU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"tYW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"tYX" = ( +/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/camera{ + c_tag = "AI Sat Outer Ring South East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"tYZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/west) +"tZm" = ( +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"tZn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"tZr" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"tZt" = ( +/obj/effect/spawner/window/reinforced/polarized{ + id = "med1" + }, +/obj/structure/sign/lifestar, +/turf/simulated/floor/plating, +/area/station/medical/patients_rooms_secondary) +"tZw" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/medical/storage) +"tZN" = ( +/obj/structure/table, +/obj/item/clothing/accessory/stethoscope, +/obj/item/healthanalyzer, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tZO" = ( +/turf/simulated/wall, +/area/station/hallway/secondary/garden) +"tZQ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/smes) +"tZY" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"uaa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"uab" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"uae" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"uaj" = ( +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/dorms) +"uar" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"uaz" = ( +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"uaA" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"uaB" = ( +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"uaE" = ( +/obj/machinery/button/windowtint{ + pixel_x = 24; + id = "qm"; + req_access_txt = "41"; + dir = 8; + pixel_y = 5 + }, +/obj/machinery/light_switch{ + dir = 8; + name = "custom placement"; + pixel_x = 24; + pixel_y = -5 + }, +/obj/item/kirbyplants, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"uaF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry/west) +"uaG" = ( +/obj/effect/turf_decal/delivery/hollow/right, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"uaH" = ( +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"uaO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uaV" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"uaW" = ( +/obj/machinery/economy/vending/cart, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"ubg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"ubl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"ubw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"ubx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Surgery Room" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"ubB" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"ubJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/structure/cable{ + 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; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"ubO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"ubR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ubU" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"ubY" = ( +/obj/structure/rack, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/item/storage/box, +/obj/item/toy/crayon/spraycan, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uci" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"ucn" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"ucs" = ( +/obj/structure/table, +/obj/item/t_scanner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"ucB" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/space, +/area/station/engineering/solar/aft_starboard) +"ucC" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Labor Camp Transfer" + }, +/obj/effect/mapping_helpers/airlock/unres{ + 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" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prisonershuttle) +"ucH" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"ucI" = ( +/obj/machinery/sleeper, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"ucJ" = ( +/obj/machinery/suit_storage_unit/security/secure, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"ucL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"ucZ" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"udf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"udh" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/public/dorms) +"udi" = ( +/obj/structure/table/reinforced, +/obj/item/aicard, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/command/bridge) +"udv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/checkpoint/secondary) +"udA" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"udB" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"udE" = ( +/obj/item/airlock_electronics/destroyed, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"udH" = ( +/obj/item/chair/wood/wings, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"udN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"udT" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"udU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"udY" = ( +/obj/structure/transit_tube/diagonal/topleft{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"ueb" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"uec" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/park) +"uej" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/engineering/tech_storage) +"uen" = ( +/obj/effect/turf_decal{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"uep" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"ues" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"uet" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"uev" = ( +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ueN" = ( +/turf/simulated/wall/r_wall, +/area/station/science/research) +"ueO" = ( +/obj/structure/closet{ + welded = 1 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ueP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Emitter Chamber"; + dir = 5; + network = list("SS13","engine") + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"ueS" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ueZ" = ( +/obj/structure/fermenting_barrel, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"ufc" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"ufg" = ( +/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/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"ufk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ufl" = ( +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"ufm" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"ufq" = ( +/obj/structure/table, +/obj/item/camera{ + pixel_y = 4 + }, +/obj/item/camera, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"ufy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"ufG" = ( +/turf/simulated/floor/wood, +/area/station/supply/qm) +"ufS" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitehall" + }, +/area/station/medical/reception) +"ugb" = ( +/obj/structure/bed/dogbed/ian, +/mob/living/simple_animal/pet/dog/corgi/Ian, +/obj/machinery/recharger/wallcharger{ + pixel_y = 25 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"ugc" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"uge" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 4; + sort_type_txt = "7" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"ugh" = ( +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"ugj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"ugn" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ugp" = ( +/obj/machinery/economy/vending/autodrobe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ugq" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"ugy" = ( +/obj/structure/closet/firecloset, +/obj/item/decorations/sticky_decorations/flammable/spiderweb{ + pixel_y = 20 + }, +/obj/item/clothing/head/hardhat/pumpkinhead, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ugO" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/service/library) +"ugQ" = ( +/obj/item/target/alien, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"ugW" = ( +/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/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"uha" = ( +/obj/machinery/economy/vending/crittercare, +/turf/simulated/floor/plasteel, +/area/station/public/pet_store) +"uhh" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"uhj" = ( +/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" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"uhm" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"uhn" = ( +/obj/effect/decal/cleanable/dirt, +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"uhu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"uhx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"uhS" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"uhY" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medical Supplies" + }, +/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/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/storage) +"uia" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"uiH" = ( +/obj/structure/chair/sofa/corner{ + dir = 1; + color = "#85130b" + }, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = -25 + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"uiJ" = ( +/obj/structure/sign/poster/official/love_ian{ + pixel_y = -32 + }, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/fpmaint) +"uiT" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed, +/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 = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"uiV" = ( +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "QM #2" + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/storage) +"uiX" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/camera{ + c_tag = "Theatre Backstage East"; + dir = 6 + }, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/service/theatre) +"uje" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"ujh" = ( +/turf/simulated/wall, +/area/station/maintenance/dorms/fore) +"uji" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/taperecorder, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"ujC" = ( +/obj/item/cigbutt/roach, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ujG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/science/rnd) +"ujH" = ( +/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, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"ujK" = ( +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ujT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"ujU" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"uke" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil{ + amount = 1; + pixel_y = 4; + pixel_x = 10 + }, +/turf/space, +/area/station/engineering/solar/aft_port) +"ukf" = ( +/obj/machinery/economy/vending/assist/free, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"ukh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"ukj" = ( +/obj/effect/landmark/damageturf, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"ukq" = ( +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"uks" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"uku" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"ukx" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"ukG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/break_room) +"ukI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast south"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"ukK" = ( +/obj/item/disk/nuclear/training{ + pixel_y = -2; + pixel_x = -7 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/reinforced, +/obj/item/paper/nuclear_guide_spacing{ + pixel_x = 10; + pixel_y = 7 + }, +/obj/item/paper/nuclear_guide_defusing{ + pixel_x = 9; + pixel_y = 4 + }, +/obj/item/disk/nuclear/training{ + pixel_x = -5 + }, +/obj/item/paper/nuclear_guide_operating{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"ukN" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door/window/classic/reversed{ + name = "Janitor Delivery" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Janitor"; + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/janitor, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"ulc" = ( +/obj/structure/closet/l3closet, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/station/medical/storage/secondary) +"ulh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/junction/y{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"ulj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Kitchen Freezer"; + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"uln" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry/lounge) +"ulr" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"ult" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ulA" = ( +/obj/structure/rack, +/obj/item/cartridge/signal/toxins, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ulG" = ( +/obj/structure/closet/cardboard, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"ulI" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_3) +"ulW" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Cloning" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"umi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"umn" = ( +/obj/effect/spawner/random_barrier/obstruction, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"umv" = ( +/obj/item/kirbyplants, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/south) +"umH" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"umN" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard) +"umW" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/chili, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"und" = ( +/turf/simulated/wall/r_wall, +/area/station/telecomms/computer) +"unj" = ( +/obj/item/stock_parts/cell, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uno" = ( +/obj/structure/transit_tube/diagonal/topleft, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"unt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"unC" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"unI" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"unK" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"unO" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"unS" = ( +/obj/structure/rack, +/obj/effect/landmark/costume/random, +/obj/effect/landmark/costume/random, +/obj/effect/landmark/costume/random, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "arrival" + }, +/area/station/service/theatre) +"unV" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"uob" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"uod" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"uoe" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prisonershuttle) +"uof" = ( +/obj/structure/weightmachine/weightlifter, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/station/public/fitness) +"uot" = ( +/obj/docking_port/stationary{ + dheight = 9; + dir = 2; + dwidth = 5; + height = 22; + id = "syndicate_ne"; + name = "Southwest of Station"; + width = 18 + }, +/turf/space, +/area/space) +"uoD" = ( +/obj/machinery/atmospherics/unary/tank/air, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uoG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"uoN" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"uoP" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"uoR" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uoX" = ( +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"uoY" = ( +/obj/structure/table, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/machinery/kitchen_machine/microwave, +/obj/machinery/camera{ + c_tag = "Courtroom Lobby"; + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"upd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"uph" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"upj" = ( +/obj/item/chair/wood/wings, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"upl" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"upm" = ( +/obj/item/radio/intercom/department/security{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"upq" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"upI" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"upJ" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"uqf" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/medical/storage) +"uqh" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"uqp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"uqq" = ( +/turf/simulated/wall, +/area/station/public/mrchangs) +"uqE" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"uqK" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/primary/central/se) +"uqN" = ( +/turf/simulated/wall, +/area/station/command/office/captain/bedroom) +"uqS" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/storage/secondary) +"uqY" = ( +/obj/machinery/door/airlock/maintenance, +/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/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"urb" = ( +/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/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"urg" = ( +/obj/structure/table_frame, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"urr" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"urE" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"urT" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"urU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/lobby) +"urX" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/processing) +"usc" = ( +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/obj/structure/computerframe{ + dir = 8 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"usg" = ( +/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/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"ush" = ( +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/wood, +/area/station/service/clown) +"usj" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/landmark/spawner/late/crew, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"usq" = ( +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/item/hand_labeler, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"usr" = ( +/obj/structure/table/reinforced, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"ust" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "arrival" + }, +/area/station/service/theatre) +"usw" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"usF" = ( +/obj/structure/cable, +/obj/machinery/power/apc/important/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"usG" = ( +/obj/structure/chair/sofa/bench{ + dir = 1; + cover_color = "#85130b" + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/grass, +/area/station/public/park) +"usM" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 4; + name = "Mix to Filter" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"usO" = ( +/turf/simulated/wall, +/area/station/service/chapel/office) +"usQ" = ( +/obj/structure/closet/firecloset, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"usT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"usU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"usW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/command/office/cmo) +"uta" = ( +/obj/structure/table/wood, +/obj/item/ashtray/glass, +/turf/simulated/floor/wood, +/area/station/service/bar) +"ute" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"utj" = ( +/obj/item/chair/stool, +/obj/item/trash/spentcasing, +/obj/effect/decal/cleanable/dirt, +/obj/item/food/candy/coin, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"utm" = ( +/obj/effect/decal/cleanable/crayon, +/obj/item/cardboard_cutout{ + icon_state = "cutout_cultist"; + name = "Cultist" + }, +/turf/simulated/floor/engine/cult, +/area/station/maintenance/apmaint) +"utq" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"utr" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"utv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"utC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block) +"utF" = ( +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"utL" = ( +/obj/structure/table, +/obj/item/clothing/mask/gas, +/obj/item/assembly/voice, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"utM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/office) +"utN" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"utP" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"utQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"uug" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"uuk" = ( +/obj/effect/decal/cleanable/shreds, +/obj/item/airlock_electronics{ + pixel_y = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"uut" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + 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/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry/lounge) +"uuB" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"uuC" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"uuD" = ( +/obj/machinery/door/airlock/command{ + name = "Chief Engineer's Bedroom" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/station/command/office/ce) +"uuF" = ( +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"uuH" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_4) +"uuK" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"uuL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"uuT" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"uuY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/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, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"uvf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"uvg" = ( +/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/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/station/security/permabrig) +"uvi" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"uvj" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"uvn" = ( +/obj/structure/cable{ + 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/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"uvp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"uvq" = ( +/obj/structure/dispenser, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"uvu" = ( +/obj/machinery/door/airlock/bananium, +/obj/effect/mapping_helpers/airlock/access/all/service/clown, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/wood, +/area/station/service/clown) +"uvJ" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"uvV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"uwc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"uwe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"uwg" = ( +/obj/structure/table/reinforced, +/obj/item/videocam, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"uwm" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"uwp" = ( +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"uwu" = ( +/obj/structure/table/wood, +/obj/item/folder/blue{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/paper/blueshield, +/obj/structure/sign/poster/official/safety_report{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"uww" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/machinery/light, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"uwx" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating/airless, +/area/station/aisat/breakroom) +"uwB" = ( +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24; + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"uwG" = ( +/obj/structure/cable{ + 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/plating, +/area/station/maintenance/electrical) +"uwM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"uwT" = ( +/obj/structure/rack, +/obj/item/poster/random_contraband, +/obj/item/poster/random_contraband{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/poster/random_contraband{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"uwU" = ( +/obj/machinery/atmospherics/portable/canister/oxygen{ + anchored = 1 + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"uwZ" = ( +/obj/item/decorations/sticky_decorations/flammable/tinsel/halloween{ + pixel_y = 20 + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/flora/straw_bail, +/obj/item/food/grown/pumpkin{ + pixel_y = 14 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"uxe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"uxl" = ( +/obj/structure/closet/emcloset, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"uxp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/maintenance/aft2) +"uxu" = ( +/obj/structure/table/wood, +/obj/item/trash/snack_bowl{ + pixel_y = 6 + }, +/obj/item/kitchen/utensil/pfork{ + pixel_x = -14 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"uxz" = ( +/obj/effect/landmark/start/scientist, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/explab) +"uxF" = ( +/obj/structure/table, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"uxG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/science/robotics/chargebay) +"uxI" = ( +/turf/simulated/wall, +/area/station/service/mime) +"uyc" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"uye" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/fsmaint2) +"uyf" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"uyk" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uym" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"uyq" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"uys" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/starboard) +"uyu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/landmark/burnturf, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"uyA" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "dormshop1" + }, +/obj/item/food/meatbun, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"uyB" = ( +/obj/machinery/door/poddoor{ + id_tag = "Secure Storage"; + name = "Secure Storage Blast Doors" + }, +/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/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/secure_storage) +"uyG" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"uyK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"uyR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/south) +"uyY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"uzb" = ( +/obj/structure/table, +/obj/item/vending_refill/snack{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/vending_refill/snack, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"uzd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"uzf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/y{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"uzh" = ( +/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/plasteel, +/area/station/hallway/primary/central/sw) +"uzl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"uzw" = ( +/obj/structure/rack, +/obj/item/poster/random_contraband{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/poster/random_contraband{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/poster/random_contraband{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"uzC" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/sop_security, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"uzS" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/machinery/camera{ + c_tag = "Virology Module North"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"uzX" = ( +/obj/item/clothing/head/chefhat, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/sink/kitchen{ + desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; + name = "old sink"; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/maintenance/asmaint) +"uAb" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"uAl" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/space, +/area/space/nearstation) +"uAm" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/airlock/w_to_e, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uAw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"uAy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/item/circuitboard/biogenerator, +/obj/item/seeds/cannabis, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"uAA" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Glass Door" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"uAS" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "Skynet_heavy" + }, +/obj/item/camera_assembly, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"uAW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"uBc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"uBd" = ( +/obj/structure/transit_tube/curved{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/engineering/ai_transit_tube) +"uBk" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uBn" = ( +/obj/machinery/door/airlock/engineering/glass{ + autoclose = 0; + id_tag = "engsm_door_ext"; + locked = 1; + name = "Supermatter Exterior Access" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"uBo" = ( +/obj/machinery/magnetic_controller{ + autolink = 1; + name = "Firing Range Control Console"; + path = "w;e;e;w;s;n;n;s"; + pixel_y = 6 + }, +/turf/simulated/wall, +/area/station/security/range) +"uBs" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/legal/courtroom) +"uBv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"uBC" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"uBF" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"uBR" = ( +/obj/structure/rack, +/obj/item/storage/briefcase/inflatable{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/storage/briefcase/inflatable, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"uBT" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/incinerator) +"uCh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"uCm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/station/maintenance/abandoned_garden) +"uCp" = ( +/obj/machinery/economy/vending/cigarette, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"uCq" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"uCr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"uCv" = ( +/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/structure/disposalpipe/junction/y{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"uCw" = ( +/obj/structure/closet/secure_closet/explorer, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/expedition) +"uCB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"uCG" = ( +/obj/structure/cable{ + 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/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"uCK" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"uCO" = ( +/obj/structure/punji_sticks/spikes{ + desc = "Don't step on this. These are exceptionally well hidden"; + name = "Hidden spikes" + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/fullgrass{ + pixel_y = 15 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/grass/jungle, +/area/station/maintenance/aft) +"uCR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"uCX" = ( +/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/plasteel, +/area/station/hallway/primary/central/west) +"uDa" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"uDl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"uDo" = ( +/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/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uDr" = ( +/obj/structure/closet, +/obj/item/crowbar, +/obj/item/flash, +/obj/machinery/requests_console/directional/south, +/obj/machinery/newscaster/security_unit{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"uDx" = ( +/obj/effect/turf_decal/arrows/black{ + pixel_y = 16 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods/ten, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"uDz" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Internal Affairs Office" + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"uDO" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/cigbutt/roach, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) +"uDU" = ( +/turf/simulated/floor/plating, +/area/station/engineering/ai_transit_tube) +"uDX" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"uEb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"uEk" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"uEu" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/lighter/random, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uEv" = ( +/obj/structure/statue/chickenstatue, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24; + pixel_x = 10 + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"uEG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"uEH" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"uES" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"uET" = ( +/obj/machinery/door_control{ + id = "toilet_unitb"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/obj/machinery/recharge_station, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/unisex) +"uEY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"uFb" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"uFc" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"uFg" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway South" + }, +/obj/machinery/firealarm/directional/north, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "arrival" + }, +/area/station/hallway/primary/central/south) +"uFj" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"uFx" = ( +/obj/effect/landmark/start/shaft_miner, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"uFA" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"uFC" = ( +/obj/machinery/door/window/classic/reversed{ + desc = "You have the public fridge, pal, lube off."; + name = "Security Shield" + }, +/obj/machinery/door/window/classic/reversed{ + desc = "You have the public fridge, pal, lube off."; + name = "Security Shield"; + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "viroshutters"; + name = "Privacy Shutters"; + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/virology, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology/lab) +"uFD" = ( +/obj/machinery/autolathe, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/office) +"uFE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"uFI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"uFM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"uFN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"uFV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"uFX" = ( +/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/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uGb" = ( +/obj/structure/cable{ + 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/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"uGh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"uGj" = ( +/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/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"uGm" = ( +/obj/structure/table, +/obj/item/storage/bag/plasticbag, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uGn" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"uGt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"uGu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"uGC" = ( +/obj/item/stack/tile/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"uGH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"uGJ" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"uGP" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Fore Primary Hall West"; + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"uGS" = ( +/obj/structure/bed/pod, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"uGV" = ( +/obj/structure/table, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/obj/item/clothing/head/welding{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"uHk" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/machinery/camera{ + c_tag = "Atmospherics West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"uHl" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/fore/north) +"uHu" = ( +/obj/structure/closet/wardrobe/mixed, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"uHy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"uHD" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"uHE" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"uHI" = ( +/obj/machinery/economy/vending/cola, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"uHL" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uHN" = ( +/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/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"uHQ" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"uHR" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"uHS" = ( +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock"; + name = "Escape Pod Hatch" + }, +/obj/docking_port/mobile/pod{ + id = "pod4"; + name = "escape pod 4" + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_4) +"uHT" = ( +/obj/structure/flora/junglebush, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"uHU" = ( +/obj/structure/sign/poster/official/religious{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"uHY" = ( +/obj/structure/rack, +/obj/item/toy/crayon/spraycan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uIb" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"uIc" = ( +/obj/machinery/economy/slot_machine, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"uIh" = ( +/obj/machinery/smartfridge/secure/circuits/aiupload/experimental, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"uIl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"uIs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/equipmentstorage) +"uIt" = ( +/obj/structure/table/wood, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"uIx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"uIz" = ( +/obj/machinery/camera{ + c_tag = "Dorms South 1"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"uIF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 5 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"uIM" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/airlock_electronics, +/obj/item/airlock_electronics, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/obj/item/gps, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"uIN" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uIR" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics North-West" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"uIW" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + color = ""; + name = "Asteroid to Filter" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"uJk" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"uJm" = ( +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/computer) +"uJn" = ( +/obj/machinery/door/airlock/multi_tile{ + name = "maintenance access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"uJr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"uJs" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"uJu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"uJw" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uJJ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/storage) +"uJL" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/primary/central/west) +"uJT" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"uJU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos/asteroid_filtering) +"uJY" = ( +/obj/machinery/door/airlock/security/glass, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Processing" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/processing) +"uKf" = ( +/obj/structure/chair, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/fore) +"uKl" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album{ + pixel_y = -10 + }, +/obj/item/camera, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"uKE" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/command/vault) +"uKH" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"uKK" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/station/public/dorms) +"uKT" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid) +"uKU" = ( +/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/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/medical/reception) +"uKV" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/item/clothing/shoes/jackboots, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uKW" = ( +/obj/machinery/economy/vending/chinese, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"uKZ" = ( +/obj/machinery/economy/vending/chefdrobe, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"uLb" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_y = 5; + pixel_x = 3 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_containers/spray/plantbgone, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"uLr" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"uLC" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"uLI" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint2) +"uLJ" = ( +/obj/structure/closet/crate, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"uLN" = ( +/obj/structure/table/wood, +/obj/machinery/computer/secure_data/laptop{ + dir = 1; + pixel_y = 3 + }, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"uLO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/evidence) +"uLP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"uLS" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/lobby) +"uLT" = ( +/obj/effect/spawner/random_spawners/dirt_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"uLX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/funeral) +"uLZ" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"uMa" = ( +/obj/item/decorations/sticky_decorations/flammable/jack_o_lantern{ + pixel_x = -20 + }, +/obj/structure/rack, +/obj/item/poster/random_contraband, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"uMe" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"uMh" = ( +/obj/machinery/door/airlock/glass{ + name = "Prison"; + id_tag = "Prison Perma Cell 4" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"uMw" = ( +/obj/structure/table/wood, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"uMC" = ( +/obj/item/trash/spentcasing, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"uMG" = ( +/obj/structure/table, +/obj/item/lightreplacer, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"uML" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry/east) +"uMQ" = ( +/obj/machinery/door/airlock/command{ + id_tag = "hopofficedoor"; + name = "Head of Personnel" + }, +/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/mapping_helpers/airlock/access/any/command/hop, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"uMR" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"uMS" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"uMW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"uMY" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uNb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"uNe" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"uNv" = ( +/obj/structure/statue/tranquillite/mime, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"uNx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"uNy" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/command/vault) +"uNI" = ( +/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" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"uNK" = ( +/turf/simulated/wall, +/area/station/security/detective) +"uNR" = ( +/obj/item/radio/intercom/department/security{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"uNW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/camera{ + c_tag = "Brig Briefing Room South East"; + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"uOb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"uOf" = ( +/obj/structure/closet/athletic_mixed, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/public/fitness) +"uOs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"uOx" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"uOC" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/bodybags, +/obj/machinery/firealarm/directional/east, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"uOM" = ( +/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/wood, +/area/station/maintenance/abandoned_office) +"uON" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_filtering) +"uOQ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plating, +/area/station/engineering/smes) +"uOW" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + sort_type_txt = "17" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"uOX" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"uPm" = ( +/turf/simulated/wall, +/area/station/maintenance/apmaint2) +"uPn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/meter{ + autolink_id = "mair_in_meter"; + layer = 2.9; + name = "Mixed Air Tank In" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"uPq" = ( +/obj/structure/table/wood, +/obj/item/paper, +/obj/item/toner, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"uPx" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"uPy" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Bar Storage"; + dir = 5 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"uPA" = ( +/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/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"uPD" = ( +/obj/structure/lattice, +/obj/structure/sign/explosives{ + pixel_y = 32 + }, +/turf/space, +/area/space/nearstation) +"uQd" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/clothing/glasses/meson/engine, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/engineering/control) +"uQe" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"uQh" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "burn_sensor" + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/science/toxins/mixing) +"uQi" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/hop) +"uQj" = ( +/obj/structure/table, +/obj/item/trash/candle, +/obj/item/trash/candle{ + pixel_x = -5; + pixel_y = 14 + }, +/obj/item/trash/candle{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/lighter{ + pixel_x = 9 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"uQo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + 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/plating, +/area/station/maintenance/security/aft_port) +"uQp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"uQw" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"uQz" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "arrival" + }, +/area/station/service/theatre) +"uQE" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"uQI" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"uQO" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"uQU" = ( +/obj/item/chair, +/obj/item/crowbar/red, +/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/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"uQX" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/south) +"uRh" = ( +/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" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/rd) +"uRj" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"uRl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"uRn" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"uRo" = ( +/obj/structure/table, +/obj/item/book/manual/atmospipes, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/storage) +"uRp" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/landmark/spawner/rev, +/obj/structure/morgue{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/medical/morgue) +"uRq" = ( +/obj/machinery/biogenerator, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"uRy" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"uRA" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/theatre) +"uRC" = ( +/obj/machinery/power/tesla_coil, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"uRF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block) +"uRK" = ( +/obj/structure/table, +/obj/item/instrument/harmonica, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"uRN" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"uRW" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/food/meatsteak, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"uSk" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uSn" = ( +/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/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"uSo" = ( +/obj/item/stack/medical/bruise_pack/advanced, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"uSt" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"uSB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"uSE" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "co2_sensor" + }, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"uSH" = ( +/obj/machinery/economy/vending/genedrobe, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurplecorners" + }, +/area/station/science/genetics) +"uSJ" = ( +/obj/machinery/power/emitter{ + anchored = 1; + state = 2 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/engineering/engine) +"uSL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"uSX" = ( +/turf/space, +/area/space/nearstation) +"uSZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/sink{ + dir = 1; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"uTb" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"uTg" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"uTi" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/sign/electricshock{ + pixel_x = 32 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"uTj" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/yellow, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"uTm" = ( +/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/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/ne) +"uTp" = ( +/obj/machinery/atmospherics/trinary/mixer{ + dir = 8; + name = "Gas mixer (N2/O2)"; + node1_concentration = 0.8; + node2_concentration = 0.2; + on = 1; + target_pressure = 4500 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"uTq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"uTB" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1; + autolink_id = "air_in" + }, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"uTE" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"uTF" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/sleep) +"uTG" = ( +/obj/structure/table/wood, +/obj/item/card/id/captains_spare, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"uTL" = ( +/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/structure/disposalpipe/segment, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"uTQ" = ( +/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/station/maintenance/starboard) +"uTY" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"uUd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"uUj" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"uUm" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/item/stack/cable_coil{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/stack/cable_coil{ + amount = 2 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"uUp" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"uUr" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Warden's Office" + }, +/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/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/warden) +"uUB" = ( +/obj/structure/rack, +/obj/item/stack/sheet/cardboard{ + amount = 10 + }, +/obj/item/stack/sheet/wood{ + amount = 20 + }, +/obj/item/painter, +/obj/item/toy/crayon/spraycan, +/obj/item/stack/tape_roll, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/service/theatre) +"uUD" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/engineering/atmos) +"uUE" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "QM #4" + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/storage) +"uUQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"uUX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"uVq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"uVB" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"uVH" = ( +/obj/machinery/sparker{ + id = "testigniter"; + name = "Test Igniter"; + pixel_x = -25 + }, +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"uVJ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uVN" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"uVO" = ( +/obj/structure/rack, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"uVS" = ( +/obj/machinery/door/airlock/command{ + id_tag = "hopofficedoor" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/science/rd, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"uVV" = ( +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"uWd" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"uWf" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"uWm" = ( +/obj/structure/table, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/item/reagent_containers/spray/cleaner, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"uWo" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry/west) +"uWB" = ( +/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; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"uWH" = ( +/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/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + sort_type_txt = "12" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"uWP" = ( +/obj/structure/closet/secure_closet/magistrate, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"uWS" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"uWU" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"uWV" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"uXb" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"uXp" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/window/classic/reversed{ + name = "Atmospherics Delivery" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 1; + location = "Atmospherics" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/atmos, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmos Blast Door" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"uXq" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"uXt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"uXC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"uXJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/starboard) +"uXN" = ( +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uYe" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"uYn" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/bar) +"uYo" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/science/break_room) +"uYT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"uYU" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"uYW" = ( +/obj/structure/table, +/obj/item/trash/gum, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/machinery/camera{ + c_tag = "Virology Isolation 2"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"uYY" = ( +/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/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"uZd" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Cryogenic Storage"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/sleep) +"uZf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/maintenance/asmaint) +"uZs" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "CO2 to Pure" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"uZB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"uZE" = ( +/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" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"uZF" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"uZS" = ( +/turf/simulated/wall, +/area/station/maintenance/abandoned_office) +"vak" = ( +/obj/structure/table, +/obj/item/food/dough, +/obj/item/kitchen/rollingpin, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"vaq" = ( +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Robotics" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"vav" = ( +/obj/structure/table, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"vax" = ( +/obj/structure/window/reinforced, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"vaD" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"vaH" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"vaI" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"vaW" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"vaY" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"vbb" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Break Room" + }, +/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/mapping_helpers/airlock/access/all/engineering/construction, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"vbd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"vbo" = ( +/obj/structure/closet/crate, +/obj/item/radio{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/radio{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/radio, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"vbp" = ( +/obj/item/stack/rods{ + amount = 2 + }, +/obj/item/stack/cable_coil{ + amount = 1; + pixel_y = 4; + pixel_x = 10 + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/space, +/area/station/engineering/solar/aft_port) +"vbr" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"vbE" = ( +/obj/structure/chair/wheelchair, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/maintenance/aft2) +"vbI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"vbN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"vbP" = ( +/obj/effect/spawner/random_barrier/obstruction, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"vbS" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"vbU" = ( +/obj/structure/closet/crate/medical, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"vbW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"vbY" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"vch" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmos Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"vcm" = ( +/obj/machinery/power/solar{ + name = "Starboard Solar Array" + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore_starboard) +"vcK" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"vcS" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/abandoned_garden) +"vcV" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/transit) +"vcW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"vcX" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"vdh" = ( +/obj/structure/closet/secure_closet/brig, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"vdk" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"vdo" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/vomit, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vds" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/port) +"vdF" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"vdI" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"vdJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"vdS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vdU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/prison) +"vec" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"veh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/evidence) +"vej" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/flashlight/flare/glowstick/emergency, +/obj/item/flashlight/flare/glowstick/emergency, +/obj/item/flashlight/flare/glowstick/emergency, +/obj/item/flashlight/flare/glowstick/emergency, +/obj/item/flashlight/flare/glowstick/emergency, +/obj/item/flashlight/flare/glowstick/emergency, +/obj/item/flashlight/flare/glowstick/emergency, +/obj/item/flashlight/flare/glowstick/emergency, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"vek" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"ves" = ( +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"vew" = ( +/obj/structure/table, +/obj/item/rpd, +/obj/item/wrench, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/transit) +"vex" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"veF" = ( +/obj/machinery/computer/arcade{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"veK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"veL" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/head_of_personnel, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"veM" = ( +/turf/simulated/floor/carpet, +/area/station/public/arcade) +"veX" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 4; + pixel_x = -4 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"vfi" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/mug/sci{ + pixel_y = 8; + pixel_x = 7 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"vfk" = ( +/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" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"vfn" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"vfu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"vfv" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"vfx" = ( +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"vfF" = ( +/obj/structure/closet/emcloset, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"vfJ" = ( +/obj/item/flashlight, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"vfQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"vfT" = ( +/obj/effect/decal/cleanable/blood/drip, +/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/station/maintenance/fsmaint2) +"vfW" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"vfZ" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"vgc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"vgj" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"vgm" = ( +/obj/machinery/status_display{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"vgn" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"vgt" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/interrogation) +"vgz" = ( +/mob/living/simple_animal/chicken/clucky, +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"vgB" = ( +/obj/item/decorations/sticky_decorations/flammable/tinsel/red{ + pixel_y = 12 + }, +/obj/structure/closet/crate/can, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"vgI" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/effect/turf_decal/delivery/blue, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"vgK" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"vha" = ( +/obj/structure/table/glass, +/obj/item/crowbar, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cryo) +"vhh" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"vhj" = ( +/turf/simulated/wall, +/area/station/security/prisonlockers) +"vhv" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"vhx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"vhC" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"vhJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"vhN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vhT" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 5 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos/asteroid_filtering) +"viA" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/maintenance/asmaint) +"viG" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"viP" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"viW" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "prisoner supression system"; + target_pressure = 4500 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"viX" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "NTR" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"vjg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/hallway/primary/aft) +"vjj" = ( +/obj/structure/table, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vjr" = ( +/obj/machinery/suit_storage_unit/cmo/secure, +/obj/item/toy/figure/crew/cmo{ + pixel_y = 17; + pixel_x = -3 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"vjt" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"vjE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vjF" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/wood, +/area/station/hallway/secondary/exit) +"vjM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"vjN" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister{ + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"vjP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"vjW" = ( +/obj/structure/rack, +/obj/item/stock_parts/cell/high{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stock_parts/cell/high, +/obj/machinery/camera{ + c_tag = "Engineering Hardsuit Storage"; + dir = 5 + }, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hardsuitstorage) +"vke" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/research) +"vkf" = ( +/obj/machinery/computer/drone_control{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"vkj" = ( +/obj/structure/rack, +/obj/item/stack/packageWrap, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/item/destTagger{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/wrench, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"vko" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"vkp" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/obj/item/folder/red, +/obj/item/folder/red{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/structure/sign/poster/official/enlist{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcheck" + }, +/area/station/security/storage) +"vku" = ( +/obj/machinery/light, +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"vkB" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"vkL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"vkO" = ( +/obj/structure/table/glass/reinforced, +/obj/structure/window/reinforced, +/obj/item/aiModule/nanotrasen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"vkV" = ( +/obj/item/mounted/frame/display{ + pixel_y = -31 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/maintenance/apmaint) +"vkZ" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vla" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"vlf" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "gravity" + }, +/obj/structure/sign/electricshock, +/turf/simulated/floor/plating, +/area/station/engineering/gravitygenerator) +"vlh" = ( +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre Storage" + }, +/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/mapping_helpers/airlock/access/all/medical/surgery, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery/secondary) +"vli" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/north) +"vlj" = ( +/obj/structure/chair/sofa/corner{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"vlo" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"vlB" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes{ + pixel_y = 2 + }, +/obj/item/lighter{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"vlF" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/item/clothing/mask/balaclava, +/obj/item/coin/silver{ + pixel_y = 5; + pixel_x = 3 + }, +/turf/simulated/floor/wood, +/area/station/supply/qm) +"vlP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"vlS" = ( +/obj/effect/spawner/random_spawners/fungus_probably, +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"vlT" = ( +/obj/structure/rack, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"vlU" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"vlY" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"vmh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio2"; + name = "Chamber 2 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/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{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"vml" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/aifixer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/message_monitor, +/obj/item/circuitboard/rnd_backup_console{ + pixel_y = -3; + pixel_x = 3 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"vmm" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"vmn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"vmB" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"vmE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"vmK" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"vmL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/spacebridge/security/south) +"vmP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction/y, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/lobby) +"vmR" = ( +/obj/structure/rack, +/obj/item/clothing/under/rank/security/officer, +/obj/item/clothing/suit/hooded/wintercoat/security, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vmV" = ( +/obj/machinery/power/apc/important/directional/north, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"vne" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmos Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"vnf" = ( +/obj/machinery/constructable_frame/machine_frame, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"vni" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"vnk" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/carpet/red, +/area/station/public/fitness) +"vnl" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"vnu" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Asteroid to Waste"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"vnv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"vny" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"vnL" = ( +/turf/simulated/wall, +/area/station/command/office/hos) +"vnO" = ( +/obj/structure/cable{ + 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/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"vnX" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"vof" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/structure/sign/nosmoking_2{ + pixel_x = -28 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"vog" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vol" = ( +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"vom" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"voE" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"voJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_x = -32; + pixel_y = 39 + }, +/obj/structure/sign/directions/cargo{ + dir = 8; + pixel_x = -32; + pixel_y = 32 + }, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 25; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"voL" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"voR" = ( +/obj/structure/table, +/obj/item/shovel/spade, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"voS" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "rd" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"voV" = ( +/obj/structure/table, +/obj/item/clothing/gloves/boxing/green, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"voW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"voZ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"vpc" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/security/aft_starboard) +"vpe" = ( +/obj/machinery/camera{ + c_tag = "Research Access"; + network = list("Research","SS13"); + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"vph" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"vpk" = ( +/obj/structure/table_frame, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/hallway/primary/central/ne) +"vpm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"vpr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/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/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"vps" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/engineering_construction{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"vpv" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/primary/central/se) +"vpL" = ( +/obj/structure/table/glass, +/obj/item/cartridge/signal/toxins, +/obj/item/cartridge/signal/toxins{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/cartridge/signal/toxins{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/book/manual/wiki/sop_science, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + dir = 4 + }, +/area/station/command/office/rd) +"vqc" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vqd" = ( +/obj/structure/showcase{ + density = 0; + dir = 4; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = -9; + pixel_y = 2 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"vqh" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"vql" = ( +/turf/simulated/wall, +/area/station/science/misc_lab) +"vqr" = ( +/obj/structure/table, +/obj/item/decorations/sticky_decorations/flammable/heart, +/obj/item/decorations/sticky_decorations/flammable/heart{ + pixel_y = 8; + pixel_x = 6 + }, +/obj/item/decorations/sticky_decorations/flammable/heart{ + pixel_y = 7; + pixel_x = -9 + }, +/obj/item/scissors, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"vqv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/security/permabrig) +"vqx" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"vqL" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"vqN" = ( +/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 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"vqQ" = ( +/obj/machinery/camera{ + c_tag = "Dormitories Center West"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"vrh" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 1; + filter_type = 2 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"vru" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"vrw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/public/fitness) +"vrA" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/right, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"vrC" = ( +/obj/structure/table, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"vrF" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"vrI" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/plant_analyzer, +/obj/item/storage/bag/plants/seed_sorting_tray, +/obj/item/seeds/carrot, +/obj/item/seeds/banana, +/obj/item/seeds/wheat/rice, +/obj/item/seeds/wheat, +/obj/item/seeds/tobacco, +/obj/item/reagent_containers/spray/pestspray, +/obj/machinery/camera{ + c_tag = "Perma A Botany"; + network = list("Prison","SS13"); + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"vrP" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"vrS" = ( +/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, +/mob/living/simple_animal/bot/secbot/beepsky, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"vrV" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"vrW" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"vsi" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"vsq" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/glass/reinforced, +/obj/item/flash, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"vsv" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/legal/courtroom) +"vsx" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"vsF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vsH" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"vsI" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/grass, +/area/station/public/park) +"vsK" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"vsQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"vsW" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"vsZ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"vtf" = ( +/obj/structure/bed, +/obj/item/restraints/handcuffs/cable/blue, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/blood/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vtm" = ( +/obj/structure/cable{ + 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/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"vtn" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"vtq" = ( +/obj/item/petcollar{ + name = "Ians Collar"; + desc = "Sports a small tag on the front: Ian" + }, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/fpmaint) +"vtr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"vtv" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/shaker, +/obj/item/clothing/head/that{ + pixel_x = 1; + pixel_y = 14 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"vtw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"vtB" = ( +/obj/item/storage/box/bodybags, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/maintenance/aft2) +"vtC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"vtI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plating, +/area/station/engineering/equipmentstorage) +"vtJ" = ( +/obj/machinery/access_button{ + autolink_id = "engsm_btn_int"; + name = "Supermatter Access Button"; + req_access_txt = "32"; + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Decontamination"; + dir = 4; + network = list("SS13","engine") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"vtS" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vuu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"vuF" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"vuM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"vuN" = ( +/obj/structure/railing, +/obj/structure/railing/corner, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"vuO" = ( +/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/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"vuR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/execution) +"vuS" = ( +/obj/item/kirbyplants, +/obj/structure/sign/poster/official/religious{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"vuW" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/processing) +"vva" = ( +/obj/machinery/smartfridge/foodcart, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vvc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio5"; + name = "Chamber 5 Containment Blast Doors" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"vve" = ( +/obj/structure/displaycase{ + broken = 1 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"vvj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"vvp" = ( +/turf/simulated/floor/plasteel, +/area/station/medical/storage) +"vvG" = ( +/obj/machinery/door/airlock/atmos{ + name = "Asteroid Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmos Blast Door" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/transit) +"vvK" = ( +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"vwe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"vwg" = ( +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"vwl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"vwq" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"vwt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/meter, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine) +"vww" = ( +/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/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"vwx" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/cmo) +"vwy" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"vwC" = ( +/obj/structure/table, +/obj/item/stock_parts/cell/high/plus, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"vwD" = ( +/obj/structure/table, +/obj/item/clothing/head/hardhat/pumpkinhead, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vwN" = ( +/obj/machinery/constructable_frame/machine_frame, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"vwR" = ( +/turf/simulated/wall, +/area/station/supply/expedition) +"vxi" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/science/toxins/mixing) +"vxk" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 1; + sort_type_txt = "19" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"vxs" = ( +/obj/item/storage/box/monkeycubes, +/obj/structure/window/reinforced, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"vxw" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"vxF" = ( +/obj/structure/sign/poster/ripped{ + pixel_x = 31 + }, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/maintenance/apmaint) +"vxO" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"vxP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"vxU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"vxW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"vxZ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/space, +/area/station/engineering/solar/aft_starboard) +"vyj" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/fpmaint) +"vyl" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood, +/area/station/service/bar) +"vyq" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/structure/sign/nosmoking_2{ + pixel_x = 28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"vys" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vyC" = ( +/obj/machinery/kitchen_machine/candy_maker, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"vyG" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"vyL" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"vyO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/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/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"vyP" = ( +/obj/effect/landmark/damageturf, +/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/station/maintenance/aft) +"vyV" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/multitool, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"vyX" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"vzf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/lobby) +"vzj" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vzn" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Containment Pen" + }, +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio2"; + name = "Chamber 2 Containment Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"vzs" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"vzw" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"vzC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio1"; + name = "Chamber 1 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio2"; + name = "Chamber 2 Containment Blast Doors" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"vzI" = ( +/obj/effect/decal/cleanable/molten_object/large, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vzP" = ( +/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/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"vzX" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"vzY" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/machinery/camera{ + c_tag = "Head of Personnel Office South East"; + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"vAh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vAu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vAx" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/lobby) +"vAE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/keycard_auth{ + pixel_y = -26; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/rd) +"vAI" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box/empty, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/maintenance/apmaint) +"vAJ" = ( +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -24; + name = "south bump" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"vAO" = ( +/obj/machinery/floodlight, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"vAT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/range) +"vAU" = ( +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"vAZ" = ( +/turf/simulated/wall, +/area/station/public/dorms) +"vBb" = ( +/obj/effect/turf_decal/box, +/turf/simulated/floor/wood, +/area/station/service/bar) +"vBf" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"vBg" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"vBi" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/hall) +"vBq" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"vBu" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/se) +"vBv" = ( +/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" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"vBw" = ( +/obj/structure/table/reinforced, +/obj/item/multitool/command, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"vBP" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/obj/item/eftpos{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/reagent_containers/drinks/flask/barflask, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"vBV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"vBY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluered" + }, +/area/station/hallway/primary/central/nw) +"vBZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vCg" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"vCo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"vCt" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/medical/storage) +"vCv" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/execution) +"vCy" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/wrapping_paper{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/rcs, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/sorting) +"vCz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"vCA" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/public/dorms) +"vCE" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"vCK" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/sop_engineering, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"vCP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"vCU" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + inlet_injector_autolink_id = "tox_in"; + name = "Toxin Supply Control"; + outlet_vent_autolink_id = "tox_out"; + autolink_sensors = list("tox_sensor"="Tank") + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"vDd" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/dorms/port) +"vDf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/breakroom) +"vDo" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"vDx" = ( +/obj/structure/lattice, +/obj/structure/transit_tube/junction/flipped, +/turf/space, +/area/space/nearstation) +"vDA" = ( +/obj/structure/closet/emcloset, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"vDB" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmos Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/control) +"vDD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"vDF" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/genetics, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"vDH" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"vDJ" = ( +/turf/simulated/wall, +/area/station/medical/sleeper) +"vDP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"vDY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/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/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"vEd" = ( +/obj/item/decorations/sticky_decorations/flammable/tinsel/red{ + pixel_y = 12 + }, +/obj/item/mixing_bowl{ + name = "Ians Water Bowl" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"vEj" = ( +/obj/machinery/door/poddoor{ + id_tag = "justice_blast"; + name = "Justice Blast Door" + }, +/obj/structure/grille, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/security/execution) +"vEk" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"vEo" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"vEp" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 8; + filter_type = 3; + name = "Gas filter (CO2 tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"vEy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/processing) +"vEK" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"vEQ" = ( +/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 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + 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/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/station/service/clown) +"vFe" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/starboard/south) +"vFj" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/station/public/park) +"vFk" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -3 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5 + }, +/obj/machinery/requests_console/directional/east, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24; + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"vFm" = ( +/obj/structure/closet/crate, +/obj/item/storage/fancy/rollingpapers, +/obj/item/lighter/random, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"vFv" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/science/break_room) +"vFw" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/se) +"vFy" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"vFI" = ( +/obj/machinery/door_timer/cell_2{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"vFM" = ( +/obj/structure/table, +/obj/item/electropack, +/obj/item/assembly/signaler, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"vFT" = ( +/obj/effect/spawner/window/reinforced/grilled, +/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/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/hall) +"vFX" = ( +/obj/machinery/computer/security{ + dir = 1; + network = list("SS13","Research Outpost","Mining Outpost") + }, +/obj/machinery/alarm/directional/south, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"vGd" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"vGk" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"vGo" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"vGp" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"vGs" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/service/hydroponics) +"vGt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"vGw" = ( +/obj/structure/table, +/obj/item/flashlight/lamp{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/storage/fancy/donut_box, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vGA" = ( +/obj/structure/table, +/obj/item/food/sosjerky, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"vGE" = ( +/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/structure/disposalpipe/junction, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreencorners" + }, +/area/station/medical/medbay2) +"vGF" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vGI" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"vGN" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"vGW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"vGY" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"vHf" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/research) +"vHm" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"vHn" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vHt" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"vHu" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"vHx" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 15; + pixel_x = -5 + }, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/obj/machinery/camera{ + c_tag = "Library West"; + dir = 10 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"vHE" = ( +/obj/machinery/mineral/mint{ + input_dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"vHN" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay2) +"vHR" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"vHT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/execution) +"vHY" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/eternal, +/obj/item/reagent_containers/dropper, +/turf/simulated/floor/wood, +/area/station/service/bar) +"vHZ" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"vIi" = ( +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24; + pixel_y = -8 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"vIm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block) +"vIn" = ( +/obj/machinery/atmospherics/binary/valve/open{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"vIo" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/engine) +"vIv" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"vIy" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"vIN" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"vIV" = ( +/turf/simulated/wall, +/area/station/public/shops) +"vJb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"vJc" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"vJm" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/space, +/area/station/engineering/solar/aft_port) +"vJs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"vJx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.1 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"vJy" = ( +/obj/item/beacon, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"vJz" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album{ + pixel_y = -10 + }, +/obj/item/camera, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"vJF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/south) +"vJJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"vJW" = ( +/obj/effect/landmark/spawner/rev, +/obj/machinery/camera{ + c_tag = "Xeno Containment 6"; + dir = 1; + network = list("Research","SS13") + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"vJX" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/security/fore) +"vKa" = ( +/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/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"vKd" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"vKf" = ( +/obj/machinery/economy/vending/cart, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"vKl" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 1 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"vKs" = ( +/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/carpet, +/area/station/service/library) +"vKu" = ( +/obj/machinery/power/compressor{ + comp_id = "incineratorturbine"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d2 = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/atmos/asteroid_filtering) +"vKw" = ( +/obj/structure/table/wood, +/obj/item/megaphone{ + pixel_y = 7; + pixel_x = -3 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"vKy" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"vKF" = ( +/turf/simulated/wall, +/area/station/service/bar) +"vKI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"vKS" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"vKT" = ( +/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" + }, +/obj/machinery/alarm/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"vKW" = ( +/obj/structure/cable{ + 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/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"vKX" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"vLe" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"vLi" = ( +/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/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"vLo" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"vLw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/unisex) +"vLy" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/locker) +"vLB" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/ne) +"vLC" = ( +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_x = 5 + }, +/obj/item/book/manual/wiki/sop_legal, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"vLH" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/station/public/park) +"vLM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"vLQ" = ( +/obj/structure/table, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"vLS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"vLT" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"vMa" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/chair/sofa/bamboo/left, +/turf/simulated/floor/beach/away/sand, +/area/station/public/dorms) +"vMb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"vMc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"vMp" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"vMq" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"vMs" = ( +/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/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"vMw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"vMx" = ( +/obj/machinery/power/solar_control{ + name = "Aft Starboard Solar Control"; + dir = 1 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"vMA" = ( +/obj/structure/rack, +/obj/item/stack/packageWrap, +/obj/item/destTagger, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Bar South"; + dir = 1 + }, +/obj/item/book/manual/wiki/sop_service, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"vMF" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/public/dorms) +"vMI" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/machinery/light_switch{ + dir = 8; + name = "east bump"; + pixel_x = 24; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"vMJ" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"vMK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"vML" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"vMN" = ( +/obj/machinery/camera{ + c_tag = "Starboard-Aft Primary South"; + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"vMO" = ( +/obj/structure/rack, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/obj/effect/turf_decal{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"vMQ" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore/north) +"vMU" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"vNc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/hallway/primary/aft) +"vNd" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"vNg" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"vNm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"vNv" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs/cable/zipties, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"vND" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"vNK" = ( +/obj/machinery/suit_storage_unit/atmos/secure, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"vNO" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/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/station/maintenance/fsmaint2) +"vOa" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/execution) +"vOg" = ( +/obj/structure/table, +/obj/item/ashtray/plastic, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 7 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block) +"vOh" = ( +/obj/machinery/economy/merch, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"vOk" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHNW"; + location = "ENG" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"vOo" = ( +/obj/structure/table/glass/reinforced, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_y = 12; + pixel_x = -5 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = 10 + }, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid) +"vOx" = ( +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"vOz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"vOB" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"vOE" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"vOJ" = ( +/obj/machinery/economy/vending/engivend, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos/asteroid_filtering) +"vPa" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"vPk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/command/bridge) +"vPm" = ( +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/machinery/door/airlock/engineering/glass{ + name = "Laser Room" + }, +/turf/simulated/floor/plating, +/area/station/engineering/engine) +"vPn" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/fsmaint2) +"vPr" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"vPu" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"vPv" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"vPx" = ( +/turf/simulated/floor/plating/asteroid/basalt/plasma, +/area/station/engineering/atmos/asteroid_core) +"vPy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/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/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"vPI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_filtering) +"vPP" = ( +/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/plasteel, +/area/station/supply/office) +"vQc" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"vQe" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Courtroom Maintenance"; + security_level = 1 + }, +/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/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/security/court, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"vQv" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"vQC" = ( +/obj/machinery/light, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/south) +"vQI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_filtering) +"vQJ" = ( +/obj/machinery/atmospherics/binary/valve/open{ + dir = 4; + name = "Virology Air Supply" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"vQL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/junction/y{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"vQS" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"vQU" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"vRf" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"vRh" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"vRk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/checkpoint/secondary) +"vRn" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Genetics Reception" + }, +/obj/item/desk_bell{ + pixel_x = -6; + pixel_y = 3; + anchored = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/genetics{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel, +/area/station/science/genetics) +"vRu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"vRw" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"vRB" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"vRE" = ( +/obj/effect/spawner/random_spawners/blood_often, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"vRN" = ( +/obj/structure/table, +/obj/item/ashtray/glass, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"vRS" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"vSk" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"vSl" = ( +/obj/structure/table/wood, +/obj/item/camera, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"vSq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"vSv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/checkpoint/secondary) +"vSy" = ( +/obj/machinery/constructable_frame/machine_frame, +/obj/item/stack/cable_coil, +/obj/structure/cable, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"vSD" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"vSF" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "GeneticsDoor"; + name = "Genetics" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/all/medical/genetics, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"vSM" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 1; + name = "External to Filter" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable{ + 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/plasteel, +/area/station/engineering/atmos) +"vTb" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/funeral) +"vTd" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/clipboard, +/obj/item/stamp/granted{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/office) +"vTe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"vTo" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"vTp" = ( +/obj/structure/table, +/obj/item/stamp/granted{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stamp/granted, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"vTq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"vTs" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/command/bridge) +"vTt" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"vTw" = ( +/obj/structure/table/wood, +/obj/item/storage/box/cups, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"vTB" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/carpet/red, +/area/station/public/fitness) +"vTI" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"vTT" = ( +/obj/structure/closet/crate/freezer, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"vTW" = ( +/obj/item/kitchen/knife/shiv, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"vUj" = ( +/obj/item/ammo_box/caps, +/obj/item/ammo_box/caps, +/obj/item/gun/projectile/revolver/capgun, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/secure/safe{ + pixel_x = -27 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"vUk" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"vUu" = ( +/obj/structure/table, +/obj/item/tank/internals/anesthetic, +/obj/item/clothing/mask/breath/medical, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = -9; + pixel_y = 11 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"vUx" = ( +/obj/item/mod/module/balloon, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vUy" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"vUH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/theatre) +"vUM" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel, +/area/station/medical/surgery/observation) +"vUS" = ( +/obj/structure/curtain/open/shower/security{ + name = "red curtain" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom" + }, +/area/station/service/theatre) +"vVc" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"vVe" = ( +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"vVn" = ( +/obj/item/paper_bin, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_office) +"vVu" = ( +/obj/structure/table, +/obj/item/healthanalyzer{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"vVw" = ( +/obj/structure/closet/toolcloset, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"vVy" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"vVz" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"vVE" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"vVJ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/beakers{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/storage/box/syringes, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"vVK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/miningdock) +"vVM" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "cautioncorner" + }, +/area/station/public/dorms) +"vVR" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"vVX" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/obj/item/reagent_containers/drinks/mug/hos, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"vVZ" = ( +/obj/structure/closet/secure_closet/reagents, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"vWa" = ( +/obj/item/melee/baton/cattleprod, +/obj/effect/decal/cleanable/blood/old, +/obj/item/lighter/random{ + pixel_x = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"vWf" = ( +/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/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"vWg" = ( +/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/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"vWh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"vWq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/dispenser, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"vWF" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/explab) +"vWJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"vWP" = ( +/obj/structure/table, +/obj/machinery/computer/med_data/laptop, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"vWR" = ( +/obj/structure/cable{ + 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/disposalpipe/junction{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"vWW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"vXd" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"vXk" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"vXl" = ( +/obj/structure/table, +/obj/item/storage/belt/utility{ + pixel_y = 3 + }, +/obj/item/multitool, +/obj/machinery/light, +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_x = -5; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/science/break_room) +"vXm" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block) +"vXo" = ( +/obj/structure/bed, +/obj/item/bedsheet/captain{ + dir = 1 + }, +/obj/machinery/alarm/directional/east, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"vXr" = ( +/obj/machinery/door/airlock/engineering/glass{ + autoclose = 0; + id_tag = "engsm_door_int"; + locked = 1; + name = "Supermatter Interior Access" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"vXw" = ( +/obj/structure/table/reinforced, +/obj/item/storage/bag/bio, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"vXz" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/machinery/keycard_auth{ + pixel_x = -6; + pixel_y = 16 + }, +/obj/item/pen/ce, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"vXA" = ( +/obj/machinery/power/apc/important/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/camera{ + c_tag = "Vault"; + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/vault) +"vXQ" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/dorms/port) +"vXX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"vXZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"vYe" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"vYn" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper/precision, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"vYs" = ( +/obj/item/dice/d6, +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/spentcasing, +/turf/simulated/floor/wood, +/area/station/maintenance/dorms/starboard) +"vYu" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Atmos to Loop" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"vYG" = ( +/obj/structure/railing/cap, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"vYJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/evidence) +"vYK" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.1 + }, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"vYR" = ( +/obj/machinery/status_display{ + pixel_x = 32; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"vYV" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"vYY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vZb" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"vZe" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"vZj" = ( +/obj/machinery/teleport/hub, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"vZk" = ( +/obj/structure/rack, +/obj/item/storage/box/flashbangs{ + pixel_x = -3 + }, +/obj/item/storage/box/teargas{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"vZo" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"vZr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"vZs" = ( +/obj/effect/decal/cleanable/blood/tracks, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vZv" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/storage/briefcase/inflatable, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"vZw" = ( +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway South"; + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"vZz" = ( +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/hallway/primary/central/south) +"vZB" = ( +/obj/structure/musician/piano, +/obj/structure/window/reinforced{ + dir = 8; + pixel_x = -4 + }, +/turf/simulated/floor/carpet, +/area/station/service/bar) +"vZC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"vZF" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"vZK" = ( +/obj/machinery/camera{ + c_tag = "Chapel South"; + dir = 10 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"vZW" = ( +/obj/machinery/keycard_auth{ + pixel_y = 28 + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 24; + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"wae" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"wap" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"waq" = ( +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"war" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"was" = ( +/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, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"waz" = ( +/obj/structure/rack, +/obj/item/aicard, +/obj/item/paicard{ + pixel_x = 4 + }, +/obj/item/circuitboard/aicore{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"waH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/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/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"waP" = ( +/obj/machinery/recharge_station, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/expedition) +"wbj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/transit) +"wbn" = ( +/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/structure/disposalpipe/junction/reversed{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"wbB" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/prison/cell_block) +"wbH" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"wbK" = ( +/obj/structure/railing/cap{ + dir = 10 + }, +/turf/simulated/floor/plating/asteroid/basalt/plasma, +/area/station/engineering/atmos/asteroid_core) +"wbR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio5"; + name = "Chamber 5 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"wbU" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"wcm" = ( +/obj/structure/rack, +/obj/item/tank/internals/air, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"wcs" = ( +/obj/structure/closet/secure_closet/roboticist, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"wcu" = ( +/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/firealarm/directional/east, +/obj/machinery/camera{ + c_tag = "AI Sat Outer Ring North East"; + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"wcz" = ( +/obj/machinery/economy/vending/coffee, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"wcE" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/glasses/welding, +/obj/machinery/computer/guestpass{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"wcG" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/electrical) +"wcI" = ( +/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" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"wcP" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"wcR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry/lounge) +"wcU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/lobby) +"wcV" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/range) +"wdr" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"wdw" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"wdy" = ( +/obj/item/c_tube, +/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/station/maintenance/aft) +"wdA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"wdB" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"wdE" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"wdH" = ( +/obj/structure/bookcase/manuals/medical, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"wdI" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/camera{ + c_tag = "Engineering Equipment North-West"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"wdM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"wdQ" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"wdV" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"wdX" = ( +/obj/machinery/r_n_d/destructive_analyzer, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/science/rnd) +"wdY" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"wdZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/brig) +"wea" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"wef" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/medical/surgery/primary) +"weg" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"wei" = ( +/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" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"wel" = ( +/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/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/command/office/cmo) +"wex" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"weB" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/obj/item/kitchen/utensil/spoon, +/obj/item/kitchen/utensil/fork{ + pixel_x = 6 + }, +/turf/simulated/floor/carpet, +/area/station/public/mrchangs) +"weD" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"weF" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"wfe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"wfi" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/barricade/wooden/crude, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wfo" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/window/classic/reversed{ + name = "Bar Delivery" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 1; + location = "Bar" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/bar, +/turf/simulated/floor/plating, +/area/station/service/bar) +"wfA" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"wfB" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/camera{ + c_tag = "Vacant Office"; + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"wfN" = ( +/obj/structure/transit_tube/junction/flipped{ + dir = 1 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"wfQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"wfX" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance" + }, +/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/mapping_helpers/airlock/access/all/science/minisat, +/turf/simulated/floor/plating, +/area/station/aisat/service) +"wgs" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"wgu" = ( +/turf/simulated/wall, +/area/station/science/explab) +"wgy" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "packageSort2" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"wgz" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"wgJ" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"wgO" = ( +/obj/machinery/door/window/classic/normal{ + name = "Mail" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/windoor/access/all/supply/mail_sorting, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"wgT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"whd" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/primary/starboard) +"whf" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/generic, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"whh" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"whj" = ( +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/obj/effect/decal/cleanable/vomit, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"whq" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/fyellow{ + pixel_y = 6 + }, +/obj/item/storage/toolbox/electrical, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"whu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"whv" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Danger: Conveyor Access" + }, +/obj/effect/turf_decal/delivery/red, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mineral_storage, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"whF" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"whH" = ( +/obj/structure/table/wood, +/obj/item/food/grown/poppy{ + pixel_y = 5; + pixel_x = -5 + }, +/obj/item/food/grown/poppy{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/food/grown/poppy, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel) +"whI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"whN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/obj/item/storage/box, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"whO" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"whW" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"whZ" = ( +/obj/effect/decal/cleanable/molten_object/large, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"wid" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/reversed, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Research and Development Lab Shutters"; + id_tag = "rdlab2" + }, +/obj/item/desk_bell{ + pixel_y = 8; + anchored = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/science/research, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/autoname/desk, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel, +/area/station/science/rnd) +"wih" = ( +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitecorner" + }, +/area/station/hallway/primary/central/south) +"wiu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/radio/intercom/department/security{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"wix" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"wiz" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/machinery/economy/vending/hydroseeds, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkgreen" + }, +/area/station/service/hydroponics) +"wiA" = ( +/obj/item/reagent_containers/glass/bottle/ammonia, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"wiB" = ( +/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/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"wiC" = ( +/obj/machinery/suit_storage_unit/expedition, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/expedition) +"wiG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/service/hydroponics) +"wiL" = ( +/turf/simulated/wall/r_wall, +/area/station/security/prisonershuttle) +"wiP" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/secure_data{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/circuitboard/camera{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/circuitboard/prisoner{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"wiU" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "tox_sensor" + }, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/engineering/atmos/asteroid_filtering) +"wiW" = ( +/obj/structure/rack, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/computer) +"wiZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"wje" = ( +/obj/structure/sign/poster/contraband/fun_police{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wjg" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/item/trash/chips, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft2) +"wji" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"wjj" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/storage) +"wjn" = ( +/obj/machinery/door/airlock/command, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/wood, +/area/station/supply/qm) +"wjB" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/structure/displaycase/captain, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"wjJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"wjU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"wjV" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"wkb" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"wkg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"wko" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/grass, +/area/station/public/park) +"wks" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"wkt" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellowcorner" + }, +/area/station/medical/chemistry) +"wky" = ( +/obj/structure/table, +/obj/item/clothing/suit/apron, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"wkC" = ( +/obj/item/stack/sheet/mineral/plasma{ + amount = 10 + }, +/obj/structure/rack, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/toy/crayon/spraycan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"wkQ" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wkS" = ( +/obj/machinery/newscaster/security_unit{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"wkZ" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/shoes/magboots{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/clothing/shoes/magboots{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/shoes/magboots{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/shoes/magboots{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"wlz" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"wlA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/kirbyplants, +/obj/machinery/driver_button{ + id_tag = "chapelgun"; + name = "Chapel Mass Driver"; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/funeral) +"wlF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"wlP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"wlY" = ( +/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/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"wmc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/hallway/primary/starboard) +"wmi" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_starboard) +"wmm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"wmq" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"wmu" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"wmy" = ( +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowcorner" + }, +/area/station/medical/chemistry) +"wmA" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wmB" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paicard, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"wmC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"wmG" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"wmK" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/interrogation) +"wmQ" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"wmU" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/service/kitchen) +"wnd" = ( +/obj/item/eftpos/register, +/obj/structure/table/reinforced, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"wno" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"wnz" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast south"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"wnD" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/hallway/primary/aft) +"wnG" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"wnL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/pet_store) +"wnP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"wnQ" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Break Room" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"wnS" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Mix to Distro" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"wnT" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"wnY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"wnZ" = ( +/obj/structure/table/reinforced, +/obj/item/radio{ + pixel_y = 6 + }, +/obj/item/radio{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/radio{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcheck" + }, +/area/station/security/storage) +"wob" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"wod" = ( +/obj/structure/rack, +/obj/item/melee/baseball_bat, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"woe" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/cigbutt/cigarbutt{ + pixel_y = 10; + pixel_x = -15 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"woi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"wom" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/west{ + id = "QMLoad" + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"woq" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"wou" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"woy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"woG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"woH" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"woM" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"woP" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"woR" = ( +/obj/structure/cable{ + 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/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"woS" = ( +/obj/structure/table/glass, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 6 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 28; + name = "north bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"woU" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"woV" = ( +/obj/structure/rack, +/obj/item/grenade/barrier{ + pixel_y = 5; + pixel_x = 5 + }, +/obj/item/grenade/barrier{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/item/grenade/barrier, +/obj/item/grenade/barrier{ + pixel_y = -3; + pixel_x = -3 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"woZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"wpd" = ( +/obj/structure/closet/crate, +/obj/item/storage/firstaid, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wpk" = ( +/obj/structure/closet/wardrobe/black, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wps" = ( +/obj/structure/closet/secure_closet/personal, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"wpv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"wpJ" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"wpN" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"wpP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"wpU" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"wpX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/science{ + icon_state = "xenobio2"; + pixel_y = -32 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/maintenance/asmaint) +"wpY" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/item/decorations/sticky_decorations/flammable/tinsel/halloween{ + pixel_y = 20 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wqm" = ( +/obj/structure/table, +/obj/machinery/light/small, +/obj/item/food/meatpie, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"wqn" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/alarm/directional/west, +/obj/structure/sign/vacuum/external{ + pixel_x = -30; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"wqo" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"wqr" = ( +/obj/structure/table/reinforced, +/obj/item/food/donut/jelly/cherryjelly, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/warden) +"wqs" = ( +/obj/item/chair/wood/wings, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/obj/effect/decal/cleanable/vomit, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"wqt" = ( +/obj/structure/table_frame, +/obj/item/food/cheesiehonkers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"wqy" = ( +/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" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prisonershuttle) +"wqN" = ( +/obj/structure/table, +/obj/item/food/sosjerky, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"wqP" = ( +/obj/structure/rack, +/obj/structure/sign/nosmoking_1{ + pixel_y = -30 + }, +/obj/item/wrench, +/obj/item/crowbar/red, +/obj/item/multitool, +/obj/item/screwdriver, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"wrL" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/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/cyan{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"wrN" = ( +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"wrT" = ( +/obj/structure/table, +/obj/item/toy/plushie/corgi, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"wrU" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"wsd" = ( +/obj/structure/lattice/catwalk/mining, +/obj/machinery/atmospherics/unary/vent_scrubber/on/toxins_siphon{ + dir = 4 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"wsf" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"wsh" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"wsm" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"wsp" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Warehouse Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/cargo_bay, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"wst" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/t_scanner, +/obj/machinery/camera{ + c_tag = "Atsmospherics Control ROom"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/engineering/atmos/control) +"wsw" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/roboticist, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"wsG" = ( +/obj/structure/cable{ + 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/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"wsJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"wsO" = ( +/obj/machinery/camera{ + c_tag = "Chapel Chaplain's Office"; + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"wsQ" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"wsR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"wsZ" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"wti" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"wtr" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Asteroid Station Access"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/transit) +"wty" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/aft_port) +"wtB" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"wtD" = ( +/obj/machinery/door/airlock/maintenance, +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"wtQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 8 + }, +/obj/item/storage/fancy/donut_box, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "kitchenhall"; + name = "Kitchen Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/service/kitchen{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/autoname{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"wtR" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"wtU" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4; + name = "port to heat exchange" + }, +/obj/machinery/door_control{ + id = "ToxinsVenting"; + name = "Toxin Venting Control"; + pixel_x = -8; + pixel_y = 26 + }, +/obj/machinery/ignition_switch{ + id = "toxinsigniter"; + pixel_x = 6; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/science/toxins/mixing) +"wub" = ( +/obj/machinery/computer/arcade{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"wuc" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plasteel/white/side, +/area/station/maintenance/asmaint) +"wux" = ( +/obj/machinery/computer/aiupload{ + dir = 4 + }, +/obj/machinery/door/window/reinforced/reversed{ + name = "Console Access"; + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"wuD" = ( +/obj/machinery/economy/vending/wallmed/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"wuE" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/space, +/area/station/engineering/solar/aft_starboard) +"wuK" = ( +/obj/structure/sign/lifestar, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/medical/reception) +"wuV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"wva" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"wve" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wvi" = ( +/obj/structure/closet/secure_closet/iaa, +/obj/item/storage/briefcase, +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/obj/item/cartridge/iaa, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"wvm" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluered" + }, +/area/station/hallway/primary/central/nw) +"wvE" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"wvL" = ( +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/dorms) +"wvN" = ( +/obj/machinery/door/airlock{ + name = "Crematorium" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/all/service/crematorium, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"wvS" = ( +/obj/machinery/door/poddoor/preopen{ + name = "Biohazard Shutter"; + id_tag = "RnDChem" + }, +/obj/machinery/door/airlock/research/glass{ + name = "Test Chamber" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/all/science/tox, +/obj/machinery/door/firedoor, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"wvT" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard) +"wvW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"wvX" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"wwa" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "N2 to Pure" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"wwc" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"wwh" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"wwj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"wwk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"wwp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/obj/item/destTagger{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/sorting) +"wwr" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"wwv" = ( +/obj/structure/rack, +/obj/item/storage/box/tranquilizer, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"wwG" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"wwI" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/asteroid_filtering) +"wwP" = ( +/obj/effect/mob_spawn/human/corpse/skeleton, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"wwR" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wwT" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Pure to Port" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"wwV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"wwW" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"wxg" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"wxn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"wxo" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/structure/cable{ + 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/plasteel{ + icon_state = "dark" + }, +/area/station/science/server/coldroom) +"wxs" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"wxx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"wxB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"wxD" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"wxK" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"wxL" = ( +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/obj/structure/closet/secure_closet/genetics, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"wxT" = ( +/mob/living/simple_animal/cockroach, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/wood, +/area/station/maintenance/aft2) +"wxY" = ( +/obj/structure/table, +/obj/item/paper/crumpled, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"wyb" = ( +/obj/structure/table/wood, +/obj/item/stack/packageWrap, +/obj/item/storage/box/dice, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood, +/area/station/service/library) +"wyj" = ( +/obj/machinery/chem_heater, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/security/fore) +"wyL" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 4; + height = 11; + id = "trade_dock"; + name = "port bay 4 at Diagoras"; + width = 9 + }, +/turf/space, +/area/space) +"wyR" = ( +/obj/machinery/suit_storage_unit/engine/secure, +/obj/item/toy/figure/crew/engineer{ + pixel_y = 17; + pixel_x = -9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hardsuitstorage) +"wyS" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/cockroach, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"wyU" = ( +/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/plasteel, +/area/station/hallway/primary/starboard/south) +"wzb" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"wzf" = ( +/obj/effect/landmark/burnturf, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wzh" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"wzk" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"wzp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"wzx" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"wzy" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/meter{ + autolink_id = "dloop_atm_meter"; + name = "Distribution Loop" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"wzF" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/obj/item/food/sosjerky, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"wzS" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.05 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"wAh" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/arrival/station) +"wAq" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/space, +/area/station/engineering/solar/aft_starboard) +"wAu" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/obj/machinery/r_n_d/server/station, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/science/server/coldroom) +"wAw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/theatre) +"wAF" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/atmos/asteroid_filtering) +"wAG" = ( +/obj/effect/spawner/airlock/long, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/asteroid_filtering) +"wAH" = ( +/obj/structure/transit_tube/station{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/obj/structure/transit_tube_pod, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/atmos/asteroid_filtering) +"wAK" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/service/janitor) +"wAM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"wAP" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/item/grenade/chem_grenade/metalfoam, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"wBc" = ( +/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/firedoor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"wBd" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"wBF" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"wBQ" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"wBT" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wCd" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"wCh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"wCr" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"wCy" = ( +/obj/machinery/computer/turbine_computer{ + id = "incineratorturbine"; + dir = 1 + }, +/obj/structure/sign/fire{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/asteroid_filtering) +"wCJ" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"wCQ" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"wCS" = ( +/obj/effect/mapping_helpers/airlock/access/all/science/minisat, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"wCU" = ( +/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/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"wCX" = ( +/obj/item/kirbyplants, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"wCZ" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"wDd" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/suit/really_black, +/obj/item/clothing/head/fluff/goldtophat{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"wDe" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"wDq" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/camera{ + c_tag = "Clown's Office" + }, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/wood, +/area/station/service/clown) +"wDu" = ( +/turf/simulated/wall, +/area/station/hallway/primary/starboard/south) +"wDw" = ( +/obj/effect/overlay/palmtree_r, +/obj/effect/overlay/coconut{ + pixel_y = -6 + }, +/turf/simulated/floor/beach/away/sand, +/area/station/public/dorms) +"wDy" = ( +/obj/structure/table/wood, +/obj/item/ashtray/glass{ + pixel_y = 3; + pixel_x = -3 + }, +/obj/item/clothing/mask/cigarette/cigar/havana, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"wDD" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/carpet/red, +/area/station/public/fitness) +"wDH" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"wDI" = ( +/obj/effect/spawner/random_spawners/wall_rusted_always, +/turf/simulated/wall, +/area/station/maintenance/aft) +"wDJ" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"wDW" = ( +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/station/engineering/engine) +"wDY" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/garden) +"wDZ" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"wEb" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint2) +"wEh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/fore) +"wEy" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"wEI" = ( +/obj/machinery/computer/cloning, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"wEP" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/cap{ + dir = 4 + }, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"wEW" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/cans/ale, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -8; + pixel_y = 1 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"wEZ" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"wFd" = ( +/obj/structure/bed, +/obj/item/bedsheet/rd, +/turf/simulated/floor/wood, +/area/station/command/office/rd) +"wFe" = ( +/obj/structure/closet/secure_closet/security, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/storage) +"wFj" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellowcorner" + }, +/area/station/medical/chemistry) +"wFl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcheck" + }, +/area/station/security/storage) +"wFz" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison) +"wFI" = ( +/obj/machinery/camera{ + c_tag = "Chapel East"; + dir = 8 + }, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"wFK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"wFM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"wFS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/structure/closet/radiation, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"wFV" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/hallway/primary/starboard/south) +"wFX" = ( +/obj/structure/closet/secure_closet/bar{ + req_access_txt = "25" + }, +/obj/item/ammo_box/shotgun/beanbag, +/turf/simulated/floor/wood, +/area/station/service/bar) +"wGe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison) +"wGv" = ( +/obj/structure/table, +/obj/machinery/light/small, +/obj/item/storage/box, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"wGx" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"wGA" = ( +/obj/item/reagent_containers/syringe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/maintenance/security/fore) +"wGD" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/item/weldingtool/largetank, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"wGM" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"wHk" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"wHn" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/nw) +"wHo" = ( +/obj/structure/railing/cap{ + dir = 4 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/kitchen) +"wHE" = ( +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"wHF" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"wHG" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"wHI" = ( +/obj/structure/closet/crate{ + name = "Gold Crate" + }, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/gold{ + pixel_y = 2 + }, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = 1; + pixel_y = -2 + }, +/obj/item/storage/belt/champion, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/vault) +"wHO" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/item/storage/pill_bottle/random_drug_bottle, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"wHT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"wHV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/qm) +"wHX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"wIh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"wIk" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"wIB" = ( +/obj/effect/spawner/airlock/w_to_e, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry/east) +"wIF" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "NT Representative's Office" + }, +/obj/structure/sign/poster/official/high_class_martini{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"wIL" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"wIU" = ( +/obj/machinery/atmospherics/unary/tank/oxygen{ + volume = 3200; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"wIX" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/transit) +"wJj" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"wJl" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitehall" + }, +/area/station/medical/reception) +"wJm" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"wJv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"wJx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"wJH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/box/white{ + color = "#009dff" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/economy/vending/wallmed/directional/west, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cryo) +"wJL" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"wJM" = ( +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"wJP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"wJR" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/item/clothing/under/suit/mafia/vest, +/obj/effect/spawner/random_spawners/blood_often, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"wKf" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/rdconsole{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/circuitboard/rdserver{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/destructive_analyzer, +/obj/item/circuitboard/protolathe{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/circuit_imprinter{ + pixel_y = -6; + pixel_x = 6 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"wKg" = ( +/obj/machinery/door_control{ + id = "Secure Armory"; + name = "Secure Armory Shutter Control"; + pixel_x = -24; + pixel_y = -28; + req_access_txt = "3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"wKk" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"wKm" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/bench, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/public/dorms) +"wKn" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry/west) +"wKo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"wKq" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"wKu" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/se) +"wKv" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = -5 + }, +/obj/item/pen, +/obj/machinery/flasher{ + id = "hopflash"; + pixel_y = 24; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"wKx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"wKB" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/engine/airless, +/area/station/engineering/atmos) +"wKF" = ( +/obj/machinery/chem_heater, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/toy/figure/crew/chemist{ + pixel_y = 17; + pixel_x = -6 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"wKP" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + external_pressure_bound = 0; + autolink_id = "tox_out"; + internal_pressure_bound = 4000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/engineering/atmos/asteroid_filtering) +"wKX" = ( +/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/plasteel, +/area/station/maintenance/aft2) +"wKY" = ( +/obj/machinery/bodyscanner, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"wLa" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hall East"; + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"wLd" = ( +/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/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"wLm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 1 + }, +/area/station/medical/medbay2) +"wLn" = ( +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"wLo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/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/station/maintenance/aft) +"wLt" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"wLv" = ( +/obj/item/toy/crayon/spraycan, +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wLz" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"wLE" = ( +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/hallway/primary/starboard) +"wLK" = ( +/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" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"wLO" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wMb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"wMg" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"wMh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/service/theatre) +"wMj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"wMn" = ( +/obj/effect/mapping_helpers/airlock/access/all/supply/expedition, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Expedition Headquarters" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"wMr" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/fedora, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"wMu" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/obj/machinery/alarm/directional/south, +/obj/machinery/light, +/turf/simulated/floor/plasteel/dark, +/area/station/legal/courtroom/gallery) +"wME" = ( +/obj/structure/chair/sofa/bamboo/right, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/beach/away/sand, +/area/station/public/dorms) +"wMZ" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/legal/courtroom) +"wNj" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/janitor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock{ + name = "Janitorial Supplies" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"wNy" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"wNI" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"wNJ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"wNQ" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"wOb" = ( +/obj/machinery/economy/vending/robodrobe, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"wOg" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"wOk" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/hallway/spacebridge/security/west) +"wOm" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wOo" = ( +/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 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"wOp" = ( +/obj/effect/landmark/damageturf, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"wOy" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1; + cover_color = "#85130b" + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/grass, +/area/station/public/park) +"wOK" = ( +/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, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=SAH2"; + location = "SCI" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"wOL" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/space, +/area/station/engineering/solar/aft_starboard) +"wOM" = ( +/obj/structure/table/reinforced, +/obj/item/razor, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -31 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"wOR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"wOS" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"wOW" = ( +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/obj/structure/reagent_dispensers/watertank, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"wOX" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore_port) +"wPa" = ( +/obj/structure/target_stake, +/obj/machinery/magnetic_module, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"wPe" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/hardsuitstorage) +"wPi" = ( +/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 = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"wPA" = ( +/turf/simulated/mineral/ancient, +/area/station/engineering/atmos/asteroid) +"wPC" = ( +/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/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/ne) +"wPI" = ( +/obj/machinery/clonescanner, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cloning) +"wPK" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/transit) +"wPL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/medical/cryo) +"wPM" = ( +/obj/structure/table, +/obj/item/storage/box/evidence, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/processing) +"wPO" = ( +/obj/effect/decal/cleanable/flour, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wPQ" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"wPZ" = ( +/obj/machinery/camera{ + c_tag = "Dorms West 1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"wQa" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"wQe" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=SAH"; + location = "CHSE" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"wQk" = ( +/obj/machinery/camera{ + c_tag = "Security Offices North"; + dir = 6 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"wQl" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison) +"wQm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"wQt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"wQu" = ( +/turf/simulated/floor/plating/airless, +/area/station/maintenance/apmaint) +"wQy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/trinary/filter{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"wQC" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wQD" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/evaguide, +/obj/item/stack/tape_roll, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"wQF" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/grass, +/area/station/public/park) +"wQL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"wQP" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"wQX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"wRf" = ( +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"wRg" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"wRj" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/public/park) +"wRn" = ( +/obj/item/clothing/gloves/color/black, +/obj/item/crowbar, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"wRr" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wRt" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"wRv" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"wRE" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"wRK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"wRQ" = ( +/obj/structure/table, +/obj/item/storage/box/cups, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"wSb" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"wSc" = ( +/obj/structure/sign/poster/contraband/donut_corp{ + pixel_x = 32 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wSd" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"wSf" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/atmos/control) +"wSl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"wSo" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"wSs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"wSv" = ( +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"wSw" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block) +"wSy" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"wSH" = ( +/obj/machinery/kitchen_machine/oven, +/obj/item/clothing/head/chefhat, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"wSI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"wSN" = ( +/obj/item/radio/intercom/custom{ + pixel_y = 25; + pixel_x = 4 + }, +/obj/item/radio/intercom/private{ + pixel_y = -28 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/effect/landmark{ + icon = 'icons/effects/spawner_icons.dmi'; + icon_state = "AI"; + name = "tripai" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"wSQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"wSV" = ( +/obj/structure/table, +/obj/item/storage/bag/dice, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"wSX" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"wTf" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"wTk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/public/fitness) +"wTt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"wTu" = ( +/obj/structure/sign/restroom{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"wTx" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/killertomato, +/obj/item/shovel/spade, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"wTz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"wUa" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/stack/cable_coil, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"wUc" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6; + initialize_directions = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"wUe" = ( +/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, +/obj/structure/disposalpipe/junction/reversed, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"wUg" = ( +/obj/item/solar_assembly, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore_port) +"wUh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"wUm" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wUq" = ( +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"wUu" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/power/port_gen/pacman, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"wUK" = ( +/obj/structure/cable{ + 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/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"wUL" = ( +/obj/machinery/door/airlock/wood{ + name = "Back Stage Entrance" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/station/service/theatre) +"wVd" = ( +/obj/machinery/bookbinder, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"wVg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"wVj" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"wVl" = ( +/obj/structure/table/glass, +/obj/item/stack/medical/ointment/advanced{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/stack/medical/bruise_pack/advanced, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"wVw" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wVz" = ( +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"wVL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/chef, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"wVO" = ( +/obj/machinery/atmospherics/binary/valve/digital/open, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"wVR" = ( +/obj/machinery/power/emitter, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"wWd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"wWm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"wWr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"wWu" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"wWw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard/south) +"wWF" = ( +/obj/structure/chair/sofa/right, +/obj/item/clothing/head/beanie/stripedgreen, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/station/maintenance/apmaint2) +"wWQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"wWT" = ( +/obj/structure/table, +/obj/item/rcs{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/rcs, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"wXf" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/space/nearstation) +"wXj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"wXp" = ( +/obj/effect/spawner/random_barrier/obstruction, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"wXr" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/nw) +"wXx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard/south) +"wXz" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/sign/poster/official/enlist{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"wXG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/space, +/area/space) +"wXH" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/virology/lab) +"wXJ" = ( +/obj/structure/table, +/obj/item/ashtray/glass, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"wXL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/breakroom) +"wXN" = ( +/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{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"wXU" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"wYg" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"wYj" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/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" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"wYm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wYo" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"wYs" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"wYF" = ( +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"wYK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wYM" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway North East"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/ne) +"wYN" = ( +/obj/structure/closet/lasertag/red, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"wYQ" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1; + cover_color = "#85130b" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"wYR" = ( +/obj/structure/reflector/single{ + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"wYZ" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms_secondary) +"wZa" = ( +/obj/structure/closet/secure_closet/blueshield, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"wZe" = ( +/obj/machinery/sleeper, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/starboard) +"wZi" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"wZs" = ( +/obj/item/paper, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandoned_office) +"wZD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"wZR" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Oversight" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/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/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prison) +"wZZ" = ( +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"xam" = ( +/obj/effect/turf_decal/delivery/red, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_filtering) +"xap" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/aisat/service) +"xaq" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"xar" = ( +/obj/machinery/computer/brigcells{ + dir = 4 + }, +/obj/item/toy/figure/crew/hos{ + pixel_y = 9; + pixel_x = -6 + }, +/obj/item/radio/intercom/department/security{ + pixel_x = -28 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"xaC" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"xaM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"xaN" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"xaT" = ( +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"xbb" = ( +/obj/machinery/computer/security{ + dir = 8; + network = list("SS13","Research Outpost","Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"xbl" = ( +/obj/machinery/door/airlock/research{ + name = "Toxins Mixing Room" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/genetics, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"xbo" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8; + pixel_x = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel) +"xbq" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"xbD" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"xbE" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"xbG" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "cstm_in" + }, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/engineering/atmos/asteroid_filtering) +"xbL" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"xbZ" = ( +/obj/effect/spawner/random_barrier/obstruction, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"xcb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"xcj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"xcp" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/clothing/glasses/meson/engine, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Engineering Hardsuit Storage"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hardsuitstorage) +"xcr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/break_room) +"xcB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Foyer" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/lobby) +"xcQ" = ( +/turf/simulated/wall, +/area/station/security/warden) +"xcS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint2) +"xcV" = ( +/obj/structure/cable{ + 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/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"xcX" = ( +/obj/effect/spawner/window/reinforced/polarized{ + id = "Courtroom" + }, +/turf/simulated/floor/plating, +/area/station/legal/courtroom) +"xda" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"xdi" = ( +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock, +/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/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/unisex) +"xdw" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/paper_bin, +/obj/item/pen/multi, +/turf/simulated/floor/wood, +/area/station/legal/courtroom/gallery) +"xdA" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall/r_wall, +/area/station/engineering/gravitygenerator) +"xdB" = ( +/obj/structure/table, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"xdD" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/asteroid_filtering) +"xdE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"xdJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"xdN" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"xdQ" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/station/maintenance/security/aft_starboard) +"xdR" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/starboard) +"xec" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Research Toxins Launch Room"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"xek" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/engine, +/area/station/maintenance/starboard) +"xel" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"xeq" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"xer" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"xes" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/sorting) +"xeB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"xeK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"xeS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitecorner" + }, +/area/station/medical/reception) +"xeX" = ( +/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/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"xfe" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"xff" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"xfp" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"xfs" = ( +/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/structure/disposalpipe/segment, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"xfw" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"xfz" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"xfI" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway South East"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"xfT" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/item/pen/multi, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"xfX" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"xfY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"xgd" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"xgh" = ( +/obj/machinery/economy/vending/cigarette, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"xgn" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/starboard/south) +"xgp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/brig) +"xgu" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "o2_sensor" + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"xgv" = ( +/obj/machinery/computer/monitor{ + dir = 1; + name = "Backup Power Monitoring Console" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"xgy" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/pen/multi{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/machinery/door_control{ + id = "hopofficedoor"; + name = "Office Door"; + normaldoorcontrol = 1; + pixel_x = -8; + req_access_txt = "57" + }, +/obj/item/pen{ + pixel_x = -8; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"xgT" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/hallway/spacebridge/security/west) +"xgU" = ( +/obj/structure/table, +/obj/item/ashtray/glass, +/obj/item/gps{ + gpstag = "QM0"; + pixel_x = -4; + pixel_y = 10 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"xgV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"xgW" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"xgZ" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high, +/obj/machinery/newscaster{ + name = "north bump"; + pixel_y = 28 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"xhg" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"xhn" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"xho" = ( +/obj/structure/closet/crate/secure/loot, +/turf/simulated/floor/engine/asteroid, +/area/station/engineering/atmos/asteroid_core) +"xhr" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"xhA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"xhC" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"xhJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"xhL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"xhS" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Aft Starboard Solar Control"; + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"xhZ" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/plant_analyzer, +/obj/item/storage/bag/plants/seed_sorting_tray, +/obj/item/seeds/carrot, +/obj/item/seeds/banana, +/obj/item/seeds/wheat/rice, +/obj/item/seeds/wheat, +/obj/item/seeds/tobacco, +/obj/item/reagent_containers/spray/pestspray, +/obj/machinery/camera{ + c_tag = "Perma B Botany"; + network = list("Prison","SS13"); + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"xic" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/prison) +"xig" = ( +/turf/simulated/wall, +/area/station/security/processing) +"xih" = ( +/obj/structure/table, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/breakroom) +"xis" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"xit" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"xiw" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/virologist, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"xiE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"xiH" = ( +/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/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"xiO" = ( +/obj/machinery/door/airlock/command{ + id_tag = "captainofficedoor"; + name = "Captain's Office" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/any/command/captain, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"xiT" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/clothing/glasses/meson/engine, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"xiX" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"xjj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"xjl" = ( +/obj/structure/falsewall, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xjv" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "conference" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/meeting_room) +"xjx" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"xjA" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"xjF" = ( +/obj/effect/turf_decal{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"xjJ" = ( +/obj/machinery/chem_heater, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"xjP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"xjS" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurplecorners" + }, +/area/station/science/genetics) +"xjU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/medical/reception) +"xjY" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"xjZ" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"xkc" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"xki" = ( +/obj/structure/table, +/obj/item/storage/box, +/obj/item/extinguisher/mini, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xkk" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/wood, +/area/station/service/library) +"xkt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"xkw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"xkG" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"xkR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"xkV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"xlj" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "HoS" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"xls" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"xly" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/britcup, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"xlH" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"xlS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/rd) +"xlU" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"xlV" = ( +/obj/structure/bed/amb_trolley{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/medical/paramedic) +"xma" = ( +/obj/structure/sink/kitchen{ + dir = 8; + pixel_y = 3; + pixel_x = 12 + }, +/obj/machinery/door_control{ + id = "kitchendiner"; + name = "Kitchen Diner Shutters Control"; + pixel_x = 26; + pixel_y = 7; + req_access_txt = "28" + }, +/obj/machinery/door_control{ + id = "kitchenhall"; + name = "Kitchen Hallway Shutters Control"; + pixel_x = 26; + pixel_y = -3; + req_access_txt = "28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"xme" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/permabrig) +"xmi" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"xml" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"xmm" = ( +/turf/simulated/wall, +/area/station/hallway/primary/central/south) +"xmn" = ( +/turf/simulated/wall/r_wall, +/area/station/science/test_chamber) +"xmp" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/trash/twimsts, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"xmr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/spacebridge/security/west) +"xmu" = ( +/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 = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"xmz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"xmH" = ( +/obj/structure/table/wood, +/obj/item/storage/secure/briefcase, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"xng" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/landmark/spawner/rev, +/obj/structure/morgue{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/medical/morgue) +"xnh" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/obj/machinery/keycard_auth{ + pixel_y = 26 + }, +/turf/simulated/floor/wood, +/area/station/command/meeting_room) +"xnm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"xnu" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"xnE" = ( +/obj/effect/decal/cleanable/dirt, +/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/cyan{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"xnG" = ( +/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/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"xnJ" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"xnQ" = ( +/obj/machinery/computer/arcade{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"xnS" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"xod" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/t_scanner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"xoh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"xoj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"xoo" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"xop" = ( +/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/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/fore/north) +"xor" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"xot" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"xoy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"xoF" = ( +/obj/structure/table, +/obj/machinery/door/window, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/effect/mapping_helpers/airlock/windoor/access/all/medical/general, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"xoK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction/y, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"xoR" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/access/all/service/janitor, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"xpa" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"xpb" = ( +/turf/simulated/wall/r_wall, +/area/station/security/main) +"xpc" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"xpf" = ( +/obj/structure/chair, +/obj/effect/landmark/start/doctor, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"xpg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"xpj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"xpo" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"xpu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"xpB" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/access_button{ + autolink_id = "eng_btn_ext"; + pixel_x = -22; + pixel_y = 20; + req_access_txt = "10;13" + }, +/turf/space, +/area/space/nearstation) +"xpF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"xpO" = ( +/obj/item/cultivator, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"xpP" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel) +"xpT" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/station/public/park) +"xpY" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Medical Reception"; + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/desk_bell{ + pixel_x = 7; + pixel_y = 6; + anchored = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/medical/general{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/medical/reception) +"xqc" = ( +/obj/machinery/camera{ + c_tag = "Perma A South"; + network = list("Prison","SS13"); + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"xqe" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xqh" = ( +/obj/structure/transit_tube/junction/flipped{ + dir = 1 + }, +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"xqn" = ( +/obj/item/toy/crayon/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xqp" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + name = "Gas Mix Inlet Valve" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"xqt" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint2) +"xqw" = ( +/obj/structure/sign/directions/science{ + pixel_y = -24; + pixel_x = -31 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"xqx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/armory/secure) +"xqB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"xqC" = ( +/obj/machinery/door/airlock/engineering{ + name = "Aft Starboard Solar Access" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"xqG" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen" + }, +/area/station/medical/medbay2) +"xqH" = ( +/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/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"xqT" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/blood_often, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"xrb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"xrc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"xrf" = ( +/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/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"xrs" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xry" = ( +/obj/structure/table/glass, +/obj/machinery/door_control{ + id = "rdofficedoor"; + name = "Office Door"; + normaldoorcontrol = 1; + pixel_x = -4; + pixel_y = -4; + req_access_txt = "30" + }, +/obj/machinery/door_control{ + id = "Biohazard"; + name = "Biohazard Shutter Control"; + pixel_x = -4; + pixel_y = 6; + req_access_txt = "30" + }, +/obj/item/reagent_containers/drinks/coffee{ + pixel_x = 8; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"xrG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xrI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "hop"; + name = "Privacy Shutters"; + dir = 2 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hop) +"xrJ" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 3; + height = 5; + id = "mining_home"; + name = "mining shuttle bay"; + width = 7 + }, +/turf/space, +/area/space) +"xrK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block) +"xrN" = ( +/obj/structure/table, +/obj/item/clothing/glasses/science{ + pixel_y = 4 + }, +/obj/item/clothing/glasses/science, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"xrO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"xrP" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"xrQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"xrR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"xrT" = ( +/obj/structure/rack, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/effect/turf_decal{ + dir = 1 + }, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"xsb" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/maintenance/apmaint) +"xsl" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"xst" = ( +/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/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xsw" = ( +/obj/machinery/door/airlock/maintenance, +/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/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"xsy" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"xsC" = ( +/obj/structure/chair/sofa/bench{ + dir = 1; + cover_color = "#85130b" + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/grass, +/area/station/public/park) +"xsJ" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/camera{ + c_tag = "Holodeck Control Room"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"xsW" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Shuttle Lounge East"; + dir = 9 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"xsY" = ( +/obj/item/stack/rods, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"xts" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Security Space Bridge" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/spacebridge/security/west) +"xtt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"xtx" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/camera{ + c_tag = "Teleporter Room"; + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"xtA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Secondary Cooling" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"xtC" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/fyellow, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"xtX" = ( +/obj/structure/table, +/obj/item/autopsy_scanner, +/obj/item/scalpel, +/obj/item/taperecorder, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"xtZ" = ( +/obj/effect/landmark/burnturf, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"xuo" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/smes) +"xuI" = ( +/obj/item/cigbutt/roach, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"xuN" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"xvd" = ( +/obj/machinery/camera{ + c_tag = "Fitness Centre West"; + dir = 4 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution"; + dir = 10 + }, +/area/station/public/fitness) +"xvk" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/effect/decal/cleanable/dirt, +/obj/item/food/monkeycube, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/meat, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"xvs" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/fork, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/security/main) +"xvy" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/prison) +"xvA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"xvC" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/wood, +/area/station/service/library) +"xvD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xvF" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/pod_1) +"xvG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"xvI" = ( +/obj/structure/closet/firecloset, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"xvO" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/effect/spawner/random_spawners/cobweb_left_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"xvW" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/junglebush, +/turf/simulated/floor/grass, +/area/station/public/park) +"xvY" = ( +/turf/simulated/wall/r_wall, +/area/station/turret_protected/ai_upload) +"xwb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"xwj" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"xwl" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Containment Pen" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"xwn" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"xwu" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"xwv" = ( +/obj/machinery/porta_turret/ai_turret/disable, +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"xwA" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"xwG" = ( +/obj/structure/table, +/obj/item/storage/box/cups, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room/secondary) +"xwH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"xwJ" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/plasteel, +/obj/item/wrench, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"xxc" = ( +/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, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/public/glass{ + name = "Security Space Bridge" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/spacebridge/security/south) +"xxe" = ( +/obj/structure/closet/emcloset, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"xxh" = ( +/obj/structure/table, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/multitool{ + pixel_x = 3 + }, +/obj/item/multitool, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = -3 + }, +/obj/machinery/button/windowtint{ + id = "robo"; + pixel_x = 24; + dir = 8 + }, +/obj/machinery/door_control{ + id = "robotics"; + name = "Robotics Privacy Shutters"; + req_access_txt = "29"; + pixel_y = 8; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"xxj" = ( +/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/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/station/security/permabrig) +"xxl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/transit_tube/curved{ + dir = 1 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"xxs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + dir = 4 + }, +/area/station/science/xenobiology) +"xxy" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"xxI" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"xxK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"xxQ" = ( +/turf/simulated/wall/r_wall, +/area/station/science/robotics) +"xxR" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"xxV" = ( +/obj/effect/spawner/window/reinforced/polarized{ + id = "psychoffice" + }, +/turf/simulated/floor/plating, +/area/station/medical/psych) +"xyd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/damageturf, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xyn" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"xyo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"xyq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"xyC" = ( +/obj/structure/table, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"xyE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CMD"; + location = "CHN" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"xyK" = ( +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"xyL" = ( +/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/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xyN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"xyO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"xyV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/maintenance/aft2) +"xzb" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/toy/crayon/mime, +/obj/item/pen/red{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/machinery/camera{ + c_tag = "Mime's Office"; + dir = 8 + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/station/service/mime) +"xzk" = ( +/obj/structure/dresser, +/turf/simulated/floor/wood, +/area/station/command/office/rd) +"xzm" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"xzq" = ( +/obj/structure/window/reinforced, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"xzz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/dock_marker/collision, +/turf/space, +/area/space/nearstation) +"xzA" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"xzE" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xzF" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"xzG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/spacebridge/security/west) +"xzH" = ( +/obj/structure/bookcase/sop, +/obj/item/toy/figure/crew/iaa{ + pixel_y = 20; + pixel_x = -9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"xzI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"xzU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"xzW" = ( +/obj/structure/sink/puddle, +/obj/structure/flora/tree/palm{ + pixel_x = 16; + pixel_y = 3 + }, +/obj/item/fish_eggs/catfish, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"xzX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"xAJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/break_room) +"xAN" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/security/permabrig) +"xAV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"xBa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"xBb" = ( +/obj/effect/spawner/window/reinforced/polarized{ + id = "Surgery 1" + }, +/turf/simulated/floor/plating, +/area/station/medical/surgery/primary) +"xBg" = ( +/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/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"xBo" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xBs" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Suit Storage" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"xBt" = ( +/obj/structure/cable{ + icon_state = "1-4"; + d1 = 1; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"xBu" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/hallway/primary/central/nw) +"xBC" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xBK" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"xBU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio1"; + name = "Chamber 1 Containment Blast Doors" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"xBZ" = ( +/obj/effect/spawner/window/reinforced/plasma, +/obj/machinery/door/poddoor/preopen{ + name = "Biohazard Shutter"; + id_tag = "RnDChem" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"xCa" = ( +/obj/structure/table, +/obj/item/soap/deluxe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"xCi" = ( +/obj/structure/chair/sofa, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/service/theatre) +"xCj" = ( +/obj/structure/sign/poster/official/obey{ + pixel_y = -32 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/maintenance/apmaint) +"xCl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"xCt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"xCw" = ( +/obj/machinery/camera{ + c_tag = "Asteroid Processing North West" + }, +/obj/machinery/atmospherics/binary/valve/digital/open, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"xCz" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"xCB" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/chemistry) +"xCC" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/grass, +/area/station/public/dorms) +"xCE" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"xCI" = ( +/obj/structure/closet/l3closet/janitor, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"xCR" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"xCT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"xDg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_garden) +"xDi" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xDj" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/public/storage/tools) +"xDr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"xDu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"xDw" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"xDx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"xDE" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/apmaint) +"xDO" = ( +/obj/machinery/door/morgue{ + name = "Study #1" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"xDQ" = ( +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"xDS" = ( +/obj/structure/kitchenspike, +/obj/item/food/meat, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/dorms/port) +"xDW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"xEs" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway North-West"; + dir = 9 + }, +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"xEt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"xEu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"xEx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"xEC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"xEL" = ( +/obj/item/grown/corncob, +/obj/structure/closet, +/obj/item/food/grown/banana, +/obj/item/food/grown/potato, +/obj/item/food/grown/poppy, +/obj/item/food/grown/cherries, +/obj/item/food/grown/ambrosia/vulgaris, +/obj/item/food/grown/watermelon, +/obj/item/food/grown/apple, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"xEO" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/destTagger{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"xEX" = ( +/obj/machinery/newscaster/security_unit{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"xEY" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"xFf" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "greenblue" + }, +/area/station/hallway/secondary/garden) +"xFh" = ( +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"xFk" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Research and Development Lab Shutters"; + id_tag = "rdlab2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plating, +/area/station/science/rnd) +"xFn" = ( +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"xFo" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"xFq" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xFr" = ( +/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; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"xFu" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"xFv" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_2) +"xFx" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/expedition) +"xFK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"xFM" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"xFQ" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xFW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"xGq" = ( +/turf/simulated/wall/r_wall, +/area/station/science/server) +"xGv" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"xGF" = ( +/obj/structure/table, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"xGK" = ( +/obj/item/stack/rods{ + amount = 2 + }, +/turf/space, +/area/space) +"xGM" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"xGR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"xGV" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/office) +"xHj" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"xHp" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"xHu" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"xHx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"xHE" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xHF" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.05 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"xHL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"xHQ" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/stack/sheet/plasteel{ + amount = 25; + pixel_y = -2; + pixel_x = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"xHR" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/asteroid_maint) +"xHV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"xHX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"xId" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"xIe" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xIl" = ( +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"xIz" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/sunglasses, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"xID" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("Toxins"); + pixel_x = 32 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"xIF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"xIG" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"xIN" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/computer) +"xJc" = ( +/obj/structure/chair/sofa/pew{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"xJf" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"xJl" = ( +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/command/magistrate, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Magistrate" + }, +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"xJE" = ( +/obj/structure/closet/secure_closet/hos, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"xJF" = ( +/obj/structure/chair/comfy/black, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"xJG" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/unisex) +"xJH" = ( +/obj/machinery/light_switch{ + dir = 8; + name = "east bump"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/unisex) +"xJP" = ( +/obj/machinery/power/apc/critical/directional/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"xJV" = ( +/obj/effect/spawner/random_spawners/grille_often, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"xJZ" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"xKc" = ( +/obj/machinery/conveyor/southeast{ + id = "garbage" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"xKf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"xKj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"xKo" = ( +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"xKr" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood, +/area/station/maintenance/abandonedbar) +"xKD" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"xKH" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"xKJ" = ( +/obj/effect/landmark/burnturf, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"xKL" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"xKN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"xKP" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/book/manual/wiki/sop_science{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/reagent_containers/dropper, +/obj/machinery/newscaster{ + dir = 4; + name = "west bump"; + pixel_x = -28 + }, +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"xKT" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/box, +/obj/item/storage/box, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"xKW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"xLc" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"xLq" = ( +/obj/machinery/door/airlock/virology{ + name = "Virology Bedroom" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"xLr" = ( +/obj/structure/transit_tube/curved{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/station/engineering/atmos/asteroid_filtering) +"xLu" = ( +/obj/machinery/newscaster/security_unit{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"xLv" = ( +/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; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"xLx" = ( +/obj/structure/table/reinforced, +/obj/item/storage/belt/utility, +/obj/item/multitool, +/obj/item/storage/belt/utility, +/obj/item/multitool, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"xLD" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/maintenance/security/fore) +"xLI" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"xLK" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"xLP" = ( +/obj/machinery/economy/vending/coffee, +/obj/machinery/camera{ + c_tag = "Bar West"; + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"xLX" = ( +/obj/item/trash/pistachios, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) +"xMb" = ( +/obj/machinery/door/airlock/maintenance, +/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/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xMn" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/brig) +"xMB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"xMI" = ( +/obj/item/stack/rods{ + amount = 2 + }, +/obj/item/stack/cable_coil{ + amount = 1; + pixel_y = 4; + pixel_x = 10 + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/space, +/area/station/engineering/solar/aft_port) +"xMV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"xMW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"xNg" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/medical/storage) +"xNo" = ( +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"xNx" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/medical/break_room) +"xNy" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"xNz" = ( +/obj/effect/spawner/random_spawners/grille_often, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xNB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"xNE" = ( +/obj/structure/table, +/obj/item/storage/fancy/matches, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"xNK" = ( +/obj/machinery/economy/vending/chinese, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"xNN" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/security/aft_starboard) +"xNP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"xNS" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"xNV" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/processing) +"xOh" = ( +/obj/item/solar_assembly, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore_port) +"xOk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/transit) +"xOn" = ( +/obj/structure/cable{ + 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 = 10 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"xOo" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xOp" = ( +/obj/machinery/economy/vending/tool, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xOs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"xOJ" = ( +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"xOK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"xOL" = ( +/obj/effect/landmark/start/doctor, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"xOM" = ( +/obj/structure/table_frame, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"xOO" = ( +/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 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"xOV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"xPf" = ( +/obj/structure/railing/cap{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/plasma, +/area/station/engineering/atmos/asteroid_core) +"xPs" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"xPt" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/cockroach, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/maintenance/asmaint) +"xPv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry/lounge) +"xPL" = ( +/obj/structure/cable{ + 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 = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"xPT" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/chemistry, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter" + }, +/turf/simulated/floor/plating, +/area/station/medical/chemistry) +"xQf" = ( +/turf/simulated/wall, +/area/station/maintenance/electrical) +"xQk" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/interrogation) +"xQo" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"xQq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"xQr" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"xQv" = ( +/obj/structure/sign/directions/bridge{ + pixel_x = 32; + pixel_y = -25; + dir = 4 + }, +/obj/structure/sign/directions/service{ + pixel_x = 32; + pixel_y = -39 + }, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = -32; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"xQw" = ( +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/obj/machinery/camera{ + c_tag = "Research Lobby"; + network = list("Research","SS13"); + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"xQA" = ( +/obj/structure/cable{ + 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/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"xQM" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/camera{ + c_tag = "Research E.X.P.E.R.I-MENTOR Lab"; + dir = 5; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"xQP" = ( +/obj/structure/closet/secure_closet/brig/temp{ + opened = 1 + }, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xQS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"xQZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"xRh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"xRG" = ( +/obj/machinery/computer/atmos_alert{ + dir = 1 + }, +/obj/machinery/newscaster{ + dir = 1; + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/command/office/ce) +"xRM" = ( +/obj/structure/table/wood, +/obj/item/megaphone, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/command/office/hos) +"xRS" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/office) +"xRU" = ( +/obj/machinery/turretid/stun{ + control_area = "\improper AI Satellite Hallway"; + name = "AI Chamber Hallway Turret Control"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "75" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"xRX" = ( +/obj/structure/table/reinforced, +/obj/item/poster/random_official, +/obj/item/poster/random_official{ + pixel_y = 5 + }, +/obj/item/poster/random_official{ + pixel_y = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block) +"xSc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/engineering{ + pixel_x = -27 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"xSe" = ( +/obj/item/clothing/under/color/orange/prison, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/maintenance/apmaint) +"xSi" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/hallway/primary/fore/north) +"xSj" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/obj/machinery/light/small, +/obj/machinery/camera{ + c_tag = "Surgery Storage"; + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/surgery) +"xSw" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"xSL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"xSS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"xSU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"xSW" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"xSZ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"xTk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"xTr" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"xTw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"xTA" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/item/broken_bottle, +/turf/simulated/floor/light/disco, +/area/station/maintenance/apmaint2) +"xTC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/engine) +"xTF" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"xTH" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"xTL" = ( +/obj/structure/table, +/obj/item/assembly/igniter{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/assembly/igniter, +/obj/machinery/newscaster{ + dir = 8; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blackcorner" + }, +/area/station/public/storage/tools) +"xTM" = ( +/obj/structure/sign/poster/official/cleanliness{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"xTQ" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/east) +"xUc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"xUg" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"xUi" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance" + }, +/obj/structure/cable{ + 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/mapping_helpers/airlock/access/all/security/general, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xUl" = ( +/obj/effect/landmark{ + icon = 'icons/effects/spawner_icons.dmi'; + icon_state = "spooky"; + name = "Observer-Start" + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/arrival/station) +"xUn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/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/station/maintenance/storage) +"xUq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/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, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/security/permabrig) +"xUr" = ( +/obj/structure/rack, +/obj/item/stack/cable_coil, +/obj/item/t_scanner, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xUs" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/medical/morgue) +"xUu" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + name = "Warden's Desk" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/armory{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/warden) +"xUv" = ( +/obj/item/beach_ball/holoball, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"xUy" = ( +/obj/structure/kitchenspike, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xUC" = ( +/obj/structure/chair, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/public/fitness) +"xUG" = ( +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/engine{ + slowdown = -0.3 + }, +/area/station/hallway/spacebridge/security/west) +"xUI" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/pen/qm, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrown" + }, +/area/station/supply/qm) +"xUW" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"xVa" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/machinery/camera{ + c_tag = "Supply Lobby"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"xVh" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "mechbay_inner"; + name = "Mech Bay" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"xVj" = ( +/obj/item/circuitboard/secure_data, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xVk" = ( +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"xVl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/range) +"xVo" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/permabrig) +"xVz" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"xVA" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"xVG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xVI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/transit_tube/curved, +/turf/simulated/floor/plating, +/area/station/engineering/ai_transit_tube) +"xVL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"xVP" = ( +/obj/machinery/door/airlock/security, +/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/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prison) +"xVW" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"xWb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"xWf" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/legal/courtroom) +"xWi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"xWj" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"xWq" = ( +/mob/living/simple_animal/slime, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"xWs" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"xWu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"xWv" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel/dark, +/area/station/command/vault) +"xWz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"xWC" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/fore) +"xWH" = ( +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xWU" = ( +/obj/machinery/smartfridge, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"xWW" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xXa" = ( +/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" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"xXf" = ( +/obj/machinery/computer/borgupload{ + dir = 8 + }, +/obj/machinery/door/window/reinforced/reversed{ + name = "Console Access"; + dir = 8 + }, +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber"; + dir = 8 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"xXl" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/stamp/hos, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"xXt" = ( +/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; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"xXu" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"xXD" = ( +/obj/structure/table, +/obj/item/paper_bin, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"xXW" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"xYm" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/starboard) +"xYw" = ( +/mob/living/simple_animal/pig, +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"xYF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"xYQ" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/west) +"xYU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"xYY" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) +"xYZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"xZr" = ( +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.1 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"xZs" = ( +/obj/structure/cable{ + 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/plasteel, +/area/station/engineering/equipmentstorage) +"xZy" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Containment Pen" + }, +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio5"; + name = "Chamber 5 Containment Blast Doors" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"xZz" = ( +/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/plasteel, +/area/station/hallway/primary/central/west) +"xZA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/machinery/access_button{ + autolink_id = "aisat_btn_int"; + pixel_x = -25; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"xZF" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"xZG" = ( +/obj/structure/closet/secure_closet/freezer/money, +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/vault) +"xZT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/spacebridge/security/south) +"xZU" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"yaa" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"yab" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/processing) +"yap" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"yat" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/sleep) +"yau" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/burnturf, +/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/station/maintenance/apmaint) +"yax" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/west) +"yaB" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Fore Port Solar Access"; + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"yaG" = ( +/obj/machinery/door/airlock/atmos/glass{ + heat_proof = 1; + name = "Supermatter Chamber" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"yaN" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/engine/airless/nodecay, +/area/station/science/toxins/mixing) +"yaO" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"yaQ" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"yaX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"ybc" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ybf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"ybg" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"ybo" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/trinary/filter, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine) +"yby" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ybz" = ( +/obj/item/decorations/sticky_decorations/flammable/spiderweb{ + pixel_x = 20 + }, +/obj/structure/flora/straw_bail, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/apmaint) +"ybE" = ( +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"ybH" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ybL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/greengrid, +/area/station/command/vault) +"ybU" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ybV" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block) +"ybW" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"ycj" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/secondary) +"ycm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/hallway/primary/aft) +"ycu" = ( +/obj/structure/chair/barber{ + dir = 8 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"ycB" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/legal/courtroom) +"ycF" = ( +/obj/structure/table/reinforced, +/obj/item/ashtray/glass, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar) +"ycK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ycO" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/aisat/breakroom) +"ycS" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"ycY" = ( +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"ycZ" = ( +/obj/machinery/power/apc/directional/north, +/obj/item/kirbyplants, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/spacebridge/security/west) +"ydc" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/apmaint2) +"ydl" = ( +/obj/machinery/atmospherics/binary/valve/digital, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/asteroid_filtering) +"ydq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/public/park) +"yds" = ( +/obj/effect/turf_decal/arrows/black{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 1 + }, +/obj/item/camera_assembly, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"ydt" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ydw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"ydx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"ydG" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dorms/fore) +"ydT" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/station/maintenance/security/fore) +"ydU" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/secure_storage) +"ydY" = ( +/obj/item/kirbyplants, +/obj/machinery/camera{ + c_tag = "Fore Primary Hall South"; + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"yec" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"yed" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/funeral) +"yee" = ( +/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/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"yel" = ( +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"yeo" = ( +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/closet/paramedic, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/paramedic) +"yev" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 4; + name = "Distro to Waste"; + on = 0 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"yey" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"yez" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Central Hallway South West"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/sw) +"yeE" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"yeF" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"yeG" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Telecomms Exterior"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/space/nearstation) +"yeH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"yeJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/turret_protected/ai_upload) +"yeL" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"yeO" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"yeY" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/wood, +/area/station/service/library) +"yeZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) +"yfj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/table_frame, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"yfk" = ( +/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/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"yfl" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) +"yfq" = ( +/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/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/dorms/port) +"yfv" = ( +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo"; + pixel_x = -5 + }, +/obj/item/toy/figure/crew/chef{ + pixel_y = 18; + pixel_x = -11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"yfA" = ( +/obj/structure/table/glass, +/obj/item/slime_scanner, +/obj/item/slime_scanner{ + pixel_y = 4; + pixel_x = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"yfG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint2) +"yfK" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/onion, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"yfM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"yfS" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plating, +/area/station/engineering/equipmentstorage) +"yfV" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/execution) +"yfW" = ( +/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/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"ygm" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/space, +/area/station/engineering/solar/fore_port) +"ygo" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter" + }, +/turf/simulated/floor/plating, +/area/station/medical/chemistry) +"ygs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + 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/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"ygv" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Asteroid Line Out"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ygC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/security/prisonlockers) +"ygD" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"ygE" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"ygG" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"ygP" = ( +/obj/structure/displaycase/labcage, +/obj/structure/sign/poster/contraband/lamarr{ + pixel_y = 31 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"ygW" = ( +/obj/structure/table/glass, +/obj/item/folder/white{ + pixel_x = 4 + }, +/obj/item/paper/monitorkey, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"ygZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"yhk" = ( +/obj/structure/closet/l3closet, +/obj/item/clothing/suit/apron/surgical, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"yht" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"yhz" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"yhD" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"yhL" = ( +/obj/structure/cable{ + 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/camera{ + c_tag = "AI Satellite Service Bay"; + dir = 10; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"yhR" = ( +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Kitchen Garden" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/service/kitchen{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"yhT" = ( +/obj/structure/rack, +/obj/item/multitool, +/obj/item/multitool{ + pixel_x = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"yhU" = ( +/obj/structure/railing/cap{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/plasma, +/area/station/engineering/atmos/asteroid_core) +"yib" = ( +/obj/structure/window/reinforced, +/obj/structure/table, +/obj/item/circuitboard/biogenerator, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"yic" = ( +/obj/structure/sign/science{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/hallway/primary/starboard/south) +"yif" = ( +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"yij" = ( +/obj/structure/chair/sofa/bench{ + dir = 1; + cover_color = "#85130b" + }, +/obj/effect/landmark/start/doctor, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"yin" = ( +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"yip" = ( +/obj/structure/lattice, +/obj/structure/transit_tube/diagonal/topleft, +/turf/space, +/area/space/nearstation) +"yiq" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/flasher{ + id = "Perma Cell 2"; + pixel_x = -22 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"yiE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint2) +"yiH" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_3) +"yiN" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry/west) +"yiP" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/station/service/kitchen) +"yiS" = ( +/obj/structure/bed, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Brig Cell 1" + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block) +"yiV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weldingtool/mini, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_port) +"yiX" = ( +/obj/structure/closet/secure_closet/cargotech, +/obj/machinery/newscaster{ + pixel_y = 28; + name = "north bump" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"yiY" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/cigbutt,/obj/item/trash/cheesie,/obj/item/trash/candy,/obj/item/trash/chips,/obj/item/trash/pistachios,/obj/item/trash/plate,/obj/item/trash/popcorn,/obj/item/trash/raisins,/obj/item/trash/sosjerky,/obj/item/trash/syndi_cakes); + name = "trash spawner" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/security/fore) +"yja" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "cautioncorner" + }, +/area/station/engineering/control) +"yje" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"yjt" = ( +/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 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/break_room) +"yju" = ( +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"yjv" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/power/smes/engineering, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/smes) +"yjL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"yjU" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel, +/area/station/maintenance/security/aft_port) +"yjZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ykk" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"ykm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/junction, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"ykr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"yks" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/sw) +"ykw" = ( +/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/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/security/aft_starboard) +"ykE" = ( +/obj/structure/table/glass, +/obj/item/clothing/mask/cigarette/cigar, +/obj/item/ashtray/bronze, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"ykH" = ( +/obj/machinery/door/airlock/maintenance{ + name = "E.V.A. Maintenance" + }, +/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/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/command/eva, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint2) +"ykK" = ( +/obj/machinery/camera{ + c_tag = "Departure Lounge South East"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"ykL" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"ykP" = ( +/obj/machinery/recycler, +/obj/effect/turf_decal/stripes, +/obj/structure/sign/securearea{ + name = "\improper STAY CLEAR HEAVY MACHINERY"; + pixel_y = -32 + }, +/obj/machinery/conveyor/east{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint2) +"ykS" = ( +/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/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"ykW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/computer) +"ykZ" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"yld" = ( +/turf/simulated/wall/r_wall, +/area/station/security/processing) +"ylh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"yls" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "dormshop2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/public/shops) +"ylt" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/away/sand, +/area/station/public/dorms) +"ylu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"ylv" = ( +/obj/effect/turf_decal{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"ylD" = ( +/mob/living/simple_animal/hostile/gorilla/cargo_domestic{ + name = "Forklift" + }, +/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/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ylG" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"ylS" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHS"; + location = "SAH2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/south) +"ylU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/hallway/primary/central/nw) +"ylY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"yme" = ( +/obj/structure/lattice/catwalk/mining, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/railing/corner, +/turf/simulated/floor/lava/plasma/fuming, +/area/station/engineering/atmos/asteroid_core) + +(1,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(2,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(3,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(4,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(5,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(6,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(7,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(8,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(9,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(10,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(11,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(12,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(13,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(14,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(15,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +aNi +hpc +hpc +hpc +hpc +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(16,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +mLQ +mLQ +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +hpc +hpc +hpc +wPA +wPA +wPA +wPA +wPA +hpc +hpc +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(17,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +aNi +mLQ +mLQ +mLQ +mLQ +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(18,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +hpc +hpc +hpc +hpc +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +vPx +vPx +vPx +sdA +wPA +wPA +wPA +wPA +wPA +wPA +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(19,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +jnP +jnP +jnP +jnP +mLQ +hpc +hpc +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +vPx +vPx +vPx +vPx +vPx +vPx +vPx +vPx +vPx +wPA +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(20,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +jnP +jnP +jnP +jnP +jnP +mLQ +hpc +hpc +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +wPA +wPA +vPx +vPx +vPx +wEP +nfo +sdA +vPx +rYG +rYG +rYG +vPx +vPx +vPx +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(21,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +wPA +wPA +vPx +vPx +vPx +rYG +rYG +pUV +bIg +rYG +rYG +rYG +rYG +rYG +rYG +vPx +vPx +vPx +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(22,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +wPA +vPx +vPx +vPx +rYG +rYG +rYG +rYG +pUV +bIg +rYG +ekg +rYG +rYG +rYG +rYG +vPx +sdA +vPx +wPA +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(23,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +hpc +wPA +wPA +wPA +wPA +wPA +sdA +vPx +vPx +rYG +rYG +rYG +ekg +rYG +pUV +bIg +rYG +rYG +rYG +rYG +rYG +vPx +vPx +vPx +vPx +vPx +wPA +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(24,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +mLQ +hpc +wPA +wPA +wPA +wPA +vPx +vPx +vPx +vPx +vPx +vPx +vPx +rYG +rYG +pUV +bIg +rYG +rYG +rYG +rYG +rYG +sdA +rYG +rYG +vPx +vPx +wPA +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +jnP +jnP +aZS +aZS +aZS +jnP +jnP +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(25,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +hpc +hpc +wPA +wPA +wPA +vPx +vPx +vPx +vPx +vPx +rYG +sdA +vPx +rYG +rYG +pUV +bIg +rYG +rYG +rYG +rYG +rYG +rYG +rYG +vPx +vPx +vPx +vPx +wPA +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +hcP +aZS +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(26,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +wPA +vPx +vPx +rYG +vPx +vPx +rYG +ekg +rYG +rYG +rYG +rYG +pUV +bIg +rYG +rYG +rYG +rYG +ekg +rYG +rYG +vPx +vPx +vPx +vPx +wPA +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +aZS +gDq +hcP +hcP +aZS +gDq +hcP +hcP +hcP +hcP +hcP +hcP +hcP +hcP +hcP +hcP +hcP +hcP +hcP +hcP +hcP +hcP +hcP +hcP +gDq +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(27,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +vPx +vPx +vPx +rYG +rYG +rYG +rYG +rYG +rYG +rYG +wsd +rYG +rYG +pUV +bIg +rYG +rYG +wsd +rYG +rYG +rYG +rYG +rYG +sdA +vPx +vPx +vPx +wPA +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +mLQ +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(28,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +hpc +hpc +wPA +wPA +wPA +wPA +vPx +vPx +vPx +rYG +rYG +rYG +rYG +rYG +iHA +emE +emE +eEY +emE +emE +oJY +cmt +emE +emE +nzr +doh +doh +doh +doh +doh +apt +pgC +vPx +vPx +wPA +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +mLQ +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +aZS +jnP +aZS +aZS +jnP +jnP +aZS +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +aZS +jnP +gDq +gDq +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(29,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +vPx +vPx +vPx +vPx +sdA +rYG +rYG +rYG +rYG +eaM +yme +rqc +hiN +rqc +rqc +hiN +rqc +rqc +hiN +rqc +yfl +eGc +rqc +bQj +tQI +tQI +tQI +bUe +vPx +wPA +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +gDq +gDq +jnP +jnP +jnP +aZS +aZS +jnP +jnP +aZS +aZS +jnP +jnP +jnP +aZS +aZS +jnP +jnP +aZS +aZS +aZS +aZS +aZS +hcP +gDq +gDq +jnP +jnP +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(30,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +mLQ +hpc +wPA +wPA +wPA +wPA +vPx +vPx +rYG +rYG +vPx +vPx +vPx +rYG +rYG +oQw +pKS +jDz +rYG +llu +rYG +rYG +llu +rYG +rYG +llu +rYG +pUV +bIg +rYG +llu +rYG +rYG +rYG +vPx +vPx +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +hcP +gDq +jnP +jnP +jnP +jnP +orn +orn +orn +orn +aZS +aZS +aZS +aZS +aZS +orn +orn +orn +orn +jnP +aZS +jnP +jnP +hcP +hcP +gDq +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(31,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +hpc +hpc +hpc +wPA +wPA +wPA +wPA +vPx +rYG +rYG +sdA +vPx +rYG +rYG +rYG +ekg +rYG +eaM +jDz +rYG +rYG +ekg +rYG +rYG +rYG +rYG +rYG +rYG +pUV +bIg +rYG +ekg +rYG +rYG +rYG +vPx +vPx +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +hcP +gDq +aZS +aZS +aZS +aZS +orn +fxM +jbr +orn +orn +vIo +vIo +vIo +orn +orn +xod +fBH +orn +jnP +aZS +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +ttA +vGF +thM +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mRr +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +ctI +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(32,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +vPx +vPx +vPx +vPx +rYG +rYG +rYG +rYG +rYG +rYG +rYG +rYG +eaM +jDz +rYG +rYG +rYG +rYG +rYG +rYG +rYG +ekg +rYG +pUV +bIg +rYG +rYG +rYG +vPx +vPx +vPx +vPx +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +hcP +gDq +jnP +jnP +aZS +jnP +orn +pHq +jMN +pED +ueP +kPu +kPu +kPu +kPu +loR +kPu +tCV +orn +aZS +aZS +aZS +jnP +jnP +aZS +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gDq +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +ttA +vHn +ttA +aZS +jnP +oQf +oQf +oQf +oQf +oQf +aGa +aGa +oQf +oQf +oQf +ttA +ttA +oQf +oQf +uPm +uPm +uPm +uPm +uPm +uPm +uPm +uPm +aZS +aZS +aZS +jnP +aZS +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(33,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +wPA +wPA +sdA +vPx +rYG +rYG +rYG +ekg +rYG +rYG +rYG +rYG +rYG +oQw +pKS +ayt +lia +rYG +rYG +rYG +rYG +rYG +rYG +rYG +rYG +pUV +bIg +sdA +rYG +vPx +sdA +vPx +vPx +sdA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +gDq +hcP +gDq +aZS +aZS +aZS +jnP +orn +tja +xTC +fNu +pHq +pHq +kqr +pHq +pHq +fNu +hTt +fbi +orn +jnP +jnP +jnP +jnP +jnP +jnP +gDq +hcP +hcP +hcP +hcP +hcP +hcP +gDq +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +oQf +ttA +vGF +ttA +oQf +oQf +oQf +lde +xBo +nBJ +vwD +uMa +pcE +vfZ +pGI +gSe +oIx +fsb +wmA +pzm +iQi +ulG +xcS +dlz +eyo +cBD +xNE +uPm +uPm +uPm +uPm +uPm +aZS +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(34,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +wPA +vPx +vPx +vPx +sdA +rYG +rYG +rYG +rYG +rYG +rYG +rYG +rYG +eaM +jDz +rYG +rYG +rYG +rYG +vPx +vPx +vPx +rYG +rYG +pUV +xPf +vPx +rYG +vPx +vPx +vPx +vPx +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +hcP +gDq +jnP +jnP +aZS +jnP +orn +eIp +hMP +tVC +kEj +pHq +rxQ +pHq +kEj +tNa +tFC +qiJ +orn +jnP +jnP +jnP +jnP +aZS +aZS +gDq +gDq +gDq +gDq +gDq +gDq +hcP +gDq +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +oQf +oQf +oVo +liq +gbI +slq +qze +tSJ +oYm +gTi +cIO +qWK +gTi +pKT +cTh +fEp +gTi +ghK +trM +qWK +aQe +jTc +kNt +ldt +cfp +riy +sym +wGv +oeh +ivK +dGS +tqd +uPm +aZS +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(35,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +wPA +wPA +vPx +vPx +vPx +vPx +wbK +brk +brk +doh +doh +doh +doh +doh +doh +glq +jDz +rYG +rYG +rYG +vPx +sdA +vPx +rYG +rYG +rYG +epc +vPx +vPx +vPx +vPx +vPx +vPx +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +aZS +jnP +jnP +jnP +jnP +jnP +gDq +hcP +gDq +jnP +aZS +aZS +aZS +orn +dHR +hMP +tVC +kEj +pHq +wYR +pHq +kEj +qQB +tFC +eOV +orn +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +hcP +gDq +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +oQf +ide +vwl +oNg +pmS +iJJ +vwl +fqv +ike +cTA +tFx +xBo +rBE +eOJ +xBo +fFW +ilD +bYq +vwl +qAZ +oQf +eNJ +uQO +dGS +ddq +cKS +jWh +bSC +kEW +dGS +dGS +ohp +uPm +aZS +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(36,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +jnP +jnP +jnP +jnP +jnP +hpc +jnP +jnP +jnP +hpc +wPA +wPA +wPA +wPA +vPx +vPx +vPx +dLq +tQI +tQI +tQI +tQI +tQI +tQI +tQI +tQI +tQI +tQI +uhh +jDz +rYG +rYG +rYG +rYG +vPx +rYG +rYG +rYG +vPx +vPx +sdA +vPx +vPx +vPx +vPx +wPA +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +hcP +gDq +jnP +jnP +jnP +tJq +orn +dHR +hMP +uSJ +hQm +pHq +eJQ +pHq +hQm +qQB +tFC +eOV +orn +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +aZS +jnP +jnP +gDq +hcP +gDq +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +oQf +iPf +pmS +fgU +vwl +hey +hwb +dRy +vwl +ybz +dmR +pzm +oQf +oQf +aPv +aPv +oQf +oQf +oQf +pzm +aPv +aPv +oQf +cBD +opq +uvn +eyo +uPm +uPm +uPm +oeh +uPm +uPm +aZS +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(37,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +mLQ +mLQ +jnP +jnP +jnP +jnP +hpc +hpc +jnP +jnP +hpc +wPA +wPA +wPA +sdA +vPx +vPx +sdA +rYG +rYG +rYG +rYG +rYG +rYG +rYG +rYG +rYG +rYG +rYG +eaM +ayt +lia +rYG +ekg +rYG +vPx +rYG +vPx +sdA +vPx +vPx +vPx +vPx +vPx +wPA +wPA +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +hcP +gDq +aZS +aZS +orn +qUP +orn +iBX +orn +hSo +orn +hSo +hSo +hSo +orn +hSo +orn +vPm +orn +orn +orn +aZS +gUB +hKk +gUB +xSZ +xSZ +xSZ +hKk +jnP +gDq +hcP +gDq +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +oQf +nQm +tpq +cVg +vGF +hey +lPL +kja +lfS +aPv +aPv +oQf +tSQ +iSf +hgo +lkz +gWE +hPC +wUm +aML +hEQ +eKG +oQf +vSD +lUy +jeU +akU +uPm +qcA +huy +inu +ryV +uPm +aZS +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(38,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +mLQ +mLQ +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +vPx +vPx +rYG +rYG +rYG +rYG +rYG +rYG +ekg +rYG +rYG +rYG +rYG +rYG +oQw +pKS +jDz +rYG +rYG +rYG +rYG +vPx +rYG +vPx +vPx +vPx +vPx +vPx +vPx +wPA +wPA +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +hpc +hpc +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +hcP +gDq +jnP +jnP +orn +iLV +jhb +sJB +hUu +xFh +xFh +vSq +evI +oYa +xFh +xFh +dgY +vUy +wFS +byY +orn +jnP +vru +pXr +pXr +nhF +aSd +aSd +xKD +aZS +gDq +gDq +gDq +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +oQf +hNf +hGV +pGI +xBo +moy +vGF +fNL +pGI +oQf +mpD +oQf +rNi +bHU +gAl +cSg +kdJ +rzE +esq +jTd +xSe +tOQ +oQf +mRL +ehy +eiF +tUl +crT +uug +cXp +mKP +cvo +uPm +aZS +jnP +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(39,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +aNi +mLQ +mLQ +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +vPx +vPx +rYG +ekg +rYG +vPx +vPx +rYG +rYG +rYG +rYG +rYG +rYG +ekg +rYG +eaM +jDz +rYG +rYG +rYG +vPx +vPx +vPx +vPx +vPx +vPx +vPx +sdA +wPA +wPA +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +wPA +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +hcP +gDq +jnP +jnP +vIo +iag +ixn +iNe +iNe +rRc +iNe +cpw +dgk +gMd +iNe +vrh +ory +iGS +uIF +dEL +vIo +aZS +vru +pXr +vru +iuN +xSZ +aSd +hKk +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +jnP +oQf +oQf +aPv +aPv +pzm +gSe +moy +lGI +fqv +xBo +oQf +vGF +oQf +cSg +kaY +cNR +oQf +qPQ +vkV +oQf +cSg +kaY +cNR +pzm +iZm +fMB +ipM +udA +oeh +nnp +juk +kxK +cvo +uPm +aZS +jnP +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(40,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +mLQ +mLQ +mLQ +mLQ +mLQ +hpc +jnP +jnP +jnP +jnP +mLQ +hpc +wPA +wPA +wPA +vPx +vPx +sdA +rYG +rYG +rYG +vPx +sdA +vPx +vPx +vPx +vPx +rYG +rYG +rYG +eaM +jDz +rYG +rYG +rYG +vPx +vPx +vPx +sdA +vPx +sdA +vPx +vPx +wPA +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +hpc +hpc +hpc +hpc +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +gDq +gDq +jnP +jnP +vIo +nIh +daX +nsG +wMb +whO +vtC +jaK +jQG +qnu +vtC +mqT +sSy +jMp +ekM +dEL +vIo +jnP +vru +pXr +vru +gUB +xSZ +aSd +xKD +aZS +aZS +aZS +aZS +aZS +aZS +aZS +oQf +oQf +ttA +ttA +oQf +oQf +oQf +iBx +xst +iUR +eJA +gTi +cIO +gTi +cXH +bHf +oQf +vmR +oQf +uGS +cdn +xQP +cSg +ruP +xsb +omJ +buS +lQQ +hlz +oQf +dmY +opq +beq +vSD +aok +hVs +lLI +qot +ykP +uPm +uPm +fro +uPm +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(41,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +mLQ +mLQ +mLQ +hpc +hpc +hpc +jnP +jnP +jnP +jnP +aNi +hpc +hpc +hpc +wPA +wPA +vPx +vPx +vPx +rYG +vPx +vPx +vPx +vPx +vPx +sdA +vPx +vPx +vPx +vPx +pjB +yhU +vPx +sdA +vPx +vPx +vPx +vPx +vPx +sdA +vPx +vPx +vPx +wPA +wPA +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +wPA +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +aZS +jnP +aZS +jnP +jnP +vIo +pMe +exT +mDM +bgZ +meA +meA +bwE +bwE +bwE +meA +meA +bgZ +nJk +ekM +dEL +vIo +aZS +vru +pXr +vru +iuN +xSZ +aSd +hKk +jnP +jnP +aZS +jnP +aZS +jnP +jnP +oQf +dLr +cnK +kXH +nlx +ujK +oQf +lqg +fNL +xBo +vwl +uvp +qVD +pmS +lms +vwl +pzm +oQf +aPv +eij +ejg +bwl +pSj +eWT +aXn +udE +syW +bPu +qCq +aPv +vSD +soT +oXK +cBD +uPm +cUg +xQq +whv +cvo +uPm +uPm +kqC +uPm +aZS +jnP +jnP +jnP +aZS +aZS +aZS +aZS +wXf +wXf +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(42,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +mLQ +aNi +hpc +wPA +hpc +hpc +jnP +jnP +jnP +jnP +mLQ +mLQ +mLQ +hpc +hpc +wPA +wPA +wPA +vPx +vPx +jOk +vPx +sdA +vPx +vPx +vPx +vPx +vPx +hEl +sdA +sRv +sRv +vPx +vPx +vPx +roh +sdA +vPx +vPx +vPx +vPx +vPx +vPx +wPA +hpc +hpc +mLQ +mLQ +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wPA +jnP +aZS +aZS +jnP +jnP +aZS +aZS +aZS +jnP +jnP +orn +xcb +exT +vHt +crc +gun +kiw +ydx +tJp +ldJ +mVN +nfX +crc +eQG +ekM +dEL +orn +jnP +vru +pXr +vru +gUB +xSZ +aSd +xKD +aZS +jnP +aZS +jnP +aZS +jnP +jnP +oQf +nvw +ftU +qXp +loD +kNi +aPv +epx +uZB +aPv +ttA +ttA +ttA +aPv +idD +fgU +wmA +pGI +aPv +aPv +oQf +oQf +pzm +uuk +qBE +aPv +oQf +pzm +oQf +aPv +cBD +bNa +ipM +hcH +uPm +bqU +nzU +bGM +xKc +rPz +sTL +qfM +uPm +uPm +uPm +uPm +uPm +uPm +aZS +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(43,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +hpc +hpc +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gfF +jnP +hpc +mjs +mjs +mjs +mjs +mjs +mjs +eGJ +eGJ +eGJ +eGJ +eGJ +mjs +mjs +mjs +aal +aal +eGJ +eGJ +eGJ +mjs +mjs +vPx +vPx +vPx +vPx +sdA +wPA +wPA +hpc +mLQ +mLQ +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +hpc +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +wPA +wPA +mLQ +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +orn +orn +orn +orn +orn +orn +xJP +bAs +tXV +crc +gun +sVB +ydx +sVb +ldJ +kOx +gun +crc +vgn +vGY +mdd +glU +hHD +xKD +sKk +xKD +iuN +xSZ +aSd +hKk +fNb +jnP +aZS +aZS +aZS +aZS +oQf +oQf +hzA +qXp +qNo +ivA +qXp +oQf +pGI +umn +oQf +jnP +jnP +jnP +oQf +lhR +dst +xBo +vFm +iBx +spn +oQf +pGI +tty +lUE +cwc +ybc +roC +cXh +aHQ +oQf +nbP +dGS +npP +wtB +uPm +scN +uhu +bQk +qzt +uen +uQO +xjF +uPm +eGP +gdy +fVd +jzt +uPm +jnP +jnP +jnP +aZS +aZS +aZS +wXf +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(44,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +mjs +mjs +mjs +mjs +mjs +jnP +hpc +mjs +gen +cwD +tII +vDH +vmm +kQl +kQl +kQl +kQl +kQl +stH +fvM +fjr +hYB +hYB +wAP +pqY +mKL +aDK +eGJ +ncM +rvg +bEG +cwL +dKa +wPA +wPA +hpc +aNi +mLQ +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +mLQ +wPA +aNi +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +orn +deg +aST +aST +vwN +lBp +xfw +mKD +cEv +crc +uTi +sVB +ydx +utF +ldJ +kOx +uTi +crc +vgn +ekM +pvd +orn +jnP +gUB +nZZ +gUB +xSZ +xSZ +aSd +xKD +aZS +aZS +aZS +jnP +jnP +jnP +oQf +eJK +loD +iUq +sFx +mtx +aqE +oQf +cvO +rbK +aPv +ttA +ttA +ttA +pzm +gWM +gmT +dmz +rBJ +fMh +cGW +qpR +rNa +qxb +kzq +bnr +uyK +vRE +aZu +ciZ +sww +lgA +lgA +woy +agz +uPm +jld +fMB +xQq +eZt +edn +dkx +dBm +uPm +pGi +jOG +jOG +tbD +ues +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(45,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +aZS +mjs +rjt +rjt +mNG +ams +bqn +bqn +rKx +lBU +kQl +qLW +mhK +rPD +rPD +apk +iHk +apk +iHk +oss +jDC +tnb +bOK +gik +crj +oKW +cff +gUT +eGJ +phW +rnp +bEG +fri +rnp +wPA +wPA +hpc +hpc +mLQ +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +jnP +jnP +jnP +jnP +jnP +jnP +jnP +orn +tja +iKR +aYw +xiE +xtA +fvi +naQ +ixI +bgZ +meA +cCm +meA +dAI +meA +cCm +meA +bgZ +ffW +jgY +jpk +orn +jnP +vru +pXr +sKk +aSd +aSd +aSd +hKk +jnP +jnP +aZS +jnP +jnP +jnP +oQf +jRF +iUq +wve +iUq +eXy +vGF +oQf +luC +jla +hhe +lPL +vGF +bSo +wRE +hey +hey +vwl +bQh +bLg +oFw +pGI +aYj +bHU +sBR +guG +wSc +vlU +aHQ +sAy +oQf +cBD +uQO +vUk +fRm +uPm +oeh +oeh +ihA +aok +uPm +uPm +uPm +aok +jfl +jOG +xTA +xGM +ues +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(46,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +aZS +mjs +cyu +twp +wiU +eGJ +aZS +jnP +sLC +vCU +vQv +vQv +wwj +jsB +vQv +dEI +aCy +dEI +aCy +vQv +vQv +aCy +aCy +aCy +xwn +bPI +esK +mjs +mjs +mjs +wAG +bEG +rnp +dir +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wPA +jnP +jnP +jnP +jnP +jnP +jnP +jnP +orn +tLy +nKI +xzX +cdv +wDW +qoB +hfp +enk +fxY +meA +aCm +azt +iIv +tJp +gxL +meA +qVw +nAj +vGY +rZe +vwt +hHD +xKD +sKk +xSZ +xSZ +xSZ +xSZ +xKD +aZS +aZS +aZS +jnP +jnP +jnP +oQf +uwc +vGF +vGF +pbx +sfP +iVu +qCh +tSu +ifZ +pGI +xBo +bQh +vwl +vGF +hwb +moy +lPL +qKl +oQf +pzm +oQf +iSk +dcc +cvT +oQf +oQf +oQf +aPv +aPv +oQf +pdx +dGS +tjH +fMB +cBD +itZ +ciF +xQq +rKO +opq +uQO +kRb +kTd +jfl +cuh +jOG +okb +ues +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(47,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +aZS +mjs +rjt +rjt +wKP +ams +bqn +bqn +rKx +jyu +oAj +kQl +kvB +nVb +uRN +dEI +wwT +dEI +wwT +oKW +wVO +cuW +cuW +rsc +hYB +uOx +iFc +lDk +kQW +prL +xam +pGS +rnp +rnp +wPA +wPA +wPA +hpc +mLQ +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +wPA +wPA +hpc +jnP +jnP +jnP +wPA +wPA +jnP +jnP +jnP +jnP +wPA +jnP +jnP +jnP +jnP +jnP +jnP +sZB +sZB +sZB +sZB +orn +oSW +nKI +amJ +cdv +wDW +qoB +hfp +bIB +fxY +meA +car +stM +aRg +tJp +lfu +meA +qVw +eiU +ekM +cCx +orn +jnP +jnP +tHM +jnP +aZS +jnP +aZS +jnP +jnP +aZS +aZS +jnP +jnP +jnP +oQf +wJL +iUq +bdD +iUq +pCR +iUq +aPv +uwZ +owG +oQf +jQg +hgS +qCB +bPA +mDZ +oQf +ugy +dhZ +oQf +pRZ +dhP +rqZ +kmB +hVN +rEw +aPv +iUq +feX +jCd +oQf +vSD +opq +dLt +qGC +dGS +opq +soT +vJJ +uQO +fMB +eyo +ohp +buY +vex +vex +emx +ofc +uPm +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(48,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +mjs +mjs +mjs +mjs +mjs +jnP +jnP +sLC +vQv +cTR +vQv +xTw +nDM +nZq +fOg +qLW +fOg +qLW +omY +pbU +wRK +eZK +pVA +vDD +qcd +qHX +dYy +dYy +qlj +mjs +cDM +iSm +fri +wPA +wPA +wPA +hpc +mLQ +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +wPA +hpc +hpc +jnP +jnP +wPA +wPA +wPA +wPA +wPA +jnP +jnP +jnP +jnP +jnP +jnP +vbN +vbN +vbN +iYK +izx +vEK +cHf +orn +tLy +nKI +kiT +mTU +wDW +qoB +bAx +nCg +meA +meA +wmm +meA +yaG +meA +dka +meA +meA +wXU +ekM +dEL +vIo +jnP +aZS +tHM +aZS +aZS +aZS +aZS +aZS +jnP +jnP +aZS +jnP +jnP +jnP +oQf +gwF +qXp +iUq +iUq +yeH +qVd +oQf +xBo +oCo +aPv +oQf +pzm +oQf +oQf +aPv +oQf +hNs +pzm +oQf +wje +xVj +eom +qXp +umi +dEX +esq +iUq +aPz +oIb +oQf +ohp +opq +mIg +eyo +opq +yiE +cRk +xQq +fMB +aco +bnE +uPm +uPm +uPm +uPm +aok +uPm +uPm +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(49,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +aZS +jnP +jnP +reu +rJx +xCw +tGf +riA +tcC +jPi +mWe +aAT +ojV +aAT +gIL +nGW +eOp +hJd +eOp +jOJ +ydl +iDI +jBV +mNA +mjs +bDY +wZi +fyW +rnp +jVh +wPA +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +mLQ +mLQ +wPA +jnP +jnP +jnP +jnP +jnP +jnP +fcb +fcb +eJr +fcb +fuK +pff +pff +orn +cPI +fke +pcC +xiE +xtA +kTb +noi +otm +ixs +aHO +gut +nQI +mVS +jET +xlH +vof +mKc +ybo +gdp +dEL +vIo +aZS +aZS +tHM +aZS +jnP +jnP +jnP +aZS +aZS +oQf +oQf +oQf +oQf +oQf +oQf +aPv +vHE +loD +fnd +utL +skf +aPv +dIH +fqv +oQf +aSe +ega +pCJ +pbx +vva +oQf +iUq +iTP +aPv +uzC +iUq +qXp +bzh +ydt +xCj +oQf +kcg +iUq +ueO +pzm +dCQ +fMB +unV +qer +qer +drU +jUP +uCh +gid +opq +opq +uJn +fMB +fMB +vSD +cOx +bVQ +uPm +jiY +aZS +aZS +jiY +jiY +aZS +aZS +aZS +xzz +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(50,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mjs +mjs +mjs +mjs +mjs +wXG +sYL +rKx +lBU +cbw +nMf +wwj +hAx +pOj +hAx +pOj +hAx +fww +dRz +orG +wpU +sXV +dzT +vQv +rwl +sIn +qJS +mjs +xho +rnp +rnp +ktM +wPA +hpc +hpc +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +vbN +vbN +vbN +vbN +kCQ +lRz +xUn +ruC +lCF +lCF +lMZ +wjU +eOQ +jtF +vYu +gqv +dbk +dbk +dbk +dbk +tyq +roN +dbk +kcm +dbk +rwg +xFh +dEL +vIo +jnP +aZS +tHM +aZS +aZS +aZS +aZS +aZS +jnP +oQf +sOp +tkD +eTk +qqI +mAP +oQf +oQf +jLP +aPv +aPv +oQf +oQf +oQf +nnh +oQf +jjf +ufk +adu +kXI +wqm +pzm +iUq +ksl +oQf +bAT +vAI +kHx +rlD +vxF +kHF +aPv +aPv +rGc +oQf +pzm +hCW +uQO +ipM +fMB +cBD +cBD +vSD +iZm +dGS +oNr +peT +dGS +qwl +xCT +cBD +fMB +opq +uPm +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(51,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +mjs +rjt +rjt +xbG +ams +mec +aZS +sLC +fMS +jhp +nMf +orq +dOQ +jav +tGf +jav +tGf +kic +lbv +irS +vQv +vQv +cwJ +cwJ +aWg +wCy +mjs +mjs +mjs +mjs +mjs +wPA +wPA +hpc +tHM +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wPA +wPA +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +vbN +rjB +uYT +fcb +wHT +lBp +bfK +sxx +uTj +jVM +orn +jkC +xiT +oyI +gDu +gDu +gDu +sUc +fgO +srK +gDu +ftQ +gDu +hmq +erp +rKn +orn +jnP +jnP +tHM +jnP +aZS +jnP +jnP +jnP +jnP +oQf +dXl +lkf +quc +hht +lkf +pzm +wwR +iUq +moy +iUq +rPh +jJF +hKZ +eza +wfi +myL +rir +wPO +pAw +mUt +oQf +oQf +oQf +oQf +oQf +ttA +ttA +oQf +oQf +oQf +oQf +eTj +xDE +wQu +oQf +cBD +fNH +wSl +srp +oeh +uPm +aok +uPm +uPm +uPm +oeh +oeh +hcH +kMf +opq +opq +aIU +ues +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(52,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +aZS +mjs +cyu +rjt +fbb +eGJ +aZS +wXG +rKx +jyu +vYR +gOc +krU +icr +kQl +icr +kQl +ape +mkt +kQl +icr +sks +ghj +cwJ +jly +hil +llI +fgE +cOt +fgE +hQy +mjs +mjs +mjs +mjs +tHM +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +sZB +sZB +sZB +qGz +mUA +wHT +orn +orn +orn +orn +orn +orn +orn +orn +orn +lBp +wDW +wDW +oMN +orn +vXr +wDW +wDW +lBp +orn +sIf +sIf +sIf +sIf +aZS +tHM +aZS +aZS +jnP +jnP +jnP +jnP +oQf +peU +gkt +dro +dKc +skF +aPv +jTx +iUq +iEr +gcg +ffc +ecy +iaR +ucH +kbW +loD +lyI +xvk +oQf +oQf +oQf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +oQf +oEY +hsi +wQu +oQf +aWx +opq +nyp +cBD +uPm +lVu +gmB +gtN +mRP +lVl +iRD +oeh +pno +uQO +fMB +fMB +aIU +ues +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(53,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +mjs +rjt +rjt +ruV +ams +dxe +mec +qtF +qtF +uJu +taq +vNg +ldd +bHy +bHy +bHy +bHy +kqz +kjn +tSK +lqj +iYU +gHv +gHv +wwI +xdD +lbA +tob +rQO +cqO +vKu +qbd +wAF +amR +tHM +jnP +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +vbN +sZB +sZB +oso +fcb +fcb +fcb +wHT +vbN +jnP +jnP +jnP +jnP +jnP +jnP +orn +pHq +ldQ +eqW +eqW +lzi +vtJ +gKh +eqW +eqW +ebE +orn +ohn +nJD +sIf +jnP +jnP +tHM +jnP +aZS +jnP +jnP +jnP +jnP +oQf +duW +oSn +lkf +ueZ +oSn +oQf +nzw +iUq +pGI +pGI +oQf +wpY +fgU +hPV +oQf +kNO +alN +klF +oQf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +oQf +oQf +oQf +oQf +oQf +ipC +ryY +ipM +opq +uPm +bIT +krE +qTN +kpW +kMf +lsN +uPm +ohp +dGS +fMB +opq +iZV +uPm +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(54,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mjs +mjs +mjs +mjs +mjs +jnP +jnP +hpc +qtF +qtF +qtF +qtF +qtF +qtF +siO +siO +siO +oPP +uON +qtF +qtF +qtF +iYP +szR +tQX +ftN +fgE +tiU +fgE +poI +mjs +mjs +mjs +mjs +tHM +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +jnP +aZS +jnP +jnP +aZS +jnP +eZo +eZo +eZo +tCh +pff +xUn +wva +wva +iur +vbN +jnP +jnP +jnP +jnP +jnP +jnP +orn +lJb +pHq +pHq +pHq +qmT +pHq +vZo +pHq +pHq +owg +orn +nTs +cyf +nPX +xpB +tHM +tHM +aZS +aZS +aZS +jnP +jnP +jnP +oQf +vlS +aPv +xjl +sAB +vlS +oQf +sXo +jJF +pGI +hrR +kHF +vfZ +bUc +rsq +pzm +snR +sGa +lYf +oQf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +oQf +uPm +vSD +mIg +dGS +uPm +wWF +jDO +dgj +sbL +kMA +tju +aok +cBD +opq +peT +hUW +xyn +uPm +uPm +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(55,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gfF +jnP +jnP +hpc +wPA +wPA +wPA +qtF +agr +mZA +qYs +vGA +leA +tKw +qVf +aDY +vOJ +qtF +qtF +qtF +qtF +qtF +mjs +mjs +mjs +tAp +aZS +tHM +tHM +tHM +tHM +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +jnP +eNa +ety +uuH +uHS +fcb +wHT +sZB +sZB +sZB +sZB +jnP +jnP +jnP +jnP +jnP +jnP +orn +aND +aND +aND +pHq +jAT +avZ +vZo +tWz +tWz +blM +orn +dHT +sIf +sIf +jnP +jnP +aZS +jnP +oQf +oQf +oQf +oQf +oQf +oQf +kOl +xBo +rvW +vZr +jJF +aHQ +wJv +iUq +ecM +rKN +iUq +loD +vwl +gBn +oQf +oQf +pzm +oQf +oQf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uPm +cBD +dLt +fMB +uPm +eop +nKy +tDi +xLX +hbp +lnQ +uPm +bek +bSC +lUy +nmG +tMS +vLe +uPm +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(56,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +bcK +bcK +mLQ +mLQ +hpc +hpc +hpc +hpc +hpc +wPA +wPA +wPA +qtF +mzb +vQv +jgf +vRN +vqh +qIO +aSQ +aOU +vQv +aqs +qtF +grJ +grJ +grJ +grJ +grJ +mjs +mjs +mjs +tHM +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +aZS +jnP +eZo +eZo +eZo +tCh +fcb +wHT +sZB +jnP +jnP +jnP +jnP +jnP +jnP +jnP +sIf +sIf +orn +lBp +wDW +wDW +lBp +hWI +orn +uBn +lBp +wDW +wDW +orn +dWQ +tdl +sIf +sIf +oQf +oQf +oQf +oQf +qey +xBo +pGI +xBo +wmA +vGF +iUq +iUq +aKc +grc +gTi +pWQ +tBm +tEl +eVU +eqB +pru +sgP +hAW +hcT +oQf +hKM +oMW +oQf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +ues +hQI +dLt +xkV +uPm +lFb +puA +bPV +avk +ttT +kiy +uPm +xCa +bNa +dGS +opq +dgi +cBD +uPm +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(57,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +bcK +hpc +hpc +hpc +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +qtF +qlg +vQv +jgf +fhc +vqh +fft +ddz +vQv +vQv +fLm +qtF +rWz +rWz +rWz +rWz +rWz +rWz +nsJ +nEu +rWz +rWz +rWz +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +fNb +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +aZS +fpO +fpO +fpO +fpO +fpO +dMr +wHT +sZB +jnP +jnP +jnP +jnP +jnP +jnP +jnP +sIf +pQp +hVn +nmA +dTJ +bmd +tdl +gBx +cef +hhS +tdl +lEm +uQd +rsz +czZ +rmY +sic +pru +fGG +bfI +pru +blH +qxD +pru +cVm +hUe +pru +yau +sgP +ssp +pYW +iUq +iUq +oIb +aPv +aPv +xBC +oQf +oQf +xBo +feI +wmA +aPv +hDA +npp +oQf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +ues +qKb +sCn +dGS +oeh +cbR +bwz +pFb +epy +bIz +aaa +uPm +uPm +uPm +vSD +eyo +rBR +sSc +uPm +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(58,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +qtF +bwZ +vQv +nZq +vQv +vQv +fft +ddz +vQv +nZq +mqa +vQI +vQI +hgk +vhT +rWz +rWz +rWz +rWz +rWz +rWz +rWz +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +iJq +iJq +nIz +nId +wIX +vew +fpO +fcb +wHT +ydU +ydU +ydU +ydU +ydU +ydU +ydU +ydU +ydU +qMQ +tbM +ukx +vps +wLt +czZ +hhd +rmY +lyE +rmY +ttG +qdL +iir +nXq +kLF +sIf +iBx +qBc +gkX +enL +enL +enL +enL +enL +enL +enL +sQJ +rKN +bpn +nyK +qXp +oQf +oQf +oQf +pGI +eXy +tlr +oQf +cic +txD +pGI +pzm +nEt +hDA +oQf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +ues +cBD +ipM +sBm +oeh +uPm +uPm +uPm +uPm +nzv +uPm +uPm +hui +oeh +cBD +opq +hnA +qZA +uPm +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(59,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +qtF +tMY +qKh +wSs +hZJ +uSn +rpV +lww +qGN +aRx +peV +vPI +aLw +vPI +dZr +jeK +rdW +rdW +rdW +sDK +sDK +sDK +nDU +nDU +nDU +nDU +nDU +nDU +nDU +nDU +nDU +nDU +nDU +nDU +nDU +nDU +nDU +nDU +nDU +nDU +nDU +nDU +nDU +nDU +nDU +dYX +jry +sjI +jry +ifQ +gym +bav +fpO +izx +wHT +boC +rcY +pHK +nGr +uIM +npW +cAh +kUp +ydU +nGw +xDr +bbP +bbP +bbP +dxU +bbP +sGL +onZ +bbP +khr +vLM +bbP +jQC +iHl +sIf +enL +enL +enL +enL +qla +wyR +lsu +lsu +tRV +enL +pav +vGF +gMz +tDc +xBo +pzm +pGI +tqB +vGF +ntM +krM +oQf +kHF +aCu +iBx +oQf +utm +rmf +oQf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uPm +uPm +bio +uPm +uPm +hlD +jJa +uPm +iKI +emk +srp +uPm +uPm +oeh +opq +dGS +xQq +wtB +uPm +aZS +jnP +jnP +jnP +jnP +tEb +aZS +tEb +tEb +tEb +tEb +tEb +tEb +uAl +tEb +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(60,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +qtF +iKG +lVg +wpU +uGu +vQv +gaC +ium +kQl +kQl +lec +rKx +rKx +rKx +uJU +lkN +lkN +lkN +lkN +lkN +lkN +lkN +dxe +dxe +dxe +dxe +dxe +dxe +dxe +dxe +dxe +dxe +dxe +dxe +dxe +dxe +dxe +dxe +dxe +dxe +dxe +dxe +dxe +dxe +dxe +bGL +tbP +tbP +tbP +wbj +mhz +wtr +fpO +hEW +dNt +kwN +jJn +gCz +opk +eLZ +pRa +pRa +pRa +uyB +asS +avt +xFr +rmY +rmY +oxu +bbP +emb +bbP +bbP +khr +bbP +bbP +bbP +bxF +sIf +fFG +tPJ +fws +vjW +oYM +oYM +oYM +oYM +bjM +enL +jTx +iUq +xrG +lUE +aHQ +aPv +vGw +iUq +whN +wYK +cPx +aPv +oQf +kQw +oQf +oQf +aPv +aPv +oQf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uPm +cBD +dGo +ohp +aok +uPm +uPm +aok +fjv +obQ +dGS +iJd +dWs +uPm +srp +fMB +csI +cBD +uPm +jnP +jnP +jnP +jnP +jnP +tEb +jnP +jnP +aZS +jnP +jnP +jnP +aZS +jnP +jnP +tEb +tEb +tEb +uAl +tEb +tEb +uAl +tEb +tEb +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(61,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +qtF +eMk +lVg +fwS +rZa +fvN +pKw +wAH +cax +kSJ +bur +ams +lkN +lkN +lkN +lkN +lkN +lkN +lkN +lkN +lkN +lkN +lkN +sYL +sYL +sYL +sYL +sYL +sYL +sYL +sYL +bqn +sYL +sYL +sYL +bqn +sYL +sYL +sYL +sYL +sYL +sYL +sYL +sYL +txL +jgR +cLk +lju +fjg +lYo +dye +pFe +fpO +fcb +wHT +kwN +fwd +gCz +xHQ +ceG +gCz +gCz +gCz +fKf +bbP +bbP +jQC +yja +aDA +ota +nlg +fgW +lJE +hBF +lKf +bvG +scb +bbP +bbP +gzv +oYM +oYM +oYM +oYM +oYM +oYM +oYM +pKe +dSm +enL +pGI +pbx +vGF +oST +iUq +oQf +siI +vGF +ueS +aHQ +hvg +aPv +fmJ +aCu +dhZ +pGI +wmA +wpd +ttA +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jLf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uPm +vLe +cdd +pno +uPm +tyA +ydc +uPm +vec +opq +ckw +ryY +tjl +uPm +opq +kMf +vbI +vSD +uPm +jnP +jnP +jnP +jnP +kJH +tEb +jnP +jnP +aZS +jnP +jnP +jnP +aZS +jnP +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +jnP +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(62,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +wPA +hpc +hpc +hpc +hpc +hpc +wPA +wPA +wPA +qtF +qtF +few +qtF +qtF +pUs +sLC +sLC +sLC +cUy +sLC +mjs +hpc +hpc +hpc +hpc +hpc +hpc +hpc +hpc +hpc +hpc +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +iZC +eSw +jnP +jnP +iJq +mcJ +gEm +qZn +fpO +fcb +wHT +ydU +qDG +gCz +mSh +vWq +gCz +gCz +gCz +ydU +nZQ +kGG +mWo +ksU +ksU +hAj +tZQ +cOv +ksU +sIf +pDc +kFD +sIf +gkB +kRd +sIf +grn +qti +heF +ngS +orx +dfg +oYM +plN +pab +enL +sQU +iUq +xBo +lUE +loD +oQf +oQf +oQf +pzm +pzm +oQf +oQf +jJF +aCu +loD +iUq +iUq +nlp +ttA +jnP +jnP +jnP +fGk +afC +mLi +sgs +mLi +wom +fGk +jnP +jnP +jnP +jnP +jnP +jnP +uPm +dGS +oXK +vLQ +aok +saF +opq +uPm +nrm +tLY +bXR +aKZ +obQ +vSD +opq +fMB +vbI +cBD +uPm +jnP +jnP +aZS +aZS +aZS +aZS +aZS +aZS +rfz +rfz +rfz +rfz +rfz +jnP +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +jnP +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(63,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +hpc +hpc +hpc +qrp +miU +uKT +hpc +wPA +wPA +wPA +phV +cjc +iNc +awO +qtF +nXv +jlA +jlA +jlA +jlA +mPX +twf +lny +lny +lny +lny +lny +lny +lny +lny +lny +lny +lny +lny +lny +lju +lju +lju +lju +iWM +iWM +iWM +iWM +iWM +iWM +iWM +iWM +iWM +lju +lju +lju +lju +iWM +iWM +xqh +mrw +jnP +jnP +fpO +jyH +oIZ +wPK +nMN +eiK +dPS +boC +oBl +gCz +gCz +lcM +gCz +mPy +gRn +ydU +sIf +fcK +sIf +ksU +kzP +fJT +wOg +kCU +moh +iZA +sHh +gZk +sIf +sIf +sIf +sIf +wPe +mtY +mtY +mtY +nnJ +lHO +lHO +raj +mFp +enL +oQf +pzm +aPv +yey +aIb +qAi +mGB +mxd +aIb +aIb +aBe +dEX +lAu +muL +ots +sBU +lxN +jJF +oQf +oQf +jnP +jnP +lQZ +her +xLI +mQe +bff +fQE +lQZ +jnP +jnP +jnP +jnP +jnP +jnP +uPm +dGS +fkD +vSD +uPm +tqY +nAc +hMT +obQ +rJq +fOt +nMY +emk +dGS +uQO +opq +csI +cLE +uPm +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +ckg +vJm +vJm +vJm +vJm +kkQ +aZS +rfz +rfz +rfz +rfz +rfz +rfz +jnP +aZS +jnP +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(64,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +hpc +hpc +mLQ +hpc +mLQ +mLQ +mLQ +hpc +hpc +wPA +wPA +phV +pzv +iNc +isa +qtF +lrv +jlA +jlA +jlA +cFF +jlA +mjs +hpc +hpc +hpc +hpc +hpc +hpc +hpc +hpc +hpc +hpc +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +iZC +uno +jnP +jnP +iJq +rhl +xOk +mOI +fpO +lRz +eFm +ydU +cYX +wVR +ngP +ngP +orV +uRC +dpa +ydU +nMW +fcb +izx +ksU +fQW +oDu +yjv +gDD +uOQ +lXZ +gHf +hfM +wxK +lHr +wxK +ppV +cxi +gqr +dBU +qIk +tFv +hoV +xcp +oGu +oMg +enL +vGF +vGF +pzm +nNr +eBv +lJf +ttA +tZN +bYq +xBo +pGI +cLR +iUq +qXp +xrG +feI +idv +mXx +sqZ +mQe +lQZ +lQZ +lQZ +afC +fFb +lQZ +fFb +wom +lQZ +lQZ +lQZ +mQe +mQe +uPm +uPm +uPm +opq +ipM +cBD +oeh +tNS +nAc +uPm +opq +uPq +hVZ +qer +cLO +lGc +edf +lgA +eYn +tOR +uPm +jnP +jnP +aZS +jnP +jnP +aZS +aZS +aZS +mxT +mxT +mxT +mxT +mxT +frl +tPZ +jOi +jOi +jOi +jOi +jOi +idt +bzD +frl +aZS +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +oFV +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(65,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +hpc +mLQ +jGU +mLQ +jGU +mLQ +mLQ +sVY +awY +hpc +wPA +wPA +phV +mCn +wgT +isa +qtF +jlA +sNt +duj +xLr +jlA +jlA +qtF +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +hpc +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +iZC +jgR +lLu +lju +kab +lYo +pGy +vcV +fpO +fcb +eFm +kwN +bmu +htk +mWq +mWq +hYj +pYe +dpa +boC +flP +fcb +fcb +ksU +mrL +pqq +mTF +xuo +ksU +puY +erx +koq +bFU +hqG +hha +ppV +enL +enL +enL +jEx +xBs +jEx +enL +enL +enL +enL +axH +axH +axH +axH +axH +axH +axH +axH +axH +axH +axH +axH +axH +iJg +xBo +pgk +iUq +iUq +ibW +mQe +wix +the +hUj +neO +geS +nhg +jYO +oZL +dAl +luL +ylv +kWr +mQe +pdx +dGS +cBD +jPo +gED +cBD +uPm +uPm +uPm +uPm +gml +opq +hPu +ckw +cEL +uPm +bNa +fMB +nla +cBD +uPm +jnP +jnP +aZS +aZS +aZS +aZS +jnP +jnP +jnP +aZS +jnP +jnP +jnP +frl +aZS +mxT +mxT +mxT +mxT +mxT +mxT +oLL +bVk +jnP +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(66,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +hpc +mLQ +hpc +hpc +hpc +hpc +sqd +lmC +mRo +hpc +wPA +wPA +phV +nGK +xHR +isa +qtF +qtF +qtF +qtF +qtF +qtF +qtF +qtF +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +hpc +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +cEY +cEY +cEY +cEY +cEY +iZC +jgR +rUt +rUt +cEY +cEY +cEY +vvG +fpO +ngO +eFm +ydU +ydU +kwN +kwN +boC +ydU +kwN +ydU +ydU +uxF +fcb +fcb +ksU +jDL +fiB +qGg +dFh +ksU +xgh +gHf +npU +tKu +jGa +oor +hVI +wBQ +esd +hfM +eue +gHf +cMK +vOx +dlH +eeH +puS +axH +tIS +rYi +qQP +tFi +tpM +tpE +hdi +qQP +fQq +tpE +tpE +axH +oQf +pzm +pgk +gez +pGI +tUA +mQe +usQ +ave +ssf +neO +ssf +iwz +uvi +oZL +uvi +ave +ave +cCK +mQe +iZm +fMB +xVk +kMf +fkD +opq +vSD +cBD +pno +aok +oXc +bNO +mhN +wdH +ofd +uPm +cBD +dGS +vbI +vSD +uPm +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +aZS +jnP +jnP +jnP +bVk +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +bVk +jnP +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(67,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +aNi +mLQ +hpc +wPA +hpc +hpc +hpc +hpc +hpc +hpc +wPA +wPA +phV +eCv +oUk +egC +own +mia +phV +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +hpc +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +cEY +pSq +pSq +oDI +nWz +rpi +cRS +vch +drL +tpl +hbt +aCB +rtS +cEY +dMr +eFm +fcb +pff +fcb +fcb +fcb +lxJ +fcb +tEt +cHM +pff +fcb +fcb +ksU +ksU +ksU +ksU +ksU +ksU +cIv +ktV +tGz +tGz +jfx +tea +vbb +tGz +kaF +aln +jfx +oaG +tGz +tGz +rar +uWB +tGz +kYt +nxw +lqc +xBt +vbd +xoh +rkc +xoh +mAT +tpE +tpE +hhZ +axH +gIj +aPv +aCu +qXp +lxj +mQe +wjV +dnL +ave +ssf +neO +ssf +ave +uvi +oZL +uvi +ave +iwz +vTp +mQe +bek +wiZ +fMB +bsf +dLt +soT +rKO +dGS +uQO +uPm +uPm +oeh +oeh +uPm +aok +uPm +opq +peT +vbI +aAR +uPm +uPm +uPm +uPm +jnP +jnP +aZS +jnP +jnP +jnP +aZS +aZS +tim +aZS +bVk +jnP +rfz +rfz +rfz +rfz +rfz +rfz +jnP +frl +aZS +tEb +uAl +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(68,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +mLQ +mLQ +hpc +hpc +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +phV +hxe +hyo +isa +isa +bnR +phV +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +cEY +wKB +pSq +jNm +lkm +iZC +mrw +rUt +kJu +eEi +cBb +lzd +nnq +nWz +eZb +gKE +ilx +ilx +ilx +ilx +ilx +ilx +ilx +aWa +ilx +ilx +pIh +ilx +ilx +bLq +uPA +bvg +sjT +tvo +mIT +cPG +gGz +hfM +kRN +xoo +hVI +wBQ +eOq +ioU +qfg +cpZ +qfg +qfg +qfg +mpb +iDr +axH +wLn +tpE +eBl +jMw +tpE +jBH +tpE +bzG +tpE +tpE +tpE +axH +ncQ +aPv +aCu +jSz +auH +mQe +pbT +ave +ave +ssf +neO +ilh +ave +uvi +oZL +uvi +ave +ave +fzd +mQe +rDe +vLQ +php +vXX +aub +nqv +vOB +xFW +xnE +ngX +rOX +sXP +pht +kCR +rUx +ppR +rEv +lCx +vnv +asU +uSB +nHO +ohp +wty +wty +wty +wty +wty +wty +jnP +aZS +jnP +jnP +jnP +bVk +vbp +jOi +jOi +jOi +jOi +jOi +idt +frl +frl +jnP +aZS +jnP +tEb +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(69,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +aNi +mLQ +mLQ +vOo +eXQ +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +phV +hCD +haM +jjB +jDI +hju +phV +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +cEY +pSq +pSq +nNH +nWz +rpi +cRS +vch +xqp +fvK +dfI +mDU +iHZ +cEY +fNF +oeJ +fcb +fcb +bYg +xdA +jvz +bYg +bYg +jvz +xdA +jvz +bYg +jvz +jvz +jvz +pWu +hfM +dGu +kOh +cDw +gHf +nxq +nxq +dPc +naN +naN +rbe +mVK +rbe +eDb +eDb +rXL +csc +csc +tJC +lpD +eDb +eDb +eDb +eBl +tpE +tpE +tpE +tpE +gdB +tpE +tpE +maQ +axH +vUx +oQf +ttv +usU +juL +hZO +xSw +iRc +azE +oul +xJZ +ave +ave +ave +sBb +kWz +kIp +ave +lLM +mQe +mQe +mQe +mQe +mQe +mQe +mQe +mQe +dGS +ipM +kMf +ryY +sew +jqS +aok +fru +fMB +tqm +cBD +uQO +soT +uQO +qHY +jVe +wty +dxN +vRB +kqL +aYA +idq +idq +nTD +jnP +jnP +jnP +bVk +jnP +mxT +mxT +mxT +mxT +mxT +mxT +jnP +bVk +frl +frl +jnP +jnP +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(70,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +mLQ +mLQ +mLQ +hpc +hpc +wPA +wPA +wPA +wPA +wPA +wPA +phV +phV +phV +phV +phV +phV +phV +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +cEY +cEY +cEY +cEY +cEY +iZC +xzI +vch +aCB +xUg +hbH +fvK +pmb +cEY +hDk +aRV +qQn +hvM +bYg +bUx +cbn +uLP +uLP +lKF +bUx +sWt +rqf +nQM +fWG +jvz +kpi +hfM +dGu +jbq +cDw +hBb +ozg +ezd +vrC +naN +mnf +byX +xZs +tDY +eDb +pwZ +evB +hyr +kDs +bvX +aaU +aXu +xRG +eDb +eBl +tpE +tpE +tpE +tpE +bzG +tpE +tpE +tpE +axH +oQf +oQf +qlv +vGF +mQe +mQe +juT +ave +rFr +ave +ijE +ijE +uaG +ijE +uaG +ave +qxw +tKR +svJ +mQe +lhw +gAx +vTT +mYq +rgm +qFh +mQe +qBr +dLt +fFT +opq +xyn +uPm +uPm +uPm +oeh +pdx +vSD +cBD +kCz +lUy +eJa +sqB +kyS +aZt +kLR +rnS +vhJ +rnS +bUf +rnS +kkQ +uke +bVk +frl +xGK +jnP +jnP +jnP +jnP +jnP +jnP +jnP +bVk +oLL +tPZ +kxJ +aZS +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(71,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +mLQ +aNH +mLQ +aNi +hpc +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +hpc +hpc +hpc +hpc +hpc +hpc +wPA +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +aZS +aZS +aZS +iZC +jnP +rUt +uIR +cBb +ygv +fvK +xzU +cEY +cEY +tTB +cEY +cEY +jvz +bUx +qzM +fOp +wQL +bYT +bUx +vlf +bDh +jfA +efF +jvz +gvi +hfM +dGu +ini +cDw +nOs +naN +yfS +yfS +naN +mtz +byX +xZs +qmv +sjN +bLV +jvI +fDA +vVE +otK +jeT +mwK +aWS +eDb +bJU +oRU +ard +tFs +tpE +con +wwr +tpE +axH +axH +iBx +kHF +oEn +xQZ +mQe +yiX +mNu +ljw +kQY +bhC +afv +bhC +sjg +wOR +bhC +afv +sYH +deb +fGj +rUv +fpM +fpM +mUg +bqO +vbU +fkv +mQe +ipC +ipM +uQO +opq +pno +oeh +mGa +udA +oeh +uPm +uPm +aok +wqt +ppB +abG +chV +wty +mdx +lbl +dTm +jtM +idq +idq +idq +jnP +jnP +jnP +frl +jnP +rfz +rfz +rfz +rfz +rfz +rfz +xGK +bVk +bVk +frl +jnP +jnP +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(72,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +mLQ +mLQ +mLQ +aNi +hpc +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +hpc +hpc +aNi +mLQ +mLQ +mLQ +hpc +hpc +wPA +wPA +hpc +hpc +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +cEY +cEY +cEY +cEY +cEY +xzI +bqn +vch +aCB +yaa +uIW +agn +agn +ubR +aiO +wSQ +uHk +atB +jvz +iaI +ylu +bUx +aVB +gWH +qOq +oUY +nZH +pDx +vPu +loY +tst +qiV +dGu +haR +cDw +rcN +yfS +qet +mdJ +naN +eFc +dFR +asu +fxO +fjY +srS +fGb +bbY +vVE +gdG +vXz +mwK +mhb +eDb +eDb +eDb +eDb +eDb +tpE +emF +tpE +tpE +axH +aOt +uFb +bPw +qzS +rKN +mQe +qEp +jPT +iwz +ave +ave +eEl +eEl +eEl +dcw +eEl +ave +ave +ave +iwz +maf +iwz +ave +pba +eIQ +oLF +ave +wsp +dGS +ipM +vMb +opq +cBD +uPm +baH +qfy +fbn +gzD +fbn +uPm +cBD +dGS +iVf +cBD +wty +wty +wty +wty +wty +wty +jnP +aZS +xGK +jnP +jnP +frl +tPZ +jOi +jOi +jOi +jOi +jOi +idt +bVk +frl +jnP +aZS +jnP +tEb +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(73,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aNi +mLQ +mLQ +mLQ +mLQ +mLQ +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +hpc +hpc +mLQ +mLQ +mLQ +mLQ +mLQ +aNi +hpc +hpc +hpc +hpc +aZS +aZS +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +cEY +ugh +ugh +mTK +nWz +bqn +sYL +vch +rHg +aCB +lTq +fvK +iHZ +mel +jkZ +wSQ +eTJ +eTJ +jvz +bUx +gej +xkt +nuQ +gAD +bUx +lGV +lzo +sQL +xLc +jvz +xAJ +rAn +doC +doC +qdM +lBh +nTi +vPy +hIf +jRA +byX +byX +vCP +uIs +gGR +vaI +hKX +cAj +srS +sKy +rok +rok +uhx +uuD +cXT +lDT +sZS +eDb +bVu +jMw +tpE +tpE +axH +oEn +eCl +xBo +pGI +iJg +mQe +iNn +jrb +jrb +ave +wDe +okq +dim +ave +faB +ave +ave +tvx +fNs +fCk +mQe +ejY +iwz +nVu +krX +lMh +qxR +mQe +cBD +ipM +dGS +cBD +vSD +uPm +pDR +xVW +gPh +iZB +xaq +oeh +uBC +sew +fIl +qpP +uPm +jnP +jnP +aZS +jnP +jnP +jnP +aZS +aZS +aZS +aZS +bVk +jnP +mxT +mxT +mxT +mxT +mxT +mxT +jnP +frl +aZS +tEb +tEb +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(74,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +mLQ +mLQ +mLQ +mLQ +mLQ +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +hpc +hpc +mLQ +mLQ +mLQ +mLQ +mLQ +mLQ +jnP +jnP +aZS +jnP +jnP +jnP +aZS +kJH +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +cEY +oIz +fPw +ibf +lkm +aZS +oCb +oby +bWF +fls +tJJ +iHZ +iHZ +mel +sjw +axc +lES +kzT +jvz +bUx +blQ +xRh +xRh +eob +bUx +mwu +xwJ +wUu +dsQ +jvz +bUX +rpc +smX +cui +aZn +neL +vtI +oAS +dbY +rJT +byX +byX +vCP +rXv +eMm +tod +sqa +vCK +cbD +cTM +vKS +tXP +nGe +eDb +fPC +fPA +eZS +eDb +qjE +tpE +tpE +lDz +axH +hwj +mHW +mHW +mHW +mHW +mHW +mHW +rbX +joU +kYg +mHW +mHW +wdE +wsR +iws +ave +ave +ave +giX +nfe +mQe +mQe +ybU +cxx +heR +ccx +tih +mQe +akU +dGo +uQO +dGS +fqQ +aok +eGC +opq +nXf +otr +vIn +oeh +xyn +dGS +vlP +cOH +uPm +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +bVk +jnP +bzD +bzD +bzD +bzD +bzD +bzD +jnP +gZY +jnP +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(75,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +mLQ +mLQ +mLQ +mLQ +mLQ +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +hpc +hpc +mLQ +mLQ +mLQ +aNi +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +aZS +aZS +aZS +wXf +wXf +wXf +wXf +uAl +wXf +wXf +aZS +aZS +jnP +jnP +jnP +jnP +aZS +cEY +ugh +ugh +gXG +jnn +rfU +rfU +oby +lMm +pPB +sGV +iHZ +iHZ +mel +jkZ +jHz +lzN +lzN +jvz +jvz +jvz +jvz +jvz +jvz +jvz +jvz +jvz +jvz +jvz +jvz +kdk +fxs +afP +nkB +daE +lra +naN +naN +laM +rJT +uMG +lcB +vCP +gff +eDb +eDb +eDb +eDb +eDb +eDb +eDb +eDb +eDb +eDb +psc +elN +qqR +eDb +tpE +tpE +tpE +tpE +axH +eVV +mHW +cWe +olQ +pSG +nJL +riQ +qug +nJL +pUn +aDu +sXw +mLY +ave +mDC +ave +ave +ave +ave +rjd +czP +mQe +mQe +mQe +mQe +mQe +mQe +mQe +dGS +qrg +hiu +qgf +wTz +eWX +tkI +bHB +jrd +mBw +xDw +eeh +aeO +aeO +iPS +vSD +uPm +jnP +jnP +aZS +jnP +jnP +jnP +aZS +jnP +jnP +xGK +frl +aZS +rfz +rfz +rfz +rfz +rfz +rfz +jnP +bzD +jnP +uAl +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(76,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aNi +aNi +mLQ +mLQ +hpc +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +wPA +hpc +hpc +aNi +mLQ +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +wXf +aZS +jnP +jnP +jnP +jnP +jnP +aZS +cEY +cEY +cEY +cEY +cEY +aZS +jnP +rUt +sGV +nwd +sGV +iHZ +iHZ +mel +lwN +jHz +oOy +sFg +aOn +rNl +kQI +scA +hkJ +fxn +cLg +sGV +cEY +uBR +etX +onP +nlb +inj +afP +bpt +kpe +eho +pWt +djj +iPC +rJT +idM +nuF +vCP +nYB +naN +eFY +jJF +xBo +qBY +feX +pGI +ogF +gGA +eDb +eDb +eVZ +kYy +eDb +gUR +rDL +tpE +tpE +axH +srL +mHW +rUG +prE +gze +sXN +neo +wHV +nLZ +eVd +ezV +ifs +mLY +ave +cTI +ylD +jON +jON +jON +ojo +jON +jWo +gLc +dAe +nMV +vxU +hYK +iZx +kHn +sDk +rIe +vXX +ohp +uPm +euA +glX +ppf +nxR +qXN +uPm +hxg +opq +flv +cBD +uPm +aZS +aZS +aZS +aZS +aZS +rfz +rfz +rfz +rfz +rfz +bVk +keZ +jOi +jOi +jOi +jOi +jOi +idt +frl +uke +aZS +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(77,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +mLQ +aNi +hpc +hpc +wPA +wPA +wPA +wPA +hpc +hpc +hpc +hpc +hpc +mLQ +mLQ +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +aZS +aZS +dOB +aZS +jnP +aZS +jnP +aZS +gYN +aZS +jnP +wXf +jnP +jnP +jnP +jnP +jnP +jnP +aZS +cEY +waq +waq +iJj +nWz +bqn +bqn +vch +szd +jDp +uZs +fvK +ewU +tkU +mRj +xjj +ogI +ogI +ogI +ogI +fQw +dgl +fQT +jtR +jYf +gce +tvv +toe +toe +toe +xfY +uuB +afP +xYQ +vOk +sAa +dCw +ewX +hvS +gGj +nNc +bPP +qXb +jPG +xZU +usU +vJs +vsF +koJ +kAx +peH +koJ +jtt +nFi +eDb +eDb +eDb +eDb +axH +axH +lyZ +axH +axH +qQs +mHW +eUL +boZ +xUI +aYx +tXJ +prE +eVa +pgd +npG +nRF +wWT +yjZ +coj +iij +imI +iHc +iHc +iHc +iqL +mQe +euA +wod +aRP +dGS +cBD +uQO +rAU +tyf +fMB +uPm +uPm +uPm +uPm +uPm +uPm +uPm +uPm +uPm +uPm +dGS +abG +qwt +uPm +jnP +jnP +jnP +jnP +jnP +ckg +vJm +vJm +vJm +vJm +xMI +aZS +mxT +mxT +mxT +mxT +mxT +mxT +xGK +aZS +jnP +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(78,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +hpc +hpc +hpc +hpc +hpc +hpc +mLQ +mLQ +mLQ +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uAl +jnP +pay +krK +mlB +aZS +aZS +aZS +pay +jKh +mlB +aZS +wXf +jnP +jnP +jnP +jnP +jnP +jnP +aZS +cEY +bSF +bDz +uSE +lkm +aZS +jnP +rUt +pVZ +nwd +sGV +iHZ +fmw +mel +nLz +pMf +mjo +mjo +mjo +nmQ +sWr +uUD +qWF +sGV +hhB +eXm +cEY +aVt +uRo +bfM +kJJ +cuX +afP +nro +kpe +sAa +nUi +dIU +rRm +gsc +xKT +bkY +byX +cCW +fnM +xWH +hjH +sEw +kHZ +uej +kHZ +uej +idv +tDu +kAx +koJ +eBd +kAx +hBw +xSU +koJ +kAx +peH +uzf +mHW +oFp +oDF +bGO +lTN +fha +sHG +mHW +ojM +joU +mHW +rLU +jrb +kch +sMI +mQe +euH +uiV +elt +uUE +ipp +ipp +ipp +ipp +ipp +ipp +ipp +eyo +kMf +opq +uPm +aZS +aZS +aZS +aZS +jnP +aZS +aZS +aZS +uPm +uPm +anl +cBD +uPm +aZS +aZS +aZS +aZS +aZS +mxT +mxT +mxT +mxT +mxT +jnP +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +jnP +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(79,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +aZS +pay +krK +mlB +jnP +aZS +jnP +pay +jKh +mlB +jnP +wXf +jnP +jnP +jnP +jnP +jnP +jnP +aZS +cEY +waq +waq +atf +jnn +rfU +rfU +oby +lMm +vEp +cBb +fvK +fmw +mel +tFw +qnO +tEg +tEg +tEg +uLr +tJJ +uUD +sGV +vNK +cEY +cEY +cEY +afP +jjJ +aDO +gsA +hoG +afP +stU +kpe +tUO +naN +naN +vVw +kTl +bYB +byX +byX +wdI +naN +pGI +iUq +nOx +oMk +vwC +qhJ +kHZ +oMk +oMk +kHZ +bwy +bYq +vGF +xBo +xBo +iUq +qXp +ijc +jRO +mHW +prz +qam +nEQ +oqC +swx +uqE +dcn +aDb +nIR +hTl +mQe +lLO +qdi +uAA +mQe +mQe +rFi +rFi +mQe +ipp +elV +buH +mjf +tcf +bCh +ipp +vSD +uQO +wRf +uPm +aZS +jnP +aZS +jnP +jnP +aZS +jnP +aZS +aZS +ues +nPY +bNa +ues +jnP +jnP +tEb +jnP +jnP +aZS +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +aZS +jnP +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(80,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +jnP +pay +krK +mlB +jnP +bwO +jnP +pay +jKh +mlB +jnP +wXf +jnP +jnP +jnP +jnP +jnP +jnP +aZS +cEY +cEY +cEY +cEY +cEY +aZS +jnP +rUt +sGV +nwd +gVI +iHZ +awb +tZn +hrd +hIp +beb +mjo +mjo +hIp +aNQ +irV +sGV +fBm +cEY +dyT +eJI +cNO +lFi +cmz +sLK +jch +afP +qfT +kpe +kMQ +qej +ylG +jPG +oMI +qjJ +qjJ +qjJ +iMy +naN +wmA +gcg +xId +oMk +jpt +iET +ukf +dBE +dDS +kHZ +fHi +dYe +dYe +dYe +dYe +dYe +mWP +oDp +wYK +mHW +agk +peK +iGA +uaE +nMq +izP +nRF +eZs +aNc +tiJ +aiE +ryy +xRS +eZs +ipp +aoH +elY +akZ +ksR +ipp +ipp +ipp +gyy +eRh +aKE +ipp +cBD +xFo +pdx +uPm +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +jnP +ues +oCf +dGS +ues +jnP +jnP +uAl +jnP +jnP +aZS +jnP +jnP +jnP +aZS +jnP +jnP +tEb +uAl +tEb +tEb +tEb +aZS +aZS +tEb +tEb +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(81,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wPA +wPA +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +aZS +pay +krK +mlB +aZS +glD +aZS +pay +jKh +mlB +aZS +wXf +jnP +jnP +jnP +jnP +jnP +jnP +aZS +cEY +otj +otj +cvE +xYZ +qUm +qUm +mYY +lPF +lgR +sXF +iHZ +ttI +mel +tFw +tFw +aIt +aIt +aIt +pcr +sGV +rSc +sGV +vNK +cEY +oic +tFZ +tVN +lma +lma +uNb +ecD +afP +qfT +sTC +iTW +naN +mWG +asF +xZs +cCd +iuB +pIM +nkw +naN +cOq +iUq +baM +kHZ +fpX +iET +iET +iET +iET +iET +fYX +jnP +jnP +jnP +jnP +dYe +wmA +oDp +iUq +mHW +mHW +mHW +wjn +mHW +ojM +joU +mHW +xfp +tPM +vPP +hCj +vPP +kwa +iyu +pws +nIl +pLa +lzG +fpe +ipp +kGC +wgO +xhA +wSy +iGM +ipp +ohp +opq +udA +uPm +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +jnP +ues +anl +qKb +ues +jnP +jnP +tEb +tEb +uAl +tEb +tEb +tEb +tEb +tEb +uAl +tEb +tEb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(82,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wPA +wPA +mLQ +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +wPA +jnP +jnP +jnP +jnP +jnP +jnP +wXf +wXf +jnP +pay +krK +mlB +jnP +glD +jnP +pay +jKh +mlB +jnP +wXf +wXf +jnP +jnP +jnP +jnP +jnP +aZS +cEY +rGJ +iTr +kgz +lkm +aZS +jnP +rUt +euK +nwd +jua +mSW +rTK +gLR +owe +owe +nRU +faz +faz +faz +nRU +iFA +faz +cXw +qml +rHU +aLo +mRQ +arn +arn +mlH +uGV +afP +gDQ +pPQ +qUz +bnD +bnD +bnD +rIg +bnD +bnD +bnD +bnD +bnD +bnD +bnD +wYm +uej +kHZ +tXi +dtL +vpm +vml +iET +wYo +dGm +jHi +fYX +aZS +dYe +pGI +hGT +wve +mHW +vlF +ufG +bxT +mHW +edX +rFw +wDH +fFF +uvV +uHE +uHE +oKD +bEO +rfe +acI +tto +ugW +tfs +jos +tRz +wwp +vCy +iWA +fqE +bME +ipp +uQO +fMB +diy +uPm +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +uPm +uHy +vLe +ues +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(83,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wPA +jnP +jnP +jnP +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +wPA +wPA +jnP +jnP +jnP +jnP +jnP +wXf +wXf +jnP +jnP +aZS +oCR +aZS +jnP +oCR +jnP +aZS +oCR +aZS +jnP +jnP +wXf +wXf +jnP +jnP +jnP +jnP +aZS +cEY +otj +otj +gUA +xYZ +qUm +qUm +mYY +faz +lgR +aRf +iHZ +ttI +mel +tFw +tFw +iHy +mbm +mBF +mBF +pPc +vSM +mBF +eQu +fzK +sPm +nXb +edZ +sza +pIV +bVc +ewb +afP +foy +mmE +wHE +bnD +piC +whh +wUK +sUJ +aVM +gsI +ilL +pjO +wub +bnD +rqP +ogF +kHZ +lWZ +wKf +lIO +abO +vHm +fHi +eTI +naj +gNI +jnP +ttA +xBo +hGT +ncP +mHW +cvi +pxz +eQK +mHW +sQX +rnq +hxS +hxS +xKW +utM +pTY +pEJ +xGV +pYh +ipp +gOX +doy +cqP +pLa +bYe +pLa +pLa +emL +pEM +rHS +cFB +fMB +opq +iZm +uPm +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +uPm +flv +vSD +uPm +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(84,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uAl +aZS +aZS +dOB +dOB +wOX +dOB +dOB +wOX +dOB +dOB +wOX +dOB +dOB +aZS +aZS +wXf +aZS +aZS +aZS +aZS +aZS +cEY +cEY +cEY +cEY +cEY +aZS +jnP +rUt +nrc +nwd +uPn +iHZ +ttI +mel +tFw +tFw +gDT +mel +kvh +hlq +jRZ +fan +hlq +hlq +nJb +nJb +hPa +gYr +hPa +hPa +opV +hPa +hPa +mYC +kpe +ccY +bnD +aFw +mOq +sWU +uGn +eAm +eAm +nEz +uyG +veF +bnD +jyT +xBo +oMk +kUl +cLj +bLQ +wiP +efj +sZi +uXt +cmq +rzm +jnP +ttA +ogF +xOs +nUD +mHW +spL +iYc +raw +mHW +rnh +hxS +rje +hxS +gPU +uFD +hTl +hTl +hTl +rGT +ipp +fqI +iWA +nxZ +tto +tto +tto +oqL +kXo +mBX +doY +cFB +mAY +cBD +uPm +uPm +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +ues +iVf +cBD +uPm +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uot +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(85,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wPA +jnP +jnP +jnP +wXf +jnP +wUg +jSB +jSB +raE +jSB +jSB +lKN +odz +odz +ygm +pJv +odz +mlB +jnP +wXf +jnP +jnP +aZS +jnP +aZS +cEY +cEt +cEt +iDJ +xYZ +qUm +qUm +mYY +nRU +lgR +iRM +fvK +ttI +mel +tFw +tFw +eMG +mel +rwK +hlq +qyS +ilk +kPd +inv +ech +nJb +jSZ +nJW +omt +dLd +pIp +iJU +uXp +ogv +kpe +nkE +sXR +pji +uGn +eWf +djI +rWU +eex +sbk +lvO +veF +bnD +dXh +pGI +kHZ +lsD +kLn +rYU +oNo +vHm +fHi +stR +aYu +ubg +jnP +ttA +rmf +nFj +vGF +mHW +mHW +mHW +mHW +mHW +iqw +hxS +ley +hxS +xKW +utM +nua +nFs +jRG +mMw +ipp +cPn +xes +lyH +thV +bNC +nbR +cWJ +sMp +mmJ +hmD +cFB +szr +aIU +ues +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +ues +pcG +rDo +uPm +uPm +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(86,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +aZS +aZS +onQ +onQ +onQ +onQ +onQ +oCR +onQ +onQ +onQ +xOh +onQ +aZS +aZS +uAl +jnP +fNb +aZS +aZS +aZS +cEY +scF +uwU +xgu +lkm +aZS +jnP +rUt +nEA +lgR +uTp +iHZ +ttI +mel +tFw +tFw +eBp +gLR +jHm +hlq +aow +sfX +rvn +rwA +iaL +nJb +eSJ +eMv +jEr +uia +oWZ +bHX +vDB +qfT +kpe +nkE +sXR +rNo +qFf +eHw +cFu +ohE +vjM +hzB +uGn +qJY +bnD +vmn +lfS +uej +rfA +efj +obT +bGk +iET +cws +jVI +jHi +sTY +aZS +dYe +xBo +hGT +loD +pGI +dhZ +iBx +hTl +nIX +eZs +xDW +hwC +ceU +lNK +gWF +qMn +vdk +rGN +nTr +ipp +ipp +ahF +hCt +kfC +ipp +hqa +hGX +aYX +ipp +wgy +cFB +kuZ +aIU +ues +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +ues +flv +opq +diy +ues +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(87,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +jnP +jnP +jnP +aZS +jnP +aZS +jnP +wOX +jnP +aZS +jnP +aZS +jnP +jnP +jnP +wXf +aZS +aZS +aZS +jnP +aZS +cEY +cEt +cEt +apV +jnn +rfU +elQ +oby +lMm +pVy +gDT +iHZ +ttI +mel +tFw +tFw +jua +gLR +pcK +hlq +aow +gaA +pKC +cHE +mNe +nJb +dny +eMv +vkf +sWb +ykr +wSf +eVf +qfT +kpe +nkE +bnD +jaO +uxu +uob +okc +aEC +npY +gkz +xwG +wqN +bnD +oNq +iBx +kHZ +ttM +fvp +eGF +pTm +hgx +sTY +jnP +jnP +jnP +jnP +dYe +xIe +oDp +qXp +jJF +iUq +vGF +hTl +jcl +bKW +jyq +oBx +sPg +vTd +bCW +nua +iqc +rGN +mMw +xVa +afT +gXi +gAt +bao +oEt +oEt +lpq +oEt +oEt +oEt +avB +avB +avB +avB +oEt +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +uPm +gdS +fOh +bfY +ues +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(88,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +aZS +aZS +dOB +dOB +dOB +dOB +dOB +knb +dOB +dOB +dOB +dOB +dOB +aZS +aZS +wXf +aZS +aZS +aZS +jnP +aZS +cEY +cEY +cEY +cEY +cEY +aZS +jnP +rUt +lzp +lgR +dHy +iHZ +ttI +mel +tFw +tFw +sGV +sfA +rhZ +hlq +aow +laD +wnS +wwG +gzm +nJb +ggv +kwS +pQJ +vZv +lPC +pAQ +vDB +ass +uGb +nkE +bnD +bnD +sXR +tEQ +bnD +bnD +bnD +bnD +bnD +bnD +bnD +svr +dbR +kHZ +kHZ +kHZ +kHZ +igG +kHZ +fHi +nxQ +nxQ +nxQ +nxQ +nxQ +dbR +pKJ +dbR +dbR +dbR +dbR +hTl +hTl +hTl +hTl +fkK +nua +hTl +hTl +hTl +dEs +bKv +rGN +atV +jwC +rGN +bOS +lzJ +oEt +sCy +vtm +nmE +mRE +gTK +ezq +tgD +iKv +vVK +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +uPm +uPm +opq +flv +uPm +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(89,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +itU +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +mLQ +mLQ +mLQ +hpc +hpc +jnP +jnP +jnP +jnP +fNb +jnP +jnP +wXf +jnP +pay +jSB +jSB +bsP +jSB +jSB +gPi +odz +odz +odz +odz +odz +mlB +jnP +wXf +jnP +jnP +aZS +aZS +aZS +cEY +gFs +gFs +kep +xYZ +qUm +qUm +mYY +bBS +lgR +wwa +psU +aIP +sVs +oXt +oXt +vkL +sfA +cdO +hlq +mov +tmH +beG +qre +nko +nJb +qgw +rRT +mdF +wst +uph +cTt +szQ +tWK +bsg +eIL +fvA +qxY +cXZ +ndE +pkI +pkI +yks +pkI +pkI +dPj +kjH +iNa +xCt +qjI +snX +snX +snX +gmo +uep +wkS +tlt +snX +jSL +ldE +snX +snX +vhh +snX +iaF +oTQ +kjH +snX +owl +eEd +niR +ter +tuQ +yez +eEd +bEg +uhS +qTV +jUQ +noY +rGN +eHo +bMP +gve +sAK +jjX +goL +rat +psR +mJW +fmL +vfn +nmV +vVK +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +uPm +eyo +sVq +uPm +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(90,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +hpc +hpc +hpc +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +aZS +aZS +onQ +xOh +onQ +onQ +onQ +knb +onQ +onQ +onQ +onQ +onQ +aZS +aZS +wXf +jnP +jnP +aZS +jnP +aZS +cEY +ogO +dss +jwh +lkm +aZS +jnP +rUt +qiW +nwd +sGV +ctQ +mvM +vnu +pSJ +bwN +tJJ +mel +kRw +hlq +pHX +wUc +kTW +wzy +oXZ +nJb +nJb +qUl +qUl +qUl +jJD +bXI +qUl +eFf +jFv +sMz +hsM +rTi +qRy +wbn +cFU +cFU +cFU +cFU +cFU +cFU +cFU +pVg +was +dht +mhk +mhk +mhk +bAz +mhk +mhk +bwb +mhk +mhk +uzh +aVu +mhk +fPZ +cFU +cFU +nNQ +nTg +mhk +mhk +mhk +was +nai +mhk +mhk +mhk +rMz +lWE +xnG +xOO +slj +wUh +rGN +bOS +rZn +oEt +naz +cgR +fmL +kPU +mJW +ezq +vfn +fKV +avB +avB +avB +avB +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +ues +ryY +pgr +uPm +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(91,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +hpc +hpc +wPA +wPA +wPA +wPA +wPA +wPA +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +aZS +jnP +aZS +jnP +glD +jnP +aZS +jnP +aZS +jnP +jnP +jnP +uAl +aZS +aZS +aZS +aZS +aZS +cEY +gFs +gFs +gRF +jnn +rfU +rfU +oby +lMm +nzs +bSX +xeK +szO +mel +mel +mel +sGV +tKs +kRw +hlq +usM +yev +aow +qyS +gFA +uNx +nJb +mLn +fGD +qUl +bBH +qUl +qUl +dVV +cKN +xQv +kJl +sJK +snX +snX +snX +jLr +rDn +aEd +snX +qRd +snX +wEy +mPi +djg +fQY +snX +snX +snX +snX +snX +cxL +snX +xQr +mPi +sJK +snX +snX +mNM +snX +vhh +snX +snX +jLr +snX +snX +djg +snX +qVi +qVi +iKd +rGN +rGN +rGN +svc +vrV +vrV +nMg +lBJ +oEt +oEt +gZo +vNm +vfn +fxi +vfn +vfn +hvP +mzz +pqN +igp +fQA +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +ues +nfO +anl +ues +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(92,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wPA +wPA +jnP +jnP +jnP +hpc +wPA +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +wPA +wPA +wPA +wPA +hpc +hpc +hpc +hpc +wPA +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uAl +wXf +wXf +wXf +aZS +aZS +aZS +aGR +fXb +kvi +aZS +aZS +aZS +uAl +wXf +wXf +wXf +jnP +jnP +jnP +jnP +aZS +cEY +cEY +cEY +cEY +cEY +aZS +jnP +rUt +sGV +bAf +dZI +kAS +cdE +eWs +hzK +jDA +azS +gOH +mBF +wWd +frD +anj +aro +aPA +gFA +tNk +nJb +vyj +rtG +vyj +aSK +qIK +nwf +uOW +dxl +kOa +arS +arS +arS +arS +arS +arS +arS +arS +arS +arS +arS +arS +arS +arS +fwH +fwH +fwH +fwH +fwH +bmP +fwH +fwH +fwH +frI +frI +frI +frI +crH +snX +vhh +kJP +rzF +qDi +wRj +wRj +eFM +eFM +wRj +wRj +lBJ +vOh +vKf +inF +sKV +inF +nzM +sao +tMy +aFN +oEt +gCD +gkC +pkT +sxs +pkT +pkT +csH +rWt +tUj +jUS +ijM +xrJ +jnP +jnP +jnP +jnP +jnP +jnP +jnP +ues +uQO +nPY +ues +jnP +jnP +jnP +jnP +uWo +uWo +uWo +uWo +ixW +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(93,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +wPA +jnP +jnP +jnP +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +hpc +hpc +hpc +hpc +aNi +mLQ +hpc +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aGR +jWX +aGR +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +aZS +aZS +aZS +aZS +jnP +cEY +cEY +cEY +vne +cEY +cEY +cEY +cEY +cEY +cEY +cEY +cEY +nJb +nJb +nJb +nJb +nJb +nJb +gNW +nJb +lWB +uyf +lfn +lCl +qIC +rMg +hCZ +ddv +pdm +arS +wAw +uRA +agt +mWU +wAw +uRA +wAw +wAw +arS +bVa +frC +uQz +arS +jiR +lEt +urg +oKv +nJB +ewj +jFw +vds +mxC +frI +kGK +mdh +frI +frI +gcD +jzG +gcD +qDi +qDi +kpb +ogs +sem +sem +xvW +wQF +qDi +ioA +ioA +gvg +jYN +jxt +niO +jwE +ioA +mbf +oEt +mXy +uFx +tJS +mot +sLg +fCv +xmz +ddW +kKA +jPX +vVK +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uPm +cBD +oCf +ues +jnP +jnP +jnP +jnP +uWo +rmm +pmf +xNo +ixW +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(94,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +wPA +wPA +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +aZS +aZS +dGi +aGR +fXb +aGR +dGi +dGi +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +sik +gkP +kiJ +hpx +qIC +ulr +kLS +ulr +ucL +qIC +iOZ +iOZ +eiX +hcQ +ktQ +jnX +vKX +wNQ +epY +uHQ +xpa +tcy +jnX +ukj +jKd +nwf +fGF +kpe +slp +arS +wAw +wAw +wAw +wAw +wAw +wAw +wAw +wAw +arS +pHl +gbv +dWJ +rNm +luN +ivF +pgN +jhH +luN +iMj +gHg +jhH +ePw +frI +nuG +loK +msP +frI +wTu +xgW +rxd +wRj +jgE +sfv +mDG +sem +sem +aOa +eUW +hAn +ioA +acf +mXh +uDX +uDx +kiY +llQ +ioA +fJe +oEt +kSm +uFx +tbw +oEt +oEt +oEt +iOs +oEt +oEt +avB +avB +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uPm +cBD +bqd +uPm +aZS +jnP +jnP +aZS +uWo +pDX +bOD +dPe +ixW +ixW +ixW +ixW +ixW +uWo +kKU +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(95,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aNi +wPA +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +dGi +cqY +hOC +dCN +dXx +dGi +sik +sik +sik +sik +sik +sik +sik +sik +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +sik +vWJ +xbL +vWJ +vWJ +qci +gFb +rUe +iCP +eMT +oNO +fug +sXY +vaY +aSK +ogH +fxy +uyf +ndJ +qZs +qci +lfn +qmI +gmL +nwf +nwf +fGF +kpe +pdm +arS +gHK +wAw +cHD +tyZ +vUH +fIK +fIK +fIK +kiq +ncz +qVx +rnT +arS +fwH +fwH +fwH +fwH +fwH +fwH +xWs +llN +qcQ +frI +nuG +bmR +vLw +xdi +nqr +pnG +jYc +wRj +ibi +sfs +jjT +sem +gxu +bSW +hMz +wOy +ioA +rwL +rTP +kam +bbE +gVK +rqJ +niO +fJe +oEt +iKk +uFx +vDA +oEt +ciJ +iGU +ciO +bBU +lsV +fZM +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +uPm +rVl +iVf +uPm +aZS +aZS +aZS +aZS +ixW +cEq +dnw +dPe +yax +dPe +lvG +dpi +wBd +nAK +uWo +uWo +oGN +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(96,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +dGi +fED +lgQ +bbm +utr +dGi +nni +rcE +sik +gHM +fHW +xUW +foW +sik +jnP +jnP +jnP +jnP +jnP +sik +sik +sik +sik +vyj +vaY +qcc +fxy +mAE +mAE +mAE +mAE +mAE +mAE +mAE +mAE +mAE +mAE +mAE +mAE +mAE +mAE +mAE +mAE +mAE +mAE +mAE +mAE +nwf +fGF +fGF +kpe +oAI +arS +wAw +wAw +fyH +wAw +ihx +wAw +wAw +dqs +arS +arS +hvq +edS +arS +aGO +dOf +kCM +vNv +qbv +fwH +mPE +ewj +oIX +frI +nuG +xJH +xJG +frI +lQI +bCU +rxd +eFM +sem +sem +sem +sem +ekz +fLC +xpT +xsC +ioA +sih +mXh +jHj +xvG +vSy +hvG +ioA +rPr +oEt +eod +ujU +oLC +oEt +cni +xrs +srF +xrs +eps +fZM +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +fZM +qTo +gXl +fZM +fZM +fZM +fZM +fZM +cPY +xdN +xHL +dPe +dPe +dPe +dPe +dPe +dPe +aVk +lic +lic +lic +wyL +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(97,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +dGi +uTg +uVV +fXb +kyY +oJh +vWJ +muu +wNj +ixX +ixX +ixX +bkq +sik +sik +sik +viG +viG +sik +sik +ilT +gFb +uyf +fxy +aSK +pNA +jyh +mAE +bvh +wnP +jLc +hmx +bFX +bvh +dsH +bvh +oFJ +vTo +pzM +bvh +bvh +nJr +hmx +bvh +fDk +wnP +jLc +lIl +fGF +fGF +kpe +oAI +arS +wAw +wAw +wAw +wAw +wAw +wAw +rQw +oIj +gSv +arS +fCR +rnT +arS +ovj +wwP +vDd +sXZ +iLi +fwH +sKu +vds +rjV +frI +ilb +frI +mXt +frI +jcN +tiX +wrU +efJ +qnI +qnI +qnI +nXE +ydq +sKb +vFj +usG +ioA +bFq +iQa +uVq +bbE +gVP +frE +ioA +ofB +oEt +avB +avB +avB +avB +cln +sXC +pju +puz +bfD +fZM +aZS +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +fZM +rKv +rEA +bfD +xUr +qTo +qHD +tsV +cPY +hfI +bEW +vuM +dPe +far +dPe +sQt +rtE +xHF +uWo +uWo +uWo +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(98,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hpc +hpc +jnP +jnP +jnP +jnP +jnP +jnP +mLQ +hpc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +dGi +usw +pOM +pTR +iHX +dGi +lfn +mQF +sik +stv +uZF +hQU +mIP +hQU +vyj +tCS +lRo +aeT +dSb +bey +vnl +vIy +wNQ +vKX +vfJ +mGp +vWJ +cRJ +bvh +glw +aQy +kCH +eyQ +unK +dZP +dZP +bBz +aNZ +dZP +wLd +dZP +dZP +dZP +dZP +dZP +bQX +tKx +uCX +xZz +xZz +ohC +oAI +arS +gHK +wAw +wAw +wAw +wAw +wAw +rQw +bki +izS +arS +wMh +oJN +arS +xDS +kZq +qVm +pwK +hdT +fwH +fwH +mrk +ruA +frI +qyo +frI +uET +frI +rxd +xgW +rxd +wRj +tcH +czK +dMG +uec +eqK +fBe +gdq +iWf +ioA +ngf +oLB +ano +wwk +cMJ +hvG +niO +kxI +wOm +rqs +qhU +iEB +cJT +sTx +iHn +cSZ +nBe +cjW +fZM +fZM +fZM +tRb +tRb +tRb +fZM +fZM +fZM +fZM +fZM +eps +rPT +puz +xrs +vys +xrs +fyo +cPY +bxY +bpq +rtE +ixW +ixW +ixW +ixW +ixW +uWo +uWo +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(99,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +sik +sik +sik +sik +dGi +etA +hyY +aRk +ssD +oTq +aSK +lOB +rtG +sik +sik +jLK +aTz +iwv +sik +aCR +nzR +qQM +vWJ +eMT +aSK +auV +xFK +xbq +mjE +wHF +qIK +mAE +kCA +kCA +vBY +kCA +ylU +nmP +bvh +bvh +boD +bvh +bvh +bvh +xEs +bvh +bvh +dLC +fGW +dLC +rHO +bpR +ewM +nPr +mrv +oAI +arS +wAw +wAw +wAw +wAw +wAw +wAw +rQw +izS +igh +nfV +jGG +rnT +arS +arS +hsV +eYj +bCs +mRW +oZa +fwH +aUS +bmm +frI +frI +frI +frI +frI +akP +xgW +rxd +wRj +iBd +jya +tnr +uec +sem +hzM +vsI +wko +ioA +szl +pYq +uDX +kdd +oLB +pAF +jwE +xHE +iHn +rqs +pzc +hpE +lMn +sTx +bfD +iHn +aBm +ciO +pju +iHn +pmX +ciO +pju +pju +mSL +xrs +ojI +bfD +iHn +oeG +qxF +txT +uBk +fZM +fZM +aIr +cPY +dPe +bpq +oqi +ixW +hno +ozA +dQx +dQx +dQx +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(100,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +sik +lWB +gEj +uyf +fxy +yaB +hLq +auV +aSK +qsb +sXY +frf +aSK +qIK +vyj +vyj +sik +sik +rtG +vWJ +bvZ +vWJ +fxy +nAP +nAP +nAP +nAP +nAP +nAP +nAP +nAP +nAP +nKE +iFD +nKE +nAP +axF +nmP +bvh +bvh +mfR +bvh +bvh +vSk +tyb +tyb +tyb +tyb +tyb +tyb +tyb +tyb +tyb +uJL +mrv +oAI +arS +vUS +biW +biW +biW +biW +biW +biW +biW +arS +arS +kOn +gvI +edg +arS +iXG +fMq +iOO +wwP +dQk +fwH +oct +tPf +kGy +mwv +jlQ +xmm +bDB +rxd +xgW +jXA +qDi +nYW +aIn +plY +njO +cLH +vLH +hEb +ioA +ioA +pXC +sbP +xpg +oLB +kdd +uAS +jwE +thk +bfD +sTx +sTx +sTx +sTx +sTx +fZM +xNz +qTo +wOm +fyo +pju +xgV +pdY +qys +oYL +qSL +foU +rSp +xrs +fyo +wBT +kav +hNX +nVl +mFh +fZM +fZM +cPY +aGf +bpq +dPe +ocI +lic +caL +bHO +heG +xvF +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(101,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +sik +vyj +xbq +eMT +mcn +qci +apX +mmf +qMW +qAM +cTs +hDC +enX +vWJ +vWJ +rpn +fxy +bWd +bps +fxy +qQM +oEr +fxy +jyh +nAP +nfn +epu +bir +fMG +pVF +hwx +nAP +vzX +aVh +aVh +lXJ +nAP +giT +wXr +rUP +tyb +tyb +kht +kht +kht +tyb +jRv +hxf +mOh +kio +jcU +jcU +jcU +tyb +gch +aqd +gch +arS +iNt +pPP +rVB +pPP +pPP +rVB +pPP +gvc +arS +unS +cDt +eSN +uUB +arS +ggS +nRs +izg +sXZ +gsu +fwH +rrn +ebp +pgN +luN +hgn +xmm +kJf +rxd +xgW +nwc +qDi +qDi +qDi +qDi +qDi +qDi +qDi +qDi +ioA +wGD +jpp +xoj +qsX +yds +bZU +bZU +ioA +rRE +kzA +qTo +vtS +aDv +fZM +dKo +tED +ciO +fZM +fZM +qAv +qAv +qAv +fZM +qTo +bfD +iHn +pju +eTs +aec +piX +oUX +eyx +gqj +kbt +swL +nwR +eYQ +ixW +rNO +hZj +lwD +ixW +exu +ozA +dQx +dQx +dQx +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(102,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +sik +fIG +xKJ +mFO +wHG +lsh +sLH +hjW +hjW +hjW +hjW +hjW +tYb +aSK +wIh +qci +vWJ +pqt +vWJ +vWJ +eMT +qcc +sXY +tSP +nAP +bne +fMw +pap +lQW +aVP +aVP +hVF +uwM +uvf +eeK +eAO +nAP +rEz +nmP +rkR +tyb +wmQ +uJr +xwu +sht +qFW +bNd +mac +rIB +uJr +mac +rIB +uJr +tyb +hkp +mbN +sRm +arS +hPx +pPP +pPP +rVB +rVB +pPP +gvc +gLB +arS +lTc +jPw +aIR +hQb +arS +vIV +jFh +vIV +vIV +vIV +vIV +cvb +sKW +pqr +wJj +uAb +xmm +hWk +rxd +xgW +nDu +vwR +rKU +sKm +mxX +uCw +vwR +akx +izR +vwR +vwR +efE +qMg +qNJ +mzq +mlZ +ioA +ioA +awC +pju +vbP +ciO +xrs +pIP +puz +pju +vbr +iHn +fZM +nqZ +mja +srF +uHY +fZM +xrs +emQ +rwi +pJO +pju +xWW +pWV +gpe +ldu +mCS +cbp +vyP +lbb +xMb +iHH +mXG +lZF +ixW +ixW +ixW +ixW +ixW +ixW +uWo +uWo +uWo +ixW +iwE +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(103,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +sik +sik +sik +rtG +rvy +sik +vyj +rtG +sik +hjW +slw +pRV +ttR +hjW +jKV +eMT +vWJ +qci +uyf +jyh +vWJ +vWJ +vWJ +krq +gFb +nAP +nAP +kPT +amZ +kzS +sUG +kzS +kzS +bnc +aVh +erJ +lcu +ueb +nKE +heQ +nmP +bvh +tyb +nqj +uJr +uJr +kLJ +lIs +bNd +kLJ +lIs +uJr +kLJ +lIs +vZK +tyb +bvA +mbN +sRm +duY +gvc +gvc +rhP +gCu +hZf +aME +fYC +fYC +wUL +dkF +tky +eSN +cYZ +arS +keQ +gJc +xKL +jHu +vlo +vIV +vIV +vIV +vIV +vIV +oMq +xmm +nlH +fJq +lJN +iLS +vwR +hnc +hpR +hpR +hpR +kfc +frH +frH +tqq +vwR +esJ +iGZ +hLU +bDb +jpp +jxt +rKv +fJe +iHn +wDI +dpb +iHn +fZM +ycK +piu +pju +ciO +lvf +ciO +ciO +oKU +fZM +fZM +pIP +fZM +fZM +sGz +bIb +rHT +fZM +fZM +sMo +fZM +fZM +bfD +lsV +cPY +uaF +lZj +emd +ixW +aZS +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(104,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +sik +bah +vqr +hTO +tDQ +fop +sik +jLq +pXA +hjW +buP +vqN +dNw +rMg +jxf +vIy +wNQ +qIC +jnX +uGj +vIy +qYA +vKX +wRv +aSK +kHg +jaz +rlR +iui +jMk +xdw +iyB +xdw +xcX +kjO +aVh +lcu +aVh +fFY +heQ +nmP +mUY +tyb +mac +rIB +xaT +xaT +xaT +mqd +xaT +jEi +xaT +jEi +uJr +lpY +tyb +wPZ +mbN +sRm +duY +bkS +gvc +gvc +gvc +ttN +aRd +gvc +iod +arS +szu +bDv +eSN +tan +arS +ddk +gQi +dSS +oTX +dsL +gvW +dsL +ffn +xEO +vIV +uAb +xmm +xmm +rfk +ezY +iLS +wMn +xFx +frH +frH +gxI +frH +frH +frH +kpX +vwR +gIK +enp +tLK +got +kdd +jxt +sJG +fJe +uEu +tRb +ciO +upl +fZM +wDI +wDI +gYD +fZM +wDI +iHn +iHn +fZM +fZM +eez +itw +jMA +wDI +rPT +fZM +fZM +qTo +doK +cBH +uCO +eCX +eCX +eCX +cPY +cbW +uVB +vuM +uWo +uWo +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(105,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +sik +vgB +iOz +vtq +seW +ofC +hjW +hjW +hjW +hjW +uGP +xuN +czL +hjW +qMM +fxy +jyh +hyH +xbq +eOD +vWJ +nkO +nkO +nkO +nkO +nkO +qhl +gtC +rzr +dDL +wQX +wQX +wQX +xcX +kjO +kjO +lcu +iUM +nKE +awc +hVV +bvh +tyb +uHU +lIs +oHw +fOH +xaT +vQS +xaT +vIv +xaT +qdC +uJr +uJr +kht +bvA +mbN +sRm +duY +wRQ +gvc +gvc +gvc +gvc +aRd +gvc +vTI +arS +xCi +eSN +eSN +rsv +arS +uRW +dsL +dSS +gbo +jzd +eBw +fCS +dsL +vYe +vIV +bzH +vXQ +xmm +dZB +dgc +fuv +vwR +bel +rgt +mXl +rVc +vbW +vbW +uYe +qlq +vwR +rff +rut +plR +sKs +oLB +jxt +mJC +fJe +rHT +tRb +srF +qfx +qTo +nzO +mFy +dNP +pNN +lri +dNP +rUE +qSL +sQn +keK +goV +xOo +wDI +tlQ +qTo +tVh +tBt +qVn +mGD +qVO +eCX +qhP +iwc +cPY +yiN +kgB +dPe +nAK +uWo +uWo +kKU +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(106,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +sik +toV +fdc +hde +aSK +hjW +hjW +rwZ +dOH +hjW +lZK +tMO +iZd +tnk +tnk +tnk +tnk +tnk +gSM +svn +lfn +nkO +llz +tba +fMR +nDD +slX +dDL +tbb +lbw +wQX +ryR +pAy +xcX +kjO +kjO +lcu +rXX +nAP +wvm +nXo +igo +tyb +mBE +bTo +pKY +aBS +xaT +wQt +xaT +yeL +xaT +xaT +wvW +xaT +gUH +giS +mbN +mDa +arS +qZg +cBu +shX +xly +lRb +vMU +gvc +adi +arS +uiX +eSN +eSN +eKe +arS +rWF +dsL +gLT +pxB +nhW +fgp +rPq +dsL +vND +vIV +oqW +rhe +xmm +sUe +iSc +fnk +vwR +xFx +frH +frH +frH +npL +frH +eFW +cqd +vwR +oOP +kdd +jpp +esN +iSt +nPs +xyO +oYH +qTo +fZM +pju +pju +fZM +jJm +eUe +hNX +cBx +wsQ +uoR +cEg +vzI +qAv +bhK +mwa +bmn +fZM +oKb +fZM +tVh +gwZ +eSt +rmx +goq +eCX +oRn +sfU +cPY +yiN +kgB +dPe +oPx +ejB +lic +ejB +dWe +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(107,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +sik +iWm +fdc +cnZ +pck +hjW +rcg +hyc +jzm +mMY +eNi +qth +eBo +tnk +vbo +jzh +jZF +tnk +sLH +vsi +jyh +nkO +mYr +tgZ +oyT +juh +jwn +ijt +aLN +jaW +wQX +wMZ +pAy +xcX +kjO +kjO +lcu +uoY +nAP +heQ +nmP +vsH +tyb +uJr +sLu +myx +fMN +fJR +fct +qID +kot +kot +kot +qKn +bsM +eYM +rdc +qZS +uaj +arS +arS +duY +duY +duY +duY +gVG +duY +arS +arS +ust +nIJ +fpu +dvA +arS +vIV +rBY +uyA +dME +vIV +vIV +mLA +dsL +twa +vIV +obr +rzU +xmm +rxd +iSc +gbF +vwR +aXl +sej +wiC +mrR +vwR +waP +cxZ +avK +vwR +jwE +jxt +jxt +gvg +ioA +niO +wHk +dil +fZM +uev +bBU +ciO +qAv +ttc +ixG +aIV +pZU +pbt +bpS +gdF +unj +wDI +fZM +xFq +puz +fZM +sGz +qTo +geM +eFb +gpf +rRz +eCX +eCX +ikY +sfU +cPY +wKn +kgB +dPe +nhP +uWo +uWo +kKU +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(108,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +sik +qXC +oNy +pXZ +uiJ +hjW +chI +tXb +xEx +rUQ +hoM +gHY +dat +lwr +mZC +krh +jdb +tnk +lCO +qcc +gEj +nkO +lzf +iXM +mUv +uBs +dDL +jcG +qYn +toy +wQX +fen +vsv +xcX +kjO +aVh +lcu +wMu +nAP +heQ +nmP +bvh +tyb +gDm +uJr +xaT +aBS +xaT +bvy +eUg +xaT +xaT +xaT +qKL +xaT +kPV +bvA +qQg +njI +vAZ +haF +vSl +mzp +sWV +bvA +giS +geq +omD +arS +arS +arS +arS +arS +arS +icO +iQX +dDr +fhq +tAW +sEA +ufy +dsL +ecU +vIV +rXs +qmJ +xmm +rxd +iSc +fnk +vwR +vwR +vwR +vwR +vwR +vwR +vwR +oQY +vwR +vwR +jQA +tdp +cQd +cQd +ffw +dpF +qFs +tjn +evp +evp +uNe +pxI +qAv +vog +nBe +cMQ +whZ +xrs +hkt +dNP +ciO +iuz +fZM +jAv +bfD +fZM +sGz +wDI +fZM +kLm +hVy +atM +eCX +rCm +cvQ +nBz +cPY +yiN +kgB +eaD +uWo +uWo +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(109,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +jnP +jnP +sik +vEd +fck +lLd +pUl +chh +reI +cgE +muP +mMY +eNi +xuN +slD +tnk +xtx +iCQ +jbY +tnk +tnk +qcc +bps +nkO +nkO +bZd +guW +nkO +gZi +iDy +rnH +mBy +wsf +wQX +wQX +ncH +aVh +aVh +oLU +giC +nAP +heQ +nmP +rux +tyb +mac +rIB +fOH +fOH +xaT +lBu +xaT +jEi +xaT +knF +uJr +uJr +kht +bvA +qQg +tqe +eUn +eUn +eUn +neS +eUn +ghW +giS +giS +onz +rpb +eUn +eUn +eUn +qDZ +awT +nhN +osR +lVy +hpl +hEr +vIV +vIV +vIV +vIV +vIV +bpP +mRF +xmm +rsC +iSc +jBl +xmm +fWd +iHn +qTo +iHn +mFh +nNi +iFt +xrs +xrs +ivy +iHn +bfD +iHn +qTL +ciO +pju +dNP +bZg +xrs +piu +sjr +fZM +pkX +ghE +nKb +pIJ +eMO +fZM +lvf +fZM +fZM +qTo +kNE +xrs +xrs +wRr +teO +fZM +goP +tSi +qVn +eCX +ibc +sfU +qoz +cPY +kHw +sqE +scp +ixW +aZS +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(110,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +gDq +gDq +uQi +uQi +uQi +uQi +uQi +uQi +uQi +uQi +uQi +uQi +hjW +hjW +siN +xuN +vMQ +tnk +mAp +xhL +wYg +hxs +tnk +bgM +fjO +kHg +jZv +rie +ycB +kHg +vGo +xNP +nHe +rzD +wQX +xWf +aLI +xcX +kjO +dYs +qEz +iUM +nKE +heQ +nmP +bvh +tyb +msz +lIs +xaT +xaT +xaT +byt +xaT +vIv +xaT +vIv +uJr +nXW +tyb +bvA +njj +kgg +kgg +bEh +kgg +bvY +kgg +kgg +kgg +kgg +kgg +kgg +kgg +kgg +kgg +rjf +oat +exw +rvu +rfK +rpN +qgz +rNm +vek +qAY +odP +khE +mNT +mbK +xmm +rxd +qHn +nRl +xMb +kqp +wdy +elI +rOP +hAg +qxt +kJY +eyE +cbI +atg +hEP +byy +byy +tHv +byy +byy +aid +byy +byy +iHn +vAh +lvf +fzi +any +cNu +ttc +wDI +fZM +pju +pXD +iHn +pju +oGC +xrs +aLc +rPT +iHn +qTo +hBH +pLi +aKy +eCX +sro +qCu +dZa +nTC +pYu +oLM +soR +tjA +tjA +tjA +iYm +iYm +iYm +iYm +iYm +iYm +iYm +iYm +iYm +tjA +tjA +tjA +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(111,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +gDq +gDq +gDq +gDq +gDq +uQi +nJa +stQ +fAR +kSn +clT +ajS +bXN +hFt +uQi +wKv +hjW +cxV +xuN +nWL +tnk +lKa +hrE +fOQ +bGn +tnk +tpV +jnX +vQe +gip +xHx +wQm +iOc +dDL +wrN +eqJ +kie +wQX +rVy +pAy +xcX +kjO +kjO +amW +aVh +fFY +heQ +nmP +bvh +tyb +cfy +uJr +uJr +mac +rIB +iPA +mac +rIB +uJr +mac +rIB +uJr +tyb +vzw +qQg +pZd +nXh +pmL +nXh +nXh +giS +nXh +ijH +iUr +jvO +nXh +nXh +nXh +cto +hEp +anV +omx +fPl +ocp +arV +eYT +vIV +vIV +vIV +vIV +vIV +iJS +xWs +xmm +rxd +iSc +rxd +bgI +bgI +bgI +bgI +bgI +tsP +bgI +bgI +sWT +bgI +gOt +bgI +byy +npn +cNL +hJO +jWm +gkd +htb +byy +bfD +ivy +wDI +wDI +qAv +qAv +qTo +fZM +gGP +mBx +roe +evp +cRv +cXC +wQC +pcw +hNG +hEP +fZM +mnX +kmV +dnh +eCX +wOW +qEU +jWA +cPY +gYp +jaj +ofA +hSF +mNw +sWB +gaT +dhY +xis +dhY +lfe +dhY +dhY +xis +gaT +sCR +ddE +iYm +iYm +tJT +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(112,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +gDq +gDq +gDq +gDq +gDq +gDq +uQi +eyj +lqp +kSn +kSn +ugb +jJH +jJH +veL +rWf +qfp +bFT +huq +xuN +bqj +dhu +vZj +hrE +xrT +tnk +tnk +wSd +pfC +kHg +iJI +eIM +gip +tHj +ykS +ykS +ulh +ryx +wQX +mSI +moj +xcX +kjO +kjO +erJ +akB +nKE +heQ +nmP +tdh +tyb +whH +csp +xbo +iiU +lIs +iPA +kLJ +lIs +wFI +kLJ +vuS +lcf +tyb +bvA +qQg +oxR +pjm +pjm +gux +gux +dGX +gux +pjm +pjm +pjm +gux +gux +gux +pjm +pjm +pjm +aGx +nDB +qir +mks +nrK +nMe +rPq +dsL +ecU +vIV +pIG +llN +xmm +wxg +iSc +teR +bgI +lPt +fUo +wRt +wSb +jzU +lPt +bgI +nWW +dzU +kKx +efY +byy +oUM +bjy +uaa +tTM +iTS +wUq +byy +iHn +qbi +xrs +iHn +ciO +pju +xrs +iHn +xrs +nBy +lMw +lMw +rSa +lMw +lMw +bRl +ciO +jiG +jiG +jiG +jiG +jiG +jiG +jiG +jiG +jiG +jiG +wdV +sgm +tVn +sNT +tVn +vMw +cXs +tVn +tVn +tVn +tVn +tVn +tVn +tVn +eqE +fOr +hmO +fDm +fDm +fDm +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(113,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +gDq +jnP +jnP +jnP +jnP +uQi +ioK +rbm +oFy +qLy +qLy +sQW +gVr +tfm +xrI +tKB +pfY +eNi +xuN +pvv +tnk +poS +jUr +vMO +tnk +eAx +tKF +kHg +cqM +pHB +tWP +lZn +iOc +dDL +dDL +fyr +ykS +sfG +qby +xSS +xcX +kjO +kjO +aVh +mKo +nAP +heQ +nmP +vMq +tyb +pXd +csp +gem +kFC +uJr +iPA +bye +dUt +tyb +nAB +tyb +mxo +tyb +wVj +qQg +mDa +pjm +plq +lAG +uOf +pAs +oNC +xvd +mWp +fnf +gbQ +gbQ +gbQ +gbQ +oan +pjm +vIV +tfU +yls +yls +vIV +vIV +pEx +dsL +twa +vIV +ril +kXa +xmm +rxd +iSc +rxd +ixl +lPt +xYw +bSj +ohr +jGJ +dNj +bgI +yfv +xvA +drD +jso +byy +lhS +dMW +khx +qxJ +diu +qxJ +byy +igc +xyL +hqI +cQd +fOc +tdp +gZh +cbI +evp +tKn +lMw +qFT +aXW +tbJ +lMw +mSP +cCP +jiG +qvq +mqF +bjc +qvq +teu +vVc +qvq +wmu +jiG +gcm +jaj +dkT +doR +geL +tTL +iTx +iTx +bdb +iTx +pEZ +dkT +iTx +bdb +iTx +iIM +dPF +iYm +iYm +ctK +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(114,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +gDq +gDq +jnP +aZS +jnP +aZS +aZS +uQi +aqZ +gbn +kSn +trQ +mWV +kUH +xdE +hYQ +faN +tKB +pfY +eNi +xuN +kIu +sWf +sWf +sWf +sWf +sWf +kYe +fxy +kHg +lkr +pHB +pLA +xNK +iOc +rIW +iAd +rzr +dDL +pIa +uAW +bBC +xcX +vgK +aVh +aVh +wCQ +nAP +rEz +nmP +bvh +tyb +aZz +xpP +oxp +kFC +uJr +iPA +kBT +gJs +tyb +iSE +aua +aUa +tyb +bvA +qQg +sRm +gux +bPG +pAs +saf +pAs +saf +dvw +gbQ +gbQ +rVv +cFM +cFM +gbQ +pQo +pjm +qtz +dsL +dsL +ltf +jot +fgp +ufy +dsL +vND +vIV +lxv +bCN +xmm +rxd +iSc +rxd +ixl +lPt +bRt +bRt +tBX +vgz +yiP +bgI +pIt +osA +flW +qas +byy +byy +qeR +omd +byy +byy +byy +byy +byy +wLv +piI +sLh +dDC +iHn +bfD +wDI +pju +akM +lMw +ihX +vEQ +euO +lMw +lrR +wOm +jiG +xDQ +wmu +wuV +rzZ +mKw +rzZ +rzZ +wwc +jiG +yje +jaj +bQO +tjA +tjA +iYm +iYm +iYm +tls +iYm +oyg +xit +iYm +tls +iYm +tjA +tjA +tjA +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(115,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +gDq +gDq +aZS +aZS +aZS +haj +qns +uQi +kSn +kSn +kSn +jJg +aJi +rgD +vWW +rxg +tRi +tKB +pfY +eNi +xtt +dat +ltL +oYj +vBv +uIt +xiX +kYe +vWJ +kHg +nwF +pHB +sWG +kHg +kHg +pVl +ffK +xJl +ffK +pVl +fMY +eya +kHg +iIE +fMY +sSr +iIE +iIE +oIh +xBu +rIt +usO +usO +usO +usO +bIy +bIy +gbj +usO +usO +usO +usO +usO +usO +usO +oMZ +qQg +sRm +gux +pLj +itQ +saf +pAs +jbh +pLs +xUC +tMK +vnk +vnk +vTB +twi +teb +pjm +fEk +dsL +dsL +gbo +kKE +eBw +fCS +dsL +vYe +vIV +rSg +ewj +xmm +akP +iSc +uar +bgI +lPt +rZl +eAV +gDJ +bRt +lPt +bgI +vkj +xcV +ulj +tXG +byy +seO +uLb +rWQ +fku +clK +wiz +tEP +byy +byy +mSP +sFj +hyq +bow +rHT +wDI +tXs +lsV +lMw +wDq +fxx +ePY +lMw +pFO +bfD +jiG +rev +rzZ +jbH +aQv +rAc +jLA +rAc +sYW +jiG +wdV +jaj +bQO +tjA +aZS +aZS +aZS +iYm +fDm +iYm +iYm +iYm +iYm +fDm +iYm +jnP +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(116,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +jnP +jnP +aZS +huB +xfe +aGt +biX +otW +nhy +kSn +kSn +opX +vfk +aJi +iaX +uQi +skK +ici +eNi +xuN +slD +giy +bEV +ygD +gpO +mkx +kYe +vWJ +kHg +kHg +iOc +iOc +pVl +lZd +kNm +fMQ +uCG +pnT +pVl +fUr +qZY +jIy +kcA +mlG +xyo +cMe +iIE +tBL +wHn +rUU +usO +ndb +fZg +ycY +rWI +koX +fJE +jJf +usO +rzz +vGW +spQ +dzA +usO +bvA +qQg +sRm +gux +bPG +pAs +hAi +pAs +hAi +oLx +gLe +ezA +mWL +eqz +pGn +gvQ +bch +pjm +qnL +dsL +dsL +vgc +dSS +eHX +dsL +xxI +xEO +vIV +inO +wKq +xmm +nsD +dwG +nsD +bgI +bgI +bgI +peF +ixZ +yhR +aKe +bgI +bgI +iVy +bgI +bgI +byy +hpK +jLm +rWQ +bmS +jLm +jLm +jLm +vgI +byy +tCw +xrs +rHT +fhT +dpv +uxI +uxI +uxI +lMw +cFH +jCJ +frQ +grq +pFO +iHn +jiG +xff +fKO +xEu +cRC +kFN +aZk +rAc +rzZ +cwS +wdV +jaj +bQO +iYm +idk +idk +idk +iYm +tls +iYm +aZS +aZS +iYm +tls +iYm +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(117,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +gDq +gDq +jnP +jnP +aZS +eAn +eHF +jQM +iZT +jzI +vTs +iMm +kSn +vKw +vfk +mBz +dvd +uQi +tKB +gCC +huq +xuN +bGz +rjp +pJJ +yjL +nAt +fUW +kYe +nqK +cRJ +vKy +vKy +kzQ +pVl +uWP +dwJ +dwJ +jXt +rsp +pVl +uDz +qZY +xyo +xyo +xyo +xyo +jbt +iIE +mQA +nmP +bvh +usO +tgV +fZg +bJy +sRr +koX +fIy +qAl +wvN +sQc +irq +rAG +loP +usO +foA +qQg +sRm +gux +jEU +itQ +saf +pAs +wTk +iwW +gLe +ezA +pUT +nBf +pGn +gvQ +gbQ +pjm +aiM +rBI +kkt +kNF +wxs +vIV +vIV +vIV +vIV +vIV +qPG +urr +xmm +jcN +pjq +jYc +nGq +sJM +bgI +nRg +odE +odE +dAa +bgI +fZY +qJV +vRh +byy +nWm +dcA +uUQ +qhp +xDu +gsx +gsx +luM +aCl +byy +eVT +xrs +uxI +uxI +uxI +uxI +epE +sKO +lMw +oOo +ush +okv +grq +tCw +piu +jiG +jiG +jZy +lPU +lgz +mhj +eyf +ugc +ugc +qTj +fDH +jkt +bQO +iYm +kbY +cJq +cJq +idk +sgc +idk +wAh +wAh +idk +sgc +idk +idk +aZS +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(118,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +gDq +jnP +jnP +jnP +aZS +bRA +hHh +jwF +jxN +hkw +ibk +tXF +uMQ +cxp +dQj +xgy +nDG +uQi +uQi +uQi +qVq +gWb +aji +kYe +hQD +bfm +pVN +mGM +kYe +kYe +chh +jFi +nzl +gBj +pVl +lvB +bmK +pFx +xPL +mSw +pVl +xzH +lyV +sMR +oRZ +iRx +xyo +xyo +sSr +bvh +nmP +bvh +usO +tVT +fZg +fZg +tqJ +wSo +xls +weF +usO +ggT +iqF +vGW +vGW +bUF +bvA +qQg +sRm +gux +bPG +pAs +saf +pAs +saf +rxE +xUC +jQj +wDD +wDD +tMW +lVT +uod +pjm +vIV +vIV +vIV +vIV +vIV +vIV +oPE +sKW +qMN +mSy +ruA +jFw +xmm +fPW +hBy +rxd +lQF +fyO +emz +odE +odE +pZs +odE +cZM +sTO +moZ +weD +byy +ajz +vGs +gFK +gFK +gFK +gFK +gFK +tHW +wJM +byy +vhN +tiw +iyv +pfc +eCC +wzh +tTQ +vRw +lMw +iik +uvu +iik +lMw +wLo +xrs +lsV +jiG +mKw +qvq +wwc +rzZ +mKw +ioi +mKw +cwS +wdV +jaj +bQO +iYm +kbY +nIV +tId +jsx +asq +tId +tId +tId +jsx +asq +heu +cJq +idk +wAh +wAh +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +lmW +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(119,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +fLZ +jnP +aZS +aZS +huB +xfe +lMG +iZT +iZT +iZT +jTy +bHH +kSn +rTy +thn +eCb +gte +nFM +aPG +uQi +mtQ +amD +kdo +kYe +oRr +pEC +vEo +stj +dDw +kYe +chx +vKy +rIp +kNU +ffK +jiB +mgV +vCE +pLH +pJI +pVl +tjG +qwA +qWr +qWr +qWr +azo +cfm +fMY +bvh +nmP +bvh +usO +rpP +mgz +mfp +eUB +jeI +lot +vBf +usO +usO +hRo +kIF +cnI +usO +pzs +cJn +qLM +pjm +uof +rGA +tkf +gqK +saf +vrw +skb +dMv +cUM +gjU +jiZ +hqh +jiZ +rNm +mzN +sQR +fzX +pgN +yfq +nDk +lee +vek +fNv +luN +csg +bJA +bmP +ykL +iSc +rxd +dLJ +agl +bgI +bgI +iyW +mWg +cSl +uEb +hek +hHC +kPG +byy +qkb +qdB +gFK +gFK +gFK +gFK +gFK +cvH +nLd +byy +miF +wVw +uxI +mMy +eLb +fkz +oqV +oqV +hae +ycm +nHw +nHw +vys +iYn +qTZ +gIg +jiG +rwm +qVZ +aNz +wfB +rzZ +vRS +rzZ +jiG +gMb +sSN +nas +iYm +kbY +nIV +eGj +eGj +asq +asq +asq +asq +asq +asq +bLd +idk +bIo +vVR +wAh +wAh +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnd +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(120,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +jnP +jnP +aZS +eAn +imd +iZT +iZT +iZT +uoG +wfe +bSz +kSn +kSn +mcX +cyc +kQM +pwP +rkN +mBW +mQN +hxY +fCl +kYe +kYe +qGr +lEA +eEp +rri +kYe +vyX +mYU +tLr +iJo +ffK +dwJ +ist +dwJ +mCi +sfq +pVl +xCz +rPS +dTk +pgK +rPS +ufl +gWJ +fMY +bvh +nmP +bvh +usO +rVK +aYr +fZg +lUS +bZJ +pTd +pTd +iXP +usO +usO +usO +usO +usO +bvA +qQg +sRm +pjm +pjm +pjm +pjm +pjm +izW +gbU +fpS +cbY +syu +gbQ +gct +voV +mVU +pjm +uAb +vAZ +vAZ +vAZ +edO +vAZ +vAZ +vAZ +vAZ +vAZ +vAZ +vAZ +vAZ +vZz +iSc +rxd +dLJ +nwW +nwW +pwU +xIl +hns +odE +odE +odE +fDp +odE +oIR +jLm +mlc +iuq +iuq +iuq +iuq +iuq +iQp +jDF +byy +vom +puz +uxI +aZP +oil +xzb +uNv +sRo +pnV +ycm +baA +bvm +bsA +bsA +bsA +xUi +jiG +jiG +jiG +jiG +jiG +jiG +jiG +jiG +jiG +wdV +jaj +iGb +iYm +kbY +nIV +mcW +pdz +asq +kaD +kaD +kaD +kaD +xUl +asq +cFP +asq +asq +urE +wAh +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(121,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +xzz +aZS +gDq +gDq +jnP +jnP +aZS +bRA +mld +eto +jxN +jxN +jxN +eXG +jsQ +abn +kSn +gli +jQN +aQA +jgh +vzY +uQi +eNi +xuN +bGz +kcy +kYe +uwu +cWD +jhl +kfX +kYe +gvA +mYU +tLr +gDt +ffK +bMn +lAE +ujT +mPk +pvi +pVl +iOG +qBQ +qLl +qLl +qBQ +mCa +iIE +iIE +pdw +tWd +pdw +usO +rSf +hZo +wsO +vvK +cmU +qUM +nsK +reR +usO +tYy +pKN +hnl +vqQ +ghW +qQg +tqe +qdY +hZq +fdC +vqx +lGd +lGd +lGd +lGd +lGd +lGd +lGd +lGd +lGd +pjm +pjm +uAb +vAZ +phP +fAs +fyf +dLI +ryn +pdk +gnp +lMT +lMT +lMT +vAZ +ykL +iSc +rxd +kyl +wvE +wvE +pwU +lgL +odE +spb +odE +gJF +tVa +hsD +anm +jLm +dcA +jIp +jIp +lvZ +jIp +jIp +ftl +jsM +byy +igq +bfD +uxI +uxI +uxI +uxI +uxI +uxI +uxI +gDI +rSh +nHw +lXm +oYG +cwk +bWX +uDr +eUQ +pNX +qtw +oMs +qTm +jTg +pNX +eUQ +xpF +jcD +bQO +iYm +kbY +nIV +eGj +eGj +asq +asq +asq +asq +asq +asq +bdf +idk +okY +pzy +wAh +wAh +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(122,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +aZS +aZS +huB +xfe +bJc +iZT +iZT +iZT +iZT +nKf +jTy +qMp +uQi +uQi +aOS +mDn +azJ +uQi +uQi +lqE +xuN +huq +cEK +kYe +kYe +lXH +bzN +wZa +kYe +gek +mYU +tLr +cGc +pVl +pVl +pVl +wzx +dwJ +rBq +pVl +wvi +ecJ +pgK +dTk +ecJ +gQR +iIE +net +tFP +oWf +saR +usO +usO +dcz +usO +usO +usO +usO +usO +usO +usO +cGO +vLi +bEh +kgg +qCm +mts +kgg +kgg +kgg +lTY +mDa +lGd +uTF +hAK +orA +uZd +dqM +onc +dqM +lGd +kEH +ttK +bpP +vAZ +gxN +djJ +fyf +ylt +ryn +pdk +gnp +lMT +kJt +osJ +vAZ +tbi +dJp +ffC +oVC +jzD +kBU +kBr +odE +odE +dkD +vak +gJF +hxL +yaQ +qeR +jLm +qdB +gFK +gFK +gFK +gFK +gFK +cvH +bOX +byy +rJr +iHn +jhE +usr +wOM +qId +wOM +mvf +jhE +gCh +vjg +nHw +odN +pBR +vRk +udv +kLU +eUQ +sZP +qWD +buN +gWU +lNl +eNc +alX +wdV +jaj +bQO +iYm +kbY +nIV +lAJ +usj +asq +lAJ +lAJ +lAJ +usj +asq +uHu +cJq +idk +wAh +wAh +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(123,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +gDq +aZS +jnP +eAn +cfW +fmQ +lHB +iZT +iZT +bNT +lef +lrY +dCg +lef +tkO +ykE +ieG +wIL +cll +lef +tao +xuN +huq +huq +gEx +kYe +bnx +aRY +eFp +kYe +ydY +mYU +tLr +mYU +dCS +qjQ +pVl +ffK +hwn +ffK +pVl +iIE +fMY +fMY +fMY +fMY +iIE +iIE +dOt +ckv +vli +ckv +lIe +qKo +oOB +vAZ +kpO +fcP +fQK +rcm +rsO +vAZ +rgV +qQg +egR +giS +ouQ +giS +giS +giS +giS +qQg +giS +nib +bSD +bPX +mKH +btK +emS +cJa +eoO +hIZ +bXf +sZl +gje +vAZ +wME +fyf +fyf +fyf +mQr +pdk +gnp +lMT +lMT +lMT +vAZ +evu +iSc +rxd +wHo +kCk +rYV +eZF +odE +odE +odE +odE +prs +kXh +dWb +byy +vAO +qdB +gFK +gFK +gFK +gFK +gFK +gGH +xWU +byy +lPx +eMO +jhE +ycu +fGQ +qge +kks +qge +tYt +ycm +iCy +nHw +ycj +qYK +ast +tWY +vFX +eUQ +uln +fLD +rad +sTz +aHI +qjt +alX +wdV +jaj +bQO +iYm +kbY +cJq +cJq +idk +sgc +idk +wAh +wAh +idk +sgc +idk +idk +aZS +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(124,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +aZS +jnP +eAn +vBw +iCG +bDp +iZT +iZT +xzF +jOx +jTy +iZT +iWo +tKb +sFz +sFz +sFz +mPl +tnt +xSi +akO +huq +huq +qLn +aji +iJo +iJo +iJo +nCy +mYU +mYU +tLr +mYU +duf +mYU +wfA +iJo +iJo +iJo +iJo +hvI +mYU +mYU +mYU +mYU +pdw +ckv +nEU +jvR +iXz +ckv +ckv +qKo +ffk +vAZ +dqX +mEq +rgS +gtu +ehK +bQA +bvA +qQg +giS +syb +oOT +mpL +oOT +amG +giS +qQg +giS +yat +bSD +bPX +dzR +dzR +ogD +bPX +jbO +lGd +iJS +gQc +suj +vAZ +vMa +fyf +wDw +hye +ryn +pdk +gnp +lMT +lMT +vAZ +vAZ +lqA +iSc +rxd +nGq +wvX +jWn +oWK +odE +odE +odE +xma +odE +wVL +vyC +byy +tQz +mlc +iuq +cGi +kIt +rdd +ioO +wiG +lhT +byy +uFX +uMY +fdO +hdI +iaG +fNd +sFB +gqQ +xXu +ycm +vNc +nHw +pNM +ugq +vSv +skH +iLt +eUQ +kHh +xPv +jxO +jxO +jUM +qjt +alX +dvh +jaj +bQO +iYm +idk +idk +idk +iYm +tls +iYm +aZS +aZS +iYm +tls +iYm +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(125,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +aZS +jnP +bMD +iFR +mWS +kls +jxN +loL +ouP +ukI +lBP +sFz +fdQ +rMp +gdX +gdX +gdX +gtz +sGo +cZD +pIi +sCU +sCU +sCU +tNq +srv +srv +srv +cFS +utv +srv +ivX +srv +llc +iMO +iMO +iMO +iMO +iMO +jEX +dTX +iMO +iMO +iMO +iMO +pPL +oGg +oGg +xyE +uGt +qOu +oGg +mlh +nYZ +vAZ +eBG +aAt +dwn +tVG +gtu +rqR +giS +qQg +giS +jlf +iPp +sdh +oQi +hPs +giS +qQg +gFv +lGd +nWg +krL +krL +krL +aAi +gJe +krL +lGd +mSX +dbc +czE +vAZ +jnt +fyf +fyf +fyf +ryn +pdk +gnp +lMT +vAZ +vAZ +eXJ +voJ +rjK +rxd +nGq +nLD +bgI +bgI +wtQ +cHU +cHU +bgI +bDE +sTO +uKZ +byy +vMI +jLm +jLm +nrs +jLm +qRo +jLm +lgT +uRq +byy +kbb +lsV +jhE +nws +lkM +puD +cLc +oVg +tYt +ycm +tvh +wnD +bsA +lgn +ict +wtR +dKt +eUQ +uln +aAD +koA +rHw +uln +wcR +eUQ +dHa +vGk +rHh +tjA +aZS +aZS +aZS +iYm +fDm +iYm +iYm +iYm +iYm +fDm +iYm +jnP +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(126,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +aZS +jnP +rhx +oyi +iZT +bDp +iZT +iZT +kZo +wnz +jlu +rmr +lyW +jVl +nMx +sFz +sFz +tDy +tnt +xSi +lBm +huq +huq +huq +fLg +mJS +mJS +mJS +rpF +jPn +tap +rmE +rmE +oQM +qxy +teK +mJS +pKn +gQg +gLI +qxy +mYU +mYU +seI +mYU +pdw +ckv +hME +xIF +kph +ckv +ckv +qKo +ozf +vAZ +cVi +tNl +tNl +rHL +tlW +nyY +rmI +xrc +giS +mdW +lya +afq +bvW +wKm +giS +qQg +txZ +lGd +lGd +cDg +cDg +cDg +lGd +lGd +lGd +lGd +wtD +vAZ +vAZ +vAZ +bQA +bQA +kUc +bQA +vAZ +vAZ +vAZ +vAZ +vAZ +obO +rxd +rxd +iSc +rxd +jeb +sjB +bgI +ucZ +tzL +tzL +tzL +bgI +bgI +wmU +ixl +byy +byy +qeR +plV +vwg +qeR +nEq +sCD +byy +byy +byy +rNQ +sdJ +jhE +jhE +jhE +jhE +jhE +jhE +jhE +ppu +fYt +ppu +bsA +bsA +mpe +daC +bsA +eUQ +iVU +uut +alX +alX +iVU +tgX +eUQ +gYp +jaj +neM +tjA +tjA +iYm +iYm +iYm +tls +iYm +rSy +huP +iYm +tls +iYm +tjA +tjA +tjA +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(127,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +gDq +aZS +jnP +rhx +lYJ +jmZ +jVr +iZT +iZT +fIW +lef +hjz +dCg +lef +fNz +hBP +sog +dDk +cur +lef +tao +xYY +wfQ +nLa +rQZ +rNe +dZY +hSv +anB +rNe +chh +iyT +chh +chh +chh +chh +chh +chh +chh +chh +npi +npi +npi +npi +npi +npi +npi +npi +hna +ckv +vli +ckv +lIe +qKo +kov +vAZ +eBG +kpy +dwn +qrP +scU +rqR +giS +mbN +giS +rIk +uKK +rYw +xCC +cFA +giS +qQg +tqe +eUn +dpp +eUn +eUn +eUn +uIz +eUn +tfk +eUn +xzA +eEe +vfx +uaz +eUn +eUn +eUn +neS +tlu +xjx +tfk +eUn +gch +rxd +rxd +dFY +hBy +rxd +rxd +rxd +obN +ppu +ppu +vfQ +ppu +oaW +lif +fXg +oaW +oaW +sEQ +gxo +rQx +pdd +rQx +rQx +rQx +hVX +uCq +ppu +ndW +ppu +vfQ +sEQ +pDe +ppu +dqB +ppu +aeu +ppu +fYt +ppu +ppu +ocO +bWY +ppu +ppu +ppu +ppu +gpD +ppu +ppu +vfQ +ndW +aeu +eju +jaj +rSP +hQX +qkY +kJc +rts +rts +dhY +rts +tDO +rSP +rts +dhY +rts +xyq +tuf +iYm +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(128,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +aZS +aZS +xfe +huB +dcb +iZT +iZT +iZT +atZ +wIk +dBW +ijj +gyd +gyd +hkq +ovr +ovr +gyd +gyd +qcP +xuN +huq +ovT +rNe +rNe +wNI +atm +grK +rNe +pEQ +yfG +lph +tCp +lKC +pGb +tuj +mqf +vlT +txJ +npi +hOF +rXS +xLx +aQf +jmB +ngB +npi +jAS +ckv +vli +phD +qKo +qKo +aYU +vAZ +dqX +mEq +rgS +gtu +ojd +bSb +bvA +mbN +giS +vMF +eOP +udh +eOP +vVM +giS +oVc +nuI +nuI +elw +nuI +nuI +nuI +nuI +nuI +jvd +nuI +azx +gFG +gFG +gFG +gFG +bDD +sAL +drC +gFG +gFG +gFG +gFG +bcC +irn +irn +pOR +xCl +suw +ffC +ffC +vVy +nsy +nsy +rIC +kIL +nsy +dEa +sti +gCR +gCR +gCR +anX +nQV +rOC +elf +gCR +gCR +gCR +gCR +gCR +nNL +gup +erH +gCR +gCR +gCR +gCR +gCR +ewp +gCR +bHp +gCR +gCR +nQV +anX +caS +gCR +pPJ +aMz +ete +aMz +aMz +xsy +prT +eny +nvB +ryO +wou +iDV +wou +gYK +cNi +wou +wou +wou +wou +nNI +wou +wou +hCS +dcm +hnn +iYm +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(129,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +xzz +aZS +gDq +gDq +jnP +jnP +aZS +bMD +aXr +eto +jxN +jxN +fJx +btl +vPk +eQY +ptA +xnh +vPr +kDr +euU +jsc +gyd +oUa +xuN +huq +jyw +rNe +wIF +aju +wmC +bzj +rNe +rdN +nHE +iMd +dHw +fps +xsw +pBl +fXt +tKl +dGC +ykH +hNj +nHr +oGv +eRH +eRH +btg +npi +npi +fwt +tWd +pdw +qKo +pWy +loV +vAZ +jsk +vCA +iZv +rOx +odT +vAZ +fyF +mbN +giS +giS +giS +giS +giS +trk +giS +mbN +iAy +nXh +uQI +nXh +nXh +iuw +iUr +ijH +icD +nXh +gcl +iUr +nXh +nXh +nXh +ney +nXh +nXh +iUr +gYS +tjs +nXh +gch +rxd +rxd +rfk +ezY +rxd +rxd +rxd +obN +ppu +ppu +ppu +ged +wQP +ndW +asC +jfp +ppu +ppu +ppu +iNO +tUs +ppu +ppu +ppu +fwU +wQP +udB +ppu +meX +ppu +ppu +ppu +tUs +ppu +vZw +aeu +wQP +lKt +asC +ppu +iNO +ppu +ndW +ppu +hvJ +wQP +nBq +ppu +ppu +ppu +ixj +aeu +eju +nnO +fRS +ptC +iRX +fPc +uEY +bdb +wCZ +bdb +jMU +bdb +bdb +wCZ +uEY +nqu +wCr +iYm +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(130,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +jnP +jnP +aZS +rhx +cFW +iZT +iZT +iZT +atZ +dBW +eOt +ptA +ptA +sxO +mDN +gtO +gbD +nFZ +gyd +qVq +gWb +aji +rNe +rNe +kyF +eMc +jMK +kmF +rNe +fhY +iVl +bPS +uLI +ckV +uye +gnJ +sWz +ixq +jLg +npi +kCm +iCa +nyu +oGn +oGn +tUW +wQD +npi +lxi +dlV +soN +syn +lUk +kov +vAZ +vAZ +vAZ +vAZ +vAZ +vAZ +vAZ +kGm +xoK +nuI +eOw +nuI +nuI +uzd +xOV +nuI +vQL +iTC +tZO +tZO +tZO +tZO +tZO +tZO +qlt +kIa +vAZ +bQA +bQA +crP +bQA +bQA +bQA +bQA +crP +bQA +bQA +vAZ +qlt +xmm +rwF +rxd +rxd +iSc +rxd +rxd +rxd +uqq +eEQ +kRY +eEQ +uqq +uqq +gIP +sdJ +vKF +vKF +aFh +aFh +vKF +vKF +tLf +enO +aFh +vKF +vKF +jhz +jhz +jhz +syB +syB +jhz +jhz +jhz +jhz +jhz +jhz +nwE +nwE +nwE +nwE +oNG +xjY +nwE +nwE +nwE +oAr +alX +alX +alX +iVU +eUQ +dvh +nnO +fPt +tjA +tjA +tjA +iYm +iYm +iYm +iYm +iYm +iYm +iYm +iYm +iYm +tjA +tjA +tjA +hcP +cwb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(131,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +jnP +aZS +aZS +xfe +huB +lgu +iZT +iZT +sXd +xEC +isJ +igM +rhB +kia +xOn +egs +pOO +kia +lsf +aJU +jWL +czL +rNe +hDm +jtP +jtP +vkB +cGP +rNe +nZv +hSK +iVl +coS +cNH +noG +ixq +qvL +cHj +npi +npi +hkX +hkX +ahL +kLi +oGn +tUW +oGn +eYp +pzR +dlV +iYR +syn +nFE +baf +flZ +ieV +wlY +nOG +xfs +pBp +eRc +aeL +gPx +iVX +mbN +pZd +msN +tna +lGB +giS +oFa +ieL +tZO +nOQ +kwb +kQH +qQO +tZO +vdI +wzb +vAZ +ctU +ctU +ctU +ctU +ctU +ctU +ctU +ctU +ctU +ctU +vAZ +kKR +xmm +xmm +uFg +fzD +iSc +rxd +imB +uqq +uqq +uEv +kzH +weB +lyX +uqq +ibx +fdh +vKF +pyD +xnQ +xnQ +hRT +xLP +gBS +gBS +gBS +eRW +vKF +nhH +nhH +nhH +mEj +mEj +hhW +jhz +pyW +utN +jcT +jhz +bik +gVn +rJh +cFf +cFf +dTi +cFf +saa +nwE +dJq +vyG +rad +bjY +uln +eUQ +pgc +bEU +uML +amn +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(132,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +gDq +jnP +jnP +jnP +aZS +bMD +hjs +nhb +jxN +fJx +cIG +lWW +teC +kia +pOO +cdA +woe +hNS +pOO +lsf +buP +amD +kqT +hbc +qty +hZV +peh +hZx +dad +rNe +noG +uye +noG +rDd +hgX +pGb +kwV +pGb +npi +npi +xgd +xgd +xgd +omu +oGn +oGn +msu +oGn +dMX +pzR +dlV +soN +syn +tlI +pOy +gmI +nFE +aGH +wnT +vhC +cuN +ujh +ujh +ujh +vwq +irs +sRm +tZO +tZO +soz +ojF +soz +tZO +tZO +jqq +gmD +jfR +odr +tZO +aik +tSz +vAZ +ctU +ctU +ctU +ctU +ctU +ctU +ctU +ctU +ctU +ctU +vAZ +qIf +bsr +xmm +xmm +bKA +dwG +nsD +uqq +uqq +uKW +aFn +hPF +vDo +ryb +uqq +fKn +pAf +vKF +uoP +wEZ +fTI +gBS +gBS +gBS +gBS +gBS +rdX +vKF +pFN +ifP +ifP +mEj +mEj +ifP +xDO +dhE +yeY +oMj +jhz +nuy +gZy +krC +cFf +cFf +dNq +brI +kIb +nwE +cqu +fcJ +trJ +hXC +uln +alX +eNt +aYM +pLT +fZK +fZK +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(133,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +gDq +gDq +jnP +jnP +aZS +slH +eUq +jQM +iZT +wpP +jnw +owa +xjv +pDh +knM +xJF +hRC +hNS +pOO +lsf +buP +xuN +bGz +viX +qgJ +scD +fQs +dAw +aYt +rNe +mUs +eur +uye +kBO +shO +wEb +uLI +bLe +npi +wJm +lRY +sVE +omw +pcM +xyN +xyN +tYm +oGn +aTP +pzR +dlV +iNN +syn +jVO +hsY +eUC +eUC +eUC +eUC +eUC +eUC +tnT +cJB +ujh +pzs +xrO +bBu +tZO +cuY +voR +jfR +jds +vQc +pUb +lxL +mfE +jfR +eZh +tZO +tVF +pBd +vAZ +ctU +ctU +ctU +ctU +ctU +ctU +ctU +ctU +ctU +ctU +vAZ +bZm +fRA +lEX +xmm +gku +iSc +rxd +eEQ +qQH +aFn +rzW +iDm +uPx +uPx +liu +uCv +hyT +vKF +tVo +gBS +gBS +okO +okO +gBS +gBS +gBS +frO +vKF +pdF +pdF +nEg +arj +mWA +vHx +jhz +jhz +jhz +jhz +jhz +wps +syR +cFf +mGX +xVA +cFf +eDv +iLK +nwE +jPu +bSt +unC +cTr +jTg +alX +eNt +aYM +vEk +aEt +fZK +fZK +ohv +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(134,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +jnP +jnP +aZS +xfe +huB +udi +rnI +lFN +iEL +oUd +ptA +kde +pOO +qCc +tUI +hNS +pOO +lsf +buP +xuN +slD +viX +mmr +gTa +aFo +iFI +bgN +rNe +qnY +caz +pGb +sBB +sja +cbF +xqt +pGb +npi +ead +sJI +tTn +cpN +uSt +fyU +oGn +tUW +jMC +ihU +pzR +dlV +aGb +syn +sXg +nTk +eUC +goH +tKg +goH +wrT +eUC +eUC +eUC +eUC +hkp +urb +sRm +soz +wky +pwj +jfR +jfR +kzI +kbp +fKX +aLQ +duK +xnJ +xNS +xBg +qdt +vAZ +ctU +ctU +ctU +ctU +ctU +ctU +ctU +ctU +ctU +ctU +vAZ +cRA +gsU +egJ +xmm +cCH +iSc +rxd +cTe +aFn +xKf +adp +rrX +itP +pbr +uqq +uqq +kEO +vKF +fUg +nYQ +gBS +uta +qEb +fKD +xdJ +gBS +fNn +vKF +gEN +gEN +nEg +sux +mEj +qTh +jhz +pyW +utN +jcT +jhz +nuy +syR +cFf +dDn +qoh +cFf +eDv +rMl +nwE +mIn +vlB +rad +sTz +skE +eUQ +eNt +ejD +cOU +vEk +mVF +coA +mVF +nYA +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(135,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +gDq +aZS +aZS +aZS +gsd +pDN +gZS +dKf +xiO +dKf +dKf +tHw +kia +prG +iHa +wmB +kia +lsf +buP +xtt +dat +iQU +bjm +ncL +aVK +dza +uRn +rNe +wRn +coS +aQD +ixq +pIZ +iSo +sBB +hSK +npi +psl +xWi +wkZ +cpN +uSt +qMP +efN +rIm +lmq +gSr +pzR +dlV +jko +syn +cgf +xWC +eUC +vOE +wSv +wSv +wSv +fiL +pBi +uaW +eUC +vzw +urb +sRm +soz +caU +gfw +gfw +gfw +cGH +gfw +gth +fpP +pJD +xFf +tZO +twJ +tSz +vAZ +ctU +ctU +ctU +ctU +ctU +ctU +ctU +ctU +ctU +ctU +vAZ +wdw +rHN +xjZ +xYm +fOu +iSc +rxd +kRY +aFn +aFn +nqA +rrX +oZS +tkW +uMw +uqq +xJV +vKF +frF +nYQ +gBS +sel +vyl +gfV +gBS +kll +pZK +vKF +qqY +ifP +nQF +rBp +mEj +ifP +oyD +dhE +yeY +oMj +jhz +xBK +syR +cFf +igP +eoz +cFf +eDv +cXk +nwE +gXt +xsW +pgT +nUW +vlj +eUQ +jFt +hIx +vEk +xTQ +fZK +fZK +ohv +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(136,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +gDq +gDq +jnP +aZS +jnP +aZS +aZS +gZS +uKl +rPw +oKF +dKf +uHD +qwN +oZd +kia +kia +mSt +gyd +buP +xuN +uHl +rNe +rNe +rNe +rNe +rNe +rNe +rNe +qzV +hCd +pGb +rAP +pbl +rdH +ixq +oPy +npi +uVN +sJI +chN +cpN +uSt +oiU +oGn +opJ +dEg +pBg +pzR +dlV +soN +syn +nrR +aKf +eUC +rzM +wSv +wSv +wSv +wSv +oeq +wSv +rWs +bvA +urb +njI +tZO +wDY +hrj +hrj +hrj +hrj +wDY +tZO +tZO +tZO +tZO +tZO +iVY +rfc +vAZ +vAZ +vAZ +vAZ +crP +bQA +bQA +crP +vAZ +vAZ +vAZ +vAZ +qIf +smY +oHA +xmm +cCH +iSc +rxd +eEQ +fbm +lTJ +nuK +cSn +eLX +kew +iTl +uqq +jiX +vKF +gBS +gBS +gBS +wEZ +fTI +opo +gBS +gBS +dvq +vKF +ifP +ifP +ifP +syi +mEj +cFs +jhz +jhz +jhz +jhz +jhz +jhz +lSn +iMQ +tze +tze +iMQ +xmu +dxs +nwE +eUQ +eUQ +eUQ +eUQ +eUQ +eUQ +jBR +aYM +vEk +fZK +fZK +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(137,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +gDq +jnP +jnP +jnP +jnP +gZS +uTG +rPw +phN +dKf +dKf +dKf +dKf +phJ +vTw +kJU +gyd +oVH +xuN +bKz +mAD +jnP +jnP +jnP +jnP +jnP +pGb +pGb +pGb +pGb +pGb +pGb +tma +jof +qmf +npi +wJm +sRz +noh +fNh +pCz +oGn +vtr +hoi +oGn +aTP +pzR +dlV +soN +syn +aGH +ame +eUC +eMZ +eMZ +tiZ +tiZ +hNn +pgu +ffU +cNj +bvA +urb +opF +tZO +hVa +hrj +gnI +bsC +hrj +mti +tZO +wTx +tYx +iIw +ihE +hSJ +oZV +uTL +gJg +eFo +vAZ +evc +oyR +tIp +ogB +vAZ +sSA +pRo +bsr +tUY +cPy +gri +xmm +wih +iSc +rxd +uqq +uqq +uqq +uqq +uqq +uqq +uqq +uqq +uqq +hDy +vKF +lwY +oiG +gBS +cAg +gBS +opo +gBS +gBS +cvh +vKF +dWH +dWH +aRC +syi +mEj +ifP +uTb +kOA +aYW +gwd +lWi +jhz +rLp +cFf +xtC +rjq +xpj +qMx +iuT +nwE +svw +sGN +rmj +wKX +cMm +sjG +rsu +okS +usF +hFx +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(138,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +gDq +gDq +gDq +gDq +gDq +gDq +gZS +vrP +rPw +vOz +aiy +wjB +vJz +dKf +dKf +dKf +dKf +gZS +buP +aoN +wfQ +lqT +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +pGb +iRH +rtC +noG +npi +npi +xgd +ekJ +xgd +omu +fNG +mzT +hca +xJf +npi +pzR +dlV +mIb +syn +aRD +jIx +eUC +iVk +hFV +hFV +tiK +wSv +pzE +ozZ +cNj +bvA +urb +aoc +tZO +sgU +hrj +trn +trn +cfV +trn +tZO +qlt +iIw +qlt +qlt +iIw +qlt +qlt +nqw +aPu +vAZ +xrP +axA +vaD +lCq +vAZ +xdR +jpn +kcb +lEX +cDl +egS +xmm +oNN +hBy +nbe +oSD +dbZ +nQk +ciV +cJQ +eOH +dTc +oSD +eGz +hIX +vKF +gYg +tRt +aFC +gBS +gBS +opo +fkw +vyL +dkQ +vKF +vKF +jhz +iLd +nFI +rVX +nAR +dVe +nOr +wJP +mEj +mEj +bBN +cFf +cFf +qEv +jOF +kZs +pJW +oFG +liu +iIf +iIf +ctv +vjt +rXN +jFj +oSZ +vuu +vEk +amn +amn +amn +amn +fZK +fZK +fZK +amn +amn +fZK +fZK +fZK +amn +amn +fZK +fZK +fZK +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(139,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gDq +gDq +gDq +gDq +gDq +gDq +gZS +mab +mDL +eZw +sAD +kfH +kfH +oRH +deF +kXf +lSO +gZS +buP +xuN +bGz +qkr +jnP +jnP +jnP +ejL +gbz +gbz +gbz +gbz +jnP +jnP +fCA +dFC +iYS +uZS +aFO +npi +npi +npi +npi +npi +npi +npi +npi +npi +npi +uCK +dlV +oJg +syn +nwB +awP +eUC +eXT +veM +veM +veM +uFN +pWb +wbU +cNj +bvA +urb +sRm +tZO +iTe +hrj +trn +trn +hrj +trn +tZO +iCO +nQL +rMs +wzF +qDY +vUj +qIf +oPi +pNd +vAZ +xYF +xsJ +rcW +dxH +vAZ +fRA +fRA +vZe +jOP +nCL +kcb +xmm +rxd +pjq +jYc +oSD +iqs +mfx +mfx +vsQ +bXw +sOV +nrl +iIf +idT +vKF +cpq +aNa +aFC +gBS +gBS +opo +fkw +ycF +daJ +qYB +jgs +jhz +aUC +syi +mEj +mEj +eHp +iGw +vKs +mEj +mEj +bBN +cFf +cFf +nSD +pFL +cFf +ijz +xtC +nwE +xvI +qGa +uWf +pwW +kMB +jFj +tlM +vuu +vEk +vEk +nZL +jdX +gRO +vEk +vEk +vEk +ecC +lFw +lDr +vEk +vEk +biv +loH +vEk +hGB +loH +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(140,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +gDq +gDq +gZS +gZS +doM +iua +iRF +bDR +fkV +evv +ovE +eOU +frd +gZS +iBr +xuN +qyy +gbz +ejL +ejL +gbz +gbz +fSX +kAq +xZG +ejL +gbz +jnP +dRu +jlP +vfT +iQH +pJe +rDK +uZS +mUZ +hrw +fhz +fzW +nho +qNZ +doI +uZS +rjh +nyn +wMj +syn +uQp +tCr +eRc +lTX +eSI +eSI +eSI +orF +fUt +wSv +eUC +gMw +gfA +sqI +tZO +trn +hrj +trn +trn +hrj +trn +tZO +inr +sUN +rqC +wMr +wJR +khA +qlt +rGh +ceb +vAZ +vAZ +vAZ +vAZ +eLP +vAZ +tVF +voE +aeo +bsr +qIf +otY +xmm +akP +iSc +rxd +xoR +mNB +jQk +aNr +wjJ +wjJ +dxx +ukN +lRd +qgK +vKF +eBE +ijV +gBS +gBS +gBS +opo +fkw +pST +daJ +daJ +vtv +jhz +lUn +oSR +tVO +lLE +vsK +xvC +vKs +mEj +sgn +jhz +eBb +pYr +cFf +cFf +miT +cFf +jOF +nwE +jHZ +xaN +woR +rFC +fdh +jFj +wzS +bsG +wTt +bDA +jDl +jDl +uFE +jDl +jDl +iLF +jDl +jDl +fac +ggj +vCo +fVs +loH +vEk +vEk +loH +kNG +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(141,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +aZS +gZS +mlg +rij +pHx +bDR +fkV +mlQ +jaH +pDV +gJk +gZS +qyw +xuN +pge +csX +jdU +lIc +dIj +vXA +fIp +dxh +uNy +fCG +gbz +jnP +dRu +mlW +csh +uZS +vVn +mLC +pvK +ljY +tom +nvZ +hDO +amp +vcX +tzz +uZS +iGO +wAM +soN +syn +hWC +kse +eUC +btM +sFS +jjL +nlq +wYN +tJD +aiz +eUC +bvA +urb +sRm +tZO +hVa +cfV +trn +trn +hrj +mti +tZO +dVM +igd +ssT +xIz +dPV +cqq +iIw +pIl +uxe +ssZ +btt +oFC +ssZ +tKe +thq +fRA +fRA +eEs +tUY +bob +eON +xmm +rxd +iSc +rxd +oSD +vZF +mjQ +mjQ +mfx +bQT +aKN +oSD +pBT +hIX +vKF +jNM +gBS +gBS +gBS +gBS +opo +fkw +fXN +nxu +qDb +vBP +jhz +wVd +tNG +ifh +xfX +jhz +jhz +mpX +jlg +jhz +jhz +jhz +mCq +rGF +vLy +mpT +iDU +mpT +mpT +mmI +bTR +aqc +ojh +aIj +jFj +fZK +coA +wIB +fZK +fZK +fZK +amn +amn +amn +amn +fZK +hqz +gzS +vVe +qag +uHI +amn +fZK +fZK +fZK +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(142,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gZS +kVQ +hql +pHx +bDR +fkV +oCg +cnD +xeB +rLO +gZS +svs +kAZ +xop +gNe +puU +igA +kOC +tgg +ybL +hWU +alr +ryu +ejL +jnP +ekV +bZk +uZS +kkD +qaY +nqd +hYx +uOM +lki +wxY +cfK +dfs +dbo +ahb +pvK +soN +dlV +jko +syn +nFE +aBc +eUC +eUC +eUC +eUC +eUC +eUC +eUC +eUC +eUC +afZ +xMB +wvL +tZO +trn +hrj +trn +trn +enQ +trn +tZO +dtg +dtg +cqq +vTW +lWJ +uFc +gTE +kcb +dCA +ifj +rEr +xjZ +egS +gsU +fRA +oPi +uWS +xmi +cPy +kcb +rHN +xmm +rxd +iSc +qSf +oSD +oEa +xCI +eeY +kTL +oSD +oSD +oSD +pIW +hIX +vKF +aPj +vZB +lXU +cNU +gBS +opo +fkw +dAU +rKz +oZB +vMA +jhz +msM +hdV +sAn +pSy +jhz +jGl +dXH +ifP +oEi +xkk +jhz +kqB +rGF +ojL +mpT +dgE +qzz +cLp +mpT +lRd +ygs +dSJ +aIj +aZS +fZK +coA +fZK +aZS +jnP +jnP +jnP +jnP +jnP +jnP +fZK +fZK +fZK +fZK +fZK +fZK +amn +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(143,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gZS +vmV +ykk +bDR +bDR +hJu +puf +aHx +eOU +lZa +gZS +buP +xuN +pge +iHe +pSS +tMu +dIj +ljp +cUH +dxh +uNy +xWv +ejL +jnP +jFC +sCu +uZS +tID +cCu +dqq +uZS +kRi +leW +doI +wZs +doI +vcK +doI +qQo +soN +dlV +soN +syn +pir +cDW +rNs +qOY +nmS +sVf +vuF +lsw +tKO +rjc +vAZ +xCR +urb +sRm +tZO +tZO +xYm +tZO +tZO +tZO +tZO +tZO +xqT +utj +uMC +bIH +sQj +vYs +iIw +sdw +oFv +cPv +rEr +rwc +eci +oBS +oBS +oBS +oBS +oBS +oBS +oBS +geX +xmm +wxg +iSc +shL +oSD +oSD +oSD +oSD +oSD +oSD +vKd +wAK +iiX +hIX +vKF +jXT +iHu +bkR +txC +gRL +tJz +lMe +wnd +mpZ +ubw +rmb +jhz +dTV +cET +bQq +fcn +jhz +qHo +dXH +ugO +poj +haA +jhz +jhz +lmN +mpT +mpT +mMa +mpT +hmw +hmw +lRd +ecx +xkG +aIj +aZS +fZK +coA +fZK +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +bot +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(144,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +gZS +kWH +fhf +mPw +tLa +hQt +dKf +dKf +lRC +dKf +gZS +hpX +qth +hbF +gbz +gbz +ejL +gbz +gbz +dda +uKE +wHI +gbz +gbz +jnP +jFC +euW +bhp +qna +kkg +mGC +uZS +uZS +uZS +uZS +pOA +sjM +dmF +kPH +hld +soN +dlV +iNN +syn +nSa +ydG +rNs +rtR +szZ +iPd +aGH +oHj +kqI +suU +vAZ +cGO +urb +sRm +nes +qlt +kcb +oDm +qlt +vdI +ntJ +qlt +tDs +eSk +raT +iEJ +eOn +iPZ +qlt +qlt +bsr +lEX +fKS +tUY +bsr +oBS +pux +exS +qnl +vpv +uqK +oBS +oBS +oBS +rxd +iSc +fZe +xmm +kUV +rxs +lRd +bTR +xaN +lvF +nBv +ced +hIX +vKF +eLF +uYn +rSk +aXy +hKK +uSL +gBS +eVp +axz +rNN +vKF +jhz +jhz +jhz +pHY +jhz +jhz +gxU +kzM +mKm +pvS +xwj +qyc +jhz +nwE +mpT +nsC +dgE +xer +cLp +mmI +pod +kGX +aIj +aIj +aZS +aZS +jnP +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(145,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gZS +dKf +dKf +dKf +dKf +dKf +dKf +eYt +rKa +jTf +exL +lZK +tMO +bKz +mAD +jnP +jnP +jnP +gbz +ejL +gbz +ejL +gbz +jnP +jnP +nYk +aYL +uZS +csh +csh +bhp +uZS +cWI +rIc +uZS +kgd +oFH +dnZ +lGC +uZS +uLC +sxN +uLC +syn +uwT +sul +cuN +itb +rNs +fje +ujh +ujh +sul +itb +vAZ +bvA +urb +sRm +eWH +qlt +atx +kTt +lEX +twJ +fRA +qIf +iIw +qIf +qlt +rxi +oqI +qYt +qIf +kWP +jOj +fRA +bGs +hJJ +dMd +oBS +bKF +eZZ +tps +cLr +noV +gmY +hvy +oBS +dZB +wHX +nRl +sjG +bMQ +gSd +sVz +tgT +rld +lDM +oKk +whW +uhn +vKF +vKF +khZ +vKF +vKF +uIc +ryw +ozY +rqe +fiV +maF +vKF +qcV +jhz +klr +toH +nyg +jhz +jgn +azQ +aus +knm +pKD +gQd +jhz +lRd +mpT +isH +gtE +mpT +mpT +mpT +uFA +bpV +aIj +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(146,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +exL +jXg +dva +lSu +oJl +oDv +mjP +dDp +wPi +juE +exL +joH +aoN +pvj +lqT +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +pGb +lWS +iZj +fhY +jvq +iVl +hSK +jof +iVl +uZS +uZS +uZS +uZS +uZS +uZS +hbV +dlV +iYR +syn +phI +sul +sHa +sVf +umH +cIu +xsY +cCG +nwB +lVr +vAZ +pCS +urb +sRm +hZC +qlt +fRA +pbP +fRA +lvy +xmi +jGv +eci +ouB +qlt +qIf +iIw +iIw +qlt +jOP +qad +fRA +uyu +bfb +bfb +xLK +eTZ +eTZ +qBJ +eTZ +ezp +ksQ +oBS +oBS +obN +mGZ +pkM +xxQ +xxQ +xxQ +xxQ +xxQ +xxQ +lRd +woR +rFC +jWC +lRd +lRd +aGq +xkG +vKF +vKF +vKF +vKF +vKF +hsm +vKF +vKF +aIj +jhz +rtX +pFv +lvp +jhz +laA +gfI +kJK +lvI +ifP +sgn +jhz +apl +mpT +nsC +uLT +aIf +cLp +hmw +vlY +lzK +aIj +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(147,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +exL +rtb +otg +uqN +gmK +jeG +fMC +oJl +xKN +eCS +exL +mnB +xuN +oRK +qkr +jnP +jnP +jnP +jnP +jnP +pGb +pGb +pGb +pGb +pGb +pGb +wzp +cKB +dSc +ady +xkc +kZE +iWc +ixq +ezH +aYl +ixq +pIZ +pIZ +omq +soN +dlV +soN +syn +syn +syn +syn +syn +kZk +qCz +xTr +aMv +vMp +ujh +vAZ +gch +tKQ +gch +vAZ +qlt +ieS +asc +qad +smY +lEX +rGh +jpn +dAR +tVF +flp +atx +vHu +luo +fRA +tBx +nCL +qIf +fLf +cRA +oBS +mKR +hiP +hiP +hiP +hWv +bvc +oBS +aFq +bUG +udf +nMQ +xxQ +dEv +sfg +tvp +vUu +xxQ +lRd +snP +aIj +rOV +vJc +bVp +dtF +bTR +vlY +vKF +iSy +uPy +aQY +opo +dMo +vKF +xvO +jhz +mNF +iMb +gFg +jhz +lZC +nTJ +rMq +kVP +ifP +wyb +jhz +eys +mpT +lfQ +qWq +mpT +mpT +mpT +uLZ +dNg +aIj +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(148,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +exL +exL +qjT +uqN +nGM +vXo +pms +wDy +exU +exL +exL +oOY +xuN +iOe +hjW +jnP +jnP +pGb +pGb +pGb +pGb +cPM +sju +iVl +hSK +wnY +dIp +ixq +syn +syn +kAe +kAe +syn +syn +syn +syn +syn +syn +syn +syn +soN +dlV +soN +soN +rnA +hia +mwQ +oOC +syn +syn +syn +iEf +syn +syn +ife +dsP +bQB +fIg +bgL +oBS +oBS +oBS +xYm +oBS +oBS +oBS +oBS +oBS +oBS +oBS +oBS +oBS +oBS +oBS +oBS +oBS +oBS +oBS +oBS +oBS +oBS +vFw +hiP +hiP +hiP +vFw +oBS +pWN +jOu +wKu +pfg +loX +kwn +hHm +nUL +uSZ +xxQ +ojQ +kBK +oaV +baq +baq +apl +dsZ +oqR +szz +jOy +gRL +quG +tEA +dnA +wFX +vKF +xaN +jhz +jhz +jhz +jhz +jhz +jhz +pKq +ifP +kVP +qBu +hLu +jhz +sWP +mpT +lGp +cSv +eeP +aNo +mpT +jFU +ygs +aIj +aIj +aIj +aIj +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(149,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +aZS +exL +exL +exL +exL +exL +exL +exL +exL +exL +ebB +xts +nBF +xts +ebB +ebB +ebB +pGb +iLb +wNy +hNh +lph +oHE +cin +tuC +mJR +iAa +sBB +kAe +oak +cly +nry +aFl +gmp +ora +wYM +xbE +soN +soN +uLC +soN +njw +soN +soN +soN +soN +soN +soN +raK +mez +eca +mez +eVt +mLL +dsP +nnA +bQB +jOu +fIg +fII +jCD +woH +fIg +woH +adx +jFb +jOu +xOJ +xfI +jOu +eSB +jOu +twu +jOu +icb +dbu +adx +jOu +dZF +xfI +jOu +xrR +jOu +jOu +jOu +jOu +vXd +jOu +wQe +bls +nMQ +ieD +hHm +muK +pim +hBd +xxQ +lRd +frU +aIj +sVx +nsf +apl +hIX +fKn +hDt +vKF +ftr +uXC +gIh +fnm +vBb +wfo +lvF +oem +ozW +hRr +fdh +qYZ +jhz +jhz +jhz +rVL +jhz +sYo +jhz +jWC +mmI +dgE +dhA +dRH +rQa +mpT +eme +cQb +apl +mGO +lsC +aIj +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(150,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +jnP +uSX +aZS +jnP +jnP +jnP +ebB +pcT +nAW +nyF +xmr +kwf +tYZ +bKD +ebB +pZC +oDB +nOL +uwm +hTG +mjC +eyW +olU +hCx +qhj +ubJ +qDx +wPC +uTm +fLX +jzE +fLX +miK +sqT +gfj +fLX +fLX +klW +fLX +rcn +fLX +fLX +fLX +fLX +fLX +vLB +ogg +fLX +fLX +fLX +fLX +oqr +nST +vrS +cRD +nST +nST +nST +dzi +vBu +nST +nST +nST +nST +nST +nST +nST +nST +nST +xLv +jpm +nST +nST +nST +jaU +nST +nST +nST +nST +dzi +vBu +nST +nST +nST +fLa +nST +nST +qdK +cmu +ieD +ivq +hHm +fAE +mzY +xxQ +hNR +drN +oXj +lRd +lRd +vlY +lfN +iEx +oaV +vKF +vHY +bhk +aOr +mrx +rlf +vKF +lRd +lRd +qGa +lRd +lRd +iXS +chX +lfr +dCu +lfN +vlY +alp +tcs +lvF +mpT +hmw +dlI +mpT +mmI +hmw +miv +nhL +oaV +bHh +kZc +aIj +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +xzz +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(151,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +tEb +aZS +aZS +aZS +jnP +jnP +jnP +aZS +jnP +jnP +jnP +ebB +ycZ +tQE +oUG +qPJ +nrU +xzG +evo +ebB +sBB +wOo +pGb +pGb +cSw +cSw +pGb +pGb +hSK +tuC +nLM +syn +luU +vpk +gfk +kAe +mZE +nXu +brq +uBv +bwi +uBv +nOk +oWo +soN +soN +aaV +aUe +soN +gUP +jJP +soN +soN +soN +soN +soN +uLC +jOu +pVt +xIG +gTJ +jOu +qLF +hnZ +xGR +rGs +wDZ +lDV +lDV +lDV +jvw +lDV +lDV +lDV +ufm +kmO +lDV +lDV +iKF +ryU +iKF +iKF +flR +eXi +gzO +neK +flR +vGI +flR +eXi +kOk +tjP +bls +cmu +ieD +ieD +ieD +ubx +ieD +xxQ +sFP +eEh +ipD +kkW +ksJ +xrf +ifF +aor +hLa +vKF +vKF +vKF +vKF +vKF +vKF +vKF +lRd +uFA +vlY +vlY +gei +amC +ksJ +ksJ +ipD +ezS +mPM +vyO +jgg +wCU +aKz +gBt +mFn +krp +oOg +whW +lqB +kiE +csf +ecH +xsl +aIj +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(152,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +wXf +aZS +wXf +wXf +wXf +wXf +wXf +uAl +wXf +wXf +wXf +wXf +wXf +wXf +aZS +aZS +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +aZS +aZS +ebB +nWl +gUv +rkB +iNH +ciw +aTT +srx +uqY +oMd +eFX +pGb +jnP +jnP +jnP +jnP +pGb +isn +teS +xHj +syn +kAe +syn +syn +syn +syn +syn +syn +syn +syn +syn +syn +syn +wap +syn +syn +syn +rbl +rSC +dkG +dkG +mIy +mIy +dkG +dkG +rSC +rSC +cyX +xIG +jOu +rQU +rQU +rQU +rQU +rQU +rQU +hao +bGu +cGF +hao +hao +bGu +bGu +hao +hao +hao +jYX +noO +tTp +noO +wuK +hao +gNp +gNp +gNp +gNp +xCB +xCB +xCB +xCB +hUP +luE +upI +ieD +dnE +oQU +qwL +obl +xxQ +xxQ +hOE +xxQ +xxQ +knw +uDO +uQU +vxk +pZy +oSA +wex +tou +nUv +ksJ +ksJ +xrf +ksJ +ufg +aMQ +dTb +efQ +nqq +nCK +nCK +fbI +nCK +nCK +tRB +iCN +nfZ +xaN +lsT +cWL +vlY +tMr +tqX +tqX +sAe +swk +tMn +gny +aIj +qYO +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +jnP +aZS +jnP +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(153,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uAl +jnP +jnP +aZS +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +uSX +aZS +jnP +aZS +aZS +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +aZS +jnP +ebB +lrr +ebB +fmW +iNH +bJq +ebB +lrr +ebB +pGb +pGb +pGb +jnP +jnP +jnP +aZS +pGb +pGb +ixq +tog +ixq +iVl +hSK +oPy +avl +jIe +ubU +xCE +tLi +mvJ +kAO +gdv +ibO +bPF +reh +hWy +gdv +rSC +rSC +ikP +iGm +tAF +tAF +pAi +pUf +oTo +rSC +xPs +dos +xPs +rQU +ciu +fus +otH +ygE +rQU +hcb +eAz +kKZ +hao +piB +mZM +qXv +mbM +hao +eWw +fih +oUr +hyh +mJy +pzl +tYv +fcM +nrv +wkt +hNF +wKF +lVY +eoA +xCB +iWE +glQ +woi +ieD +sbl +oUz +lld +pph +ieD +wOb +bDS +wcs +xxQ +aEe +aEe +aEe +aEe +aEe +aEe +agc +qQE +cas +lvF +uLZ +lRd +dCu +lvF +xaN +fgs +cIq +nCK +txu +nUb +opS +wjg +nCK +apl +oaV +kFs +sRI +aIj +aIj +aIj +nRQ +bTR +vlY +cJo +cJo +cJo +cJo +cJo +cbV +cJo +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(154,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +wXf +wXf +jnP +jnP +aZS +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +jnP +aZS +jnP +jnP +aZS +jnP +qNS +qNS +qNS +qNS +qNS +cwI +cwI +cwI +jnP +jnP +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +jnP +lrr +ouc +iNH +ouc +lrr +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +aZS +aZS +pGb +lWY +vNO +tIR +arh +pBs +coS +coS +eRV +coS +wap +eBV +oOO +qub +pgo +bPF +bvM +iMZ +uCr +eSx +rSC +rFF +kfi +tAF +tAF +tAF +tAF +tAF +ucs +dkG +kyA +uci +cdp +rQU +jgp +jjs +mJz +gGy +rQU +rrG +hpO +hpO +gVF +hpO +xWz +phn +iGx +hao +kup +oyP +bOf +bDw +oVX +hZG +gqW +lyu +wFj +fDr +njp +cqm +owC +ncS +xCB +iWE +glQ +woi +asM +lNp +oUz +lld +pyo +dzb +ghb +mTI +qRg +jlw +llr +yaO +ofs +klo +wpJ +aEe +aEe +nBB +omT +iYE +iYE +iYE +iYE +iYE +apl +rMU +aIj +nCK +sMc +dls +cGr +bzO +nCK +bua +qfz +ooy +vtB +mCY +hum +dIP +uhm +lRd +uFA +cJo +iqE +uEH +oUS +uGh +sAI +cJo +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +nME +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(155,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +jnP +aZS +jnP +jnP +bpw +bpw +bpw +aZS +bpw +bpw +bpw +aZS +bpw +bpw +bpw +aZS +aZS +enc +enc +pmt +dZx +fYw +gQe +qNS +kSV +xXW +cwI +sIS +sIS +cwI +cAx +aZS +aZS +wXf +wXf +aZS +aZS +aZS +ebB +sBT +dnO +bSe +ebB +aZS +aZS +jnP +jnP +aZS +jnP +jnP +aZS +aZS +jnP +pGb +uye +vPn +llh +iVl +uye +pGb +kZE +iVl +hSK +gdv +vzj +wzf +oOO +tLi +yeE +sov +wap +kYa +bHK +rSC +qjv +vxP +tAF +tAF +tAF +mwD +tAF +lcm +dkG +kyA +uci +sjx +rQU +hnq +pXe +cjV +kda +sYy +mQM +hpO +ugj +bqS +oqO +lWj +vLT +cUn +bGu +uuK +hpO +xeS +xjU +jXb +qDV +rgJ +xPT +pQx +dqh +njp +pfA +sGG +sWp +xCB +uyq +glQ +woi +asM +cXt +hkM +aqt +pus +oks +stF +fRD +phf +sHD +jtK +lsy +grX +atO +jsU +odY +aEe +tTq +bTR +iYE +eNH +tCt +gsg +iYE +gtw +bae +qHM +nCK +cmh +kHI +luT +iAo +nCK +cbA +lBb +vbE +xyV +foV +gtm +oaV +sUj +eKZ +hzV +aUA +rLH +cyP +jCU +pRq +cTy +eVQ +uBT +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +qsM +qsM +qsM +qsM +qsM +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(156,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +aZS +ffD +ePW +pxi +bpw +pXF +bpw +bpw +bpw +pXF +bpw +bpw +bpw +pXF +bpw +qkB +nmZ +bBn +eRO +bBn +mVu +sgr +wmi +iBy +gbl +oei +iXk +lut +oIH +cwI +cwI +jnP +aZS +jnP +jnP +jnP +wXf +jnP +lrr +ouc +iNH +ouc +lrr +jnP +aZS +aZS +wXf +wXf +aZS +jnP +jnP +jnP +jnP +cSw +scn +nXS +uWV +eRV +oZo +noG +aKM +pGb +pGb +gdv +gdv +gdv +kyy +gdv +scq +jDS +gdv +fIb +nVs +rSC +suv +xDj +nTd +eMQ +gWB +uiT +teF +bsH +knO +nIN +fVm +kyA +bFc +fum +bwP +iRP +gcy +mri +qni +fcR +bOT +tXO +bok +pWD +eoo +iVc +xpY +uuK +hpO +ufS +seH +rLE +fJr +fFL +gNp +cmI +mNE +wFK +gur +gur +rNU +xCB +oFi +hdJ +woi +vaq +udT +mrn +efL +tnP +lxR +xWu +pif +dga +xVh +pMt +gZd +bRf +bRf +bRf +dZp +aEe +iVe +pnv +iYE +sAH +uwe +uzb +iYE +tXS +bae +uae +nqq +nCK +fbI +gmP +nCK +nCK +mep +jkJ +tzp +gmb +uSo +sCB +aIj +jyF +rFC +fIY +cJo +qfc +pkA +wQy +pmW +cJo +cJo +cJo +cJo +cJo +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +qsM +qsM +qsM +juz +ika +juz +qsM +qsM +qsM +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(157,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +jnP +aZS +jnP +jnP +bpw +bpw +bpw +aZS +bpw +bpw +bpw +aZS +bpw +bpw +bpw +aZS +aZS +enc +enc +enc +mQW +hzI +pPN +qNS +ktI +wJx +gNy +kvV +qVC +cxP +cwI +jnP +aZS +jnP +jnP +jnP +wXf +jnP +lrr +xUG +iNH +ouc +lrr +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +jnP +jnP +cSw +chL +sBB +rvz +lph +iVw +pGb +uye +pGb +jnP +jnP +aZS +gdv +gdv +gdv +scq +dZo +iMZ +reh +iMZ +rSC +gKV +kxn +iIq +peW +foD +nIE +wpv +tAF +mIy +kyA +uci +kyA +rQU +izQ +xlV +btn +aMI +rQU +fra +dtd +qhd +hao +nAf +tpP +qFD +jKT +bGu +oOq +hpO +ufS +axi +jLO +jAJ +pyL +gNp +gHC +rFA +bVL +ewI +shZ +qBe +xCB +rXm +mdS +woi +ieD +wUa +spA +dRn +jHk +mYb +tlZ +arm +qdU +xVh +pMt +uxG +ofs +ozB +btJ +aEe +aEe +xBa +kMB +iYE +sLE +kVU +hIT +iYE +cCo +tic +npe +qXW +rZj +hda +nvj +fPx +aIj +rcr +uxp +lRd +lRd +gph +pAk +dIP +pwW +dcL +cJo +cJo +hSQ +hjA +oTy +gDY +jRL +rVR +jRL +gkI +quB +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +lBr +qsM +sxn +cqt +neB +eZT +eZT +duG +vyV +qsM +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(158,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +wXf +wXf +jnP +jnP +gkj +oXu +vcm +jnP +gkj +qXl +vcm +jnP +gkj +qXl +vcm +jnP +aZS +aZS +jnP +qNS +qNS +qNS +qNS +qNS +dhk +dhk +iOR +dOx +cjO +xoy +sIS +aZS +aZS +wXf +wXf +aZS +aZS +jnP +lrr +ouc +iNH +ouc +lrr +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +jnP +jnP +pGb +uVO +dKd +vNO +mWK +uvJ +fHE +ooI +pGb +jnP +aZS +aZS +jnP +jnP +gdv +jYC +dVJ +uOs +uOs +tNI +rSC +lor +bMR +tAF +tAF +tAF +kBf +wpv +fzx +dkG +kyA +uci +qRO +rQU +rQU +bPf +mjh +yeo +rQU +hao +npX +npX +hao +hao +npX +iwi +npX +hao +okG +hpO +ufS +uKU +wJl +wKk +lae +ygo +oSi +qGo +fjf +cqm +qpN +ncS +xCB +iWE +vFe +sxu +ieD +aWA +esS +vnf +wsw +xxh +lNy +hFr +ouh +xVh +pMt +qHK +xEY +pyj +aEe +aEe +ovg +sWh +iYE +iYE +uOX +fTM +hpg +iYE +dlO +akg +duS +mlr +nDP +nZp +oQa +lXj +aIj +apl +dIP +pVM +pVM +dIP +aIj +apl +vmE +lCy +cJo +puJ +mLj +hTg +mXU +jDP +rQM +bIX +rfC +lEy +quB +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +qsM +gzl +pFc +qsM +gTx +fLn +pfU +eDU +tDE +rAm +lqP +qsM +uwx +uwx +sqr +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(159,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +jnP +jnP +gkj +eff +vcm +jnP +gkj +eff +vcm +jnP +gkj +eff +vcm +jnP +aZS +jnP +jnP +cwI +snE +gcp +hGA +cwI +vVZ +tcL +cwI +cwI +mdi +qFc +sIS +jnP +jnP +aZS +jnP +jnP +aZS +aZS +ebB +tdJ +ouc +sMO +ebB +jnP +jnP +aZS +jnP +hFc +hFc +hFc +hFc +hFc +hFc +hFc +pGb +uye +vPn +ixq +dVN +wNy +jWu +pGb +pGb +jnP +aZS +jnP +jnP +gdv +qez +iZQ +pgo +qib +loE +rSC +euR +czk +tAF +tAF +tAF +crG +qIT +sEO +dkG +kyA +uci +kyA +cIa +dws +dws +dws +dws +dws +bfg +tCv +voL +hPY +qCC +gKi +oXT +hqt +bGu +dty +hpO +ufS +seH +ske +hpO +hEu +ygo +tlN +qGo +fjf +xjJ +oUU +eoA +xCB +vol +glQ +eEt +ieD +ieD +izU +izU +nxD +ieD +aOG +qEW +jwc +ieD +ahW +qHK +ozB +awu +aEe +pkF +xaN +jGK +iYE +tGx +jrQ +qLv +agX +iYE +vve +iHP +fPN +wxT +laP +jql +tOs +sAd +gqY +xaN +qGa +vmE +lRd +lRd +bTR +lRd +lRd +cPF +cJo +vhv +fOw +fOw +lTE +awR +jRL +bqu +jRL +uTB +quB +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +qsM +gzl +gzl +qsM +nkU +tJf +qsM +gEw +wRg +tJE +xFn +nkU +kvj +xKo +qsM +aTO +aTO +sqr +sqr +sqr +sqr +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(160,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +jnP +jnP +gkj +eff +vcm +aZS +gkj +eff +vcm +aZS +gkj +eff +vcm +jnP +aZS +jnP +jnP +cwI +jxV +hJf +cbz +ebO +mBS +oVl +aAq +tcL +lqM +gkD +cwI +jnP +jnP +aZS +jnP +jnP +jnP +jnP +lrr +ouc +iNH +ouc +lrr +jnP +hFc +hFc +hFc +hFc +tMm +vzs +sfz +loI +dgb +hFc +skm +nKX +noG +uye +pGb +iVl +wei +sHB +pGb +jnP +aZS +wXf +aZS +gdv +fzc +fzc +gdv +qib +kNg +rSC +rSC +xTL +uUm +oSE +nVT +vIN +iTG +rSC +rSC +uks +uci +kyA +kyA +ajq +aNu +nRd +dft +hFF +nOu +mjR +xXt +mjR +dGj +mjR +ioH +wxB +bGu +imZ +vnX +ufS +seH +ske +aQT +ltz +gNp +qnD +oKj +wmy +xCB +xCB +xCB +xCB +ico +glQ +woi +wDu +wFV +iSs +iSs +sCH +ieD +tKc +ioL +pTg +ieD +aLY +qHK +ozB +tmr +aEe +hDt +lRd +fKn +iYE +sWD +ufq +siv +nPG +iYE +qMS +nCt +sDh +uJT +oGl +idf +jeX +cNJ +apl +cVy +gVA +qyM +bOJ +jYP +uFA +uLZ +jWC +xkG +cJo +nIo +wIU +jUd +gul +cJo +cJo +cJo +cJo +cJo +cJo +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +qsM +gzl +gzl +qsM +dRL +uQw +kCu +qry +oiZ +cOJ +qry +fRO +lQo +acd +imp +vWg +mkI +cOJ +eha +eha +eha +azh +aKL +sqr +uwx +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(161,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uAl +jnP +jnP +gkj +eff +vcm +jnP +gkj +eff +vcm +jnP +gkj +eff +vcm +jnP +aZS +jnP +jnP +cwI +wyj +qvk +vYn +jIn +lFR +fGR +dhk +cwI +qmg +fXf +cwI +jnP +jnP +cwI +cwI +cwI +ebB +lrr +ebB +fmW +iNH +bJq +ebB +lrr +ebB +xXD +uUd +uUd +uaV +rYY +hCF +uIb +uRj +vGt +hFc +kZE +cBK +coS +eBM +ixq +iMP +nxL +cSw +aZS +aZS +jnP +jnP +jnP +jnP +jnP +gdv +bPF +lUF +oVw +rSC +rSC +rSC +rSC +rSC +rSC +rSC +rSC +wBF +kwm +qHk +kyA +kyA +ajq +aNu +anY +jDm +xxV +vwy +nwD +mGU +qQK +mtF +qQT +oXT +wxB +hao +hao +bGu +fXH +bAA +fXH +kBG +hao +gNp +iCw +ghu +rKQ +cHG +jFy +wYZ +cHG +iWE +glQ +iWE +tDg +lAs +lAs +lAs +lAs +ieD +ieD +ieD +ieD +ieD +rEo +lEE +aEe +aEe +aEe +tDa +tDa +gIP +iYE +iYE +tpe +oRQ +tpe +iYE +wDu +wDu +wDu +wDu +wDu +wDu +wDu +wDu +wDu +wDu +wDu +wDu +wDu +wDu +wDu +wDu +bLu +wDu +cJo +cJo +cJo +cJo +cJo +cJo +jnP +jnP +aZS +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +qsM +qsM +qsM +nkU +nkU +dsO +nkU +qZQ +dPa +nkU +jzo +qsM +qsM +qsM +qsM +qsM +qsM +qsM +qsM +qsM +aTO +aTO +aTO +htU +kjN +kmq +uwx +uwx +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(162,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +jnP +jnP +gkj +eff +vcm +jnP +gkj +eff +vcm +jnP +gkj +eff +vcm +jnP +aZS +jnP +jnP +cwI +tcL +ssJ +jIn +cwI +jIn +tcL +jIn +iHB +cjO +upd +cwI +cwI +cwI +cwI +pvz +pGB +ebB +jwm +mqU +ouc +iNH +ouc +iZc +wOk +ebB +qqq +qps +aqu +omR +oni +omp +paN +hFG +uaV +skm +coS +eRV +yhT +noG +nrA +fcA +qLO +cSw +jnP +aZS +aZS +jnP +jnP +jnP +aZS +gdv +yju +oMD +gWG +uOs +evd +cPr +wpk +hvr +sDq +kAO +iro +iro +kyA +mof +gDV +dws +dws +uJk +fIJ +uTY +dws +vwx +vwx +vwx +vwx +bRm +grb +oXT +qdb +mEr +mKC +gKi +qQT +kgk +qQT +wYQ +vDJ +tWg +mMf +gzx +vsZ +sgL +rOG +eRp +cHG +iWE +glQ +sxQ +iWE +iWE +iWE +iWE +xqw +vfu +lAs +lAs +lAs +eJB +iWE +wWr +lAs +jnV +ern +aqy +hiT +wwV +cQM +xpo +iWE +glQ +iWE +qDe +iWE +cTw +iWE +oFq +tdK +iWE +iWE +byd +iWE +xHu +rzs +iWE +cTw +jCC +tKK +rgU +iWE +oFq +nQT +wDu +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +qsM +qsM +bJl +wXN +qry +qry +qry +tCl +mgO +qsM +gzl +gzl +qsM +jnP +aZS +jnP +jnP +jnP +aZS +jnP +sqr +uwx +uwx +sqr +tEw +eGH +oqd +aTO +uwx +uwx +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(163,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +aZS +aZS +aZS +kct +bpw +aZS +qkB +dvy +pxi +aZS +qkB +eCD +aZS +aZS +aZS +jnP +jnP +cwI +jmN +eWh +gOI +tcL +uKf +tqL +cPS +plQ +dus +aEO +plQ +maa +xMW +hRp +nwx +plQ +xgT +jsi +ghD +fSs +mCR +sRb +dvO +qbt +ebB +aUz +uhj +uUd +ooR +skm +hFc +syO +xfz +nbs +hFc +qzV +dlq +hFc +skm +skm +dsR +hFc +hFc +hFc +jnP +aZS +wXf +wXf +aZS +aZS +gdv +gdv +scq +bPF +tLi +scq +voW +bmQ +qib +jDS +kHi +scq +wap +mPD +nSN +avn +dws +nnu +dZq +lfB +hrD +hrD +vwx +qyf +hOg +vwx +vwx +hhY +jzV +mjR +mjR +oAu +mjR +mjR +ujH +qQT +yij +vDJ +erV +kzl +kZD +sfT +gaK +gCm +pBv +cHG +ylS +cdM +wyU +wyU +wyU +dxj +wyU +wyU +wsJ +cHi +wyU +wyU +aSM +tMv +oCW +tMv +vhx +cwf +fRW +tMv +oCW +tMv +aVv +tMv +pGf +tMv +tft +hVE +tMv +tMv +jud +xqH +tMv +tMv +pkS +tMv +tMv +cwf +vhx +tMv +tMv +tMv +tMv +tMv +wOK +qfq +tUi +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +gzl +nkU +aNR +nkU +nkU +pwz +qsM +qsM +qsM +qsM +jnP +jnP +aZS +jnP +aZS +aZS +aZS +aZS +aZS +jnP +jnP +aZS +jnP +sqr +sqr +dgy +eha +eha +cdU +sqr +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(164,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +jnP +jnP +gkj +nWd +vcm +jnP +gkj +nWd +vcm +jnP +gkj +nWd +vcm +jnP +aZS +jnP +jnP +cwI +qhC +xLD +hMM +xbZ +xNB +mvS +ydT +rrr +xNB +gNy +mdi +cjO +wkb +wJx +gNy +gKI +ebB +foO +iWL +bWn +cbU +jrm +rPG +kVV +xGv +lNV +xxK +qyi +hFc +nYu +hFc +wno +jnm +xpO +ooR +hFc +hFc +hFc +pcV +tMm +fne +sfz +xhn +ooR +hFc +aZS +jnP +jnP +jnP +aZS +aZS +gdv +uWm +ouz +pgo +bNN +kNg +cdb +hNM +hNM +hNM +hNM +hNM +pwd +uci +kyA +ajq +dFT +jDm +lKw +pfK +ese +vwx +kYb +ejZ +bWu +vwx +xpf +qQK +qQK +qQK +sag +grb +qQT +dfd +qzJ +iGP +vDJ +qkq +xzm +aXX +aLk +tZt +ndK +qNn +cHG +qKE +xyC +eDy +iWE +muy +muy +pJV +giM +pcZ +mll +fkT +rQb +wWr +qAG +woi +woi +aOs +foi +izY +yic +muy +lXM +fMg +pJV +muy +muy +muy +mll +muy +iWE +nTI +yeZ +woi +woi +twC +fIo +iWE +iWE +dOc +iWE +iWE +nMU +nMU +nMU +glQ +wWw +tUi +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +aZS +gzl +mUe +bgK +hmE +qsM +qsM +qsM +atb +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +sqr +sqr +kAz +aTO +eGH +sqr +sqr +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(165,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +jnP +jnP +gkj +nWd +vcm +jnP +gkj +nWd +vcm +jnP +gkj +nWd +vcm +jnP +aZS +jnP +jnP +cwI +riB +vbY +fOK +lnL +iHB +wPQ +cwI +cDG +vJX +cDG +fGL +rjZ +qoS +mtl +mtl +mtl +mtl +mtl +mtl +fSe +qyW +cqZ +mPb +mPb +mPb +mPb +mPb +mPb +mPb +mPb +mPb +oUp +jey +hCF +sfz +haO +kMT +chK +qWe +nNp +bTr +cIH +htF +uZE +hFc +jnP +jnP +jnP +jnP +jnP +jnP +gdv +gdv +gdv +gdv +gXX +nah +mrH +hNM +uha +cVh +rLs +tlw +kyA +uci +kyA +ajq +bEC +uMe +nEy +qrZ +tUa +vwx +paF +tpn +iUA +vwx +ear +rGD +rGD +rGD +ear +xFu +fdL +sZD +ekP +vDJ +vDJ +nKO +nav +kpg +nco +vDJ +tTk +tTk +tTk +tTk +tTk +wDu +nVj +xvY +xvY +xvY +xvY +xvY +xvY +xvY +xvY +gxF +qyY +rxe +qGU +qGU +jXV +fXi +qGU +qGU +rxe +dsS +dsS +dsS +dsS +dsS +dsS +dsS +muy +nTI +vMN +wDu +wDu +ttS +wDu +wDu +wDu +wDu +wDu +wDu +nfg +nfg +aTn +mdS +wWw +tUi +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +aZS +aZS +gzl +nkU +vnO +qsM +qsM +jnP +aZS +tHM +tHM +jnP +aZS +jnP +aZS +jnP +aZS +aZS +dYS +aZS +aZS +jnP +aZS +aZS +aZS +jnP +rIf +sqr +sqr +aTO +neC +jCp +sqr +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(166,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +wXf +jnP +jnP +gkj +nWd +vcm +aZS +gkj +nWd +vcm +aZS +gkj +nWd +vcm +jnP +aZS +jnP +jnP +cwI +pio +wGA +pMq +xoF +yiY +uGJ +cwI +cDG +jnP +mtl +mtl +mtl +mtl +mtl +iBg +oWG +isx +oFr +jSs +etV +ekE +ooY +sIm +mmj +lPD +tSV +oET +qGJ +jrp +cVe +mPb +dDv +rAb +kye +rAJ +fQC +elP +gyi +gyi +gyi +qZJ +gyi +gyi +hWY +hFc +hFc +hFc +hFc +jnP +jnP +jnP +aZS +aZS +aZS +gdv +ofj +xvD +oVw +hNM +rQV +cpF +wnL +tlw +kyA +uci +kyA +ajq +ije +jDm +jDm +kak +cKE +vwx +drk +gQS +gBN +vwx +lxV +haB +jhy +kkT +ear +ear +eyS +oXT +tNr +vDJ +wqo +pHD +aRt +qAx +kdG +mnm +qUR +rgI +wJH +qCp +tTk +ktC +mXw +xvY +uIh +vkO +wux +vsq +lNR +osr +xvY +xvY +xvY +xgZ +rqy +rqy +wcU +guE +sUq +lay +mfk +xFk +hHn +frs +wdX +jOL +xKP +dsS +fMg +trE +tkC +wDu +bcm +fgN +qvQ +woP +nBO +kTf +lmx +hJp +jPd +nfg +oQE +xgn +wXx +tUi +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aOV +aOV +aOV +aOV +aOV +aOV +nkU +aNR +gzl +jnP +jnP +aZS +tHM +tHM +jnP +aZS +jnP +aZS +aZS +cfc +cfc +cfc +cfc +cfc +aZS +aZS +jnP +aZS +aZS +aZS +aZS +sqr +cdz +blz +flT +sqr +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(167,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +jnP +jnP +gkj +nWd +vcm +jnP +gkj +nWd +vcm +jnP +gkj +nWd +vcm +jnP +aZS +jnP +jnP +cwI +cBd +wDJ +rGC +tcL +gNy +wEh +sIS +jnP +jnP +cuK +yfV +vuR +sYI +nyD +uwg +uRl +dAg +kgn +jSs +kWw +ekE +bcW +wcV +jkc +hyB +arJ +arJ +jrp +dru +fnI +mPb +mPb +mPb +mPb +mPb +mPb +gyi +gyi +efD +okn +dgx +cbq +gyi +hoa +xGv +cgy +qwi +hFc +hFc +hFc +aZS +aZS +jnP +jnP +fzc +bPF +xvD +ulA +hNM +eJV +dXR +hWf +opA +nIN +fVm +kyA +qPb +jDm +jDm +jDm +fTF +vwx +vwx +vwx +iYb +vwx +vwx +ecj +aXm +nGj +qtL +tDz +rGD +eyS +oXT +wxB +tei +hJB +skO +mMf +bKI +mMf +mnm +hep +lsM +bvI +fSr +tTk +cyL +dQg +xvY +rNn +wZZ +wZZ +tYW +wZZ +wZZ +xvY +dLL +xvY +bLB +mwM +ffZ +amI +chp +lSp +uUj +qhc +wid +nHz +oll +iQo +pjc +mAf +dsS +muy +nTI +jni +wDu +hzR +vjE +ehO +vpr +uMS +nbw +hzR +sHf +pkj +nfg +nMU +glQ +bFF +wDu +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aOV +dJU +pIO +fho +xKH +aOV +nkU +aNR +gzl +aZS +aZS +gpu +mFf +qNa +jnP +aZS +aZS +cfc +cfc +cfc +cfc +cfc +cfc +cfc +cfc +cfc +aZS +aZS +jnP +jnP +jnP +sqr +sqr +eGH +nqH +sqr +sqr +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(168,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +aZS +aZS +gkj +whF +vcm +aZS +gkj +whF +vcm +aZS +gkj +whF +vcm +aZS +aZS +aZS +aZS +cwI +xNB +gjn +ppS +jIn +mbo +vsx +sIS +jnP +jnP +vEj +gOR +rpK +vCv +fBz +evV +vOa +pHH +dxI +jBn +iFe +aCc +eJL +qER +kTP +geE +lQb +aTF +vAT +mYI +mhP +sIm +mKs +bRF +fKd +uLJ +sIm +mwV +qZT +cIe +cIe +sQp +eVv +gyi +gyi +hFc +uaV +cmE +aDx +qyi +hFc +jnP +aZS +jnP +jnP +fzc +iZe +lVm +pgo +hNM +hFR +tlb +jRb +tlw +kyA +uci +kyA +dws +qIe +qIe +jCy +vwx +vwx +vjr +bCM +cUv +rXT +vwx +nln +fsn +nGj +qtL +dgq +rGD +eyS +oXT +wxB +aiP +efX +lem +fYp +jke +tfP +efX +sTg +wPL +myb +iKS +tTk +ohK +bPz +xvY +wCX +osr +boG +pro +auI +nUP +mEn +yeJ +anP +gKo +vuN +bgp +btz +oZc +fJt +iJE +lXF +ixQ +cBM +ppU +ujG +xQS +loU +dsS +muy +nTI +xVz +wDu +tfb +wTf +kTf +gBE +pUc +pSv +bsj +oys +cAE +cAE +cAE +inD +cAE +cAE +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aOV +iFN +xap +drz +ffp +liL +qry +dIX +gzl +jnP +jnP +gpu +wCS +gpu +jnP +aZS +cfc +cfc +cfc +cfc +eaS +xfT +qpS +cfc +cfc +cfc +cfc +jnP +jnP +jnP +jnP +jnP +uwx +eGH +aTO +aTO +uwx +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(169,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +jnP +aZS +jnP +jnP +aZS +jnP +wXf +jnP +jnP +cwI +cwI +cwI +ydT +cwI +uRy +oWb +sIS +jnP +jnP +trI +htw +vHT +szp +aXM +cow +oTB +kMl +kMl +jSs +rLn +jox +wKo +sBe +tTt +beu +uBo +sIm +sIm +sIm +sIm +sIm +arJ +mWx +arJ +arJ +sIm +tYT +oYI +ajN +naK +jlo +ojG +iNz +gyi +vFy +rsa +gAX +jOM +hFc +hFc +hFc +hFc +jnP +jnP +fzc +jUR +kQn +tLi +hNM +hNM +hNM +hNM +hNM +kyA +uci +wvT +dws +qEl +ndM +trG +vwx +qnz +arp +mmG +xiH +ljm +dRD +gWT +fsn +nGj +qtL +qnW +ear +tdN +tFz +wGx +nYF +ybW +ykm +ybW +mSf +ybW +ybW +oRk +bEz +hvF +eVD +tTk +eYm +obc +xvY +lYE +arO +vtw +ybf +wZZ +yif +xvY +eHm +xvY +bLB +dOF +eXt +btz +oZc +mJr +iJE +lXF +dsS +aAM +lqN +ljM +xxR +vfv +dsS +eFg +pdG +udN +wDu +nuJ +nuJ +nuJ +xqe +ybH +nuJ +doE +gLS +cAE +iFX +eFJ +oxC +eLx +eJG +eJG +fCX +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aOV +fBo +xap +iMV +yhL +aOV +gpu +gpu +gpu +gpu +gpu +gpu +mFf +gpu +gpu +gpu +cfc +cfc +cfc +esr +pCY +xAV +jZq +nOF +cfc +cfc +cfc +cfc +aZS +aZS +aZS +aZS +uwx +dgy +cdU +aTO +uwx +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(170,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +wXf +jnP +aZS +jnP +jnP +wXf +wXf +wXf +wXf +wXf +jnP +jnP +aZS +jnP +wXf +jnP +ulI +ulI +ulI +yiH +jSe +ydT +sEY +eqD +cDG +cDG +jnP +mtl +mtl +mtl +mtl +mtl +rDY +kMl +fzC +fqS +jSs +aoK +pmO +wdZ +aZW +rjn +jdE +hMn +aTF +ktJ +mYI +aio +hGJ +arJ +gvK +oKy +geE +sIm +pSo +agx +uLN +xWj +api +cIe +uji +gyi +pAd +uUd +jwV +hFc +hFc +mLx +mLx +hFc +aZS +aZS +gdv +oft +xqn +lls +bPF +sgi +uuC +fBk +iro +wgJ +uci +lEr +dws +dws +dws +dws +vwx +jyX +sIE +pld +xiH +mox +kNz +wPI +fsn +ngc +qtL +cVs +ear +peJ +oXT +wxB +aiP +efX +nMh +aRt +kAu +kdG +efX +sTg +wPL +kBS +iKS +tTk +mfz +oXw +xvY +kMW +qYF +xXf +lXg +bUT +osr +xvY +gnH +xvY +xgU +bLm +qrM +stk +npH +qnZ +tKW +lXF +dsS +wcE +hWz +rLi +elA +uww +dsS +muy +nlJ +gkN +wDu +ugp +wHO +pSv +pQk +bmZ +nuJ +pSv +eVs +cAE +aAV +hPE +guJ +jCE +uDU +dUf +uDU +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +pwO +tHM +aOV +jcR +nCP +ayj +rUc +bgr +wfX +dtW +dtW +dDm +mFf +fVN +bwX +mFf +wCJ +gpu +cfc +cfc +cUk +vaW +vla +vaW +jbs +vaW +dGI +cfc +cfc +cfc +aZS +jnP +aZS +jnP +sqr +sqr +shl +sqr +sqr +sqr +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(171,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +wXf +uAl +wXf +wXf +wXf +jnP +jnP +jnP +wXf +uAl +wXf +wXf +wXf +wXf +jnP +mQZ +nVF +sXH +jsL +xNB +luf +xNB +xoy +gjn +cDG +cDG +cDG +pNu +asy +pqj +mtl +mtl +nwI +uOC +tex +jSs +jlH +dGn +dis +tJg +tdj +arJ +rum +rum +jrp +wPa +uqh +sIm +iOK +ukK +xVl +smF +sIm +nZG +lpm +lDR +cIe +api +nJN +djk +gyi +qqq +wno +rMi +hFc +jtg +sZb +yjU +hFc +jnP +jnP +gdv +mRC +rpQ +wLO +qXY +uIl +mfA +scq +iro +kyA +uci +rZB +bVb +bmi +cUb +qlS +vwx +bAG +dcx +nKr +wel +qUc +kNz +wEI +fsn +qvr +afe +afe +nFU +vWf +dJj +wxB +tei +tBr +mMf +mMf +mMf +mMf +ybE +hep +vha +gIU +aFS +tTk +oXw +mVd +xvY +xvY +xvY +xvY +xvY +xvY +xvY +xvY +xvY +xvY +uCp +gwP +ksW +urU +rBZ +sdv +ksW +uyc +dsS +cuz +mXO +pjc +pjc +jWF +lwn +mxJ +suS +udN +wDu +cVJ +vYY +pSv +pnD +cGp +kTf +bmZ +dZk +cAE +qIH +kwl +knK +rkF +eJG +eJG +eJG +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +hbJ +oWC +qdD +aOV +ppC +xap +uFj +dPX +rQl +gpu +olk +mCe +scK +mFf +xZr +fEj +gpu +gpu +gpu +cfc +xEX +sEM +slE +slE +qIW +slE +slE +sEM +cfc +cfc +cfc +cfc +aZS +aZS +jnP +jnP +sqr +rQD +lfY +oLc +sqr +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(172,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +ulI +ulI +ulI +yiH +xNB +ydT +ppS +qvB +xMW +ehX +usT +nMS +jjj +ayV +bfz +eDJ +lVs +vnL +vnL +vnL +vnL +wQk +eWa +vAJ +sIm +qAW +lWb +dtU +fAd +vAT +jrp +tIK +sIm +sIm +sIm +anc +sIm +sIm +uNK +uNK +tVg +mro +nuw +ptH +uNK +gyi +nhr +uTq +qfH +tcz +xjP +nMO +vmK +hFc +jnP +jnP +gdv +gdv +reh +iMZ +rnZ +tLi +xvD +qib +iro +xhC +vLS +rZB +bVb +vej +aSg +rEg +vwx +phr +erR +cSM +kjE +uWU +kNz +lrP +fsn +ghm +qtL +ozs +rGD +peJ +oXT +wxB +vDJ +woS +ggt +fYp +jbE +hrX +lcY +tTk +rgI +qPr +aCF +caq +soW +wae +mqC +rLT +jcy +hwR +gRv +avQ +jcy +mXw +wlz +bCk +bCk +bCk +xQw +ksW +eiO +bng +jBE +lzr +dsS +rNq +pWx +hxu +nQn +iEW +dsS +muy +iWE +uYU +wDu +vYY +mXL +tQV +yfk +mUf +aMB +ezK +lba +cAE +cAE +cQi +egV +riH +xVI +lju +ghg +jnP +wXf +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jzu +qQL +uIx +iLL +iLL +iLL +hUI +iLL +iLL +gpu +gpu +gpu +dfT +gpu +gpu +gpu +gpu +mub +fjx +hdY +xAV +gZb +tzX +cyI +fnU +ccg +slE +gZb +xAV +cfc +cfc +cfc +jnP +aZS +jnP +jnP +sqr +wsG +qMH +ixd +vDf +rdB +rdB +rdB +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(173,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +cwI +cwI +cwI +cwI +vgj +tfe +plW +cjO +iHB +gjn +wkb +cuO +mqm +xoy +lVs +hBf +ecR +lUf +vnL +hSG +dGn +dis +sIm +lBs +mBA +sIm +sIm +sIm +sIm +sIm +sIm +auh +lXt +uuL +ina +vaH +uNR +qLh +tMD +qMJ +wgz +qMJ +cej +jDu +jMn +kTR +wKx +hFc +iWP +oyF +jRJ +hFc +aZS +aZS +gdv +buE +tpo +gdv +iMZ +iMZ +gnA +iZe +iro +kyA +ylh +ePd +qkM +bHJ +oqa +nRH +vwx +vZW +usW +sCv +icZ +iMn +kNz +jKH +tXX +qtL +qtL +dti +rGD +eyS +oXT +xTM +vDJ +wVl +czn +qiO +cyl +wKY +ucI +tTk +tTk +tTk +ryp +caq +ith +caq +wSX +pNl +exr +tsp +kba +lyU +sRq +exr +kba +dTN +wcP +cLm +ueN +ekB +qNV +ueN +ueN +ueN +dsS +hse +isl +hse +iQl +dsS +dsS +vRn +ggn +ggn +sTG +pqP +nQg +nuJ +mKz +vYY +mYA +sCk +hoN +sbA +cAE +pYE +flb +oCC +eJG +jnP +jnP +qHs +aZS +tEb +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +aZS +fSu +jwT +gXO +dbn +iLL +bfT +mYP +sIx +geh +iLL +uwp +aKa +lLR +sRx +tFJ +aKa +lLR +aLu +kTX +eqh +eVl +xAV +gZb +vku +bRd +wSN +bRd +rjg +gZb +xAV +cfc +cfc +cfc +aZS +aZS +aZS +aZS +pLm +eGH +pbm +pbm +ltC +rTJ +rdB +rdB +rdB +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(174,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +cwI +cwI +cwI +cwI +cwI +cwI +cwI +cwI +cwI +xNB +upd +lVs +kwO +lTk +dAS +vnL +tMD +dGn +dis +dis +dis +dis +dis +bvz +aUl +upm +vNd +unI +lvl +wcI +pzb +lhk +tfI +nsM +lWD +tfI +tfI +ubl +omV +omV +dRc +diW +qnB +kRC +jYq +fSH +xcj +hFc +hFc +aZS +jnP +gdv +pXS +tql +hbD +fhm +rrm +xvD +bPF +iro +qfd +uci +rZB +bVb +vRf +aWf +haK +vwx +vwx +dMK +nML +amU +hOI +vwx +iwY +pEe +tLg +qtL +sbt +ear +ubB +fef +pBk +vDJ +vDJ +vDJ +vDJ +vDJ +vDJ +vDJ +mlm +mlm +mlm +rqT +jCt +txo +jPB +bXh +nQD +bsO +stp +jHx +sAp +fIk +bcg +rgF +mfo +koz +cLm +mxc +xor +vKa +gbT +vDF +xhg +wxD +rDg +nsp +gkK +iXh +bHM +nkr +xjS +hmb +pkp +sTG +sTG +sTG +sTG +sTG +sTG +sTG +sTG +foN +hzR +cAE +bZP +flb +beV +eJG +aZS +aZS +aZS +vDx +iWM +quR +aZS +aZS +aZS +aZS +aZS +jnP +jnP +aZS +sMt +aVp +xZA +tsv +iLL +bpM +bkt +shQ +nak +iLL +lab +qRU +qRU +jNN +vFT +kLN +qmH +gpu +vqd +slE +eVl +xAV +kYX +bXH +bRd +bRd +jpv +ngF +pKh +vBV +swR +cfc +cfc +jnP +aZS +aZS +jnP +wXL +qbx +sOv +wcz +qVp +gOC +kmm +pYU +pYU +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(175,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +gUo +aZS +cwI +gNy +fXf +lVs +awS +nxh +vVX +vnL +hcy +lDW +iFe +iFe +iFe +iFe +qYr +tfI +wBc +tfI +tfI +tfI +tfI +gwI +olC +uuL +tZY +gig +tZY +hwB +lvl +oOX +jDu +jDu +jDu +hFc +ooR +uQo +hFc +hFc +hFc +hFc +jnP +aZS +jnP +gdv +ceZ +pcS +fhm +peo +reh +hUH +tLi +iro +kyA +uci +tmp +bVb +bVb +jqW +bVb +dRD +vwx +kNz +kNz +fnD +kNz +vwx +ear +rGD +ulW +rGD +ear +ear +rRO +nnm +rdv +bWE +yeF +cfn +mlm +kAd +woM +gHU +ijS +qsf +mlm +cmJ +mrt +kqD +caq +caq +caq +caq +caq +caq +cGm +stp +cGm +caq +mit +mXw +cLm +aog +hBa +hhr +bue +cPN +iBu +wUe +hIq +uWH +iaw +ixY +vSF +fve +kuM +ghZ +isR +uSH +sTG +bim +opz +kzE +jRt +bQW +sTG +vAu +okI +cAE +cAE +cbB +uBd +eJG +jnP +jnP +udY +aZS +tEb +jnP +yip +jnP +jnP +jnP +aZS +wXf +aZS +cLk +jLp +qyt +jkd +kmM +svl +jzw +tbu +lih +xRU +mmp +tPW +tPW +lbP +mzf +pPT +vBi +gdk +dJy +rjb +rjb +emN +uYY +ndf +klp +sxw +bRd +mVY +lvC +pGO +ioy +vku +cfc +cfc +heL +aZS +jnP +jnP +tcx +hKF +aTO +uvj +amA +fFm +nSe +rdB +rdB +aZS +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(176,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +aZS +aZS +cwI +fSz +kbN +lVs +vnL +rjW +vnL +vnL +bAh +tZY +tZY +qpV +tZY +tZY +wgz +bcW +iCI +aCx +bcW +bcW +bcW +txP +nIf +fZi +nIf +nIf +nIf +tZY +lvl +awt +jDu +nCc +pjL +kiI +skm +uAw +yiV +hFc +skw +hFc +aZS +aZS +aZS +gdv +gdv +gdv +gdv +gdv +gdv +xDi +pgo +iro +lcQ +uci +rXG +kwq +slA +slA +tyR +sIQ +iXO +tpZ +lGO +pAz +tTh +coV +ceQ +oYi +diD +hmH +kzz +phO +xqB +tGy +nZS +oMu +xMV +gYO +xBb +ovO +hKv +ydw +mPh +fzq +mlm +cGe +cGe +cGe +cGe +kqE +ppE +jTu +caq +fxj +pWS +ogA +syk +kKJ +lbo +pot +cLm +vke +mSr +rAD +vpe +cNM +fXZ +hTw +bHo +bdv +ahu +fCQ +bHM +oyG +xnm +lyl +jHP +seE +oLN +raV +ooa +dZj +mqy +nAz +sTG +foN +vYY +tXl +cAE +odG +ecq +pgp +lju +bZs +jnP +wXf +jnP +jnP +aZS +yip +aZS +wXf +wXf +aZS +udY +aZS +aoy +ceu +htN +gYV +iLL +bpM +aXS +hyl +eJP +iLL +lab +qRU +qRU +tgQ +vFT +rnD +lFD +jIW +qoP +slE +sms +xAV +xpu +hCh +bRd +bRd +bRd +bpI +fDd +iZI +fHS +cfc +cfc +jnP +aZS +aZS +jnP +gFH +hBj +wlP +vJx +sBE +gOC +oPU +jST +jST +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(177,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +iWn +fjJ +fjJ +fjJ +fjJ +fjJ +fjJ +fjJ +fjJ +jnP +jnP +jnP +jnP +jnP +aZS +cwI +cwI +uXq +knc +lVs +mPO +aFc +nRn +vnL +vnL +nTT +xlj +vnL +vnL +xLu +wgz +bcW +kbj +kbj +kbj +kbj +kbj +kbj +kbj +foL +eDm +qJf +nIf +tZY +lvl +jPg +jDu +byT +uUd +uUd +qbz +rhL +kcT +vzs +bWG +hFc +jnP +jnP +jnP +aZS +jnP +aZS +aZS +gdv +pgo +gpH +sTa +iro +rMo +abB +rXG +kwq +xSL +xSL +xSL +fTr +kHv +rsA +lHT +ocQ +bNe +odL +odL +mcS +mcS +odL +odL +odL +odL +kMo +nZS +jcs +voZ +ghI +nZR +wef +svU +tdu +stA +iUU +mlm +rhN +rTq +dVY +cGe +sGk +brN +pTu +caq +caq +caq +caq +caq +pDq +vxw +jWI +cLm +cLm +cLm +vHf +lJz +ueN +ueN +aGP +ueN +uwB +iBG +xhg +ePX +aKP +hoL +aeP +hoL +jKU +sTG +wxL +wNJ +vxs +mOe +kUJ +sTG +vAu +uMS +xki +cAE +cAE +cAE +cAE +aZS +aZS +aZS +aZS +aZS +jnP +jnP +aZS +sPc +lju +lju +wfN +jnP +aZS +aoy +rOk +htN +pgl +iLL +geh +dQC +sIx +xwv +iLL +uwp +aKa +bqT +rtf +fXv +aKa +uwp +aLu +onr +lfh +qFR +xAV +lVS +vku +bRd +cGJ +bRd +rjg +lVS +xAV +cfc +cfc +cfc +aZS +aZS +aZS +aZS +ycO +eGH +aTO +rZL +gFd +rTJ +rdB +rdB +rdB +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(178,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +fjJ +fjJ +pzW +tua +hfE +edG +mct +hcc +fjJ +jnP +jnP +jnP +jnP +aZS +aZS +cwI +fGL +xNB +uCR +lVs +ixF +aFc +dRp +bnT +xar +rGk +jwH +jnv +vnL +etV +wgz +sCg +kbj +aSI +jRI +tBv +nSu +idX +kbj +fqk +xMn +qJf +nIf +cUx +lvl +ceS +jDu +cWU +uUd +uUd +ooR +qqq +gFr +wYF +tMm +hFc +jnP +jnP +jnP +aZS +jnP +aZS +jnP +fzc +sDq +wkQ +ihl +iro +qEg +kLD +ghk +ngr +ngr +ngr +ngr +ngr +ngr +ffq +uBc +hFp +wdr +jTp +jTp +fOX +fOX +jTp +jTp +jTp +jTp +vWR +nZS +nGf +jIY +edR +xBb +mhv +uUX +aqz +buB +tMX +bPJ +qXG +qXG +xSj +cGe +cGe +dTf +pKO +iPP +bFj +mXw +jJG +caq +sAp +wxn +mXw +bHQ +nQD +caq +caq +caq +caq +sVV +rUl +ueN +ris +xpc +xhg +sTG +lAo +nng +bHM +pPO +atE +sTG +sTG +qos +sTG +sTG +sTG +sTG +foN +dZk +cDa +ooK +twq +dwx +nuJ +jnP +jnP +jnP +jnP +aZS +aZS +aZS +aZS +aZS +wXf +wXf +aZS +qHs +aZS +aoy +asn +jCk +cyO +iLL +iLL +iLL +jeQ +iLL +iLL +gpu +gpu +gpu +dfT +gpu +gpu +gpu +gpu +gTn +tXW +bro +xAV +lVS +slE +acQ +tcq +mBR +slE +lVS +xAV +cfc +cfc +cfc +jnP +aZS +jnP +jnP +sqr +eSm +bol +xih +ycO +rdB +rdB +rdB +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(179,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +fjJ +qes +hfE +hfE +hfE +eTx +eTx +eTx +fjJ +aZS +aZS +jnP +jnP +jnP +jnP +cwI +tBy +gFW +hcf +lVs +xmH +iuP +aeB +nAi +hZb +mom +toB +omH +vnL +tXA +wgz +bcW +oIW +wFe +cgP +msT +kBW +sav +kbj +cZB +nIf +nIf +nIf +tXA +lvl +kzO +jDu +jhm +jZG +oDg +hFc +jQw +lnB +tMm +qqq +hFc +aZS +aZS +aZS +wXf +wXf +aZS +jnP +fzc +eSx +drv +scq +iro +gkp +uci +bVe +ngr +tZr +mBq +fRk +tyo +jER +jQP +mio +fUV +dvc +dbM +ptx +xda +sGx +dvc +juI +eGE +jJu +ivo +uBc +quC +rnE +bhq +mlm +mlm +xGF +oVe +jkX +ucn +mlm +pfG +ksG +tfW +fkU +cGe +uXJ +bFj +mXw +uys +pTu +caq +caq +gRv +ktr +hkT +cQy +rqF +xtZ +wCd +eqw +nnV +ouZ +meq +ueN +cEW +iBG +tgv +sTG +xjA +bNG +bHM +bNG +sit +sTG +rXp +rAB +ovN +mUd +xVG +xVG +igL +xyd +aMB +hxC +iBN +dZk +nuJ +nuJ +nuJ +nuJ +nuJ +nuJ +aZS +jnP +jnP +aZS +jnP +jnP +wXf +aZS +lLu +xxl +hLb +bEB +bEB +cDj +lXv +eKF +pMu +mMl +kHY +gpu +mzy +lwv +scK +mFf +vYK +jir +gpu +gpu +gpu +cfc +oRb +xpu +slE +slE +qIW +slE +slE +xpu +cfc +cfc +cfc +cfc +aZS +aZS +jnP +jnP +sqr +hwd +bss +eKj +sqr +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(180,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fjJ +qes +hfE +hfE +hfE +edG +mct +hsh +fjJ +aZS +jnP +jnP +jnP +jnP +jnP +sIS +rmc +tfe +xoy +lVs +lVs +pFV +sFr +mln +orY +hiK +cga +lik +vnL +tZY +pQm +wdZ +uJJ +wFe +tep +jKe +kBW +deO +kbj +sOx +gJU +kuB +jDu +jDu +klt +hYb +jDu +jDu +sWq +sWq +hFc +uUd +dkm +tSl +hFc +hFc +jnP +jnP +jnP +wXf +jnP +aZS +aZS +gdv +ocY +xvD +sDq +iro +whd +gkw +umN +ngr +rJG +xHX +rGt +pfT +jER +kgW +uBc +fUV +ibK +ibK +ibK +ibK +ibK +ibK +ibK +ibK +vXk +lCZ +khc +kZA +nGU +uEG +vUM +mlm +mlm +mlm +mlm +mlm +mlm +cGe +cAP +lSc +dsi +cGe +mXw +pTu +lFy +wZe +rKG +caq +gRv +mXw +tYI +loN +loN +loN +loN +sEy +sEy +sEy +sEy +sEy +sEy +wti +xpc +lBw +dlW +dlW +dlW +dlW +dlW +dlW +dlW +jWe +uMS +bmZ +iLJ +iLJ +iLJ +iLJ +iLJ +bmZ +jZS +vYY +vYY +oho +pVw +eZJ +oGw +oOr +nuJ +aZS +jnP +jnP +aZS +jnP +jnP +jnP +jnP +aZS +oZW +mcH +mcH +ltY +iLL +mdN +bEB +jhL +fPO +fPO +bmg +nMX +nMX +nGz +mFf +lwE +cdo +mFf +wCJ +gpu +cfc +cfc +vrF +lUV +tSS +lUV +cGA +lUV +ilH +cfc +cfc +cfc +aZS +jnP +aZS +jnP +sqr +sqr +shl +sqr +sqr +sqr +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(181,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fjJ +qes +hfE +oXJ +eTx +eTx +eTx +eTx +fjJ +fjJ +jnP +jnP +jnP +jnP +jnP +sIS +pZW +byH +mJg +ves +lVs +lVs +ksB +dRp +sKo +kaJ +xXl +vLC +hqC +gUN +iKb +eJL +uJJ +wFe +cgP +hou +kBW +rzV +dpx +dpx +dpx +dpx +ejl +dwF +mMe +ato +jut +ejl +ejl +ejl +ejl +osi +bLH +osi +osi +jnP +jnP +aZS +aZS +aZS +aZS +jnP +jnP +osi +osi +pKm +osi +osi +bbd +uci +bVe +ngr +xtX +gEv +aQB +wVg +qPB +dzf +wkg +byS +ibK +kqs +tcj +gzA +tcj +cwy +tZw +ibK +vph +ivo +uBc +mLz +dKr +lQs +tAu +tAu +lVE +sAW +oyk +lpu +tAu +pfG +dNi +kQy +oWi +cGe +idP +pTu +yhk +caq +caq +caq +gRv +aAN +dso +loN +oyl +vIi +pBo +fuE +uku +xQM +xnu +iic +wgu +dBN +ybg +xhg +dlW +sPF +cGG +qEo +bWm +waz +dlW +kmv +dwx +aqW +iLJ +fHa +tXq +wAu +iLJ +ybH +eYc +oRe +ujC +aqL +kts +vYY +gbC +ewS +nuJ +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +iLL +hdn +jqg +ton +nmD +iLL +gpu +gpu +gpu +gpu +gpu +gpu +mFf +jae +gpu +gpu +cfc +cfc +cfc +pfP +aiS +xAV +juR +nOF +cfc +cfc +cfc +cfc +aZS +aZS +aZS +aZS +uwx +fGJ +mZO +aTO +uwx +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(182,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +fjJ +teD +coB +fjJ +eTx +joC +iYO +eTx +bTk +mTh +mTh +rzL +fjJ +aZS +jnP +jnP +jnP +jnP +cwI +cwI +qTH +xEt +iam +fsJ +lVs +vKT +dRp +eIv +fbo +fbo +fbo +sVN +kWw +ePg +tfI +tWs +nmF +soY +aQs +bVC +sut +dpx +gPD +oBT +kjM +ejl +mOO +mMe +ato +sTZ +oZE +gTI +ixE +ejl +dbS +fnB +jFq +kue +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +kue +cGM +fJD +oef +osi +oLI +uci +bVe +ngr +mrc +bwj +nGR +cDd +jER +nxl +dsY +ngr +ibK +aoM +vvp +vvp +vvp +vvp +qYf +ibK +tZm +ivo +nZS +dhB +jIY +bKg +rnr +wMg +cZW +kgw +qWm +jfE +vlh +ngk +jPE +aRw +cGe +cGe +caq +tIC +caq +caq +gRv +fIk +vsW +jcy +iSD +loN +nrQ +qbj +qFC +smU +aNj +jub +tOd +pMb +kqh +bHo +xpc +xhg +hbr +stK +tlD +tlD +vAE +gin +dlW +dlW +dlW +dlW +dlW +eiD +gpm +bCx +iLJ +jdY +hoN +bBY +uMS +vdo +pVw +mBH +lkR +bNJ +nuJ +nuJ +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +iLL +iJa +gkv +mdq +fPO +oid +lBH +ogW +oyW +jnP +jnP +gpu +wCS +gpu +jnP +aZS +cfc +cfc +cfc +cfc +fVD +aYJ +nLl +cfc +cfc +cfc +cfc +jnP +jnP +jnP +jnP +jnP +uwx +eGH +aTO +aTO +uwx +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(183,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +fjJ +oWL +kwy +arw +eTx +joC +hfE +eTx +bTk +mTh +mTh +hcq +fjJ +aZS +jnP +jnP +jnP +jnP +aZS +cwI +pvz +xEt +kAN +pvz +lVs +eGf +kCl +kCl +teT +kCl +kCl +otv +tfI +uge +eJL +wjj +tUS +hGZ +msT +bks +dpx +dpx +uLS +kXZ +oXp +ljn +pxs +vAx +nab +mMe +mMe +mMe +dem +ejl +hWb +vmL +tiu +osi +kue +kue +osi +kue +kue +osi +kue +kue +osi +niU +mtt +qcg +osi +bsl +uci +pHO +ngr +skh +afJ +riz +iFw +ngr +ngr +ngr +ngr +aHH +sXE +mQI +bjO +cxT +bjd +bjd +kSh +oWm +ivo +nZS +vrA +nff +fbE +ngp +bQG +aZQ +itF +ctV +aLO +tAu +rhN +arZ +fTv +cGe +bsO +xTH +mXw +tVw +dGc +qFP +nGt +bpH +bpH +bpp +loN +uWd +mbi +oxy +smU +sFK +uxz +ozG +lAP +kqh +bHo +iBG +xhg +voS +oQt +hzc +cYq +baS +dlW +dlW +xzk +iqH +sjK +dlW +pkm +wxo +fqW +iLJ +pAS +hoN +pSv +pSv +kTf +nuJ +kfa +wyS +sHN +ugn +nuJ +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +iLL +ijk +rLu +oDV +nyd +und +ykW +kex +oyW +jnP +jnP +gpu +mFf +gpu +jnP +aZS +aZS +cfc +cfc +cfc +cfc +cfc +cfc +cfc +cfc +cfc +aZS +aZS +jnP +jnP +jnP +sqr +sqr +eGH +ckn +sqr +sqr +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(184,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +fjJ +eVz +kcq +cMi +eTx +eTx +aiX +eTx +eTx +tnY +vqv +fNa +fjJ +fjJ +jnP +jnP +jnP +aZS +cwI +cwI +cwI +shw +iHB +aYO +lVs +oYN +xJE +xRM +fSd +nZB +ecm +csk +kWw +nUZ +kop +kbj +wnZ +mlC +dVo +vkp +dpx +bzL +cuo +hXO +vGp +dGL +lsE +mMe +mOi +dNN +dNN +lOR +dNN +xcB +mnI +fth +lxc +fXw +lxc +lxc +jGd +lxc +lxc +sWH +lxc +lxc +fXw +lxc +vJF +fYu +hgZ +rcU +uci +bVe +ngr +rdY +qng +sbm +pYw +bOl +fqo +bOn +ngr +kbG +sXE +kLa +ltB +tpW +iIW +iIW +fVX +oWm +ivo +nZS +hJc +xMV +npA +rnr +gJw +xOL +ayW +fVV +oVJ +tAu +cGe +cGe +jTL +cGe +mXw +mXw +mXw +mXw +fIk +mXw +jcy +caq +pov +nXe +loN +nUn +lim +tfz +eZR +yfW +dRo +wWm +vWF +kqh +bHo +xpc +xhg +voS +fZU +ygW +xry +cHe +dlW +wFd +efB +efB +oGS +dlW +ahk +cXx +nZP +iLJ +aVo +fOz +nuJ +fEa +vtf +nuJ +nuJ +uzX +vYY +rhV +nuJ +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +iLL +iLL +iLL +iLL +iLL +und +iBt +kex +oyW +jnP +jnP +aZS +tHM +tHM +jnP +aZS +jnP +aZS +aZS +cfc +cfc +cfc +cfc +cfc +aZS +aZS +jnP +aZS +aZS +aZS +aZS +sqr +uQe +blz +flT +sqr +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(185,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +fjJ +aSj +jmr +kwy +hhU +kAa +xhr +xhr +otB +sUV +fEn +oDN +lKv +otB +aZS +jnP +jnP +aZS +cwI +rpU +tcL +uyY +cjO +cDG +lVs +vnL +vnL +vnL +vnL +vnL +vnL +vnL +foo +mHn +wdQ +kbj +raW +mlC +dVo +qpp +dpx +qcF +gap +lkE +tbW +dGL +lsE +mMe +vmP +qMj +elG +kIU +vzf +iOp +aRe +eSD +lxc +mrW +mrW +mrW +lxc +mrW +mrW +sDJ +mrW +mrW +mrW +lxc +fmN +sxj +xxc +mgl +lNL +diP +ngr +ifq +pfT +wbH +pfT +qJn +qJn +fpj +ngr +aMh +tce +nWA +euh +sVU +lmv +cHN +uhY +vHN +tEG +nZS +sUp +xMV +pnK +tAu +ojT +cbG +oYx +vQU +oBj +tAu +gRv +mXw +jcy +gRv +bFj +jcy +bUD +caq +caq +caq +caq +caq +hiH +dso +loN +loN +loN +loN +sEy +aDy +hIL +lws +vzP +ieP +hXf +qCG +nxN +jEA +quF +qTK +iep +naT +dlW +qYS +nxI +qzu +dlW +dlW +iVC +xQA +uFI +nBx +xGq +kLu +kTf +nuJ +crR +rqw +cmK +rPe +xPt +xUy +nuJ +aZS +aZS +aZS +jnP +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +aZS +aZS +oyW +ykW +kex +und +und +jnP +aZS +tHM +tHM +jnP +aZS +jnP +aZS +jnP +aZS +jnP +sjz +jnP +aZS +jnP +aZS +aZS +aZS +jnP +ihv +sqr +sqr +aTO +neC +jCp +sqr +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(186,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +iWn +fjJ +teD +mTb +qvC +fjJ +fjJ +lGv +sFE +dEd +unt +rnM +jRV +bRb +hoq +rWK +uqp +jZP +ckc +hAl +aZS +jnP +jnP +jnP +cwI +gMH +ydT +kJN +fee +xpb +cEd +xaC +vGN +gbL +byv +buZ +fVy +och +kWw +nUZ +dis +pHP +hhz +wFl +kpq +kMm +dpx +qQa +gvu +ldA +jZh +thH +lsE +mMe +eVL +fNP +fNP +ibR +fNP +xcB +xZT +jNt +lxc +mXj +lxc +lxc +sVG +lxc +lxc +lIm +lxc +lxc +mXj +lxc +dmT +foG +hgZ +txh +uci +ejP +ngr +lrp +kkX +dCz +lfp +sHm +wpN +xUs +ngr +pXh +vvp +xNg +jwg +lVc +oGW +qjc +kSh +oWm +ivo +nZS +jTU +mSH +qrR +tAu +tAu +tAu +tAu +tAu +tAu +tAu +cBr +caq +ijw +jcy +xTH +kVq +nQD +caq +ckl +bND +avQ +tEn +eaQ +iHQ +mXw +xTH +ekj +mXw +npx +yfM +yfM +yfM +dKi +kqh +msd +wdM +xhg +dlW +lQC +uRh +xlS +mAj +cph +hrs +qFr +pHE +dlW +pyd +pvQ +pGL +ooF +dZt +xGq +dAr +sOZ +nuJ +ppH +gpa +nuJ +gVJ +rFK +qsn +qsn +eak +tbq +kEo +aEM +cKe +eak +eak +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +aZS +oyW +yaX +vMK +veK +und +und +und +iPw +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +tHM +sqr +sqr +cBP +aTO +vKW +sqr +sqr +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(187,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +fjJ +fjJ +umW +fnn +kyf +eTc +eTx +eTx +sNb +pYB +jkq +jkq +uNI +xhr +hRG +nsF +bFa +fKL +ojt +fjJ +aZS +aZS +jnP +jnP +cwI +tcL +ydT +tau +hIB +xpb +kGu +iXn +mFM +mTC +qcW +dwN +oag +wnQ +pJc +blo +dis +wjj +dKM +dVo +dVo +gRP +dpx +dpx +ffY +giW +bgU +dsv +lsE +mMe +eVL +mMe +mMe +mMe +dem +ejl +uQX +rYh +lnS +osi +kue +kue +osi +kue +kue +osi +kue +kue +osi +gQp +fax +vQC +osi +bsl +uci +avn +ngr +arq +pfT +wbH +iNW +oKl +iNW +iNW +ngr +ngr +tWH +sWY +coQ +vCt +vvp +oiM +kSh +vXk +nmN +vHZ +tEu +oJB +tEu +tEu +cWQ +tNo +fTy +tEu +qQW +sHR +uoN +ekk +ekk +ekk +ekk +ekk +caq +caq +uyk +tlz +jcy +dso +gRv +uaO +fIk +sAp +igw +nQD +wgu +fCc +sJb +nsa +tFh +wgu +iyz +ePo +vCz +dlW +ygP +gmi +vpL +keA +dlW +qsD +tnv +bvq +dlW +pCt +fmu +qMr +mmA +faO +xGq +cJg +vAu +nuJ +ahp +lSe +nuJ +wuc +qsn +qsn +xrN +gLd +mhu +kPN +aIu +jjv +kjj +mpC +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +oyW +ykW +kex +ykW +ykW +xyK +und +und +und +und +jnP +jnP +aZS +jnP +aZS +aZS +aZS +aZS +aZS +jnP +jnP +aZS +jnP +sqr +sqr +fGJ +eha +eha +mZO +sqr +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(188,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +xzz +aZS +aZS +fjJ +rWG +ekC +uHT +hkd +mKT +nJu +eTx +pIU +iPI +fpY +sNd +pmI +dyY +eTx +eTx +eTx +eTx +eTx +fjJ +hbf +xvy +sAG +sAG +cwI +iOR +vxO +xkw +nia +xpb +blr +jNR +lLF +lLF +lLF +bnA +uaA +och +kWw +wgz +nHY +xcQ +vTq +aGg +fWa +qJu +xcQ +dpx +gkE +xbb +oPu +ejl +lsE +mMe +eVL +wXJ +pyy +pyy +wXz +ejl +ikM +fqn +umv +kue +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +kue +ndZ +uyR +cIE +osi +bvj +uci +wmc +ngr +dVs +pfT +wbH +rvR +rvR +jap +rvR +jap +ngr +ftZ +bWH +buk +skj +sNO +uqf +ibK +bOe +ivo +aWj +bFP +cOY +pnY +yec +kAw +hEg +kWJ +aWj +uBc +ivo +sTk +ekk +oud +epS +rmB +ekk +nJz +caq +caq +ssV +fIk +ejV +stp +xmn +xmn +xmn +xmn +xmn +hHM +vql +vql +vql +vql +vql +viP +kto +gBU +dlW +caD +gMS +pTn +dlW +dlW +dlW +dlW +dlW +dlW +xGq +xGq +uVS +xGq +xGq +xGq +nuJ +dHI +nuJ +qsn +qsn +qsn +qsn +qsn +tzh +gfL +iDq +iDq +kxA +iDq +bBA +woq +sFb +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +und +und +gOr +dzV +lBH +lBH +lBH +lBH +mFX +und +oyW +oyW +und +jnP +aZS +jnP +jnP +jnP +aZS +jnP +sqr +uwx +uwx +sqr +aTO +eGH +oqd +aTO +uwx +uwx +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(189,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fjJ +fjJ +acO +nnB +qgl +ops +mKT +tSM +eTx +hdW +iPI +lRQ +eTO +pmI +xhr +mIj +eaY +eTx +xnS +vHR +fjJ +mTP +tfV +hEM +sAG +rjZ +gNy +moL +smP +cuO +xpb +aOk +sRf +gmr +bPa +xvs +cMS +cRi +cRi +gKf +buG +aUl +xcQ +nYy +kdH +gTu +acB +cyg +dpx +dpx +cMD +saq +giw +mdw +mMe +eVL +fiw +xOK +mph +jaZ +ejl +osi +hBm +osi +osi +jnP +jnP +jnP +jnP +aZS +aZS +aZS +aZS +osi +osi +hBm +osi +osi +wLE +uci +wmc +cRc +pfT +pfT +jAG +mmT +utP +wpN +utP +hxh +ngr +ibK +ibK +qiA +kSh +kSh +ibK +ibK +sJH +reC +bcT +wXH +wXH +wXH +wXH +wXH +wXH +wXH +dqp +vYV +jBe +dqp +ekk +rgr +whI +rHj +ekk +ekk +caq +hvt +mpB +gRv +dso +dMF +xmn +nLA +uVH +oSl +mTE +hHM +veX +djB +vFM +tJB +diQ +bHo +iBG +xhg +xhg +xhg +xhg +xhg +xhg +kmE +vWh +ahA +gEU +abf +mzw +xhg +tWL +xhg +xhg +ggG +uZf +aYT +iib +qsn +iKl +hoR +jwd +eak +hdD +mzC +cte +mzC +nlT +mzC +lpZ +yfA +lDv +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +und +und +und +ykW +ykW +huI +ykW +cFq +rMe +ykW +ykW +und +und +und +und +und +und +und +und +und +aTO +aTO +aTO +efU +kjN +sLS +uwx +uwx +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(190,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +ore +lon +mKT +hkd +uHT +rnM +rnM +gOg +eTx +bbR +pYB +iKE +nXL +uNI +rnM +rnM +sMk +sPK +nFO +taP +tsy +led +tfV +bDs +sAG +nDt +fee +vTe +vbS +cLK +lyp +vhj +vhj +vhj +vhj +vhj +vhj +vhj +mNs +rUo +wLK +dis +rAN +sDt +lZB +cev +pzX +cJA +bRn +hhE +aZV +vOg +dDJ +kWb +imE +ikt +kWb +dDJ +fCn +riN +kWb +qZC +wWQ +mty +qKm +qKm +qKm +aZS +aZS +wXf +jnP +aZS +jnP +jnP +qKm +bLp +qFw +iro +bvj +uci +wmc +ngr +dEl +pfT +wbH +iNW +oKl +oKl +iNW +iNW +ngr +gcL +jrs +rWv +hMe +aUP +ipS +roz +ppt +vwe +nrE +anD +rDl +ofE +usq +uzS +gcu +wXH +eAU +whI +gRt +whI +ilV +sto +whI +whI +whI +tNp +mXw +mXw +mXw +mzk +uym +mXw +xmn +jTb +qJv +yel +cyW +jXl +eOe +vdJ +lNX +tIH +soQ +gkT +nYY +oVs +ocN +oVs +yeO +oVs +yeO +aBg +qKX +tME +yeO +bBQ +yeO +oVs +mdU +jMJ +nxN +ptQ +yhz +bqr +pHy +szH +tUo +par +wea +jqV +fPX +par +uFM +icv +dkz +oZr +cVf +hsN +oHd +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +und +oyW +oyW +und +tYU +jwL +wcu +lBH +lBH +mWY +lBH +aFV +wiB +ihK +qbZ +igE +lBH +mWY +eha +eha +tYX +xeX +nYM +sqr +uwx +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(191,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +nXN +ivr +ljV +tHm +fEB +uuY +aHz +uHN +lLL +dwY +xUq +dwY +hnp +aSf +teq +rnM +sMk +eTx +gFD +kGI +fjJ +eZE +tfV +sxU +sAG +sAG +sAG +gBG +jDu +lyp +lyp +npy +aGu +jSh +wiu +mED +qPg +vhj +vhj +xhJ +oUo +eJL +hUy +twc +lZB +cev +pzX +jji +tqS +hhE +dNb +utC +nsb +hId +nun +vFI +hId +ppW +kWM +hAP +kWb +xZF +sCm +ptq +gRy +nja +qKm +jnP +jnP +wXf +jnP +aZS +jnP +jnP +qKm +jRf +mty +iro +eIi +nSN +iSL +ngr +ffg +ygZ +feH +rvR +jap +rvR +qCW +jVS +ngr +gcL +cKo +rWv +tGH +kUa +ozx +oTr +fMZ +xqG +trS +anD +ppD +hhp +rCn +aWX +bKc +wXH +fKe +whI +pTE +gpc +dXu +cDm +xHV +pAX +ifz +ekk +qhb +jcy +mXw +kyR +kMZ +xNy +xmn +kMJ +qpw +gIp +tMa +wvS +vDP +ukh +jDY +taX +diQ +bHo +dCY +vgm +blK +rAD +bHo +wuD +bHo +bHo +bHo +bdv +ute +wwW +dCY +bHo +bHo +nsp +rVU +cLm +gbw +frP +wpX +qsn +poN +jYM +kIi +eak +vFk +pps +jHf +dDu +rTj +mxn +bBA +xeq +eak +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +und +und +und +und +ykW +oEy +und +uoX +baF +ykW +uJm +ykW +dNk +tMb +und +aTO +aTO +sqr +sqr +sqr +sqr +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(192,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +krr +gIA +mKT +hkd +qfI +ifO +bWa +vrI +eTx +eMt +fEd +fEd +aja +xme +rnM +rLS +pYT +eTx +eTx +eTx +fjJ +kqR +tfV +xic +snD +bYD +sxU +ege +tmX +vhj +kUB +kcw +amH +amH +amH +amH +sDB +sGg +lav +tMD +vMc +tfI +uUr +gmq +vuO +goR +bCv +qFj +kMt +hhE +yiS +bhY +dYz +nEv +bpY +bij +jZs +jRK +jFe +rmi +kWb +qKm +xdQ +mty +iyf +xwH +ncF +qKm +aZS +wXf +wXf +aZS +aZS +aZS +qKm +emt +ijF +iro +bvj +mof +gYF +ngr +boU +oJw +oBe +aNm +utP +wpN +rUH +pHR +ngr +roz +roz +bTM +rSM +qig +gTD +oTr +nfM +irx +wLm +uFC +rjG +pKE +sYm +uOb +clF +wXH +vWP +gic +gDZ +euk +mEA +swK +cAv +wSV +nrP +ekk +gFS +fIk +stp +caq +nqa +fIk +xmn +oyy +gjd +qHi +thS +xBZ +dlE +hZi +qkH +ecO +vql +vql +vql +bHo +blK +lMP +jnC +jnC +fBC +fBC +fBC +fBC +jnC +jnC +jnC +fBC +fBC +hZd +jnC +jnC +nuJ +gUn +nuJ +qsn +qsn +qsn +qsn +eak +eak +eak +eak +eak +hYf +eKb +eGr +eak +eak +eak +eak +eak +eak +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +und +oyW +oyW +und +qBl +jvB +ykW +xIN +ykW +daQ +wqP +und +uwx +uwx +sqr +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(193,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fjJ +fjJ +feU +fHY +lMg +bLX +ldR +gfX +eTx +lhq +rnM +xUv +jOh +xme +qFg +rnM +xqc +eTx +yiq +vHR +fjJ +sGU +oiX +mXW +bkj +kBy +sxU +lRS +eGZ +lav +xQo +kcw +hsw +sRy +sRy +rWp +sDB +nwY +lVX +kWw +pDo +avb +whu +wqr +pzX +pzX +utQ +pzX +hjh +hhE +uRF +nNh +rkW +hhE +vLo +oRB +hhE +uRF +nNh +rkW +kWb +piK +qKm +wsh +wWQ +hkF +kHq +qKm +jnP +jnP +jnP +aZS +jnP +jnP +qKm +jAc +ffb +iro +bvj +uci +cdp +ngr +ngr +ngr +siP +ngr +iNW +nLp +uRp +xng +ngr +mos +roz +bAD +qCA +qig +ulc +oTr +fMZ +xqG +rvj +anD +drt +sSf +bxs +kth +wdY +wXH +gmZ +hfK +aZg +oUj +hRA +sJN +xNx +wwh +qwQ +ekk +iQt +mXw +xzq +jxe +dso +gRv +xmn +fGw +jEz +oKH +yel +qVI +dRY +akk +boN +tzV +lvT +kBA +vql +bQI +blK +mvY +jnC +rzB +azk +esx +iyG +noQ +oHC +jnC +ndy +kPQ +kPQ +qDC +bOY +jnC +fwP +frP +sCk +kGB +dZk +dwx +qsn +uaH +uaH +uaH +xBU +qrO +icw +rVV +flV +dCm +dnp +uaH +uaH +uaH +eak +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +und +oLp +pRO +jvB +pUh +jvB +fLI +wiW +und +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(194,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +xzz +aZS +aZS +fjJ +qXz +bnz +rsS +cTn +rsS +wSH +eTx +jdu +cko +hlh +uKH +roQ +xaM +aXL +rKW +jej +fOx +vKI +ttC +qqz +tfV +vdU +rRs +jZa +sxU +iPQ +omV +sKh +kcw +vPa +vdh +tfB +tfB +cpO +cQk +vww +duh +iFe +bog +dis +nWP +lZG +eYL +pzX +cev +gua +hai +hhE +hxU +vIm +syJ +jne +bpY +prJ +ruT +hdK +iDu +cri +kWb +guC +mDY +mDY +eVo +hzk +aOz +qKm +jnP +jnP +jnP +qKm +qKm +qKm +qKm +fLj +nPe +iro +feK +uci +cIa +iro +gXW +ahf +rQm +ngr +ngr +lpl +ngr +ngr +lpl +caq +roz +uqS +iUB +nzG +rAy +roz +sxT +xqG +hcU +anD +gGm +oLl +bJK +qGW +bQu +wXH +tUb +tUb +tUb +tUb +tUb +tUb +tUb +tUb +tUb +tUb +jcy +oXw +sRB +huz +qqd +jcy +xmn +xmn +xmn +xmn +xmn +hHM +tuD +wdA +vny +brd +brd +sXu +vql +ola +xVL +vXZ +fBC +mRS +iyG +iyG +gQk +vfi +mQx +jnC +flG +kpd +goB +qDC +vXl +jnC +vYY +waH +sGf +cGD +pfR +vkZ +qsn +ikl +xWq +uaH +nHp +qcK +qcK +mxn +bBA +qcK +fbs +uaH +uaH +oIo +lte +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +und +und +und +pHA +hJb +sqy +und +und +und +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(195,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +fjJ +fjJ +ciW +ePB +tcF +rsS +lLN +cwI +cwI +bas +ydT +cwI +ght +hpA +dSr +sMk +eTx +kQR +rIG +fjJ +oLd +tfV +sxU +sxU +sxU +sxU +rXk +eJL +pFQ +nwY +kcw +hsg +hsg +hsg +hsg +fqP +kcw +pFQ +kWw +wgz +ljN +xcQ +xcQ +gAs +pUM +tct +eKW +msb +hhE +bSy +hcZ +niX +hId +oWd +odk +hId +nkc +dFz +pep +kWb +oDl +xdQ +fgI +wWQ +cSh +ncF +qKm +qKm +uCB +uCB +qKm +gXQ +ykw +ykw +cml +nPe +iro +wLa +uci +kyA +iro +dNa +bFQ +spN +avQ +mXw +jcy +vsW +mXw +mXw +nQD +roz +eqQ +pqX +iNw +roz +roz +vqL +xqG +wXH +wXH +bcT +bcT +bcT +tmt +rSN +bcT +vVu +ska +dwq +sdM +jBO +jLI +jPx +jaR +jlV +tUb +fIk +jcy +yib +nou +hbO +mXw +cGm +vZb +czi +czi +hHM +gBy +ehg +ehg +fph +skR +ehg +hJU +hHM +bPc +lea +uFV +fyk +mtc +mXD +prr +nCd +bTN +vML +mhS +dMO +svY +muR +yjt +vFv +jnC +oTg +hzR +pSv +wTf +pCU +pYZ +qsn +goW +uaH +uaH +dDD +mLq +aAH +aHX +bBA +sLX +oBD +uaH +uaH +cuq +eak +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +und +und +und +und +und +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(196,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +fjJ +lsR +frX +rvi +qvC +cwI +cwI +vVz +gjn +ksv +cwI +cDG +teD +iEl +qvC +fjJ +fjJ +fjJ +fjJ +dlP +tfV +wQl +rAh +sxU +rnl +lRS +nHY +vhj +vhj +jbn +kcw +kcw +gBw +ygC +oqm +vhj +vhj +bHV +wgz +dis +tvZ +xcQ +vTq +xUu +mSa +qYy +iYa +hhE +uRF +nNh +rkW +hhE +uUp +cwh +hhE +uRF +nNh +rkW +kWb +kWb +qKm +mPL +jlL +ijF +xdQ +rsB +ohZ +hwk +qFw +ijF +ohy +yap +mPL +ohZ +hwk +iro +kyA +ejd +nIN +rMy +fuo +gZF +mqJ +gIy +woU +geD +hnw +mod +jcy +bsO +roz +nDn +roz +roz +roz +mxY +lIY +xqG +tUb +ftV +jzP +kol +qBB +beD +bhw +oDQ +lRh +swY +fgd +dAs +sth +rkg +pIA +pag +vav +tUb +caq +pZQ +cGm +ssV +qTa +faA +fCY +rrJ +bDP +uVJ +hHM +kmd +qSC +ehg +fHG +ehg +xwA +kmd +hHM +bUk +uzl +vCz +fBC +gIo +iyG +xcr +ilF +lWz +lWz +lWz +lWz +nZx +tnx +ofY +hrp +jnC +eRu +kTf +nuJ +ybH +frP +qsn +qsn +epz +eZl +vzC +sFt +mqi +lFE +xxs +dgr +hBt +bUV +aLe +ebu +eak +eak +eak +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +yeG +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(197,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +aZS +aZS +aZS +aZS +cwI +sUW +kFA +wiA +gjn +sgI +vJX +dcH +viW +iCF +xVo +ibL +lhb +otB +aGl +eHO +drX +hRl +sxU +kWw +kSp +dis +lNP +vhj +vhj +fHd +iia +oKY +mqr +vhj +vhj +dtO +tMD +wgz +lvl +dis +dyE +lvl +lvl +dis +lKj +dis +unI +dis +dis +dis +aUl +anw +xrK +eBi +aAO +aGB +cad +hVd +kWb +hwk +hkF +fAQ +ykw +xDx +ykw +oaH +uDa +rfr +jdo +iyb +qKm +qKm +qKm +aZh +aZh +tPw +jaa +tPw +aZh +aZh +aZh +aZh +aZh +aZh +xml +jsg +nWG +kKJ +cGm +caq +gRv +bnw +qvm +uuF +vGE +oYc +dHC +axS +ocz +oiH +aVA +gGv +yee +eXU +usg +vDY +rgq +kUM +esO +cmA +jLI +gLr +joS +hkc +tUb +hCe +eYm +mXw +fFA +xrb +gRv +caq +uSk +jlc +cJj +hHM +ajb +ehg +ehg +lHF +ehg +ehg +epa +hHM +ukq +blK +xhg +fBC +lSC +dxf +iyG +kBD +lWz +gNE +cIy +lWz +kyv +qDC +bNH +jnC +jnC +pHV +ugn +nuJ +kTf +pMM +qsn +uaH +uaH +uaH +faw +rfG +qcK +mzC +eve +sQV +qcK +ewq +spq +uaH +uaH +uaH +eak +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(198,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +gDq +gDq +gDq +gDq +cwI +imq +gjn +oMl +vJy +fRy +cDG +jnr +cCl +rRk +kOj +kMS +emp +wZR +khL +wGe +wFz +wFz +xVP +iFe +kQF +lvl +dis +tMD +ruN +tMD +tMD +lRS +tMD +wVz +tMD +tMD +lvl +oPp +tfI +tfI +tfI +tfI +lED +tfI +eYW +nHZ +tfI +lnd +tfI +tfI +iBL +fGm +sxR +dSf +vXm +wSw +aWR +nIC +gDK +kSU +jCc +dmI +qKm +ncF +xdQ +qKm +sRd +llA +qKm +qKm +qKm +jnP +jnP +aZh +qiw +mKN +rul +mKN +tzI +mZQ +nFW +dVS +nAZ +aZh +qOJ +tsJ +fIk +stp +stp +oAs +sTI +bnw +tlf +eDe +oOD +pFm +ePf +tUb +hBo +wGM +eGv +qBB +sWi +ebA +qBB +qsO +vxW +evk +eDj +eCo +qBB +fDL +gYw +aau +tUb +sfK +kMC +tVw +hMD +mEy +osl +cGm +tKp +stp +cGm +hHM +hHM +quP +qUJ +reU +iXu +quP +hHM +hHM +nuJ +xbl +nuJ +jnC +nDO +lpO +tKL +cPe +lWz +dlx +iwh +doV +edM +ukG +uYo +jnC +jMq +vYY +vYY +gMl +she +frP +qsn +hNU +xWq +uaH +vzn +qcK +qcK +vrW +hCL +cap +abj +abj +xZy +ygG +ygG +arr +vvc +obv +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +jnP +aZS +jnP +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(199,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +gDq +aZS +aZS +aZS +aZS +cwI +lFn +orr +gjn +swd +rXy +vJX +jVX +chH +bkn +rSu +fCE +cZq +hRG +aGl +oHg +drX +hRl +sxU +kWw +tGA +iFe +bkp +iFe +tGJ +bsT +iRT +qJh +iFe +mDq +mgC +bme +iFe +vJb +lvl +bcW +aCx +ohx +dGn +gKq +aJP +rOq +snW +dGn +snW +tZY +aPC +let +qAo +fEL +aWR +aWR +aWR +iMv +kWb +bFu +cvM +wrL +qKm +uaB +hlH +qKm +uCB +uCB +qKm +rVf +aZS +jnP +jnP +aZh +nzE +mKN +rul +mKN +jgL +lHn +biq +gZV +pTb +aZh +kJw +jsg +aYF +ekj +gRv +jcy +eYm +bnw +bnw +gft +bnw +bnw +caq +tUb +tUb +tUb +qBB +qBB +lBF +fGi +qBB +mRp +xLq +qBB +mwP +xLq +qBB +nzp +qLt +tUb +tUb +caq +caq +gRv +sgk +qoT +mXw +fIk +jAf +bsO +nQD +sfK +hHM +hHM +hHM +hHM +hHM +hHM +hHM +oNB +vBZ +aek +kVH +jnC +jnC +jnC +jnC +jnC +lWz +nnR +dWq +lWz +qYW +obU +bxr +jnC +osK +kqW +dZk +ijv +hzR +frP +qsn +uaH +uaH +uaH +dGN +kDX +qcK +mzC +pwo +muh +qcK +iVb +pRY +uaH +uaH +cuq +eak +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(200,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +fjJ +lsR +frX +paI +qSw +cwI +cwI +xxe +gjn +urT +cwI +cDG +lsR +uGH +qSw +fjJ +fjJ +fjJ +fjJ +mTp +tfV +oTT +dCr +sxU +rao +qpV +tZY +dGn +lvl +lvl +kSp +pnq +lvl +bcW +upq +jDu +pXO +snW +tZY +hjy +jLZ +ihH +ihH +eYK +ihH +yld +qAe +rcM +knP +kBk +qqA +xig +hcl +qAo +azq +nKw +nKw +nKw +idC +kWb +hkF +dpk +ohZ +xdQ +qKm +kkE +qKm +aZS +rVf +rVf +rVf +aZS +jnP +jnP +aZh +aWB +eFA +dmX +uMW +prh +cUc +hys +hys +vjF +aZh +gEd +uDo +vPv +nfl +vPv +jnb +mXw +cGm +oeZ +lZi +sAp +bsO +caq +uoD +oLv +tUb +qsh +pWv +nrw +eVN +qBB +rxR +not +qBB +rxR +not +tUb +tUb +tUb +tUb +dMF +bsO +stp +cJW +rzf +swl +pYx +iMJ +eEf +uJw +vBq +swl +mkN +uJw +vGd +vMJ +uJw +aiN +eax +dJl +dJl +lWa +dJl +qRI +ylY +pfR +bVs +vkZ +lWz +lWz +lWz +lWz +jnC +jnC +jnC +jnC +lxp +lxp +pSv +pSv +hzR +fYQ +qsn +qsn +cqe +dkv +vmh +bgP +dNO +lFE +dhi +lFE +gvE +wlF +wbR +lqu +eak +eak +eak +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +xzz +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(201,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +fjJ +fjJ +ciW +ePB +tcF +rsS +dCa +cwI +cwI +bas +ydT +cwI +ght +xhr +vAU +sMk +eTx +xnS +vHR +fjJ +okN +tfV +tsa +tsa +tsa +tsa +tsa +edb +dGn +snW +jGV +dHi +lwc +dNl +owi +fiv +fiv +bGY +blg +jHR +fiv +ihH +ihH +jef +mmx +rkL +yld +tsw +mZK +tHC +ejQ +kAV +xig +rbk +qAo +rCo +xRX +iUF +byi +llL +kWb +ihO +rIT +lOv +ncF +vWa +gfi +qKm +aZS +jnP +jnP +jnP +aZS +aZh +aZh +aZh +ykZ +mKN +bxq +iyP +jgL +szD +jxS +jxS +iLD +aZh +aZh +mXw +sAp +gFS +xTH +mwB +jcy +xTH +rgF +tlF +xTH +mXw +cGm +tTC +vQJ +tUb +epT +hsT +nUr +dut +qBB +nLJ +iJn +nRZ +hox +orp +tUb +uIN +sAp +iwr +gRv +gRv +caq +mXw +mIH +gRv +gRv +qOJ +oXw +jcy +iGd +tJW +xTH +sAp +osl +woZ +mXw +dMF +dxa +snd +hzR +rjF +viA +lxY +qNp +blT +bph +bph +mut +oih +bph +bph +dJl +sZW +bph +soA +tAZ +prg +nYv +fde +bph +fkc +kYd +qsn +goW +uaH +uaH +bOc +cim +qcK +mxn +qcK +pZp +uje +uaH +uaH +uaH +eak +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(202,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +xzz +aZS +aZS +fjJ +qXz +bnz +rsS +cTn +rsS +wSH +eTx +eMt +fEd +oXO +xHp +onB +pJn +ehR +rKW +pJu +fOx +vKI +gcQ +bRN +pFz +tsa +aUu +wWu +mRk +tsa +unO +ucC +sFh +tsa +hJv +xgp +fiv +fiv +fiv +rBM +mQD +trj +wKg +ilz +ihH +hja +ibo +qsT +rkL +yld +fIH +toM +jMt +dyQ +urX +rny +let +qAo +fEL +cud +aWR +dIo +iRf +kWb +xNN +rgY +qKm +qKm +qKm +qKm +qKm +jnP +jnP +aZS +jnP +jnP +aZh +crQ +upJ +upJ +upJ +pVp +hiz +hiz +hiz +hiz +gHn +jHe +nvH +aZh +gRv +sfK +stp +mXw +huY +vPv +xwb +tcm +oqo +dQg +jcy +cGm +cyL +lIb +mzZ +ltZ +xiw +pSn +hWE +qBB +jGt +fvl +nRZ +hWX +uYW +tUb +jgN +tlX +iMJ +uJw +iMJ +vGd +swl +gYn +cGm +cGm +nVj +stp +adm +adm +adm +adm +adm +adm +adm +adm +kFG +kFG +kFG +mMM +fLw +kFG +kFG +dtw +hCN +kmv +dZk +wnG +rrk +dZk +dZk +fyl +nhh +oHn +nwU +dZk +bkF +lxp +ddN +vYY +mbj +pZe +qsn +bAy +xWq +uaH +qdy +qcK +qcK +mxn +qcK +qcK +jzK +uaH +uaH +vJW +eZO +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(203,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fjJ +fjJ +ajj +xAN +aeX +vYG +bdx +kdB +eTx +lhq +rnM +rnM +jOh +xme +qfI +rnM +fTd +eTx +oJI +ilG +fjJ +eNs +tfV +tsa +nwi +oIJ +oIJ +sup +hsc +rLP +mqW +tsa +jnP +jnP +fiv +wwv +vni +esz +toz +osy +jGr +dag +ihH +fxw +vYJ +veh +sau +yld +xNV +bXs +fxV +dyQ +yab +aps +let +fcr +qZa +eQs +pAB +ozt +uTE +kWb +fgI +hky +qKm +jnP +jnP +aZS +jnP +jnP +jnP +aZS +aZS +jnP +uJs +lam +xFM +uuT +lIu +mKN +xFM +eKg +cmd +lIu +sGH +jgL +mkG +aZh +iBa +aZh +aZh +cGm +gLv +cGm +caq +jcy +rXb +cUP +wxx +iqk +qVN +mfn +tUb +gkl +hTk +fnG +sMs +tUb +tUb +tUb +tUb +tUb +tUb +tUb +lZv +wob +mVd +jcy +oxe +kyR +jcy +kzV +ssV +uKV +mXw +yhD +adm +kMa +cuL +tzK +uet +nyf +dkq +adm +sMa +saV +nWb +bIs +fJA +hwz +pAT +pvb +dtw +dtw +dtw +dtw +dtw +dtw +pSv +nuJ +eAg +nuJ +nuJ +rHm +bmZ +nuJ +bmZ +eLn +bGv +dwx +qsn +uaH +uaH +uaH +vZC +vXw +sNm +slK +qcK +vVJ +hHu +uaH +uaH +cuq +eak +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(204,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +ore +lon +nnB +rnx +qFg +ifO +bzZ +xhZ +eTx +jEq +cko +cko +udU +xme +rnM +rLS +pYT +eTx +eTx +eTx +fjJ +riP +nRp +tsa +myc +dGH +uab +wqy +wQa +dGH +haY +tsa +jnP +jnP +fiv +aqN +trj +tbS +clo +ngD +xqx +itV +ihH +tnn +rKH +pGE +rkL +yld +fuA +gBf +aSO +ghi +nks +aps +hVh +bSq +cwG +evh +ybV +rJa +bYU +kWb +mty +rIb +uCB +jnP +jnP +aZS +jnP +jnP +jnP +wXf +aZS +jnP +uJs +lam +hAZ +fGO +jdV +mKN +xFM +gRl +utq +lIu +sGH +bpa +bpa +qHV +jgL +rtv +aZh +dMF +qOJ +nQD +stp +fIk +cyT +caq +stp +caq +stp +caq +tUb +tUb +tUb +tUb +tUb +tUb +gHI +wkC +rmA +fss +xQf +oTL +mXw +mIH +nWG +nPx +aQl +caq +pga +caq +caq +iGd +mXw +gRv +adm +gXa +baT +jFH +plu +dkq +uet +kOU +gtI +pLP +pLP +sgh +vBg +eki +gti +nZE +mPd +oFZ +wqn +jol +ddY +dtw +czA +vYY +mbj +whq +kTf +hzR +dZk +bmZ +hzR +oVx +qTY +nuJ +qsn +qsn +qsn +wLz +djX +qMc +vtn +pcR +hyR +rdw +jmx +rzG +eak +eak +eak +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(205,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +nXN +ncU +tIw +uHR +vko +htA +ibh +uHN +lLL +uvg +rhr +uvg +xxj +hFT +hxa +rnM +sMk +eTx +gWn +vHR +fjJ +kgh +tfV +tsa +ffa +dGH +joA +jcZ +lVb +dGH +rKK +tsa +jnP +jnP +fiv +gNo +trj +gcF +woV +bMG +gPn +hes +ihH +dPQ +mUI +uLO +rkL +yld +gnX +fYj +lZX +vMs +leQ +uJY +stV +dHW +ipw +iGu +rrv +iGu +uNW +kWb +bVO +dsA +uCB +jnP +jnP +aZS +jnP +jnP +jnP +wXf +jnP +jnP +uJs +lam +xFM +aZh +lIu +mKN +xFM +ciB +lvK +lIu +sGH +gUU +bIP +jgL +jgL +pqI +aZh +nRX +mVd +nIg +caq +ozX +rXi +gRv +abt +xTH +jcy +mVd +qOJ +mXw +gRv +bUD +xQf +mGn +aJa +ebN +dYn +bcy +xQf +fIk +qOJ +mIH +mXw +cGm +bMX +caq +cGm +caq +sVV +oXw +gRv +izA +adm +sgN +pbV +ask +rKb +qza +mhT +jMI +gxr +poX +poX +poX +ezX +pLP +nmJ +dtw +xec +cRa +qPL +dFw +pcL +dtw +xOp +rJO +wXj +cTf +nuJ +bfq +vYY +gUk +opY +dZk +vdS +idd +aMk +oDM +qsn +qJa +mpY +qcK +ocV +qcK +izD +qcK +xwl +kZy +eak +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(206,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +krr +gIA +nnB +hkd +uHT +rnM +rnM +gOg +eTx +ito +pYB +jkq +sCQ +uNI +rnM +rnM +sMk +uMh +nFO +taP +lGw +hua +brr +tsa +yin +dGH +qym +uoe +pgY +dGH +tiW +tsa +jnP +jnP +fiv +hAf +trj +trj +bbz +rEP +woG +dgT +ihH +cgl +ipB +ipB +cgl +yld +cQp +fYj +ptB +amO +vEy +bcP +ebg +cRu +fEL +rLr +kaK +gNw +nMj +kWb +dqN +lST +qKm +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZh +kVa +xFM +uuT +lIu +mKN +xFM +kus +iML +lIu +sGH +qCP +qCP +jgL +jgL +fZO +aZh +iWS +szh +mXw +stp +oTL +rcA +tcm +vPv +rKe +tYu +tcm +ejo +sKI +qKQ +uTQ +pGV +sRJ +hqA +ofq +uwG +tqO +pGV +dgm +uTQ +jFM +xTH +cGm +gJG +kxp +dQJ +bMX +dMF +mXw +jqr +ldL +adm +jun +gCM +hfy +gop +jqU +nev +kOU +pNV +pLP +pLP +uvq +bJV +dKU +tyE +dtw +qPL +xrQ +dxp +lwp +lUW +dtw +iIH +vYY +wks +edw +pSv +bBm +iLw +rCh +bmZ +ybH +xOM +vYY +opY +kYn +qsn +goW +pQn +rxl +rQK +dOZ +rQK +pDw +iuD +cuq +eak +jnP +jnP +jnP +jnP +jnP +jnP +wXf +wXf +wXf +uAl +wXf +wXf +wXf +aZS +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(207,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fjJ +fjJ +acO +mKT +aSV +caJ +mKT +tSM +eTx +aXc +iPI +apz +sbN +pmI +hpA +gTg +gLW +eTx +kQR +dDM +fjJ +mTP +tfV +tsa +tEa +dGH +fPs +oAw +ofZ +dGH +uxl +tsa +uSX +jnP +fiv +fiv +cbf +trj +vZk +iNx +woG +thP +ihH +poU +rKH +rKH +ibo +gCX +leQ +fYj +rCl +amO +vEy +bcP +naB +cRu +fEL +nPS +nDe +ebJ +tYf +kWb +omX +qKm +qKm +jnP +jnP +jnP +aZS +jnP +jnP +aZS +jnP +aZh +aZh +sMw +rYp +jgL +lhd +cgs +qll +jgL +jgL +lvH +xel +mKN +mKN +mKN +mKN +btk +aZh +kpm +lVG +kyb +caq +frB +wOS +oIU +jIQ +vcS +qpE +fDf +kXM +qpE +kwA +nKt +xQf +mmn +aJa +aSl +hqD +pUI +xQf +eWW +mXw +aAm +mXw +caq +grF +grF +cGm +cGm +caq +vTt +cgB +uGm +adm +gCM +mKX +cmQ +vyq +oqE +jqU +adm +mQB +uQE +pLP +bIL +qBI +pLP +cez +dtw +jfV +ifm +xID +dtw +nQl +dtw +uMR +ult +wgs +bTf +nuJ +nuJ +nuJ +nuJ +nuJ +pSv +kTf +pSv +adX +lGk +qKt +qsn +eak +tbq +rvr +tnX +hyn +aEM +eak +eak +eak +jnP +jnP +jnP +aZS +wXf +wXf +aZS +jnP +aZS +jnP +aZS +jnP +aZS +jnP +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(208,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +xzz +aZS +aZS +fjJ +yfK +qtA +hIi +nnB +mKT +nJu +eTx +xSW +iPI +fkI +uRK +pmI +cfG +eTx +eTx +eTx +eTx +eTx +fjJ +tRq +xvy +wiL +wiL +hXK +isB +sJx +fxz +pud +wiL +wiL +aZS +jnP +fiv +gZs +trj +dUF +trj +trj +esU +jxa +ihH +lNn +ibo +rKH +jJE +yld +vuW +gBf +iSC +lYW +vEy +war +aZj +hrg +kaI +aWR +aWR +aWR +nQa +kWb +aRm +qKm +jnP +jnP +jnP +jnP +tUm +tUm +tUm +tUm +tUm +tUm +ykZ +lam +mKN +mKN +hmA +lFz +kah +mKN +oCn +mKN +fdZ +tMI +tMI +tMI +lRv +kDb +kDb +kDb +kDb +kDb +kDb +kDb +kDb +kDb +kDb +qpE +lCV +tXn +rGV +vcS +eoM +osl +fis +jHE +ebN +qUE +aJa +dvU +xQf +fIk +jcy +aAm +mXw +gLv +mXw +gRv +gLv +nxB +caq +caq +xYU +xYU +adm +adm +adm +adm +adm +adm +adm +adm +dmB +rbo +bbI +grU +nPu +bBy +dxG +dtw +heS +heS +heS +dtw +tHM +nuJ +nuJ +lxp +dZk +eRF +nuJ +nuJ +ttf +fvw +nlA +uES +icI +nuJ +nuJ +kdV +owB +qsn +eLz +osb +egc +tsg +egc +osb +oes +eak +jnP +jnP +jnP +aZS +aZS +jnP +jnP +iAv +vxZ +hMY +jnP +iAv +vxZ +hMY +aZS +wXf +wXf +wXf +aZS +uAl +wXf +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(209,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +fjJ +fjJ +umW +fnn +kyf +evQ +eTx +eTx +huf +pYB +iKE +iKE +uNI +hpA +otB +nsF +bFa +tnw +uiH +fjJ +jnP +aZS +jnP +jnP +hGR +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +fiv +ucJ +kjD +trj +bAr +kvO +cmF +rFY +ihH +gDH +fOE +rkL +rkL +yld +wPM +iNY +qWH +kRe +lUw +xig +fwN +rPf +pgM +wbB +clf +pdW +sPM +kWb +sPP +qKm +aZS +aZS +aZS +aZS +tUm +fmU +fgG +vdF +cNn +tUm +oQr +sqS +nWI +jgL +dYr +lNH +eHf +jgL +jgL +lNz +uDl +xFM +uuT +lIu +wYj +kDb +hoe +uQj +cIf +rlr +gCe +joG +tmK +yed +kDb +mTm +xDg +iID +anC +fDf +bVE +fIk +xQf +say +dYn +lbr +dYn +xgv +fis +bXh +eYm +hFQ +aAN +bMX +iWS +nFo +gFS +iEK +caq +jnP +jnP +aZS +uSX +iHz +kZa +gUB +kZa +kFG +kRm +kqZ +vjN +nAH +tcB +nAH +vvj +qHd +neF +kFG +aZS +aZS +aZS +tEb +tHM +aZS +jnP +lxp +xzE +lxp +aZS +nuJ +tNf +vYY +iBN +vYY +gpY +pSv +wdB +mbj +bmZ +qsn +kTJ +rhc +rhc +tEc +rhc +rhc +kTJ +eak +aZS +aZS +aZS +aZS +jnP +jnP +jnP +iAv +qXq +hMY +jnP +iAv +qXq +hMY +aZS +jnP +jnP +jnP +aZS +jnP +jnP +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(210,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +kvZ +fjJ +lsR +uGH +qSw +fjJ +fjJ +eAQ +aAG +oaS +unt +rnM +xXa +dUP +hjl +rWK +mfV +sBC +gOw +otB +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +fiv +fiv +fiv +hvp +fiv +fiv +fiv +fiv +ihH +ihH +ihH +ihH +ihH +yld +yld +kcF +mdC +tST +hqr +lMa +lMa +kcF +fzn +okj +kWb +kWb +kWb +kWb +rgY +qKm +jnP +jnP +aZS +jnP +oop +lIu +irr +xTk +bNS +dUQ +mKN +lam +xFM +uuT +lIu +mKN +xFM +ogQ +ycS +lIu +tyl +xFM +fGO +lIu +jBZ +kVJ +hxZ +hxZ +hxZ +lys +pUD +hGU +lmy +cOi +kDb +uAy +xDg +xDg +dyc +fts +eoM +fFi +xQf +pEU +sYb +xmp +nQz +qPE +xQf +hYR +tXh +qUr +szh +caq +hmX +sGl +mff +lix +caq +jnP +jnP +aZS +vru +vru +vru +vru +vru +kFG +kPL +epC +qHd +lWR +qHd +ltw +qFG +oTJ +kFG +kFG +jnP +jnP +jnP +tEb +tHM +aZS +jnP +lxp +dZk +lxp +aZS +nuJ +iUn +mWm +vqc +bja +wji +osB +eby +clv +bmZ +qsn +kTJ +rhc +rhc +tEc +rhc +rhc +kTJ +eak +jnP +jnP +aZS +jnP +jnP +aZS +aZS +iAv +qXq +hMY +aZS +iAv +qXq +hMY +aZS +nLU +nLU +nLU +nLU +nLU +aZS +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(211,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +fjJ +aSj +esI +kwy +rbY +tgF +hpA +hpA +hRG +sUV +kfm +tCI +kst +hAl +jnP +uXb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uXb +lpP +lpP +lpP +lpP +lpP +lpP +lpP +uXb +jnP +jnP +jnP +qKm +sqn +bDq +xot +jVj +kcF +wmK +gpU +gqH +rJV +sdq +kcF +bIm +ghY +nRe +eJT +vCg +oLr +sgG +qKm +jnP +jnP +aZS +jnP +fjA +dXC +oZF +wZD +eKR +aer +upJ +gTY +xFM +aZh +lIu +mKN +xFM +ciB +jAl +lIu +tyl +hAZ +aZh +jdV +mKN +tWT +lja +lja +lja +faS +lja +xUc +pxW +wDd +kDb +lKV +omk +xDg +xEL +fts +aDk +dMF +wcG +qkV +eNB +pDn +nMM +qkV +xQf +are +jID +gsP +fIk +caq +cGm +caq +caq +caq +caq +jnP +jnP +aZS +wmq +wmq +wmq +vru +wmq +kFG +aRO +iAQ +weg +rSs +yht +cqp +oFb +lVd +kFG +aZS +jnP +jnP +jnP +aZS +tHM +aZS +aZS +aZS +tHM +jnP +jnP +nuJ +hEc +aGN +lAx +lxE +xFQ +nuJ +tly +nLf +cJg +qsn +hwQ +rWS +egc +tCL +egc +rWS +mjK +mFr +mFr +mFr +mFr +aZS +aZS +aZS +jnP +iAv +qXq +hMY +jnP +iAv +qXq +hMY +wuE +wOL +wOL +wOL +wOL +ucB +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(212,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +fjJ +eVz +fvn +fds +eTx +eTx +aiX +eTx +eTx +sUV +aak +lYj +fjJ +fjJ +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +lpP +lpP +lpP +lpP +lpP +lpP +lpP +aZS +jnP +qKm +qKm +qKm +low +gNO +lSI +gzq +kcF +vgt +qlK +xQk +nRR +fdf +kcF +aWy +gzf +xWb +kix +bEF +rJc +sfE +qKm +aZS +aZS +aZS +jnP +glE +lIu +kTE +kaN +hCk +uJs +uJs +qGp +hAZ +fGO +jdV +mKN +xFM +xTF +pKW +lIu +tyl +xFM +uuT +lIu +mKN +tWT +lja +lja +lja +rlr +xJc +joG +kDb +kDb +kDb +hyE +fIQ +iID +qpE +kXM +jBr +mVd +wcG +rMG +aJa +wmG +fyz +jgQ +xQf +ubY +bzi +aAm +mXw +uXN +fLB +caq +jnP +jnP +aZS +jnP +jnP +aZS +vru +vru +vru +vru +iuN +vKl +luX +qIq +epC +fvU +hKf +aqA +dTr +qxu +kFG +aZS +aZS +aZS +aZS +aZS +tHM +tHM +tHM +tHM +tHM +aZS +aZS +nuJ +usc +lry +omn +nuJ +pSv +kTf +ybH +nLf +fjG +qsn +qsn +qsn +qsn +qsn +qsn +mFr +mFr +mFr +vmB +avm +mFr +jnP +jnP +aZS +aZS +iAv +qXq +hMY +jnP +iAv +qXq +hMY +rdE +gjA +gjA +gjA +gjA +gjA +aZS +wXf +wXf +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(213,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +fjJ +oWL +kwy +oip +eTx +ivh +hfE +eTx +bTk +mTh +mTh +hcq +fjJ +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +lpP +lpP +lpP +lpP +lpP +lpP +lpP +aZS +jnP +qKm +mTY +xdQ +joP +dRS +mty +ctO +kcF +ewL +jrG +iSA +gxk +rNv +kcF +wYs +alJ +ipU +eyn +ohZ +cJE +qKm +qKm +jnP +jnP +aZS +jnP +glE +lIu +irr +kaN +tCA +crW +uJs +qGp +xFM +uuT +lIu +mKN +xFM +dnx +mEf +lIu +teP +boI +boI +bJt +mKN +tWT +lle +uLX +aCk +auw +auw +qpv +kDb +tok +jSu +uCm +iID +xDg +sSv +gRv +bVE +wzk +xQf +xQf +etN +dYn +fMM +fis +xQf +cGm +ebq +gSn +qFP +cZN +kjS +tfj +jnP +jnP +aZS +jnP +jnP +aZS +hVw +qup +hVw +xKD +uSX +qyQ +tkB +pvX +nnx +jpA +tJX +oPz +qvE +pfo +kFG +aZS +jnP +jnP +jnP +jop +tHM +uAl +jnP +aZS +jnP +jnP +jnP +nuJ +nuJ +nuJ +nuJ +nuJ +jMq +hzR +vYY +dmn +hXr +vZs +kML +kQk +yby +bap +hcW +mFr +vfF +xhS +vmB +moR +wCh +wCh +hin +jnP +jnP +jnP +wAq +aZS +aZS +aZS +wAq +aZS +bPq +aZS +aZS +jnP +jnP +aZS +jnP +jnP +jnP +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(214,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fjJ +lsR +xkR +fjJ +eTx +ivh +iYO +eTx +bTk +mTh +mTh +tnB +fjJ +aZS +aZS +uXb +aZS +aZS +aZS +aZS +uXb +aZS +aZS +aZS +aZS +uXb +lpP +lpP +lpP +lpP +lpP +lpP +lpP +aZS +qKm +qKm +mDY +qKm +mDY +fuF +hmo +xdB +kcF +fdf +rhn +sXS +fTh +rYH +kcF +cgK +pGM +ipU +vpc +tyi +rYj +qKm +uSX +uSX +jnP +aZS +jnP +jqX +lIu +irr +kaN +sKP +jfs +uJs +igN +boI +boI +bJt +jVg +mKN +mKN +mKN +mKN +ozk +rYp +jgL +eTy +ykK +kDb +pkc +ohT +nnF +auw +auw +vTb +eEc +iIO +sDY +shv +lyY +wFM +kxv +uHL +gWk +jcy +cIW +xQf +xQf +iNd +xQf +xQf +pOi +caq +cGm +caq +caq +btR +jcy +tfj +jnP +jnP +aZS +jnP +jnP +aZS +aZS +aZS +aZS +aZS +aZS +aZS +kFG +rxC +kFG +wtU +dCK +fKG +kFG +rxC +kFG +jnP +jnP +jnP +jnP +tEb +tHM +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +nuJ +rIH +dZk +dZk +kdI +gdt +dpq +aIq +sTJ +gDA +xVG +qKM +sVI +xqC +gyJ +hVe +iSU +obi +iSU +leC +iSU +ftO +alh +bPq +bPq +bPq +bPq +bPq +bPq +bPq +bPq +bPq +bPq +bPq +lKJ +ftO +ftO +fLW +aZS +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(215,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +fjJ +rke +hfE +oXJ +eTx +eTx +eTx +eTx +fjJ +fjJ +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +lpP +lpP +lpP +lpP +lpP +lpP +lpP +aZS +uCB +jFd +uEk +rsB +qKm +mDY +wXp +xdQ +kcF +kcF +kcF +kcF +kcF +kcF +kcF +xNN +eJT +eJT +vpc +wSI +iFP +qKm +jnP +aZS +aZS +aZS +aZS +tUm +nPH +oyV +kaN +sKP +eaj +tUm +lgK +mKN +jgL +eTy +jgL +jgL +bRS +mKN +jgL +aWU +jgL +jgL +jgL +jhd +kDb +jEW +aqF +wlA +rlW +bxN +tVj +aSu +ivS +eEg +pur +ndo +aXv +qpE +vcS +mGi +mXw +fIk +caq +cXg +mXw +xSc +caq +stp +caq +ktC +gwu +caq +dIS +sAp +caq +jnP +aZS +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +kFG +kLL +kLL +kLL +kFG +aZS +aZS +jnP +jnP +jnP +aZS +ofL +tHM +cgq +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +nuJ +vjj +dZk +vkZ +ybH +wTf +het +etY +kdx +hST +euu +odc +hST +mFr +rHi +paR +hGa +vMx +wCh +wCh +wCh +jnP +jnP +jnP +mTd +aZS +aZS +aZS +mTd +aZS +bPq +aZS +aZS +jnP +jnP +aZS +jnP +jnP +jnP +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(216,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fjJ +rke +hfE +hfE +hfE +edG +mct +hsh +fjJ +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +lpP +lpP +lpP +lpP +lpP +lpP +lpP +aZS +uCB +lDA +sVk +eVn +ubO +rLX +ubO +qgh +fYW +ubO +vcW +iHY +chw +dzk +ubO +qMY +ftu +hxd +fYW +sMZ +kpF +qKm +aZS +aZS +jnP +jnP +jnP +tUm +tUm +isq +kaN +sKP +fqq +tUm +oQr +mKN +uJs +pdA +rUq +bUH +uJs +mKN +tFg +lOH +fgV +jgL +jgL +jXy +kDb +kDb +aqF +kDb +tWT +tWT +tWT +aSu +iTk +hbU +bcM +mwb +okE +aVq +vcS +eFN +inL +iEU +hdo +neR +vjP +iPH +iPH +bpT +svF +bpT +bpH +pKK +iGc +nQD +caq +jnP +jnP +wXf +wXf +wXf +wXf +aZS +uAl +wXf +wXf +wXf +aZS +aZS +jnP +kFG +kSf +pdg +swe +kFG +jnP +jnP +jnP +jnP +aZS +aZS +xzz +tHM +xzz +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +nuJ +bAR +dlb +bAR +hST +hST +lKD +ewY +wqs +lpW +hfF +oUW +cjF +mFr +mFr +mFr +mFr +mFr +mFr +jnP +jnP +jnP +jnP +iAv +nRP +hMY +jnP +iAv +nRP +hMY +mTd +nLU +nLU +nLU +nLU +nLU +aZS +wXf +wXf +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(217,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fjJ +rke +hfE +hgN +hfE +eTx +eTx +eTx +fjJ +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uXb +aZS +aZS +aZS +uXb +aZS +aZS +aZS +uXb +uCB +pCx +uEk +cFC +hmo +hkF +ohZ +mPL +kyJ +whf +bCZ +ltm +ohZ +mty +hkF +mty +mty +qZC +ruB +ihI +mPL +qKm +jnP +jnP +jnP +jnP +jnP +aZS +oop +iqC +xTk +mCH +tUm +tUm +uJs +pfh +uJs +ddm +wsZ +qHQ +uJs +pfh +uJs +pfh +uJs +aaG +gks +xbD +tWT +kDb +bmf +kDb +jnP +jnP +jnP +mBU +qpE +qcI +qZZ +exA +txI +rmo +kXM +sAp +cTS +mXw +fIk +dOa +jIr +gRv +nWG +xNy +mXw +pot +oXw +nWG +pot +bsO +caq +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +kFG +sLD +uQh +vxi +kFG +aZS +jnP +jnP +jnP +aZS +jnP +aZS +tHM +wXf +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +nuJ +xFv +oVd +xFv +hST +kJn +vRu +vRu +kaP +vRu +vRu +iEs +xuI +vRu +gKv +uzw +hST +jnP +aZS +jnP +jnP +aZS +aZS +iAv +nRP +hMY +jnP +iAv +nRP +hMY +fIj +wOL +wOL +wOL +wOL +ucB +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(218,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fjJ +fjJ +jMs +jMs +hfE +edG +mct +hcc +fjJ +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +qKm +iUZ +dQX +fPG +qZC +vCg +qKm +qKm +uCB +uCB +qKm +qKm +qKm +qKm +keH +qKm +qKm +qKm +uCB +uCB +qKm +qKm +aZS +jnP +jnP +jnP +jnP +aZS +fjA +skT +jac +oog +cNn +cNn +uJs +fot +uJs +xzW +eSd +ksj +uJs +fot +uJs +dvf +uJs +uJs +uJs +uJs +uJs +jnP +jnP +jnP +jnP +jnP +jnP +raX +qpE +fts +fts +fts +qpE +qpE +qpE +fDe +cmH +wOS +caq +hka +aAm +lLQ +oHO +sAp +caq +jbm +cGm +cGm +gLv +caq +caq +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +kFG +hCC +yaN +jye +kFG +aZS +jnP +jnP +jnP +aZS +jnP +tEb +tHM +wXf +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +nuJ +xFv +lBf +xFv +hST +eGU +vRu +fhh +qeW +wOp +bhL +upj +cHI +poK +whj +bWQ +hST +aZS +aZS +aZS +aZS +aZS +jnP +iAv +nRP +hMY +aZS +iAv +nRP +hMY +aZS +gjA +gjA +gjA +gjA +gjA +aZS +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(219,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +ecA +fjJ +fjJ +fjJ +fjJ +fjJ +fjJ +fjJ +fjJ +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +qKm +qKm +qKm +qKm +qKm +qKm +qKm +aZS +aZS +aZS +aZS +jnP +qKm +nRe +mty +wcm +qKm +jnP +jnP +jnP +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jqX +bOt +kaN +bTq +kaN +kaN +uJs +ryg +uJs +vfW +bYE +mPf +uJs +ryg +uJs +ryg +uJs +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +caq +gkH +caq +stp +caq +cGm +cGm +qpr +dEV +tnK +qpr +stp +caq +caq +caq +huZ +mXw +kOz +caq +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +kFG +lqR +lqR +lqR +kFG +aZS +jnP +jnP +jnP +aZS +aZS +tEb +tHM +uAl +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +xFv +leK +xFv +hST +lyn +pYO +ktc +uGC +nsh +pil +vRu +jGC +wEW +cmY +pkD +hST +jnP +aZS +aZS +jnP +aZS +aZS +iAv +nRP +hMY +jnP +iAv +nRP +hMY +aZS +jnP +jnP +jnP +aZS +jnP +jnP +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(220,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uCB +xlU +gHA +kuK +uCB +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +tUm +tUm +ani +dsM +tUm +pfh +uJs +pfh +uJs +uJs +uJs +uJs +uJs +pfh +uJs +pfh +uJs +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +caq +caq +caq +sAA +eSg +rgF +jcy +mXw +oZm +gRv +eSg +fWN +kVq +caq +hQP +gRv +pot +dHG +caq +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +jnP +jnP +jnP +aZS +aZS +jnP +jnP +jnP +jnP +aZS +uAl +tHM +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hST +gyH +nhE +idj +udH +fhh +fzQ +uGC +por +fhh +vRu +smT +hST +jnP +jnP +aZS +aZS +jnP +jnP +iAv +fpE +hMY +jnP +iAv +fpE +hMY +aZS +wXf +wXf +uAl +wXf +wXf +wXf +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(221,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uCB +uCB +mty +dvx +uCB +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +nGk +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +caq +cYC +mVr +sos +sjf +gQY +hKN +hpr +xxy +gOy +mMc +stp +sAN +eEP +mat +gbO +caq +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +aZS +tHM +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +hST +ham +ham +hST +hGx +bwT +xKr +fmF +drV +uBF +kWS +fnr +hST +aZS +jnP +jnP +uAl +wXf +wXf +aZS +jnP +aZS +jnP +aZS +jnP +aZS +jnP +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(222,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uCB +alG +uCB +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +caq +bXh +jcy +mnT +kni +tmj +xek +szm +gRv +rgF +iBK +caq +xYU +xYU +gRv +uAm +caq +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +aZS +tHM +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +hST +hST +ham +ham +ham +ham +hST +hST +hST +hST +aZS +jnP +jnP +jnP +jnP +jnP +uAl +wXf +wXf +wXf +wXf +wXf +wXf +wXf +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(223,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +uCB +mty +uCB +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +caq +jBh +sjf +jmd +qUF +byO +lqt +liC +oMU +jcy +pAp +caq +aZS +xYU +wsm +xYU +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +tHM +uAl +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(224,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +caq +sZN +ePU +kQc +dsu +dPL +vax +cSc +cJx +toU +lzu +caq +aZS +xYU +gRv +xYU +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +cgq +tHM +wXf +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(225,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +caq +iUI +hkZ +sey +mXw +oDZ +iHq +jcy +emi +jcy +tfl +caq +aZS +aZS +jnP +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +xzz +tHM +xzz +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(226,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +caq +mgs +qdh +shE +yfj +gAG +qoG +ojr +tmY +plx +nQD +caq +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +wXf +tHM +aZS +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(227,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +caq +caq +caq +xYU +xYU +ojr +ojr +ojr +caq +caq +caq +caq +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +wXf +tHM +uAl +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +wXf +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(228,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +uAl +tHM +wXf +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(229,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +tHM +tHM +tHM +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(230,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +xzz +aZS +jnP +jnP +aZS +jPz +tHM +jPz +aZS +jnP +jnP +aZS +ufc +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(231,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +aZS +aZS +gId +tHM +gId +aZS +aZS +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(232,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +aZS +gId +gId +pDS +gId +gId +aZS +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(233,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +hKC +gId +jVF +pDS +xKj +gId +hKC +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(234,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +hKC +hKC +ugQ +jVF +pDS +xKj +fmK +hKC +hKC +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(235,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +gId +fjt +sgd +jVF +pDS +xKj +byz +aNT +gId +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(236,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +xzz +aZS +aZS +aZS +jnP +aZS +gId +kSF +tQk +jVF +oQC +xKj +kSF +fjt +gId +aZS +jnP +aZS +aZS +aZS +xzz +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(237,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +gId +fjt +fmK +jVF +aIZ +xKj +pII +fmR +gId +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(238,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +hKC +hKC +fmK +hSU +fqT +fDi +fmK +hKC +hKC +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(239,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +fNb +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +bJN +hKC +gId +kYR +sgd +fmK +gId +hKC +uPD +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(240,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +aZS +gId +gId +gId +gId +gId +aZS +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(241,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(242,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +xzz +aZS +jnP +jnP +jnP +aZS +jnP +aZS +jnP +jnP +jnP +aZS +xzz +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(243,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +aZS +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(244,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +aZS +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(245,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +cgq +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(246,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +xzz +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(247,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(248,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(249,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(250,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(251,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(252,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(253,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(254,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} +(255,1,1) = {" +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +jnP +"} diff --git a/code/game/area/ss13_areas/ai_areas.dm b/code/game/area/ss13_areas/ai_areas.dm index ae6f92353f1c..f650b62404b2 100644 --- a/code/game/area/ss13_areas/ai_areas.dm +++ b/code/game/area/ss13_areas/ai_areas.dm @@ -29,6 +29,9 @@ /area/station/aisat/hall name = "\improper AI Satellite Hallway" +/area/station/aisat/breakroom + name = "\improper AI Satellite Break Room Hallway" + /area/station/aisat/service name = "\improper AI Satellite Service" diff --git a/code/game/area/ss13_areas/engineering_areas.dm b/code/game/area/ss13_areas/engineering_areas.dm index 71c05c7f5d0b..8b3d82cb22f9 100644 --- a/code/game/area/ss13_areas/engineering_areas.dm +++ b/code/game/area/ss13_areas/engineering_areas.dm @@ -14,6 +14,31 @@ name = "Atmospherics Distribution Loop" icon_state = "atmos" +/area/station/engineering/atmos/storage + name = "Atmospherics Hardsuit Storage" + icon_state = "atmos_suits" + +/area/station/engineering/atmos/transit + name = "Atmospherics Transit Tube" + icon_state = "atmos_transit" + +/area/station/engineering/atmos/asteroid + name = "Asteroid" + icon_state = "asteroid" + sound_environment = SOUND_AREA_SPACE + apc_starts_off = TRUE + +/area/station/engineering/atmos/asteroid_filtering + name = "Asteroid Filtering" + icon_state = "asteroid_atmos" + sound_environment = SOUND_AREA_LARGE_ENCLOSED + +/area/station/engineering/atmos/asteroid_core + name = "Asteroid Molten Core" + icon_state = "asteroid_core" + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + sound_environment = SOUND_AREA_ASTEROID + // general engineering /area/station/engineering ambientsounds = ENGINEERING_SOUNDS diff --git a/code/game/area/ss13_areas/maintenance_areas.dm b/code/game/area/ss13_areas/maintenance_areas.dm index e6585764e4d9..462fb5d13c4a 100644 --- a/code/game/area/ss13_areas/maintenance_areas.dm +++ b/code/game/area/ss13_areas/maintenance_areas.dm @@ -49,6 +49,10 @@ name = "Central Maintenance" icon_state = "maintcentral" +/area/station/maintenance/maintcentral2 + name = "Central Maintenance Secondary" + icon_state = "maintcentral" + /area/station/maintenance/fore name = "Fore Maintenance" icon_state = "fmaint" @@ -173,6 +177,11 @@ icon_state = "ass_line" apc_starts_off = TRUE +/area/station/maintenance/abandoned_office + name = "\improper Abandoned Office" + icon_state = "abandoned_office" + apc_starts_off = TRUE + /area/station/maintenance/abandoned_garden name = "\improper Abandoned Garden" icon_state = "hydro" @@ -221,3 +230,45 @@ /area/station/maintenance/disposal/external/north name = "Northern External Waste Belt" + +// Emerald Station + +/area/station/maintenance/dorms + name = "Dorms Maintenance" + icon_state = "dorms_maint" + +/area/station/maintenance/dorms/port + name = "Dorms Port Maintenance" + icon_state = "dorms_maint_port" + +/area/station/maintenance/dorms/starboard + name = "Dorms Starboard Maintenance" + icon_state = "dorms_maint_starboard" + +/area/station/maintenance/dorms/aft + name = "Dorms Aft Maintenance" + icon_state = "dorms_maint_aft" + +/area/station/maintenance/dorms/fore + name = "Dorms Fore Maintenance" + icon_state = "dorms_maint_fore" + +/area/station/maintenance/security + name = "Security Maintenance" + icon_state = "sec_maint" + +/area/station/maintenance/security/fore + name = "Security Maintenance Fore" + icon_state = "sec_maint_fore" + +/area/station/maintenance/security/aft_port + name = "Security Maintenance Aft Port" + icon_state = "sec_maint_ap" + +/area/station/maintenance/security/aft_starboard + name = "Security Maintenance Aft Starboard" + icon_state = "sec_maint_as" + +/area/station/engineering/atmos/asteroid_maint + name = "Asteroid Filtering Maintenance" + icon_state = "asteroid_maint" diff --git a/code/game/area/ss13_areas/public_areas.dm b/code/game/area/ss13_areas/public_areas.dm index e3f04b1d9ac2..df0933a6b59f 100644 --- a/code/game/area/ss13_areas/public_areas.dm +++ b/code/game/area/ss13_areas/public_areas.dm @@ -86,9 +86,20 @@ /area/station/hallway/primary/central/se /area/station/hallway/spacebridge - sound_environment = SOUND_AREA_LARGE_ENCLOSED icon_state = "hall_space" +/area/station/hallway/spacebridge/security + icon_state = "hall_space" + name = "\improper Security Space Bridge" + +/area/station/hallway/spacebridge/security/west + icon_state = "hall_space" + name = "\improper Security West Space Bridge" + +/area/station/hallway/spacebridge/security/south + icon_state = "hall_space" + name = "\improper Security South Space Bridge" + /area/station/hallway/spacebridge/dockmed name = "Docking-Medical Bridge" @@ -253,3 +264,11 @@ /area/station/public/quantum/medbay name = "Medbay Quantum Pad" + +/area/station/public/park + name = "Public Nature Reserve" + icon_state = "park" + +/area/station/public/shops + name = "Dorms Public Storefront" + icon_state = "shop" diff --git a/code/game/area/ss13_areas/service_areas.dm b/code/game/area/ss13_areas/service_areas.dm index 53db5504c9be..f1e5b1e81f70 100644 --- a/code/game/area/ss13_areas/service_areas.dm +++ b/code/game/area/ss13_areas/service_areas.dm @@ -35,6 +35,11 @@ valid_territory = FALSE request_console_flags = RC_SUPPLY +/area/station/service/chapel/funeral + name = "\improper Funeral Services" + sound_environment = SOUND_AREA_STANDARD_STATION + valid_territory = TRUE + /area/station/service/chapel/office name = "\improper Chapel Office" icon_state = "chapeloffice" diff --git a/code/game/objects/structures/flora.dm b/code/game/objects/structures/flora.dm index effa8969f1c8..a34e31f6738f 100644 --- a/code/game/objects/structures/flora.dm +++ b/code/game/objects/structures/flora.dm @@ -45,7 +45,6 @@ /obj/structure/flora/tree/palm/Initialize(mapload) . = ..() icon_state = pick("palm1","palm2") - pixel_x = 0 /obj/structure/flora/tree/jungle name = "tree" diff --git a/code/game/objects/structures/plasma_geyser.dm b/code/game/objects/structures/plasma_geyser.dm new file mode 100644 index 000000000000..82ce5bdd7181 --- /dev/null +++ b/code/game/objects/structures/plasma_geyser.dm @@ -0,0 +1,46 @@ + +/obj/structures/plasmageyser + name = "Plasma Geyser" + desc = "A mound of basalt rock, erupting with bubbling molten plasma. It constantly emits toxic fumes." + anchored = TRUE + icon = 'icons/obj/lavaland/geyser.dmi' + icon_state = "geyser_plasma" + resistance_flags = LAVA_PROOF | FIRE_PROOF + armor = list(MELEE = 30, BULLET = 80, LASER = 90, ENERGY = 90, BOMB = 80, RAD = 100, FIRE = 100, ACID = 100) + +/obj/structures/plasmageyser/Initialize() + . = ..() + START_PROCESSING(SSprocessing, src) + +// for sanity checks +/obj/structures/plasmageyser/Destroy() + STOP_PROCESSING(SSprocessing, src) + return ..() + +/obj/structures/plasmageyser/process() + var/datum/milla_safe/plasmageyser/milla = new() + milla.invoke_async(src) + +/datum/milla_safe/plasmageyser + +/datum/milla_safe/plasmageyser/on_run(obj/structures/plasmageyser/geyser) + var/max_pressure = ONE_ATMOSPHERE * 3 + var/toxins_modifier = 100 + var/co2_modifier = 12 + var/target_temp = 1000 + var/pressure_modifier + var/turf/T = get_turf(geyser) + var/datum/gas_mixture/environment = get_turf_air(T) + var/datum/gas_mixture/add_moles = new() + var/environment_pressure = environment.return_pressure() + + // Reduces geyser effectiveness when above max_pressure + if(environment_pressure >= max_pressure) + pressure_modifier = 0.1 + else + pressure_modifier = 1 + + add_moles.set_toxins(toxins_modifier * pressure_modifier) + add_moles.set_carbon_dioxide(co2_modifier * pressure_modifier) + add_moles.set_temperature(target_temp) + environment.merge(add_moles) diff --git a/code/game/objects/structures/signs.dm b/code/game/objects/structures/signs.dm index 87b775b7e71e..0ed32826e24d 100644 --- a/code/game/objects/structures/signs.dm +++ b/code/game/objects/structures/signs.dm @@ -110,6 +110,14 @@ desc = "A warning sign which reads 'SECURE AREA'" icon_state = "securearea" +/obj/structure/sign/wait + name = "\improper WAIT FOR DECONTAMINATION!" + desc = "A warning sign which reads: WAIT!
\ + Before returning from the asteroid internal zone, please wait for the in-built scrubber system to remove all traces of the toxic atmosphere. This will take approximately 20 seconds.
\ + Failure to adhere to this safety regulation will result in large plasmafires that will destroy the locking mechanisms." + icon_state = "waitsign" + resistance_flags = FIRE_PROOF + /obj/structure/sign/monkey_paint name = "Mr. Deempisi portrait" 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." diff --git a/code/game/turfs/simulated/floor/asteroid_floors.dm b/code/game/turfs/simulated/floor/asteroid_floors.dm index cdf971a9bdff..d4f98500c549 100644 --- a/code/game/turfs/simulated/floor/asteroid_floors.dm +++ b/code/game/turfs/simulated/floor/asteroid_floors.dm @@ -166,6 +166,15 @@ color = COLOR_FLOOR_HARD_ROCK baseturf = /turf/simulated/floor/lava/lava_land_surface +/turf/simulated/floor/plating/asteroid/basalt/plasma + temperature = 1000 + oxygen = 0 + nitrogen = 0 + carbon_dioxide = 1.2 + toxins = 10 + turf_type = /turf/simulated/floor/plating/asteroid/basalt/plasma + atmos_mode = ATMOS_MODE_NO_DECAY + /turf/simulated/floor/plating/asteroid/airless temperature = TCMB oxygen = 0 diff --git a/code/game/turfs/simulated/floor/lava.dm b/code/game/turfs/simulated/floor/lava.dm index 293791898468..d28d298fa551 100644 --- a/code/game/turfs/simulated/floor/lava.dm +++ b/code/game/turfs/simulated/floor/lava.dm @@ -270,6 +270,26 @@ atmos_mode = ATMOS_MODE_SEALED atmos_environment = null +// special turf for the asteroid core on EmeraldStation +/turf/simulated/floor/lava/plasma/fuming + name = "liquid plasma" + desc = "A swirling pit of liquid plasma. It bubbles ominously." + icon = 'icons/turf/floors/liquidplasma.dmi' + icon_state = "liquidplasma-255" + base_icon_state = "liquidplasma" + baseturf = /turf/simulated/floor/lava/plasma/fuming + atmos_mode = ATMOS_MODE_NO_DECAY + + // Hot Ass Plasma lava + temperature = 1000 + oxygen = 0 + nitrogen = 0 + carbon_dioxide = 1.2 + toxins = 10 + light_range = 3 + light_power = 0.75 + light_color = LIGHT_COLOR_PINK + /turf/simulated/floor/lava/mapping_lava/Initialize(mapload) . = ..() return INITIALIZE_HINT_LATELOAD //Lateload is needed, otherwise atmos does not setup right on the turf roundstart, leading it to be vacume. This is bad. diff --git a/code/game/turfs/simulated/floor/plating.dm b/code/game/turfs/simulated/floor/plating.dm index b2c1e3608302..eba6c7ace8c8 100644 --- a/code/game/turfs/simulated/floor/plating.dm +++ b/code/game/turfs/simulated/floor/plating.dm @@ -307,6 +307,17 @@ nitrogen = 0 temperature = TCMB +/turf/simulated/floor/engine/airless/nodecay + atmos_mode = ATMOS_MODE_NO_DECAY + +/turf/simulated/floor/engine/asteroid + temperature = 1000 + oxygen = 0 + nitrogen = 0 + carbon_dioxide = 1.2 + toxins = 10 + atmos_mode = ATMOS_MODE_NO_DECAY + /turf/simulated/floor/engine/singularity_pull(S, current_size) ..() if(current_size >= STAGE_FIVE) diff --git a/code/modules/asset_cache/assets/asset_nanomap.dm b/code/modules/asset_cache/assets/asset_nanomap.dm index 96ddef384a50..1f955f1e281d 100644 --- a/code/modules/asset_cache/assets/asset_nanomap.dm +++ b/code/modules/asset_cache/assets/asset_nanomap.dm @@ -6,4 +6,5 @@ "Delta_nanomap_z1.png" = 'icons/_nanomaps/Delta_nanomap_z1.png', "MetaStation_nanomap_z1.png" = 'icons/_nanomaps/MetaStation_nanomap_z1.png', "CereStation_nanomap_z1.png" = 'icons/_nanomaps/CereStation_nanomap_z1.png', + "EmeraldStation_nanomap_z1.png" = 'icons/_nanomaps/EmeraldStation_nanomap_z1.png', ) diff --git a/code/modules/atmospherics/machinery/components/unary_devices/vent_scrubber.dm b/code/modules/atmospherics/machinery/components/unary_devices/vent_scrubber.dm index 6184c5e4ba08..07a93295c0fa 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/vent_scrubber.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/vent_scrubber.dm @@ -35,6 +35,15 @@ on = TRUE icon_state = "map_scrubber" +/obj/machinery/atmospherics/unary/vent_scrubber/on/toxins + scrub_CO2 = FALSE + scrub_Toxins = TRUE + +/obj/machinery/atmospherics/unary/vent_scrubber/on/toxins_siphon + scrubbing = FALSE + scrub_CO2 = FALSE + scrub_Toxins = TRUE + /obj/machinery/atmospherics/unary/vent_scrubber/Initialize(mapload) . = ..() icon = null diff --git a/code/modules/awaymissions/mission_code/ruins/telecomns.dm b/code/modules/awaymissions/mission_code/ruins/telecomns.dm index 0d33c92bc9fa..bd8fbfeff37b 100644 --- a/code/modules/awaymissions/mission_code/ruins/telecomns.dm +++ b/code/modules/awaymissions/mission_code/ruins/telecomns.dm @@ -495,6 +495,8 @@ GLOBAL_LIST_EMPTY(telecomms_trap_tank) soundblock = "kerberos" if("NSS Farragus") soundblock = "farragus" + if("NSS Diagoras") + soundblock = "diagoras" if(!soundblock) things_to_say = list("Either you are using the tiny test map, or someone has made a new station and it got merged!", "If this is the case, you'll want to issue report this if a new map is merged", "Lines 2 and 3 here are always the same, only the first line will need a new generation") diff --git a/code/modules/hydroponics/grown/potato.dm b/code/modules/hydroponics/grown/potato.dm index d143c8bd633e..09c7e5f6fe73 100644 --- a/code/modules/hydroponics/grown/potato.dm +++ b/code/modules/hydroponics/grown/potato.dm @@ -28,7 +28,6 @@ bitesize = 100 distill_reagent = "vodka" - /obj/item/food/grown/potato/wedges name = "potato wedges" desc = "Slices of neatly cut potato." diff --git a/code/modules/mapping/station_datums.dm b/code/modules/mapping/station_datums.dm index 1f0356abc464..ceecd3d0dfa9 100644 --- a/code/modules/mapping/station_datums.dm +++ b/code/modules/mapping/station_datums.dm @@ -23,6 +23,12 @@ webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/cerestation/" min_players_random = 60 +/datum/map/emeraldstation + fluff_name = "NSS Diagoras" + technical_name = "EmeraldStation" + map_path = "_maps/map_files/stations/emeraldstation.dmm" + webmap_url = "https://affectedarc07.co.uk/emerald.html" + /datum/map/test_tiny fluff_name = "test_tiny" technical_name = "test_tiny" diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index 75320c21ae1b..5ea585121ca9 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -552,6 +552,19 @@ name = "paper- 'Standard Operating Procedure'" info = "Alert Levels:
\nBlue- Emergency
\n\t1. Caused by fire
\n\t2. Caused by manual interaction
\n\tAction:
\n\t\tClose all fire doors. These can only be opened by reseting the alarm
\nRed- Ejection/Self Destruct
\n\t1. Caused by module operating computer.
\n\tAction:
\n\t\tAfter the specified time the module will eject completely.
\n
\nEngine Maintenance Instructions:
\n\tShut off ignition systems:
\n\tActivate internal power
\n\tActivate orbital balance matrix
\n\tRemove volatile liquids from area
\n\tWear a fire suit
\n
\n\tAfter
\n\t\tDecontaminate
\n\t\tVisit medical examiner
\n
\nToxin Laboratory Procedure:
\n\tWear a gas mask regardless
\n\tGet an oxygen tank.
\n\tActivate internal atmosphere
\n
\n\tAfter
\n\t\tDecontaminate
\n\t\tVisit medical examiner
\n
\nDisaster Procedure:
\n\tFire:
\n\t\tActivate sector fire alarm.
\n\t\tMove to a safe area.
\n\t\tGet a fire suit
\n\t\tAfter:
\n\t\t\tAssess Damage
\n\t\t\tRepair damages
\n\t\t\tIf needed, Evacuate
\n\tMeteor Shower:
\n\t\tActivate fire alarm
\n\t\tMove to the back of ship
\n\t\tAfter
\n\t\t\tRepair damage
\n\t\t\tIf needed, Evacuate
\n\tAccidental Reentry:
\n\t\tActivate fire alarms in front of ship.
\n\t\tMove volatile matter to a fire proof area!
\n\t\tGet a fire suit.
\n\t\tStay secure until an emergency ship arrives.
\n
\n\t\tIf ship does not arrive-
\n\t\t\tEvacuate to a nearby safe area!" +/obj/item/paper/dnd + name = "paper- 'Character Sheet'" + info = "