diff --git a/code/__DEFINES/__game.dm b/code/__DEFINES/__game.dm index ed45e066516d..f8034502a911 100644 --- a/code/__DEFINES/__game.dm +++ b/code/__DEFINES/__game.dm @@ -42,6 +42,7 @@ #define MAP_NEW_VARADERO "New Varadero"//ice colony underground but as its own map #define MAP_TYRARGO_RIFT "Tyrargo Rift" #define MAP_WHITE_ANTRE_RESEARCH_FACILITY "White Antre Research Facility" +#define MAP_CONAM_81_ABYSSAL "Con-Am 81 'Abyssal'" #define MAP_CHINOOK "Chinook 91 GSO" //admin level #define MAP_ROSTOCK "SSV Rostock" //UPP Warship #define MAP_HUNTERSHIP "Hunter Ship" diff --git a/code/__DEFINES/dcs/signals/signals_global.dm b/code/__DEFINES/dcs/signals/signals_global.dm index 89b54286df10..f9791013f8b3 100644 --- a/code/__DEFINES/dcs/signals/signals_global.dm +++ b/code/__DEFINES/dcs/signals/signals_global.dm @@ -99,3 +99,6 @@ /// From /datum/controller/subsystem/hijack/proc/call_shuttle() #define COMSIG_GLOB_HIJACK_INBOUND "!hijack_inbound" + +/// From /obj/structure/machinery/door_control/abyssal_lockdown/use_button(mob/living/user,force) +#define COMSIG_GLOB_ABYSSAL_LOCKDOWN "!abyssal_lockdown" diff --git a/code/__DEFINES/minimap.dm b/code/__DEFINES/minimap.dm index cadfd46867d0..0344e31e7c7b 100644 --- a/code/__DEFINES/minimap.dm +++ b/code/__DEFINES/minimap.dm @@ -110,6 +110,9 @@ GLOBAL_LIST_INIT(all_minimap_flags, bitfield2list(MINIMAP_FLAG_ALL)) #define MINIMAP_AREA_OOB "#3a3a3a" #define MINIMAP_AREA_COMMS "#00b3ffe7" +// Abyssal +#define MINIMAP_AREA_SPACE "#1a1a1a" + // Ceiling colors #define MINIMAP_CEILING_TIER_GLASS "#b2e6f19a" #define MINIMAP_CEILING_TIER_1 "#606060a2" diff --git a/code/__DEFINES/sounds.dm b/code/__DEFINES/sounds.dm index c3c7c6ac01a8..c881b5d60821 100644 --- a/code/__DEFINES/sounds.dm +++ b/code/__DEFINES/sounds.dm @@ -147,3 +147,8 @@ // White Antre Soundscapes #define AMBIENCE_ANTRE 'sound/ambience/venir_hallway.ogg' #define AMBIENCE_ANTRE_ADJACENT 'sound/ambience/venir_hallway_adjacent.ogg' + +// Abyssal Soundscapes + +#define SCAPE_ABYSSAL_INTERIOR list('sound/ambience/ambigen1.ogg','sound/ambience/ambigen3.ogg','sound/ambience/ambigen3.ogg','sound/ambience/ambigen4.ogg','sound/ambience/ambigen5.ogg','sound/ambience/ambigen6.ogg','sound/ambience/ambigen7.ogg','sound/ambience/ambigen8.ogg','sound/ambience/ambigen9.ogg','sound/ambience/ambigen10.ogg','sound/ambience/ambigen11.ogg','sound/ambience/ambigen12.ogg','sound/ambience/ambigen14.ogg') +#define SCAPE_ABYSSAL_EXTERIOR list('sound/ambience/ambispace.ogg') diff --git a/code/game/area/ConAm_81_Abyssal.dm b/code/game/area/ConAm_81_Abyssal.dm new file mode 100644 index 000000000000..f983f4c8db38 --- /dev/null +++ b/code/game/area/ConAm_81_Abyssal.dm @@ -0,0 +1,237 @@ +//Abyssal Areas--------------------------------------// + +/area/abyssal + name = "Con-Am 81 'Abyssal'" + icon = 'icons/turf/area_prison_v3_fiorina.dmi' + icon_state = "fiorina" + can_build_special = TRUE + temperature = T20C + powernet_name = "ground" + ceiling = CEILING_GLASS + minimap_color = MINIMAP_AREA_COLONY + ceiling_muffle = FALSE + unoviable_timer = FALSE + +//parent types + +/area/abyssal/interior + name = "Abyssal - Interior" + icon_state = "base_icon" + soundscape_playlist = SCAPE_ABYSSAL_INTERIOR + ambience_exterior = AMBIENCE_ALMAYER + soundscape_interval = 45 + +/area/abyssal/exterior + name = "Abyssal - Exterior" + icon_state = "base_icon" + ceiling = CEILING_NONE + is_resin_allowed = FALSE + flags_area = AREA_NOTUNNEL|AREA_CONTAINMENT|AREA_UNWEEDABLE|AREA_NOBURROW + requires_power = FALSE + ambience_exterior = SCAPE_ABYSSAL_EXTERIOR + minimap_color = MINIMAP_AREA_GLASS + temperature = TCMB + pressure = 0 + always_unpowered = 1 + base_lighting_alpha = 255 + +/area/abyssal/oob + name = "Out Of Bounds" + icon_state = "oob" + ceiling = CEILING_MAX + is_resin_allowed = FALSE + flags_area = AREA_NOTUNNEL|AREA_NOBURROW + ambience_exterior = SCAPE_ABYSSAL_EXTERIOR + minimap_color = MINIMAP_AREA_SPACE + requires_power = FALSE + temperature = TCMB + pressure = 0 + always_unpowered = 1 + base_lighting_alpha = 255 + +//// Landing Zone \\\\ + +/area/abyssal/interior/landing_zone + name = "Con-Am 81 'Abyssal' - Hanger - Landing Zone" + icon_state = "lz1" + ceiling = CEILING_NONE + is_resin_allowed = FALSE + is_landing_zone = TRUE + minimap_color = MINIMAP_AREA_LZ + linked_lz = DROPSHIP_LZ1 + +//// Interior Station \\\\ + +// Survivor Bunker +/area/abyssal/interior/bunker + name = "Abyssal - Emergency Radiation Bunker" + icon_state = "police_line" + flags_area = AREA_NOTUNNEL|AREA_NOBURROW + minimap_color = MINIMAP_AREA_JUNGLE + +//Corridor +/area/abyssal/interior/corridor_west + name = "Abyssal - Port - Main Corridor" + icon_state = "station0" + minimap_color = MINIMAP_DIRT + +/area/abyssal/interior/corridor_central + name = "Abyssal - Central - Main Corridor" + icon_state = "station0" + minimap_color = MINIMAP_DIRT + +/area/abyssal/interior/corridor_east + name = "Abyssal - Starboard - Main Corridor" + icon_state = "station0" + minimap_color = MINIMAP_DIRT + +//Telecommunications +/area/abyssal/interior/telecomms_1 + name = "Abyssal - Secondary Telecommunications Hub" + icon_state = "power0" + minimap_color = MINIMAP_AREA_ENGI + +/area/abyssal/interior/telecomms_2 + name = "Abyssal - Primary Telecommunications Hub" + icon_state = "power0" + minimap_color = MINIMAP_AREA_ENGI + +//Maintenance +/area/abyssal/interior/maintenance + name = "Abyssal - Maintenance" + icon_state = "maints" + minimap_color = MINIMAP_LAVA + +/area/abyssal/interior/maintenance/west + name = "Abyssal - Port - Maintenance" + linked_lz = DROPSHIP_LZ1 + +/area/abyssal/interior/maintenance/south + name = "Abyssal - Aft - Maintenance" + +/area/abyssal/interior/maintenance/north + name = "Abyssal - Fore - Maintenance" + +/area/abyssal/interior/maintenance/east + name = "Abyssal - Starboard - Maintenance" + +/area/abyssal/interior/maintenance/central + name = "Abyssal - Central - Maintenance" + +//Solar Control +/area/abyssal/interior/solar_control_south + name = "Abyssal - Aft - Solar Interior Controlroom" + icon_state = "disco" + minimap_color = MINIMAP_AREA_GLASS + +/area/abyssal/interior/solar_control_north + name = "Abyssal - Fore - Solar Interior Controlroom" + icon_state = "disco" + minimap_color = MINIMAP_AREA_GLASS + +/area/abyssal/interior/solar_control_north_west + name = "Abyssal - Fore-Port - Solar Interior Controlroom" + icon_state = "disco" + minimap_color = MINIMAP_AREA_GLASS + +//Departments +/area/abyssal/interior/arrivals + name = "Abyssal - Arrivals Wing" + icon_state = "station1" + linked_lz = DROPSHIP_LZ1 + minimap_color = MINIMAP_AREA_CELL_MED + +/area/abyssal/interior/cargo + name = "Abyssal - Cargo Wing" + icon_state = "station1" + linked_lz = DROPSHIP_LZ1 + minimap_color = MINIMAP_AREA_SHIP + +/area/abyssal/interior/atmo + name = "Abyssal - Atmospherics" + icon_state = "station1" + minimap_color = MINIMAP_AREA_CELL_VIP + +/area/abyssal/interior/hydro + name = "Abyssal - Hydroponics" + icon_state = "botany" + minimap_color = MINIMAP_AREA_CELL_LOW + +/area/abyssal/interior/dormitory + name = "Abyssal - Dormitory" + icon_state = "station2" + minimap_color = MINIMAP_AREA_CELL_VIP + +/area/abyssal/interior/galley + name = "Abyssal - Galley Kitchen" + icon_state = "station2" + minimap_color = MINIMAP_AREA_CELL_VIP + +/area/abyssal/interior/security + name = "Abyssal - Security Wing" + icon_state = "security_hub" + minimap_color = MINIMAP_AREA_COLONY_MARSHALLS + +/area/abyssal/interior/engineering + name = "Abyssal - Engineering Wing" + icon_state = "power0" + minimap_color = MINIMAP_AREA_COLONY_ENGINEERING + +/area/abyssal/interior/medical + name = "Abyssal - Medical Wing" + icon_state = "station3" + minimap_color = MINIMAP_AREA_COLONY_HOSPITAL + +/area/abyssal/interior/science + name = "Abyssal - Science Wing" + icon_state = "station4" + minimap_color = MINIMAP_AREA_RESEARCH + ceiling = CEILING_UNDERGROUND_METAL_BLOCK_CAS + +/area/abyssal/interior/command + name = "Abyssal - Command Wing" + icon_state = "fiorina" + minimap_color = MINIMAP_AREA_COMMAND + ceiling = CEILING_UNDERGROUND_METAL_BLOCK_CAS + +/area/abyssal/interior/liaison + name = "Abyssal - Executive Coordinators Office" + icon_state = "station4" + minimap_color = MINIMAP_AREA_COMMAND + ceiling = CEILING_UNDERGROUND_METAL_BLOCK_CAS + +//// Exterior Station \\\\ + +/area/abyssal/exterior/fore + name = "Abyssal - Exterior Fore" + icon_state = "maints" + +/area/abyssal/exterior/aft + name = "Abyssal - Exterior Aft" + icon_state = "maints" + +//// Derelict Shuttle \\\\ + +/area/abyssal/interior/derelict_shuttle + name = "Unidentified Space Craft (UFO-1)" + icon_state = "tumor0-deep" + ceiling = CEILING_REINFORCED_METAL + flags_area = AREA_NOTUNNEL + ambience_exterior = AMBIENCE_DERELICT + soundscape_playlist = SCAPE_PL_LV759_DERELICTSHIP + minimap_color = MINIMAP_AREA_HYBRISACAVES + requires_power = FALSE + +//// Gonzo \\\\ + +/area/abyssal/gonzo + name = "Abyssal - Exterior Starboard" + icon_state = "maints" + ceiling = CEILING_MAX + is_resin_allowed = FALSE + flags_area = AREA_NOTUNNEL|AREA_NOBURROW + minimap_color = MINIMAP_AREA_GLASS + ambience_exterior = SCAPE_ABYSSAL_EXTERIOR + requires_power = FALSE + base_lighting_alpha = 255 + always_unpowered = 1 diff --git a/code/game/machinery/door_control.dm b/code/game/machinery/door_control.dm index b59336f0c40f..c8047e977676 100644 --- a/code/game/machinery/door_control.dm +++ b/code/game/machinery/door_control.dm @@ -424,3 +424,20 @@ handle_dropship(id) desiredstate = !desiredstate + +/obj/structure/machinery/door_control/abyssal_lockdown + var/used = FALSE + var/colony_lockdown_time = 5 MINUTES + +/obj/structure/machinery/door_control/abyssal_lockdown/use_button(mob/living/user,force) + if(world.time < SSticker.mode.round_time_lobby + colony_lockdown_time) + to_chat(user, SPAN_WARNING("The station-wide emergency lockdown cannot be lifted yet. Please wait another [floor((SSticker.mode.round_time_lobby + colony_lockdown_time-world.time)/600)] minutes before trying again.")) + return + if(used) + to_chat(user, SPAN_WARNING("The station-wide emergency lockdown has already been lifted.")) + return + . = ..() + SEND_GLOBAL_SIGNAL(COMSIG_GLOB_ABYSSAL_LOCKDOWN) + marine_announcement("The station-wide emergency lockdown has been lifted.") + xeno_announcement("We sense the encroachment of new hosts upon our metal hive.") + used = TRUE diff --git a/code/game/objects/effects/decals/floor_symbol.dm b/code/game/objects/effects/decals/floor_symbol.dm index e1c6e77d3409..03d47fc73596 100644 --- a/code/game/objects/effects/decals/floor_symbol.dm +++ b/code/game/objects/effects/decals/floor_symbol.dm @@ -67,6 +67,44 @@ /obj/effect/decal/floor_symbol/wy_3x1/right icon_state = "wy_right" +//// Con-Am \\\\ + +/obj/effect/decal/floor_symbol/con_am + name = "\improper Con-Am Logo" + icon_state = "conam_directional" + +/obj/effect/decal/floor_symbol/con_am/left + icon_state = "conam_directional1" + +/obj/effect/decal/floor_symbol/con_am/right + icon_state = "conam_directional2" + +// Bigger Alt + +/obj/effect/decal/floor_symbol/con_am/alt + icon_state = "conam_big_dir" + +/obj/effect/decal/floor_symbol/con_am/alt/bottom_2 + icon_state = "conam_big_dir1" + +/obj/effect/decal/floor_symbol/con_am/alt/bottom_3 + icon_state = "conam_big_dir2" + +/obj/effect/decal/floor_symbol/con_am/alt/bottom_4 + icon_state = "conam_big_dir3" + +/obj/effect/decal/floor_symbol/con_am/alt/top_1 + icon_state = "conam_big_dir4" + +/obj/effect/decal/floor_symbol/con_am/alt/top_2 + icon_state = "conam_big_dir5" + +/obj/effect/decal/floor_symbol/con_am/alt/top_3 + icon_state = "conam_big_dir6" + +/obj/effect/decal/floor_symbol/con_am/alt/top_4 + icon_state = "conam_big_dir7" + /obj/effect/decal/floor_symbol/uscm_3x3 name = "\improper USCM Logo" icon_state = "uscm_center" diff --git a/code/game/objects/effects/decals/posters.dm b/code/game/objects/effects/decals/posters.dm index 27be0e3b4164..8e7bed4ad06a 100644 --- a/code/game/objects/effects/decals/posters.dm +++ b/code/game/objects/effects/decals/posters.dm @@ -257,3 +257,14 @@ /obj/structure/sign/poster/upp/Initialize() serial_number = pick(88,89,90,91,92,93,94,95,96,97,98,99,100) .=..() + +//////////////// +//Abyssal Poster// +//////////////// + +/obj/structure/sign/poster/conam + icon_state = "poster101" + +/obj/structure/sign/poster/conam/Initialize() + serial_number = 101 + .=..() diff --git a/code/game/objects/effects/decals/posters/poster_list.dm b/code/game/objects/effects/decals/posters/poster_list.dm index 5f1a3dcad67c..245ba3fd492d 100644 --- a/code/game/objects/effects/decals/posters/poster_list.dm +++ b/code/game/objects/effects/decals/posters/poster_list.dm @@ -516,3 +516,8 @@ Template icon_state="poster101" name = "Light of science" desc = "Funded by Weyland-Yutani to try on improving the USCM's view of their research staff. This one, specifically, dates way back to when research laboratories were first estabilished onboard USCM patrol vessels, after a good amount of government lobbying. The art is geometric, but yet expressive with its vibrant warm colors, of an artistic style made by an unknown artist. The art itself is supposed to represent the burning light of 'Science', glowing and piercing the dark as a star, opening paths through the expansive obscure." + +/datum/poster/poster_102 + icon_state="poster101" + name = "Con-Amalagated poster" + desc = "A poster for the con-am corporation. It looks far more colorful than the drab looking station it is found on." diff --git a/code/game/objects/structures/props.dm b/code/game/objects/structures/props.dm index 7399f8e2fe18..292a20b2e341 100644 --- a/code/game/objects/structures/props.dm +++ b/code/game/objects/structures/props.dm @@ -1604,3 +1604,16 @@ layer = TURF_LAYER plane = FLOOR_PLANE mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/structure/prop/misc/lit_cable + name = "power cable surface connector" + desc = "Manual connection point to the station's powernet, emits a low level of light." + icon = 'icons/obj/pipes/power_cond_heavy.dmi' + icon_state = "node" + layer = ABOVE_WEED_LAYER + plane = FLOOR_PLANE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + light_on = TRUE + light_color = "#BB3F3F" + light_range = 2 + light_power = 1 diff --git a/code/game/objects/structures/signs.dm b/code/game/objects/structures/signs.dm index 05345f064a66..1b15997e6bbe 100644 --- a/code/game/objects/structures/signs.dm +++ b/code/game/objects/structures/signs.dm @@ -801,3 +801,12 @@ icon_state = "calendar_ua" desc = "Classic office decoration and a place to stare at maniacally, has a vertically placed UA flag and some army symbolics." calendar_faction = FACTION_MARINE + +//===================// +// Con-Am Faction Symbol // +//=================// + +/obj/structure/sign/conam + name = "\improper Con-Am Poster" + desc = "A symbol of the Con-Am corporation. Oozes a proud confidence of Con-Am, despite its mounting real world troubles." + icon_state = "conam_symbol" diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index 88065349090b..e9d238548394 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -1383,3 +1383,121 @@ icon_state = "prison_cellwindow0" basestate = "prison_cellwindow" health = 100 + +// Abyssal Windows \\ + +// Standard + +/obj/structure/window/framed/abyssal/standard + name = "window" + icon = 'icons/turf/walls/abyssal_windows_blank.dmi' + icon_state = "prison_window0" + basestate = "prison_window" + desc = "A glass window inside a wall frame." + health = 15 + window_frame = /obj/structure/window_frame/abyssal/standard + +/obj/structure/window/framed/abyssal/standard/reinforced + name = "reinforced window" + icon_state = "prison_rwindow0" + basestate = "prison_rwindow" + desc = "A glass window. Light refracts incorrectly when looking through. It looks rather strong. Might take a few good hits to shatter it." + health = 100 + reinf = TRUE + window_frame = /obj/structure/window_frame/abyssal/standard/reinforced + +/obj/structure/window/framed/abyssal/standard/hull + name = "hull window" + icon_state = "prison_rwindow0" + basestate = "prison_rwindow" + desc = "A glass window with a special rod matrix inside a wall frame. This one has an automatic shutter system to prevent any atmospheric breach." + health = 200 + var/triggered = FALSE + +/obj/structure/window/framed/abyssal/standard/hull/Destroy(force) + if(force) + return ..() + spawn_shutters() + . = ..() + +/obj/structure/window/framed/abyssal/standard/hull/proc/spawn_shutters(from_dir = 0) + if(triggered) + return + + triggered = TRUE + for(var/direction in GLOB.cardinals) + if(direction == from_dir) + continue //doesn't check backwards + for(var/obj/structure/window/framed/abyssal/standard/hull/W in get_step(src,direction) ) + W.spawn_shutters(turn(direction,180)) + var/obj/structure/machinery/door/poddoor/shutters/almayer/pressure/pressure_door = new(get_turf(src)) + switch(junction) + if(4,5,8,9,12) + pressure_door.setDir(SOUTH) + else + pressure_door.setDir(EAST) + pressure_door.close() + +/obj/structure/window/framed/abyssal/standard/cell + name = "cell window" + icon_state = "prison_cellwindow0" + basestate = "prison_cellwindow" + desc = "A glass window with a special rod matrix inside a wall frame." + +// Blue + +/obj/structure/window/framed/abyssal/blue + name = "window" + icon = 'icons/turf/walls/abyssal_windows_blue.dmi' + icon_state = "prison_window0" + basestate = "prison_window" + desc = "A glass window inside a wall frame." + health = 15 + window_frame = /obj/structure/window_frame/abyssal/blue + +/obj/structure/window/framed/abyssal/blue/reinforced + name = "reinforced window" + icon_state = "prison_rwindow0" + basestate = "prison_rwindow" + desc = "A glass window. Light refracts incorrectly when looking through. It looks rather strong. Might take a few good hits to shatter it." + health = 100 + reinf = TRUE + window_frame = /obj/structure/window_frame/abyssal/blue/reinforced + +/obj/structure/window/framed/abyssal/blue/hull + name = "hull window" + icon_state = "prison_rwindow0" + basestate = "prison_rwindow" + desc = "A glass window with a special rod matrix inside a wall frame. This one has an automatic shutter system to prevent any atmospheric breach." + health = 200 + var/triggered = FALSE + +/obj/structure/window/framed/abyssal/blue/hull/Destroy(force) + if(force) + return ..() + spawn_shutters() + . = ..() + +/obj/structure/window/framed/abyssal/blue/hull/proc/spawn_shutters(from_dir = 0) + if(triggered) + return + + triggered = TRUE + for(var/direction in GLOB.cardinals) + if(direction == from_dir) + continue //doesn't check backwards + for(var/obj/structure/window/framed/abyssal/blue/hull/W in get_step(src,direction) ) + W.spawn_shutters(turn(direction,180)) + var/obj/structure/machinery/door/poddoor/shutters/almayer/pressure/pressure_door = new(get_turf(src)) + switch(junction) + if(4,5,8,9,12) + pressure_door.setDir(SOUTH) + else + pressure_door.setDir(EAST) + pressure_door.close() + +/obj/structure/window/framed/abyssal/blue/cell + name = "cell window" + icon_state = "prison_cellwindow0" + basestate = "prison_cellwindow" + desc = "A glass window with a special rod matrix inside a wall frame." diff --git a/code/game/objects/structures/window_frame.dm b/code/game/objects/structures/window_frame.dm index d2eb63f4e022..d35697894acf 100644 --- a/code/game/objects/structures/window_frame.dm +++ b/code/game/objects/structures/window_frame.dm @@ -575,3 +575,24 @@ basestate = "prison_rwindow" reinforced = TRUE window_type = /obj/structure/window/framed/hybrisa/spaceport/reinforced + +// Abyssal Frames +/obj/structure/window_frame/abyssal/standard + icon = 'icons/turf/walls/abyssal_window_frames_blank.dmi' + icon_state = "prison_rwindow0_frame" + basestate = "prison_rwindow" + +/obj/structure/window_frame/abyssal/standard/reinforced + icon_state = "prison_rwindow0_frame" + basestate = "prison_rwindow" + reinforced = TRUE + +/obj/structure/window_frame/abyssal/blue + icon = 'icons/turf/walls/abyssal_window_frame_blue.dmi' + icon_state = "prison_rwindow0_frame" + basestate = "prison_rwindow" + +/obj/structure/window_frame/abyssal/blue/reinforced + icon_state = "prison_rwindow0_frame" + basestate = "prison_rwindow" + reinforced = TRUE diff --git a/code/game/turfs/abyssal.dm b/code/game/turfs/abyssal.dm new file mode 100644 index 000000000000..273713662a5a --- /dev/null +++ b/code/game/turfs/abyssal.dm @@ -0,0 +1,73 @@ +// ------ Abyssal walls ------ // + +// Standard + +/turf/closed/wall/abyssal/standard + name = "metal wall" + icon = 'icons/turf/walls/abyssall_walls_blank.dmi' + icon_state = "metal" + walltype = WALL_METAL + +/turf/closed/wall/abyssal/standard/reinforced + name = "reinforced metal wall" + icon_state = "rwall" + walltype = WALL_REINFORCED + +/turf/closed/wall/abyssal/standard/unmeltable + name = "heavy reinforced wall" + desc = "A huge chunk of ultra-reinforced metal used to separate rooms. Looks virtually indestructible." + icon_state = "hwall" + walltype = WALL_REINFORCED + turf_flags = TURF_HULL + +/turf/closed/wall/abyssal/standard/temphull + name = "heavy reinforced hull" + desc = "A huge chunk of ultra-reinforced metal used to separate rooms. This wall appears to have had an extra layer of sheeting slid over." + icon_state = "tempwall" + damage_cap = HEALTH_WALL_REINFORCED + turf_flags = TURF_HULL + +/turf/closed/wall/abyssal/standard/temphull/Initialize() + . = ..() + RegisterSignal(SSdcs, COMSIG_GLOB_ABYSSAL_LOCKDOWN, PROC_REF(de_hull)) + +/turf/closed/wall/abyssal/standard/temphull/proc/de_hull() + SIGNAL_HANDLER + turf_flags = NO_FLAGS + desc = "A highly reinforced metal wall used to separate rooms and make up the ship. The extra defensive sheeting has slid away." + +// Blue + +/turf/closed/wall/abyssal/blue + name = "metal wall" + icon = 'icons/turf/walls/abyssal_walls_blue.dmi' + icon_state = "metal" + walltype = WALL_METAL + +/turf/closed/wall/abyssal/blue/reinforced + name = "reinforced metal wall" + icon_state = "rwall" + walltype = WALL_REINFORCED + +/turf/closed/wall/abyssal/blue/unmeltable + name = "heavy reinforced wall" + desc = "A huge chunk of ultra-reinforced metal used to separate rooms. Looks virtually indestructible." + icon_state = "hwall" + walltype = WALL_REINFORCED + turf_flags = TURF_HULL + +/turf/closed/wall/abyssal/blue/temphull + name = "heavy reinforced hull" + desc = "A huge chunk of ultra-reinforced metal used to separate rooms. This wall appears to have had an extra layer of sheeting slid over." + icon_state = "tempwall" + damage_cap = HEALTH_WALL_REINFORCED + turf_flags = TURF_HULL + +/turf/closed/wall/abyssal/blue/temphull/Initialize() + . = ..() + RegisterSignal(SSdcs, COMSIG_GLOB_ABYSSAL_LOCKDOWN, PROC_REF(de_hull)) + +/turf/closed/wall/abyssal/blue/temphull/proc/de_hull() + SIGNAL_HANDLER + turf_flags = NO_FLAGS + desc = "A highly reinforced metal wall used to separate rooms and make up the ship. The extra defensive sheeting has slid away." diff --git a/code/game/turfs/floor_types.dm b/code/game/turfs/floor_types.dm index b3eec820b688..17e40490b348 100644 --- a/code/game/turfs/floor_types.dm +++ b/code/game/turfs/floor_types.dm @@ -4266,6 +4266,39 @@ /turf/open/floor/green/north dir = NORTH +/turf/open/floor/green/east + dir = EAST + +/turf/open/floor/green/west + dir = WEST + +/turf/open/floor/green/southwest + dir = SOUTHWEST + +/turf/open/floor/green/southeast + dir = SOUTHEAST + +/turf/open/floor/green/northwest + dir = NORTHWEST + +/turf/open/floor/green/northeast + dir = NORTHEAST + +/turf/open/floor/greencorner + icon_state = "greencorner" + +/turf/open/floor/greencorner/north + dir = NORTH + +/turf/open/floor/greencorner/east + dir = EAST + +/turf/open/floor/greencorner/west + dir = WEST + +/turf/open/floor/greenfull + icon_state = "greenfull" + /turf/open/floor/loadingarea icon_state = "loadingarea" @@ -4371,6 +4404,9 @@ /turf/open/floor/darkblue2/east dir = EAST +/turf/open/floor/darkblue2full + icon_state = "darkblue2full" + /turf/open/floor/darkbrown2/east dir = EAST @@ -4956,9 +4992,21 @@ /turf/open/floor/darkbluecorners2 icon_state = "darkbluecorners2" +/turf/open/floor/darkbluecorners2/north + dir = NORTH + +/turf/open/floor/darkbluecorners2/east + dir = EAST + +/turf/open/floor/darkbluecorners2/west + dir = WEST + /turf/open/floor/darkish icon_state = "darkish" +/turf/open/floor/darkish/unweedable + is_weedable = NOT_WEEDABLE + /turf/open/floor/delivery icon_state = "delivery" diff --git a/code/game/turfs/spacestation.dm b/code/game/turfs/spacestation.dm new file mode 100644 index 000000000000..a82dac05d9fd --- /dev/null +++ b/code/game/turfs/spacestation.dm @@ -0,0 +1,117 @@ +// ------ Spess tiles ------ // + +// Plating + +//turf/open/station +// name = "floor" +// icon = 'icons/turf/floors/antre_floors.dmi' +// icon_state = "floor" + + +/turf/open/floor/station + name = "floor" + icon = 'icons/turf/floors/station_tiles.dmi' + icon_state = "floor" + +/turf/open/floor/station/is_plasteel_floor() + return FALSE + +// + +/turf/open/floor/station/metal/floor + +/turf/open/floor/station/metal/floor/north + dir = NORTH + +/turf/open/floor/station/metal/floor/east + dir = EAST + +/turf/open/floor/station/metal/floor/west + dir = WEST + +/turf/open/floor/station/metal/floor/southeast + dir = SOUTHEAST + +/turf/open/floor/station/metal/floor/southwest + dir = SOUTHWEST + +/turf/open/floor/station/metal/floor/northeast + dir = NORTHEAST + +/turf/open/floor/station/metal/floor/northwest + dir = NORTHWEST + +/turf/open/floor/station/metal/floor/alt1 + icon_state = "floor_alt" + +/turf/open/floor/station/metal/floor/alt1/north + dir = NORTH + +/turf/open/floor/station/metal/floor/alt1/east + dir = EAST + +/turf/open/floor/station/metal/floor/alt1/west + dir = WEST + +/turf/open/floor/station/metal/floor/alt2 + icon_state = "floor_alt_2" + +/turf/open/floor/station/metal/floor/alt2/north + dir = NORTH + +/turf/open/floor/station/metal/floor/alt2/east + dir = EAST + +/turf/open/floor/station/metal/floor/alt2/west + dir = WEST + +/turf/open/floor/station/metal/floor/alt3 + icon_state = "floor_alt_3" + +/turf/open/floor/station/metal/floor/alt3/north + dir = NORTH + +/turf/open/floor/station/metal/floor/alt3/east + dir = EAST + +/turf/open/floor/station/metal/floor/alt3/west + dir = WEST + +/turf/open/floor/station/metal/floor_cyan + icon_state = "cyanfloor" + +/turf/open/floor/station/metal/floor_cyan/alt1 + icon_state = "cyanfloor_alt" + +/turf/open/floor/station/metal/floor_cyan/alt2 + icon_state = "cyanfloor_alt_2" + +/turf/open/floor/station/metal/floor_cyan/alt3 + icon_state = "cyanfloor_alt_3" + +/turf/open/floor/station/metal/floor_blue + icon_state = "bluefloor" + +/turf/open/floor/station/metal/floor_blue/alt1 + icon_state = "bluefloor_alt" + +/turf/open/floor/station/metal/floor_blue/alt2 + icon_state = "bluefloor_alt_2" + +/turf/open/floor/station/metal/floor_blue/alt3 + icon_state = "bluefloor_alt_3" + +/turf/open/floor/station/metal/floor_yellow + icon_state = "yellowfloor" + +/turf/open/floor/station/metal/floor_yellow/alt1 + icon_state = "yellowfloor_alt" + +/turf/open/floor/station/metal/floor_yellow/alt2 + icon_state = "yellowfloor_alt_2" + +/turf/open/floor/station/metal/floor_yellow/alt3 + icon_state = "yellowfloor_alt_3" + +/turf/open/floor/station/metal/alt_floor + icon_state = "ship_floor" diff --git a/code/game/turfs/walls/r_wall.dm b/code/game/turfs/walls/r_wall.dm index e7137823b7f9..5bdc64067c0d 100644 --- a/code/game/turfs/walls/r_wall.dm +++ b/code/game/turfs/walls/r_wall.dm @@ -256,6 +256,23 @@ icon_state = "rwall" walltype = WALL_REINFORCED +/turf/closed/wall/r_wall/prison/temphull + name = "heavy reinforced hull" + desc = "A huge chunk of ultra-reinforced metal used to separate rooms. This wall appears to have had an extra layer of sheeting slid over." + icon = 'icons/turf/walls/prison.dmi' + icon_state = "tempwall" + damage_cap = HEALTH_WALL_REINFORCED + turf_flags = TURF_HULL + +/turf/closed/wall/r_wall/prison/temphull/Initialize() + . = ..() + RegisterSignal(SSdcs, COMSIG_GLOB_ABYSSAL_LOCKDOWN, PROC_REF(de_hull)) + +/turf/closed/wall/r_wall/prison/temphull/proc/de_hull() + SIGNAL_HANDLER + turf_flags = NO_FLAGS + desc = "A highly reinforced metal wall used to separate rooms and make up the ship. The extra defensive sheeting has slid away." + /turf/closed/wall/r_wall/prison_unmeltable name = "heavy reinforced wall" desc = "A huge chunk of ultra-reinforced metal used to separate rooms. Looks virtually indestructible." diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 5d6f7014a8f7..01d661b944d0 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -2183,3 +2183,15 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( item_state = "rmc_helm_medic" built_in_visors = list(new /obj/item/device/helmet_visor/medical/advanced) start_down_visor_type = /obj/item/device/helmet_visor/medical/advanced + +/obj/item/clothing/head/helmet/marine/veteran/abyssal_security + name = "security helmet" + desc = "Standard issue helmet issued to Con-Am security forces." + icon = 'icons/obj/items/clothing/hats/hats.dmi' + item_icons = list( + WEAR_HEAD = 'icons/mob/humans/onmob/clothing/head/hats.dmi', + ) + armo + icon_state = "sec_helmet" + item_state = "sec_helmet" + flags_inv_hide = HIDETOPHAIR diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index 0bac8700f174..10fc4392ff47 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -161,3 +161,17 @@ vision_impair = VISION_IMPAIR_NONE eye_protection = EYE_PROTECTION_FLAVOR flags_inv_hide = HIDEEARS|HIDEFACE + +//= Security =\\ + +/obj/item/clothing/mask/gas/sec_mask + name = "\improper Sec Mask" + desc = "Standard issue mask issued to Con-Am security forces. Typically locks in with the standard issue helmet Voice modulator appears to be disabled." + icon_state = "sec_mask" + item_state = "sec_mask" + icon = 'icons/obj/items/clothing/masks/gasmasks.dmi' + item_icons = list( + WEAR_FACE = 'icons/mob/humans/onmob/clothing/masks/gasmasks.dmi' + ) + flags_atom = NO_NAME_OVERRIDE|NO_GAMEMODE_SKIN + flags_inv_hide = HIDEFACE diff --git a/code/modules/clothing/under/ties.dm b/code/modules/clothing/under/ties.dm index 0bc092f4356e..0f1fc3b969ea 100644 --- a/code/modules/clothing/under/ties.dm +++ b/code/modules/clothing/under/ties.dm @@ -768,6 +768,11 @@ desc = "A sleek corporate patch bearing the logo of the Hyperdyne Corporation—one of the most powerful conglomerates. Known for synthetic production, AI research, and deep-space logistics. Wearing this patch implies loyalty to profit over people." icon_state = "hyperdynepatch" +/obj/item/clothing/accessory/patch/conam_patch + name = "Con-Amalagated Corporation patch" + desc = "A colorful corporate patch bearing the logo of the Con-Amalagated Corporation. Once a powerful conglomerate within the Sol System, now relegated to a middle-power on the verge of financial collapse. This patch is popular amongst collectors due to its color scheme." + icon_state = "conampatch" + // Misc /obj/item/clothing/accessory/dogtags diff --git a/code/modules/cm_marines/equipment/maps.dm b/code/modules/cm_marines/equipment/maps.dm index 8c6cf56f646a..554dd0617281 100644 --- a/code/modules/cm_marines/equipment/maps.dm +++ b/code/modules/cm_marines/equipment/maps.dm @@ -180,7 +180,8 @@ GLOBAL_LIST_INIT_TYPED(map_type_list, /obj/item/map, setup_all_maps()) MAP_LV759_HYBRISA_PROSPERA = new /obj/item/map/lv759_map(), MAP_NEW_VARADERO = new /obj/item/map/new_varadero(), MAP_TYRARGO_RIFT = new /obj/item/map/tyrargo_rift(), - MAP_WHITE_ANTRE_RESEARCH_FACILITY = new /obj/item/map/white_antre_map() + MAP_WHITE_ANTRE_RESEARCH_FACILITY = new /obj/item/map/white_antre_map(), + MAP_CONAM_81_ABYSSAL = new /obj/item/map/new_varadero() ) //used by marine equipment machines to spawn the correct map. diff --git a/code/modules/gear_presets/survivors/abyssal/preset_abyssal.dm b/code/modules/gear_presets/survivors/abyssal/preset_abyssal.dm new file mode 100644 index 000000000000..4177cf09ad05 --- /dev/null +++ b/code/modules/gear_presets/survivors/abyssal/preset_abyssal.dm @@ -0,0 +1,282 @@ +//////////////////// CIVILIAN /////////////////////// +//////////////////////////////////////////////////// + +// Civilian + +/datum/equipment_preset/survivor/abyssal/civilian + name = "Survivor - Abyssal - Assistant" + assignment = "Assistant" + skills = /datum/skills/civilian/survivor + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list(ACCESS_CIVILIAN_PUBLIC) + + survivor_variant = CIVILIAN_SURVIVOR + +/datum/equipment_preset/survivor/abyssal/civilian/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/soft/grey(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/utility/gray(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/brown(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/conam_patch(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas(new_human), WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/weapon/twohanded/spear(new_human), WEAR_R_HAND) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/yellow(new_human), WEAR_HANDS) + add_survivor_rare_item(new_human) + add_survivor_weapon_civilian(new_human) + ..() + +// Engineer + +/datum/equipment_preset/survivor/abyssal/engineer + name = "Survivor - Abyssal - Engineer" + assignment = "Abyssal Station Engineer" + skills = /datum/skills/civilian/survivor/engineer + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_ENGINEERING,ACCESS_CIVILIAN_LOGISTICS) + + survivor_variant = ENGINEERING_SURVIVOR + +/datum/equipment_preset/survivor/abyssal/engineer/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/engineer(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/med_small_stack(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/yellow(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/magboots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/conam_patch(new_human), WEAR_ACCESSORY) + add_survivor_weapon_civilian(new_human) + ..() + +// Marshal/Security + +// Security Officer + + +/datum/equipment_preset/survivor/abyssal/security_officer + name = "Survivor - Abyssal - Security Officer" + assignment = "Security" + skills = /datum/skills/civilian/survivor/marshal + flags = EQUIPMENT_PRESET_START_OF_ROUND + job_title = JOB_CMB + role_comm_title = "SEC" + access = list( + ACCESS_CIVILIAN_PUBLIC, + ACCESS_CIVILIAN_RESEARCH, + ACCESS_CIVILIAN_ENGINEERING, + ACCESS_CIVILIAN_LOGISTICS, + ACCESS_CIVILIAN_BRIG, + ACCESS_CIVILIAN_MEDBAY, + ACCESS_CIVILIAN_COMMAND, + ) + + survivor_variant = SECURITY_SURVIVOR + +/datum/equipment_preset/survivor/abyssal/security_officer/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/security(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/holobadge/cord(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/sec(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/abyssal_security(new_human), WEAR_HEAD) + if(new_human.disabilities & NEARSIGHTED) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud/prescription(new_human), WEAR_EYES) + else + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/sec_mask(new_human), WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/swat(new_human), WEAR_HANDS) + add_survivor_weapon_security(new_human) + ..() + +// Marshal + +/datum/equipment_preset/survivor/abyssal/colonial_marshal + name = "Survivor - Abyssal - Colonial Marshal Deputy" + assignment = "CMB Deputy" + paygrades = list(PAY_SHORT_CMBD = JOB_PLAYTIME_TIER_0) + skills = /datum/skills/civilian/survivor/marshal + minimap_icon = "deputy" + minimap_background = "background_cmb" + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/deputy + job_title = JOB_CMB + faction = FACTION_MARSHAL + faction_group = list(FACTION_MARSHAL, FACTION_MARINE, FACTION_SURVIVOR) + origin_override = ORIGIN_CMB + role_comm_title = "CMB DEP" + access = list( + ACCESS_CIVILIAN_PUBLIC, + ACCESS_CIVILIAN_RESEARCH, + ACCESS_CIVILIAN_ENGINEERING, + ACCESS_CIVILIAN_LOGISTICS, + ACCESS_CIVILIAN_BRIG, + ACCESS_CIVILIAN_MEDBAY, + ACCESS_CIVILIAN_COMMAND, + ) + + survivor_variant = SECURITY_SURVIVOR + +/datum/equipment_preset/survivor/abyssal/colonial_marshal/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/CM_uniform(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/CMB/limited(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/holobadge/cord(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/sec(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/cmb_cap_new(new_human), WEAR_HEAD) + if(new_human.disabilities & NEARSIGHTED) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud/prescription(new_human), WEAR_EYES) + else + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest/hybrisa/cmb_vest(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large(new_human), WEAR_R_STORE) + add_survivor_weapon_security(new_human) + ..() + +// Scientist + +/datum/equipment_preset/survivor/abyssal/scientist + name = "Survivor - Abyssal - Scientist" + assignment = "Abyssal Station Scientist" + skills = /datum/skills/civilian/survivor/scientist + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/clearance_badge/scientist + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY) + + survivor_variant = SCIENTIST_SURVIVOR + +/datum/equipment_preset/survivor/abyssal/scientist/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/purple(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/surgical(new_human), WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/tox(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/purple(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/paper/research_notes/unique/tier_three(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/medical/full(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/conam_patch(new_human), WEAR_ACCESSORY) + add_survivor_weapon_civilian(new_human) + add_random_survivor_research_gear(new_human) + ..() + +// Medical + +/datum/equipment_preset/survivor/abyssal/doctor + name = "Survivor - Abyssal - Doctor" + assignment = "Abyssal Station Doctor" + skills = /datum/skills/civilian/survivor/doctor + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/clearance_badge + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_COMMAND) + paygrades = list(PAY_SHORT_CDOC = JOB_PLAYTIME_TIER_0) + + survivor_variant = MEDICAL_SURVIVOR + +/datum/equipment_preset/survivor/abyssal/doctor/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/medical/lightblue(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/med(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/surgical(new_human), WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/first_responder/full(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/conam_patch(new_human), WEAR_ACCESSORY) + + add_random_survivor_medical_gear(new_human) + add_survivor_weapon_civilian(new_human) + ..() + +// Corporate + +/datum/equipment_preset/survivor/conam + name = "Survivor - Abyssal - Con-Am - Corporate Liaison" // A Corporate Liaison for Con-Amalagaged instead of Weyland-Yutani. + assignment = "Con-Am - Corporate Liaison" + skills = /datum/skills/civilian/survivor + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/cl + access = list( + ACCESS_CIVILIAN_PUBLIC, + ACCESS_CIVILIAN_COMMAND, + ACCESS_WY_COLONIAL, + ) + languages = list(LANGUAGE_ENGLISH) + survivor_variant = CORPORATE_SURVIVOR + minimap_icon = "ca_cl" + minimap_background = "background_ca_management" + +/datum/equipment_preset/survivor/conam/load_rank(mob/living/carbon/human/new_human, client/mob_client) + if(paygrades.len == 1) + return paygrades[1] + var/playtime + if(!mob_client) + playtime = JOB_PLAYTIME_TIER_1 + else + playtime = get_job_playtime(mob_client, JOB_CORPORATE_LIAISON) + if((playtime >= JOB_PLAYTIME_TIER_1) && !mob_client.prefs.playtime_perks) + playtime = JOB_PLAYTIME_TIER_1 + var/final_paygrade + for(var/current_paygrade as anything in paygrades) + var/required_time = paygrades[current_paygrade] + if(required_time - playtime > 0) + break + final_paygrade = current_paygrade + if(!final_paygrade) + . = "???" + CRASH("[key_name(new_human)] spawned with no valid paygrade.") + + return final_paygrade + +/datum/equipment_preset/survivor/conam/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/brown(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/lockable/liaison(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/paper/abyssal/liaison(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/leather/fancy(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black_leather(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/tie/gold(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/conam_patch(new_human), WEAR_ACCESSORY) + + add_survivor_weapon_civilian(new_human) + add_random_cl_survivor_loot(new_human) + ..() + +// Captain (CO Role) +/datum/equipment_preset/survivor/abyssal/captain + name = "Survivor - Abyssal - Captain" + assignment = "Abyssal Station Captain" + skills = /datum/skills/commander + idtype = /obj/item/card/id/gold + role_comm_title = "CAPTAIN" + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list( + ACCESS_CIVILIAN_PUBLIC, + ACCESS_CIVILIAN_RESEARCH, + ACCESS_CIVILIAN_ENGINEERING, + ACCESS_CIVILIAN_LOGISTICS, + ACCESS_CIVILIAN_BRIG, + ACCESS_CIVILIAN_MEDBAY, + ACCESS_CIVILIAN_COMMAND, + ) + +/datum/equipment_preset/survivor/abyssal/captain/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/suit_jacket/director(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/knife(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/notepad(new_human), WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/tool/pen/multicolor/fountain(new_human), WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/lockable(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/paper/abyssal/captain(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/disk/nuclear(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/tool/stamp/captain(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3/m1911/socom(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/beret/sec/alt(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/conam_patch(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black_leather(new_human), WEAR_HANDS) + ..() diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index 023dcb6772fd..b633777ff130 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -711,6 +711,23 @@ var/datum/asset/asset = get_asset_datum(/datum/asset/simple/paper) info = "

Union Of Progressive People's Fourth Fleet
Orders For 173rd Airborne Reconnaissance: 2nd Platoon
No.52

Order of Military Officer of the UPP
Kolonel Ganbaatar
Commander of MV-35
Date: 2182
On Special Mission
The actions of the hostile Weyland-Yutani corporation on the fringes of the Neroid sector have grown increasingly intolerable. However, evidence suggesting they are researching into the creation and deployment of some form of biological weapons program represent an unacceptable risk to the security of UPP interests in this sector. The risk of these items falling into UA/USCM hands is unacceptable.

Orders for the Boris squad of the 173rd Airborne Recon are as follows. Initiate airborne reconnaissance of WY colony Oxley's Buttle, Trijent Dam, location on planet Raijin (UA Code: LV-670). Ascertain veracity of on site biological weapons program. If positive confirmation of the weapons program is identified, authorization for rapid assault and recovery is granted. Avoid all contact with UA/USCM military forces, abort missions if UA/USCM forces are encountered.
Authorizing Officer: Gaanbatar
Name and Rank: Kolonel

FOR SANCTIONED USE ONLY" +/obj/item/paper/abyssal/captain + name = "Captains Directive" + +/obj/item/paper/abyssal/captain/Initialize(mapload, photo_list) + . = ..() + + info = "

Con-Amalagated Corporation
Orders For Captain: Con-AM 81 'Abyssal'
No.02


Date: 2182
On Recovery Of Unidentified Craft
We have recieved your communique regarding the recovery of the possible xenocraft. Its transfer into Con-Am secure custody is considered priority 1. We are dispatching a Con-Am Security Service force to your station to transfer it off-station.

Your directive is to ensure its safe harbour until the recovery team arrives. You must render every effort to ensure the safety of the craft. You and your crew will be well rewarded for your efforts.
FOR SANCTIONED USE ONLY" + +/obj/item/paper/abyssal/liaison + name = "Liaison Directive" + +/obj/item/paper/abyssal/liaison/Initialize(mapload, photo_list) + . = ..() + + info = "

Con-Amalagated Corporation
Orders For Liaison: Con-AM 81 'Abyssal'
No.02


Date: 2182
On Recovery Of Unidentified Craft
We have recieved your Captains communique regarding the recovery of a possible xenocraft. Its transfer into Con-Am secure custody is considered priority 1. We are dispatching a Con-Am Security Service force to your station to transfer it off-station.

Your directive is to ensure its safe harbour until the recovery team arrives. You must render every effort to ensure the safety of the craft. You and your crew will be well rewarded for your efforts.
FOR SANCTIONED USE ONLY" + + /obj/item/paper/crumpled name = "paper scrap" icon_state = "scrap" diff --git a/colonialmarines.dme b/colonialmarines.dme index 691301171f88..ae7e5bfd7e8f 100644 --- a/colonialmarines.dme +++ b/colonialmarines.dme @@ -844,6 +844,7 @@ #include "code\game\area\BigRed.dm" #include "code\game\area\ChigusaShipyard.dm" #include "code\game\area\chinook.dm" +#include "code\game\area\ConAm_81_Abyssal.dm" #include "code\game\area\Corsat.dm" #include "code\game\area\DesertDam.dm" #include "code\game\area\hijack.dm" @@ -1533,6 +1534,7 @@ #include "code\game\objects\structures\stool_bed_chair_nest\wheelchair.dm" #include "code\game\objects\structures\stool_bed_chair_nest\xeno_nest.dm" #include "code\game\sim_manager\datums\simulator.dm" +#include "code\game\turfs\abyssal.dm" #include "code\game\turfs\antre.dm" #include "code\game\turfs\auto_turf.dm" #include "code\game\turfs\baseturf_skipover.dm" @@ -1549,6 +1551,7 @@ #include "code\game\turfs\shiva.dm" #include "code\game\turfs\soro.dm" #include "code\game\turfs\space.dm" +#include "code\game\turfs\spacestation.dm" #include "code\game\turfs\strata.dm" #include "code\game\turfs\transit.dm" #include "code\game\turfs\turf.dm" @@ -1982,6 +1985,7 @@ #include "code\modules\gear_presets\yautja.dm" #include "code\modules\gear_presets\survivors\misc.dm" #include "code\modules\gear_presets\survivors\survivors.dm" +#include "code\modules\gear_presets\survivors\abyssal\preset_abyssal.dm" #include "code\modules\gear_presets\survivors\corsat\preset_corsat.dm" #include "code\modules\gear_presets\survivors\fiorina_sciannex\preset_fiorina_sciannex.dm" #include "code\modules\gear_presets\survivors\fiorina_sciannex\riot_in_progress_insert_fiorina_nightmare.dm" diff --git a/icons/mob/animal.dmi b/icons/mob/animal.dmi index 54698c39b7a5..808681aaf516 100644 Binary files a/icons/mob/animal.dmi and b/icons/mob/animal.dmi differ diff --git a/icons/mob/humans/onmob/clothing/accessory/patches.dmi b/icons/mob/humans/onmob/clothing/accessory/patches.dmi index 80322cf8107e..8be4d6c1b7ef 100644 Binary files a/icons/mob/humans/onmob/clothing/accessory/patches.dmi and b/icons/mob/humans/onmob/clothing/accessory/patches.dmi differ diff --git a/icons/mob/humans/onmob/clothing/head/hats.dmi b/icons/mob/humans/onmob/clothing/head/hats.dmi index 4b2607f09bf7..c7e843619dd5 100644 Binary files a/icons/mob/humans/onmob/clothing/head/hats.dmi and b/icons/mob/humans/onmob/clothing/head/hats.dmi differ diff --git a/icons/mob/humans/onmob/clothing/masks/gasmasks.dmi b/icons/mob/humans/onmob/clothing/masks/gasmasks.dmi index 7dd9edc7731d..6ffa11729b9b 100644 Binary files a/icons/mob/humans/onmob/clothing/masks/gasmasks.dmi and b/icons/mob/humans/onmob/clothing/masks/gasmasks.dmi differ diff --git a/icons/mob/humans/onmob/clothing/uniforms/jumpsuits.dmi b/icons/mob/humans/onmob/clothing/uniforms/jumpsuits.dmi index 1e37f91d39d9..8d956074cdaa 100644 Binary files a/icons/mob/humans/onmob/clothing/uniforms/jumpsuits.dmi and b/icons/mob/humans/onmob/clothing/uniforms/jumpsuits.dmi differ diff --git a/icons/obj/items/clothing/accessory/patches.dmi b/icons/obj/items/clothing/accessory/patches.dmi index 6ddf3c2dc32f..88abd0a9dd4c 100644 Binary files a/icons/obj/items/clothing/accessory/patches.dmi and b/icons/obj/items/clothing/accessory/patches.dmi differ diff --git a/icons/obj/items/clothing/hats/hats.dmi b/icons/obj/items/clothing/hats/hats.dmi index 29b4b7f57578..aff4b98a1a5a 100644 Binary files a/icons/obj/items/clothing/hats/hats.dmi and b/icons/obj/items/clothing/hats/hats.dmi differ diff --git a/icons/obj/items/clothing/masks/gasmasks.dmi b/icons/obj/items/clothing/masks/gasmasks.dmi index f5e8afde58ed..0e3585fbe10d 100644 Binary files a/icons/obj/items/clothing/masks/gasmasks.dmi and b/icons/obj/items/clothing/masks/gasmasks.dmi differ diff --git a/icons/obj/items/clothing/uniforms/jumpsuits.dmi b/icons/obj/items/clothing/uniforms/jumpsuits.dmi index c597bf3d98c2..000e876a8167 100644 Binary files a/icons/obj/items/clothing/uniforms/jumpsuits.dmi and b/icons/obj/items/clothing/uniforms/jumpsuits.dmi differ diff --git a/icons/obj/structures/props/wall_decorations/decals.dmi b/icons/obj/structures/props/wall_decorations/decals.dmi index 21b17df89ec9..9926e2479030 100644 Binary files a/icons/obj/structures/props/wall_decorations/decals.dmi and b/icons/obj/structures/props/wall_decorations/decals.dmi differ diff --git a/icons/obj/structures/props/wall_decorations/posters.dmi b/icons/obj/structures/props/wall_decorations/posters.dmi index 09b5ee41bdad..45c9dd6886f2 100644 Binary files a/icons/obj/structures/props/wall_decorations/posters.dmi and b/icons/obj/structures/props/wall_decorations/posters.dmi differ diff --git a/icons/turf/faction_flags.dmi b/icons/turf/faction_flags.dmi index 9ddddfdae27f..815fb1926af7 100644 Binary files a/icons/turf/faction_flags.dmi and b/icons/turf/faction_flags.dmi differ diff --git a/icons/turf/floors/floors.dmi b/icons/turf/floors/floors.dmi index 5f275c9b57ba..cc388f268c3c 100644 Binary files a/icons/turf/floors/floors.dmi and b/icons/turf/floors/floors.dmi differ diff --git a/icons/turf/floors/station_tiles.dmi b/icons/turf/floors/station_tiles.dmi new file mode 100644 index 000000000000..3b2bb865355f Binary files /dev/null and b/icons/turf/floors/station_tiles.dmi differ diff --git a/icons/turf/walls/abyssal_walls_blue.dmi b/icons/turf/walls/abyssal_walls_blue.dmi new file mode 100644 index 000000000000..5b0061243e4c Binary files /dev/null and b/icons/turf/walls/abyssal_walls_blue.dmi differ diff --git a/icons/turf/walls/abyssal_window_frame_blue.dmi b/icons/turf/walls/abyssal_window_frame_blue.dmi new file mode 100644 index 000000000000..28032a6cd1ea Binary files /dev/null and b/icons/turf/walls/abyssal_window_frame_blue.dmi differ diff --git a/icons/turf/walls/abyssal_window_frames_blank.dmi b/icons/turf/walls/abyssal_window_frames_blank.dmi new file mode 100644 index 000000000000..83bbcbe168a5 Binary files /dev/null and b/icons/turf/walls/abyssal_window_frames_blank.dmi differ diff --git a/icons/turf/walls/abyssal_windows_blank.dmi b/icons/turf/walls/abyssal_windows_blank.dmi new file mode 100644 index 000000000000..9da3d4d5347b Binary files /dev/null and b/icons/turf/walls/abyssal_windows_blank.dmi differ diff --git a/icons/turf/walls/abyssal_windows_blue.dmi b/icons/turf/walls/abyssal_windows_blue.dmi new file mode 100644 index 000000000000..c4b49a8ef326 Binary files /dev/null and b/icons/turf/walls/abyssal_windows_blue.dmi differ diff --git a/icons/turf/walls/abyssall_walls_blank.dmi b/icons/turf/walls/abyssall_walls_blank.dmi new file mode 100644 index 000000000000..f6ba6be1b895 Binary files /dev/null and b/icons/turf/walls/abyssall_walls_blank.dmi differ diff --git a/icons/turf/walls/prison.dmi b/icons/turf/walls/prison.dmi index 555e855de591..ae9858455b38 100644 Binary files a/icons/turf/walls/prison.dmi and b/icons/turf/walls/prison.dmi differ diff --git a/map_config/maps.txt b/map_config/maps.txt index 696d22b5d432..16d8440cdc62 100644 --- a/map_config/maps.txt +++ b/map_config/maps.txt @@ -70,5 +70,9 @@ endmap map white_antre_research_facility endmap +map conam_81_abyssal + maxplayers 85 +endmap + map whiskey_outpost_v2 endmap diff --git a/maps/Nightmare/maps/conam_81_abyssal/nightmare.json b/maps/Nightmare/maps/conam_81_abyssal/nightmare.json new file mode 100644 index 000000000000..fbb82715da74 --- /dev/null +++ b/maps/Nightmare/maps/conam_81_abyssal/nightmare.json @@ -0,0 +1,17 @@ +[ + { "type": "map_sprinkle", "path": "sprinkles/" }, + { + "type": "map_insert", + "landmark": "greenshift1", + "chance": 1.0, + "path": "standalone/greenshift_hive_remove.dmm", + "when": { "$gamemode": "Extended - No Spawn" } + }, + { + "type": "map_insert", + "landmark": "greenshift2", + "chance": 1.0, + "path": "standalone/greenshift_bunker.dmm", + "when": { "$gamemode": "Extended - No Spawn" } + } +] diff --git a/maps/Nightmare/maps/conam_81_abyssal/scenario.json b/maps/Nightmare/maps/conam_81_abyssal/scenario.json new file mode 100644 index 000000000000..fe51488c7066 --- /dev/null +++ b/maps/Nightmare/maps/conam_81_abyssal/scenario.json @@ -0,0 +1 @@ +[] diff --git a/maps/conam_81_abyssal.json b/maps/conam_81_abyssal.json new file mode 100644 index 000000000000..b060acf57d47 --- /dev/null +++ b/maps/conam_81_abyssal.json @@ -0,0 +1,37 @@ +{ + "map_name": "Con-Am 81 'Abyssal'", + "map_path": "map_files/ConAm_81_Abyssal", + "map_file": "ConAm_81_Abyssal.dmm", + "webmap_url": "Abyssal", + "survivor_types": [ + "/datum/equipment_preset/survivor/abyssal/doctor", + "/datum/equipment_preset/survivor/abyssal/scientist", + "/datum/equipment_preset/survivor/abyssal/security_officer", + "/datum/equipment_preset/survivor/abyssal/engineer", + "/datum/equipment_preset/survivor/abyssal/civilian", + "/datum/equipment_preset/survivor/conam" + ], + "CO_survivor_types": [ + "/datum/equipment_preset/survivor/abyssal/captain" + ], + "survivor_message": "You are a survivor of the attack on Con-Am 81 ‘Abyssal’. You lived and worked onboard this remote outpost until now. You barely managed to reach this radiation bunker before the doors slammed shut. It has been three weeks now, your food supplies are running low, and you can hear the slithering of those aliens outside the bunker. You can only pray for rescue now", + "map_item_type": "/obj/item/map/new_varadero", + "liaison_briefing": "maps/map_briefings/cl_brief_abyssal.html", + "announce_text": "An automated distress signal has been received from Con-Am 81 'Abyssal', a deepspace transit station operated by the Com-Amagalation corporation. A response team from the ###SHIPNAME### will be dispatched shortly to investigate.", + "environment_traits": { "InSpace": true }, + "traits": [{ "Ground": true }], + "nightmare_path": "maps/Nightmare/maps/conam_81_abyssal/", + "xvx_hives": { + "xeno_hive_alpha": 0, + "xeno_hive_bravo": 0, + "xeno_hive_charlie": 0 + }, + "camouflage": "classic", + "gamemodes": [ + "Distress Signal", + "Hunter Games", + "Hive Wars", + "Faction Clash", + "Infection" + ] +} diff --git a/maps/map_briefings/cl_brief_abyssal.html b/maps/map_briefings/cl_brief_abyssal.html new file mode 100644 index 000000000000..cf29b52bdebf --- /dev/null +++ b/maps/map_briefings/cl_brief_abyssal.html @@ -0,0 +1,74 @@ +
+
Weyland-Yutani Corporation
"Building Better + Worlds"
+
+
Special Services Division
Liaison Colony Briefing
+
+
The automated AI aboard your stationed ship has informed us that a distress +signal has been picked up from a space station within your sector, and that a +mission is being prepared to investigate the disturbance.

As such, the special +services division has prepared a briefing on the nature of the colony, and known +potential threats to it's operation.

Classified materials have been +excluded from this briefing and should be requested separately, and as such, the +contents of this document may be shared or withheld at your discretion unless +otherwise specified.
+
+
Station: Con-Am 81 'Abyssal'
Function: Deep Space Transit Hub
Operator: Con-Aamlgamated Corporation
+
+
History and Purpose
+
+
Con-Am 81 "Abyssal" station is based on a low-cost, mass produced design +of a station with modularity in mind. It is one of the few profitable products +manufactured by the Con-Am corporation.

Abyssal station was constructed +in 2122 and has been in continual operations for sixty years. It is strategically +placed within close distance of several major private and government operated mining colonies. +Many of which are or were operated by or leased to Con-Am, Abyssal serves as the major +interstellar link between these colonies and the core worlds.

The Con-Am corporation can be described as a middle-rung +corporation. It was once a major corporate player within the Solar System, specializing +in mining operations on the many moons of Jupiter, primarily Io, and was once considered +a potential rival to Weyland-Yutani.
The corporation suffered a major loss of prestige +and soft power in the 2130s after a United American federal investigation, initially +spearheaded by a single federal marshal, uncovered evidence the corporation was secretly +administering polydichloric euthimal to its mining workers, an illegal and highly dangerous +amphetamine that typically causes its consumer to become psychotic after continual use. +The outcome of this investigation implicated several highly placed Con-Am executives, +resulting in mass arrests.

By the 2180s, many of Con-Ams remaining mining operations +have become increasingly exhausted, placing massive financial strain on the corporation. +The deluge of lawsuits that ensued from the outcome of the federal investigation resulted +in there being insufficient capital to allow the corporation to expand its mining operations to new sectors, +resulting in most of the companys cashflow coming from its pre-existing and rapidly depleting +mining operations. There are doubts the company will survive the next decade.

Abyssal station +has suffered from a significant lack of maintenance and refurbishment due to these financial +stressors. Its station personnel also suffer significant personnel turnover, due to non-competitive +payrates and the decreasing economic value of the system it is in due to the ongoing mining +operation closures.
+
Company Priorities
+
+
Intercepted communications from the station revealed the alleged +recovery of an unknown object of potential extra-terrestrial origin, classified herein as a xeno-craft, +and that the crew were preparing to conduct on-site examination of the xeno-craft.

The possible recovery +of a xeno-craft has attracted the attention of our Research and Development division, however, due +to the distances involved the risk of Con-Am Security Services or an unknown third-party conducting +site rescue and salvage operations prior to the arrival of a Weyland-Yutani recovery team are considered high. +

Information regarding the presence of this xeno-craft should only be divulged on a need to know basis, +however the xeno-craft and whatever contents onboard it are considered the only items of value onboard +the station at this time

Abyssal station contains only a token force of several Colonial Marshals. +There are no on-site Con-Am security service personnel +and only a skeleton crew of shipside personnel. Only the stations Captain and Con-Am corporate liaison can +be considered to have a vested interest in the continual operations of the station or its claim over +the xeno-craft. The rest of the station personnel are likely to be easily swayed to our cause via financial +or job-transfer incentives.

You are tasked to ascertain the station-side situation and attempt to +secure control over the xeno-craft for recovery by a Weyland-Yutani recovery force. You are pre-authorized to +offer job-transfers to station personnel and offer cash incentives in the service of securing control of the xeno-craft.
+
Potential Threats
+
+
An assessment of the situation by our analysts suggests the most likely causes of the distress beacon, +from most to least likely:

* Failure to maintain the stations long-range communications equipment. +
* Unintended interference of the stations power net or communications system due to recovery of unknown xeno-craft. +
* Station personnel are confined to the stations radiation bunker due to on-going radiological +breach, precluding their ability to dispatch communications.
diff --git a/maps/map_files/ConAm_81_Abyssal/ConAm_81_Abyssal.dmm b/maps/map_files/ConAm_81_Abyssal/ConAm_81_Abyssal.dmm new file mode 100644 index 000000000000..f2c053b153da --- /dev/null +++ b/maps/map_files/ConAm_81_Abyssal/ConAm_81_Abyssal.dmm @@ -0,0 +1,58796 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/science) +"aab" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/science) +"aac" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/landing_zone) +"aad" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/grille, +/turf/open/space/basic, +/area/abyssal/oob) +"aae" = ( +/obj/structure/window/framed/abyssal/blue/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"aaf" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"aag" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/floor_symbol/con_am/alt/top_3, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aah" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aai" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/arrivals) +"aaj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aak" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "launch bay door"; + dir = 4 + }, +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aal" = ( +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/maintenance/east) +"aam" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aan" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/corridor_east) +"aao" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sink{ + dir = 8; + pixel_x = -15 + }, +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"aap" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aaq" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"aar" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"aas" = ( +/obj/structure/sign/safety/fridge{ + layer = 3; + pixel_x = -24 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aat" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aau" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "launch bay door"; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"aav" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"aaw" = ( +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/science) +"aax" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"aay" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aaz" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"aaA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aaB" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/corridor_east) +"aaC" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aaD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aaE" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"aaF" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aaG" = ( +/obj/item/frame/table/almayer, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aaH" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/maintenance/south) +"aaI" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"aaJ" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aaK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aaL" = ( +/turf/closed/wall/abyssal/standard/temphull, +/area/abyssal/interior/landing_zone) +"aaM" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aaN" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/arrivals) +"aaO" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aaP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"aaQ" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"aaR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"aaS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/sign/safety/storage{ + pixel_y = 32; + pixel_x = 2 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aaT" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/arrivals) +"aaU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aaV" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"aaW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-y" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aaX" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/corridor_east) +"aaY" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/command) +"aaZ" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"aba" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"abb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -7; + pixel_y = -11 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"abc" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/maintenance/south) +"abd" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/constructable_frame, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"abe" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"abf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"abg" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"abh" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"abi" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"abj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkredcorners2/north, +/area/abyssal/interior/security) +"abk" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/command) +"abl" = ( +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/corridor_east) +"abm" = ( +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"abn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"abo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/wy{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/tool/pen, +/obj/item/storage/fancy/cigar{ + pixel_x = 8 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"abp" = ( +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/command) +"abq" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"abr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/suit_storage_unit/compression_suit{ + needs_power = 0 + }, +/turf/open/floor/corsat, +/area/abyssal/interior/engineering) +"abs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"abt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/liaison) +"abu" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/lattice, +/turf/open/space/basic, +/area/abyssal/oob) +"abv" = ( +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"abw" = ( +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_east) +"abx" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aby" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/liaison) +"abz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"abA" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/shard, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"abB" = ( +/turf/open/floor/darkish, +/area/abyssal/interior/command) +"abC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"abD" = ( +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"abE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"abF" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"abG" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"abH" = ( +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"abI" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"abJ" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"abK" = ( +/obj/structure/sign/safety/bulkhead_door{ + pixel_x = 32; + pixel_y = 7 + }, +/obj/structure/sign/safety/debark_lounge{ + pixel_y = -7; + pixel_x = 32 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"abL" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/medical) +"abM" = ( +/obj/structure/sign/safety/food_storage{ + pixel_y = 32 + }, +/obj/structure/sign/safety/fridge{ + layer = 3; + pixel_y = 32; + pixel_x = 14 + }, +/obj/structure/machinery/vending/dinnerware{ + pixel_x = -4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"abN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"abO" = ( +/obj/structure/window/framed/abyssal/standard, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"abP" = ( +/obj/item/stack/cable_coil/blue, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"abQ" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_east) +"abR" = ( +/obj/item/stack/cable_coil/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"abS" = ( +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_east) +"abT" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"abU" = ( +/obj/item/tool/warning_cone{ + pixel_y = 16; + pixel_x = -12; + layer = 3.01 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"abV" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/device/radio, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/arrivals) +"abW" = ( +/obj/structure/plasticflaps, +/obj/structure/machinery/conveyor{ + id = "abyssal_garbage" + }, +/turf/open/floor/almayer/plating_striped/east, +/area/abyssal/interior/corridor_west) +"abX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_west) +"abY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"abZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"aca" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small/blue, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/solar_control_north) +"acb" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/solar_control_south) +"acc" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_south) +"acd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"ace" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"acf" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1; + layer = 2.52 + }, +/obj/effect/decal/floor_symbol/con_am/alt/bottom_3, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"acg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"ach" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"aci" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_x = 27 + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/arrivals) +"acj" = ( +/obj/item/shard, +/obj/structure/window_frame/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"ack" = ( +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"acl" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"acm" = ( +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"acn" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/galley) +"aco" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"acp" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"acq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/freezerfloor, +/area/abyssal/interior/galley) +"acr" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine/bravo{ + name = "\improper Airlock"; + req_access = null; + req_one_access = null + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"acs" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/engineering) +"act" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/engineering) +"acu" = ( +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"acv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 1; + pixel_y = -28 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt1, +/area/abyssal/interior/corridor_west) +"acw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"acx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"acy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/command) +"acz" = ( +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-y" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"acA" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/command) +"acB" = ( +/obj/item/frame/table/almayer, +/obj/item/circuitboard/computer/generic, +/turf/open/floor/darkred2, +/area/abyssal/interior/command) +"acC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"acD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/server_equipment/laptop/closed, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/command) +"acE" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/galley) +"acF" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"acG" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/toolbox/electrical, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"acH" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"acI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"acJ" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/command) +"acK" = ( +/turf/open/floor/prison, +/area/abyssal/interior/command) +"acL" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/command) +"acM" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"acN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"acO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"acP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/command) +"acQ" = ( +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "security"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FF0000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/command) +"acR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/balaclavas, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"acS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"acT" = ( +/obj/effect/decal/strata_decals/grime/grime4, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 3; + pixel_x = 3 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_west) +"acU" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/maintenance/west) +"acV" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"acW" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"acX" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/arrivals) +"acY" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"acZ" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"ada" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/solar_control_south) +"adb" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_south) +"adc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"add" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ade" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"adf" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/greencorner/north, +/area/abyssal/interior/medical) +"adg" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"adh" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"adi" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/prison/red/northeast, +/area/abyssal/interior/landing_zone) +"adj" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 4; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -4 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"adk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"adl" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"adm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"adn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"ado" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/galley) +"adp" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/blocker/invisible_wall, +/turf/open/space/basic, +/area/abyssal/oob) +"adq" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"adr" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/maintenance/south) +"ads" = ( +/obj/structure/window/framed/abyssal/standard, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"adt" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"adu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"adv" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/command) +"adw" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"adx" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"ady" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"adz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/cable_coil/cyan, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"adA" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/telecomms_2) +"adB" = ( +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_y = -32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2, +/area/abyssal/interior/telecomms_2) +"adC" = ( +/obj/effect/decal/strata_decals/grime/grime2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/turf/open/floor/station/metal/floor/alt1/north, +/area/abyssal/interior/corridor_west) +"adD" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/space/basic, +/area/abyssal/oob) +"adE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"adF" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"adG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2, +/area/abyssal/interior/engineering) +"adH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/arrivals) +"adI" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 5; + pixel_y = 15 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"adJ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"adK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"adL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"adM" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 6; + pixel_y = 11 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"adN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"adO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + layer = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"adP" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"adQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"adR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/north, +/area/abyssal/interior/engineering) +"adS" = ( +/obj/item/circuitboard/computer/generic, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"adT" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"adU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"adV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"adW" = ( +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"adX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"adY" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"adZ" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/telecomms_2) +"aea" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/east, +/area/abyssal/interior/telecomms_2) +"aeb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/engineering) +"aec" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"aed" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aee" = ( +/turf/open/floor/dark, +/area/abyssal/interior/science) +"aef" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/telecomms_2) +"aeg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/south{ + start_charge = 20 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aeh" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aei" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/command) +"aej" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/maintenance/west) +"aek" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"ael" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/computer/objective, +/turf/open/floor/corsat, +/area/abyssal/interior/telecomms_2) +"aem" = ( +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/station/metal/floor/alt1/east, +/area/abyssal/interior/corridor_west) +"aen" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aeo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 2 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/sign/safety/maint{ + pixel_x = 36 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aep" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aeq" = ( +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"aer" = ( +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"aes" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/trash/chunk, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aet" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"aeu" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/maintenance/west) +"aev" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aew" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/cargo) +"aex" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/cargo) +"aey" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"aez" = ( +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aeA" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/gonzo) +"aeB" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aeC" = ( +/obj/structure/machinery/power/apc/power/east{ + start_charge = 20 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"aeD" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/maintenance/central) +"aeE" = ( +/turf/open/floor/solarpanel, +/area/abyssal/exterior/aft) +"aeF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer/arcade{ + layer = 4; + pixel_y = 12; + pixel_x = -2 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"aeG" = ( +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aeH" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aeI" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/large_stain{ + pixel_x = -10; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/solar_control_south) +"aeJ" = ( +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aeK" = ( +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"aeL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"aeM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "solar"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/solar_control_north) +"aeN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aeO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"aeP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkredcorners2/east, +/area/abyssal/interior/security) +"aeQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aeR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"aeS" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/hybrisa/coffee_machine{ + pixel_x = -5 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aeT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/frame/table/wood/fancy, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aeU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"aeV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/bedsheetbin{ + pixel_y = 5 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aeW" = ( +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aeX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"aeY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/science) +"aeZ" = ( +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"afa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"afb" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"afc" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"afd" = ( +/obj/structure/bed/chair/wood/normal, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"afe" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aff" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 11; + pixel_y = 2 + }, +/obj/item/tool/weldingtool{ + pixel_x = -7 + }, +/obj/structure/sign/safety/maint{ + pixel_x = -17; + pixel_y = -8 + }, +/turf/open/floor/prison/darkbrown2/northwest, +/area/abyssal/interior/corridor_west) +"afg" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"afh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"afi" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"afj" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/maintenance/north) +"afk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbluecorners2/west, +/area/abyssal/interior/command) +"afl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/liaison) +"afm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"afn" = ( +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"afo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -10 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"afp" = ( +/obj/structure/cable/yellow, +/obj/item/stock_parts/smes_coil{ + name = "Solar Lattice"; + desc = null + }, +/turf/open/floor/engine, +/area/abyssal/exterior/aft) +"afq" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/floor_symbol/con_am/alt/top_4, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"afr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/firecloset, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt1/west, +/area/abyssal/interior/corridor_west) +"afs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "power"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/engineering) +"aft" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"afu" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"afv" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"afw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "med_lockdown"; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"afx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"afy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"afz" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/cargo) +"afA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"afB" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"afC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/sign/poster/conam{ + pixel_x = 32 + }, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"afD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"afE" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"afF" = ( +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"afG" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 2 + }, +/obj/structure/sign/safety/maint{ + pixel_x = 32; + pixel_y = -6 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"afH" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -18 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"afI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"afJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/tool, +/obj/item/tank/oxygen/red, +/obj/item/tool/screwdriver, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"afK" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"afL" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"afM" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/maintenance/north) +"afN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"afO" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"afP" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 2 + }, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/corridor_east) +"afQ" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/bunker) +"afR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"afS" = ( +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/freezerfloor, +/area/abyssal/interior/galley) +"afT" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"afU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"afV" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/corridor_west) +"afW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/maintenance/north) +"afX" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = 8; + density = 0 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"afY" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/maintenance/north) +"afZ" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/corridor_west) +"aga" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"agb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"agc" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"agd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"age" = ( +/obj/structure/machinery/door/airlock/strata/autoname{ + dir = 1 + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"agf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"agg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"agh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"agi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"agj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/noticeboard{ + pixel_y = 33 + }, +/obj/structure/noticeboard{ + pixel_y = 33; + icon_state = "notices_8"; + desc = null; + name = "sticky notes" + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"agk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/blackbox_recorder, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_2) +"agl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"agm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/paper/prison_station/inmate_handbook, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"agn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/corridor_central) +"ago" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/computer/emails{ + dir = 1; + pixel_y = 4 + }, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/arrivals) +"agp" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"agq" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"agr" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"ags" = ( +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"agt" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"agu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"agv" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"agw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"agx" = ( +/obj/structure/machinery/power/apc/power/east, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"agy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkbluecorners2/east, +/area/abyssal/interior/command) +"agz" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_central) +"agA" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"agB" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"agC" = ( +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"agD" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"agE" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/cargo) +"agF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"agG" = ( +/obj/structure/machinery/vending/coffee/simple, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"agH" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"agI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/server_equipment/yutani_server/broken{ + density = 0 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"agJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"agK" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/corridor_central) +"agL" = ( +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"agM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"agN" = ( +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"agO" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/solar_control_north) +"agP" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/solar_control_north) +"agQ" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"agR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"agS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"agT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"agU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"agV" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"agW" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"agX" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"agY" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"agZ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aha" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/corridor_central) +"ahb" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/dormitory) +"ahc" = ( +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"ahd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"ahe" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"ahf" = ( +/obj/effect/decal/hybrisa/hull_angled{ + layer = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"ahg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"ahh" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"ahi" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"ahj" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"ahk" = ( +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + dir = 1; + layer = 4; + pixel_y = -4; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/goo{ + pixel_y = -2; + color = "#6E260E" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"ahl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/closet/firecloset, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"ahm" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/security) +"ahn" = ( +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"aho" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"ahp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/airport/refuelinghose2{ + layer = 1; + pixel_x = -12; + pixel_y = -12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"ahq" = ( +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"ahr" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_central) +"ahs" = ( +/obj/item/tool/crowbar/red{ + pixel_y = -22; + pixel_x = -8 + }, +/obj/item/hybrisa/engineer_helmet{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"aht" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 1; + layer = 4 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"ahu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/solar_control_north) +"ahv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 1 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"ahw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"ahx" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"ahy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"ahz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"ahA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"ahB" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/security) +"ahC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"ahD" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"ahE" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"ahF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"ahG" = ( +/obj/structure/bed/hybrisa/bunkbed3{ + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"ahH" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_north) +"ahI" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/corridor_west) +"ahJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_west) +"ahK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ahL" = ( +/obj/structure/machinery/door/airlock/strata/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"ahM" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/telecomms_1) +"ahN" = ( +/obj/structure/machinery/door/airlock/strata/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/telecomms_1) +"ahO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/command) +"ahP" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/telecomms_1) +"ahQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"ahR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/calendar/ua{ + pixel_y = 29; + pixel_x = -4; + layer = 2.9 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"ahS" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/girder/displaced, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"ahT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"ahU" = ( +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"ahV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 6; + pixel_x = 2 + }, +/turf/open/floor/station/metal/floor/alt1/east, +/area/abyssal/interior/corridor_west) +"ahW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"ahX" = ( +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"ahY" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"ahZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"aia" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_central) +"aib" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/security) +"aic" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aid" = ( +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aie" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aif" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aig" = ( +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_central) +"aih" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/solar_control_south) +"aii" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/command) +"aij" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"aik" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/atmo) +"ail" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/atmo) +"aim" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/corridor_west) +"ain" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/server_equipment/broken, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"aio" = ( +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aip" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aiq" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "security"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FF0000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/security) +"air" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + layer = 6; + pixel_x = 5 + }, +/obj/item/tool/warning_cone{ + pixel_y = 16; + pixel_x = -10 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_central) +"ais" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ait" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aiu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"aiv" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + autoname = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"aiw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/firecloset, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aix" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aiy" = ( +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aiz" = ( +/obj/item/stack/sheet/metal, +/obj/structure/machinery/light/blue, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aiA" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "sec_lockdown"; + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"aiB" = ( +/turf/open/floor/solarpanel, +/area/abyssal/exterior/fore) +"aiC" = ( +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aiD" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aiE" = ( +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aiF" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aiG" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aiH" = ( +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/security) +"aiI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aiJ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aiK" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/maintenance/north) +"aiL" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aiM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"aiN" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"aiO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"aiP" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"aiQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"aiR" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aiS" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aiT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/abyssal/interior/solar_control_north) +"aiU" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aiV" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aiW" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"aiX" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aiY" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aiZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"aja" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{ + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/engineership/pillars/north/pillar4, +/area/abyssal/interior/derelict_shuttle) +"ajb" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"ajc" = ( +/obj/effect/decal/hybrisa/hull_angled{ + layer = 4 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"ajd" = ( +/turf/open/floor/dark, +/area/abyssal/interior/atmo) +"aje" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/arrivals) +"ajf" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"ajg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/security) +"ajh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbluecorners2/north, +/area/abyssal/interior/command) +"aji" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + layer = 3.5; + pixel_y = 15 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"ajj" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"ajk" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/security) +"ajl" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"ajm" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/hydro) +"ajn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"ajo" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"ajp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"ajq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"ajr" = ( +/turf/open/floor/hybrisa/engineership/engineer_floor2, +/area/abyssal/interior/derelict_shuttle) +"ajs" = ( +/obj/structure/monorail{ + dir = 6; + name = "launch track" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"ajt" = ( +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aju" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/dormitory) +"ajv" = ( +/turf/open/floor/darkredcorners2, +/area/abyssal/interior/security) +"ajw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"ajx" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{ + dir = 4; + pixel_y = -61; + pixel_x = -37 + }, +/turf/open/floor/hybrisa/engineership/pillars/north/pillar4, +/area/abyssal/interior/derelict_shuttle) +"ajy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"ajz" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"ajA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/east, +/area/abyssal/interior/liaison) +"ajB" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"ajC" = ( +/obj/structure/monorail{ + dir = 5; + name = "launch track" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"ajD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = -2; + pixel_y = 1 + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_west) +"ajE" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"ajF" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/hydro) +"ajG" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"ajH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/dormitory) +"ajI" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/dormitory) +"ajJ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"ajK" = ( +/obj/item/shard, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"ajL" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt/bottom_4, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"ajM" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"ajN" = ( +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"ajO" = ( +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"ajP" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/hydro) +"ajQ" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/dormitory) +"ajR" = ( +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"ajS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"ajT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/west, +/area/abyssal/interior/liaison) +"ajU" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e" + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"ajV" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger, +/obj/item/tool/hand_labeler{ + pixel_x = -8; + pixel_y = 3 + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/security) +"ajW" = ( +/obj/item/shard, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"ajX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"ajY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_central) +"ajZ" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aka" = ( +/obj/structure/machinery/door/airlock/strata/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/galley) +"akb" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"akc" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/hydro) +"akd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/hydro) +"ake" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/dormitory) +"akf" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"akg" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/trash/ceramic_plate, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"akh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aki" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "launch bay door"; + dir = 4 + }, +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"akj" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + dir = 1; + autoname = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/hydro) +"akk" = ( +/turf/open/floor/prison/red/east, +/area/abyssal/interior/security) +"akl" = ( +/turf/open/floor/prison/red/west, +/area/abyssal/interior/security) +"akm" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/prison_hatch{ + req_one_access = list(104,106); + name = "\improper Armoury Hatch" + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"akn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/emcloset, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"ako" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"akp" = ( +/obj/item/stack/cable_coil/yellow, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"akq" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/darkbrown2, +/area/abyssal/interior/corridor_west) +"akr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aks" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"akt" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/hydro) +"aku" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/arrivals) +"akv" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"akw" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/hydro) +"akx" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aky" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"akz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/security) +"akA" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"akB" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"akC" = ( +/obj/structure/machinery/recycler, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"akD" = ( +/obj/structure/cable/yellow, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"akE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"akF" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/dormitory) +"akG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/red, +/area/abyssal/interior/security) +"akH" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"akI" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/red, +/area/abyssal/interior/security) +"akJ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"akK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/hydro) +"akL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/dormitory) +"akM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"akN" = ( +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"akO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_y = 7 + }, +/obj/item/tool/pen, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/security) +"akP" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"akQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"akR" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_central) +"akS" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = -12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"akT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/southwest, +/area/abyssal/interior/galley) +"akU" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"akV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"akW" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/dormitory) +"akX" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"akY" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "launch bay door" + }, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"akZ" = ( +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/arrivals) +"ala" = ( +/obj/item/stock_parts/smes_coil{ + name = "Solar Lattice"; + desc = null + }, +/obj/structure/cable/yellow, +/turf/open/floor/engine, +/area/abyssal/oob) +"alb" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"alc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/dormitory) +"ald" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"ale" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer/arcade, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/liaison) +"alf" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"alg" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"alh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"ali" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"alj" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"alk" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"all" = ( +/obj/structure/machinery/door/airlock/external/colony{ + req_one_access = null + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"alm" = ( +/obj/structure/monorail{ + dir = 5; + name = "launch track" + }, +/turf/open/space/basic, +/area/abyssal/oob) +"aln" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/maintenance/north) +"alo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/abyssal/interior/maintenance/north) +"alp" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_2, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"alq" = ( +/obj/structure/machinery/suit_storage_unit/compression_suit{ + needs_power = 0 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/maintenance/north) +"alr" = ( +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/maintenance/north) +"als" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/maintenance/north) +"alt" = ( +/obj/structure/machinery/suit_storage_unit/compression_suit{ + needs_power = 0 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/maintenance/north) +"alu" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/maintenance/north) +"alv" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/external/colony{ + unslashable = 1; + unacidable = 1; + health = 100000; + locked = 1; + no_panel = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"alw" = ( +/mob/living/simple_animal/hostile/retaliate/clown{ + health = 10000; + move_to_delay = 2; + name = "Astronaut Gonzo the Magnificent"; + rapid = 1; + icon_state = "spaceclown" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/gonzo) +"alx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"aly" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"alz" = ( +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"alA" = ( +/obj/item/stack/rods, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/command) +"alB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/command) +"alC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"alD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"alE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"alF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/solar_control_north) +"alG" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"alH" = ( +/obj/structure/pipes/vents/pump, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"alI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/east, +/area/abyssal/interior/liaison) +"alJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"alK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"alL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"alM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"alN" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/landing_zone) +"alO" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/glass/canister/oxygen, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -16; + pixel_y = 7 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"alP" = ( +/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"alQ" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"alR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"alS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"alT" = ( +/turf/open/floor/station/metal/floor/alt1/east, +/area/abyssal/interior/corridor_west) +"alU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"alV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/closed/wall/engineership, +/area/abyssal/interior/derelict_shuttle) +"alW" = ( +/obj/structure/pipes/unary/outlet_injector{ + dir = 4 + }, +/obj/structure/pipes/standard/tank/oxygen, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"alX" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/darkbrown2/southwest, +/area/abyssal/interior/corridor_west) +"alY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"alZ" = ( +/obj/structure/pipes/standard/simple/hidden/universal{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"ama" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"amb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"amc" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"amd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/liaison) +"ame" = ( +/obj/structure/sign/poster, +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/dormitory) +"amf" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"amg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"amh" = ( +/obj/effect/decal/hybrisa/hull_angled{ + layer = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/engineership/pillars/north/pillar4, +/area/abyssal/interior/derelict_shuttle) +"ami" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"amj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"amk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"aml" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"amm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"amn" = ( +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"amo" = ( +/obj/effect/decal/large_stain{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/floor_symbol/con_am/alt/bottom_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"amp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"amq" = ( +/turf/closed/wall/engineership, +/area/abyssal/interior/derelict_shuttle) +"amr" = ( +/obj/structure/toilet, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"ams" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"amt" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"amu" = ( +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"amv" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"amw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"amx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/sign/safety/storage{ + pixel_y = 32; + pixel_x = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"amy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"amz" = ( +/obj/structure/machinery/door/airlock/strata/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"amA" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + autoname = 1; + name = "\improper Chief Marshal Office"; + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"amB" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"amC" = ( +/turf/open/floor/hybrisa/engineership/engineer_floor9, +/area/abyssal/interior/derelict_shuttle) +"amD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"amE" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"amF" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 1; + layer = 4 + }, +/turf/open/floor/hybrisa/engineership/pillars/north/pillar4, +/area/abyssal/interior/derelict_shuttle) +"amG" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"amH" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/arrivals) +"amI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/ethanol, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"amJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"amK" = ( +/obj/structure/surface/table/gamblingtable{ + layer = 3 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"amL" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"amM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"amN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"amO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/dormitory) +"amP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"amQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"amR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"amS" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 3; + pixel_x = -5; + layer = 2.9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/arrivals) +"amT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = -30 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/arrivals) +"amU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"amV" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/arrivals) +"amW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/prop/hybrisa/furniture/tables/tablepool, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt{ + pixel_x = -13; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue, +/area/abyssal/interior/galley) +"amX" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/arrivals) +"amY" = ( +/obj/structure/machinery/disposal, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/arrivals) +"amZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"ana" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"anb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_west) +"anc" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"and" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "launch bay door"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"ane" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"anf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"ang" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/large_stain, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"anh" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"ani" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/left, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"anj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"ank" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"anl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/right, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"anm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_west) +"ann" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"ano" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/corridor_west) +"anp" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/maintenance/north) +"anq" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"anr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"ans" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"ant" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/conam{ + pixel_x = 32 + }, +/turf/open/floor/station/metal/floor/alt1/east, +/area/abyssal/interior/arrivals) +"anu" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"anv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/southeast, +/area/abyssal/interior/galley) +"anw" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/turf/open/space/basic, +/area/abyssal/oob) +"anx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/tool/weldingtool/screen{ + pixel_x = 8; + pixel_y = 6 + }, +/mob/living/simple_animal/big/corgi/Ian, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"any" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/arrivals) +"anz" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"anA" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"anB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"anC" = ( +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"anD" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"anE" = ( +/obj/structure/machinery/landinglight, +/turf/open/floor/prison/redfull, +/area/abyssal/interior/landing_zone) +"anF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"anG" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"anH" = ( +/obj/structure/machinery/suit_storage_unit/compression_suit{ + needs_power = 0 + }, +/turf/open/floor/corsat, +/area/abyssal/interior/engineering) +"anI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/facepaint, +/obj/effect/spawner/random/powercell, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"anJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/arrivals) +"anK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"anL" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 9; + pixel_x = -5; + layer = 2.9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/arrivals) +"anM" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/obj/item/stack/sheet/metal, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"anN" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/crowbar, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"anO" = ( +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"anP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"anQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"anR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"anS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"anT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_x = 27 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"anU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"anV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"anW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"anX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"anY" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = -27 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 12; + dir = 1 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"anZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 12; + dir = 1 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"aoa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"aob" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"aoc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2, +/area/abyssal/interior/arrivals) +"aod" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aoe" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aof" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/floor_symbol/con_am/alt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aog" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/floor_symbol/con_am/alt/bottom_3, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aoh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aoi" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/floor_symbol/con_am/alt/bottom_4, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"aoj" = ( +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"aok" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aol" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/queen_spawn, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"aom" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/decal/large_stain, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aon" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"aoo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aop" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/arrivals) +"aoq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"aor" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aos" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/poster/conam{ + pixel_x = -30 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aot" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/turf/open/floor/prison/redfull, +/area/abyssal/interior/landing_zone) +"aou" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"aov" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aow" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aox" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_1, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aoy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/floor_symbol/con_am/alt/top_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aoz" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_4, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"aoA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/reagent_dispensers/beerkeg/alt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aoB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/arrivals) +"aoC" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"aoD" = ( +/obj/structure/grille, +/obj/effect/decal/hybrisa/lattice, +/turf/open/space/basic, +/area/abyssal/oob) +"aoE" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/arrivals) +"aoF" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 5; + pixel_y = 8 + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/arrivals) +"aoG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/arrivals) +"aoH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"aoI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"aoJ" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"aoK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aoL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"aoM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"aoN" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/arrivals) +"aoO" = ( +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"aoP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aoQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aoR" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_x = -28 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"aoS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"aoT" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/belt/utility/full, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aoU" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"aoV" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/strata{ + dir = 1; + name = "\improper Unisex Bathroom" + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"aoW" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/surface/rack, +/obj/item/device/analyzer, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/arrivals) +"aoX" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"aoY" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"aoZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/arrivals) +"apa" = ( +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"apb" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"apc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"apd" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"ape" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"apf" = ( +/obj/structure/cable/yellow, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"apg" = ( +/obj/structure/machinery/colony_floodlight_switch/engineerconsole_switch{ + pixel_y = 17 + }, +/obj/structure/blackgoocontainer{ + pixel_x = -10; + pixel_y = -2; + density = 0 + }, +/obj/structure/blackgoocontainer{ + pixel_x = 8; + pixel_y = -8; + density = 0 + }, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#702963"; + color = "#702963"; + needs_power = 0; + alpha = 0; + light_range = 3; + light_power = 3 + }, +/turf/open/floor/hybrisa/engineership/engineer_floor8, +/area/abyssal/interior/derelict_shuttle) +"aph" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"api" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/arrivals) +"apj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/arrivals) +"apk" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"apl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/emcloset, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"apm" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"apn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"apo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"app" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_x = 27 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"apq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 12; + dir = 1 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"apr" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aps" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 12; + dir = 1 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"apt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"apu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/arrivals) +"apv" = ( +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"apw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/vending/cola, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"apx" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"apy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/arrivals) +"apz" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/arrivals) +"apA" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"apB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/arrivals) +"apC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"apD" = ( +/obj/structure/machinery/landinglight{ + dir = 1 + }, +/turf/open/floor/prison/redfull, +/area/abyssal/interior/landing_zone) +"apE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"apF" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"apG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"apH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"apI" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"apJ" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"apK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"apL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/arrivals) +"apM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"apN" = ( +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"apO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"apP" = ( +/obj/structure/sign/safety/airlock{ + pixel_y = -32 + }, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 14; + pixel_y = -32 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"apQ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"apR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"apS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"apT" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"apU" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"apV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/structure/largecrate/random/barrel/yellow, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"apW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"apX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/arrivals) +"apY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"apZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/arrivals) +"aqa" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"aqb" = ( +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"aqc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/closet/walllocker/emerglocker/east, +/obj/item/ashtray/glass{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"aqd" = ( +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted_wite{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"aqe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison/redcorner, +/area/abyssal/interior/landing_zone) +"aqh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aqi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/red/southwest, +/area/abyssal/interior/landing_zone) +"aqj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/mob/living/simple_animal/small/cat/Runtime, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aqk" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/corridor_west) +"aql" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/bed/chair/bolted, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -6 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aqm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/power_generator/reactor/colony{ + name = "\improper S-13 solar power collector"; + desc = "Power-bank designed to hold and disperse solar energy collected from the externally mounted solar arrays." + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_x = -28 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/solar_control_north) +"aqo" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/suit_storage_unit/compression_suit{ + needs_power = 0 + }, +/turf/open/floor/corsat, +/area/abyssal/interior/engineering) +"aqp" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + level = 2 + }, +/obj/structure/bed/chair/bolted, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aqq" = ( +/turf/open/floor/darkbluecorners2/east, +/area/abyssal/interior/command) +"aqr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aqt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/firecloset, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/arrivals) +"aqu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"aqv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aqw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/security) +"aqx" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"aqy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aqz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aqA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/large_stain, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqC" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aqD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aqE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"aqF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/command) +"aqG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"aqH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/double, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aqI" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aqJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/generic, +/obj/structure/disposalpipe/segment, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = -27 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqK" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"aqL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/tool, +/obj/structure/sign/safety/galley{ + pixel_x = 8; + pixel_y = -32 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aqO" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/arrivals) +"aqP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"aqQ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aqR" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"aqS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqT" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"aqU" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aqV" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 4; + layer = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"aqW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"aqX" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 8; + layer = 4 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"aqY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"aqZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/analyzer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"ara" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"arb" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 2 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"arc" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"ard" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"are" = ( +/obj/structure/machinery/computer/arcade{ + layer = 4; + pixel_y = 12; + pixel_x = 6 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"arf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/dormitory) +"arg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"arh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"ari" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"arj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/space_heater, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"ark" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/closet/walllocker/emerglocker/east, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"arl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"arm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"arn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/sign/safety/maint{ + pixel_y = -24; + pixel_x = 2 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aro" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/cargo_container/hybrisa/containersextended/greenleft, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = -1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"arp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/cargo_container/hybrisa/containersextended/greenright, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = -1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"arq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = -1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"arr" = ( +/obj/effect/decal/floor_symbol/con_am/left, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = -1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"ars" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/ashtray/glass, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"art" = ( +/obj/structure/sign/safety/maint{ + pixel_x = 32; + pixel_y = -6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/obj/structure/sign/safety/bulkhead_door{ + pixel_x = 32; + pixel_y = 7 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aru" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/floor_symbol/con_am, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = -1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"arv" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_y = -4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"arw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"arx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/right, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = -1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"ary" = ( +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"arz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/largecrate/random/barrel/medical, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"arA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/structure/largecrate/supply/medicine/iv, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"arB" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 4; + layer = 4 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"arC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"arD" = ( +/obj/item/stack/rods{ + pixel_y = -6; + pixel_x = -3 + }, +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = 9; + density = 0 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"arE" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine/bravo{ + name = "\improper Airlock"; + req_access = null; + req_one_access = null + }, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"arF" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"arG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"arH" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/shard, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"arI" = ( +/obj/structure/closet/walllocker/emerglocker/west, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/arrivals) +"arJ" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"arK" = ( +/obj/structure/tunnel/maint_tunnel, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"arL" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"arM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"arN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 12; + dir = 1 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"arO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 12; + dir = 1 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"arP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/arrivals) +"arQ" = ( +/obj/structure/closet, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"arR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/autolathe, +/turf/open/floor/darkbrown2/southwest, +/area/abyssal/interior/cargo) +"arS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"arT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"arU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/paper/prison_station/inmate_handbook, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"arV" = ( +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"arW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"arX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"arY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = -1; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = -3; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"arZ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"asa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"asb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack{ + color = "#848484" + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"asc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/machinery/door/airlock/external/colony{ + unslashable = 1; + unacidable = 1; + health = 100000; + locked = 1; + no_panel = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_south) +"asd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/dispenser/oxygen, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"ase" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asf" = ( +/turf/open/space/basic, +/area/abyssal/oob) +"asg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/arrivals) +"ash" = ( +/obj/structure/prop/misc/lit_cable, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"asi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/arrivals) +"asj" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"ask" = ( +/turf/open/floor/hybrisa/engineership/ship_hull/non_weedable_hull/north, +/area/abyssal/interior/derelict_shuttle) +"asl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/shower{ + dir = 4 + }, +/obj/structure/curtain/open/shower, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/corridor_west) +"asm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"asn" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aso" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"asp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/reagent_dispensers/tank/water{ + layer = 2.6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"asq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 14; + pixel_y = 32 + }, +/obj/structure/sign/safety/airlock{ + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asr" = ( +/obj/structure/machinery/suit_storage_unit/compression_suit{ + needs_power = 0 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/landing_zone) +"ass" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/firecloset, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"ast" = ( +/obj/item/stack/rods{ + pixel_y = -6; + pixel_x = -3 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"asu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/decal/large_stain, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asx" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/turf/open/space, +/area/abyssal/oob) +"asy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asB" = ( +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"asC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/girder/displaced, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"asE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"asF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-y" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asG" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"asH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"asI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asJ" = ( +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"asK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/junction{ + icon_state = "pipe-j2"; + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asN" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"asO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"asP" = ( +/obj/structure/monorail{ + dir = 6; + name = "launch track" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"asQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"asR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/arrivals) +"asS" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"asT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"asU" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/arrivals) +"asV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"asW" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 6; + pixel_x = -6 + }, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/arrivals) +"asX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"asY" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"asZ" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"ata" = ( +/obj/structure/monorail{ + dir = 10; + name = "launch track" + }, +/turf/open/space/basic, +/area/abyssal/oob) +"atb" = ( +/obj/structure/closet/medical_wall{ + pixel_x = 30 + }, +/obj/item/stack/medical/splint, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"atc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/emcloset, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"atd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"ate" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison, +/obj/item/tank/emergency_oxygen/double, +/obj/item/tank/emergency_oxygen/double, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"atf" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/corridor_west) +"atg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"ath" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt1, +/area/abyssal/interior/corridor_west) +"ati" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"atj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/snack_bowl, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"atk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"atl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/mini/chest/c, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/arrivals) +"atm" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"atn" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"ato" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"atp" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/cups, +/obj/item/reagent_container/food/drinks/coffee{ + name = "\improper paper cup"; + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/arrivals) +"atq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/arrivals) +"atr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"ats" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"att" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"atu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"atv" = ( +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"atw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"atx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"aty" = ( +/obj/item/trash/burger, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"atz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"atA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"atB" = ( +/obj/structure/closet/secure_closet/cargotech{ + req_access = null + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"atC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"atD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/clipboard, +/obj/item/tool/pen/blue{ + pixel_x = 8; + pixel_y = 5 + }, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"atE" = ( +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"atF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"atG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt1/west, +/area/abyssal/interior/corridor_west) +"atH" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/almayer/plating_striped/east, +/area/abyssal/interior/corridor_west) +"atI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"atJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"atK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt1/north, +/area/abyssal/interior/corridor_west) +"atL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/arrivals) +"atM" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"atN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/arrivals) +"atO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/arrivals) +"atP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/arrivals) +"atQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/arrivals) +"atR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/emcloset, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"atS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"atT" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"atU" = ( +/obj/item/paper/crumpled{ + pixel_x = 9 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -7 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"atV" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/grille, +/turf/open/space/basic, +/area/abyssal/oob) +"atW" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/paper/crumpled{ + pixel_x = 13 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"atX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"atY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"atZ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/freezerfloor, +/area/abyssal/interior/galley) +"aua" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/urinal{ + pixel_y = 32; + color = "#f5e9db"; + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/urinal{ + pixel_y = 32; + color = "#f5e9db"; + pixel_x = -11 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime2" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"aub" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor/glass/colony{ + dir = 1; + autoname = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"auc" = ( +/obj/effect/decal/large_stain, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"aud" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/wy_mre, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aue" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1 + }, +/obj/item/storage/box/mre/wy, +/turf/open/floor/darkbrown2/west, +/area/abyssal/interior/cargo) +"auf" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + pixel_y = 8 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"aug" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"auh" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aui" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/cargo) +"auj" = ( +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"auk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aul" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aum" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"aun" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"auo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"aup" = ( +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"auq" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aur" = ( +/obj/structure/machinery/door/airlock/strata/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"aus" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"aut" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auv" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/redcorner, +/area/abyssal/interior/security) +"auw" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"aux" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/darkbrown2/east, +/area/abyssal/interior/cargo) +"auy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow3"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"auz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"auA" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = -12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"auB" = ( +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"auC" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/spawner/random/pills/highchance, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"auD" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/effect/decal/floor_symbol/con_am/alt, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"auE" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_4, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"auF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"auG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"auH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5; + pixel_x = -1 + }, +/turf/open/floor/darkbrown2/west, +/area/abyssal/interior/cargo) +"auI" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + autoname = 1; + name = "\improper Chief Marshal Office" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"auJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/cargo) +"auK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate/random/case/small, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"auN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"auQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auR" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"auT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"auV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = 27 + }, +/turf/open/floor/darkbrown2/east, +/area/abyssal/interior/cargo) +"auW" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"auX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"auY" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + name = "\improper Captain's Quarters"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"auZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"ava" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"avb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt/top_1, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"avc" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"avd" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_3, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"ave" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/wirecutters, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avh" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"avi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avk" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/structure/cargo_container/hybrisa/containersextended/blueright{ + layer = 4 + }, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/cargo) +"avl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/item/device/camera/oldcamera, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 11; + pixel_x = -4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"avn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3; + pixel_y = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"avo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avp" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"avq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack, +/obj/item/tool/weldingtool, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/effect/spawner/random/balaclavas, +/obj/effect/spawner/random/attachment, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"avs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"avt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/landmark/nightmare{ + insert_tag = "greenshift2" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"avv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avw" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + req_one_access = null + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"avx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avy" = ( +/turf/closed/wall/abyssal/standard/temphull, +/area/abyssal/interior/bunker) +"avz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack, +/obj/effect/spawner/random/supply_kit, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avB" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/darkbrown2/east, +/area/abyssal/interior/cargo) +"avC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"avD" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/airlock/almayer/security/colony{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"avE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"avF" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"avG" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_y = 35 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/darkbrown2/west, +/area/abyssal/interior/cargo) +"avH" = ( +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"avI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack, +/obj/effect/spawner/random/powercell, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avJ" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avK" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"avL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/closet/crate, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/ammo_magazine/shotgun/slugs, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avM" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/darkbluecorners2/east, +/area/abyssal/interior/command) +"avN" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avP" = ( +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"avQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/arrivals) +"avR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/structure/prop/misc/lit_cable, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"avS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"avT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/secure, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"avU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"avV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"avW" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"avX" = ( +/obj/structure/closet, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"avY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/cargo) +"avZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/hybrisa/bunkbed1{ + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"awa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"awb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/cargo) +"awc" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"awd" = ( +/obj/structure/bed, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"awe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"awf" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/cargo) +"awg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/darkbrown2/east, +/area/abyssal/interior/cargo) +"awh" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/large_stain{ + pixel_x = -17; + pixel_y = -9 + }, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/arrivals) +"awi" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"awj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/arrivals) +"awk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"awl" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"awm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"awn" = ( +/obj/structure/prop/broken_ladder, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/gonzo) +"awo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/northwest, +/area/abyssal/interior/cargo) +"awp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/cargo) +"awq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/item/tool/crowbar, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/cargo) +"awr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/abyssal/interior/command) +"aws" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"awt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/cargo) +"awu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/sign/conam{ + pixel_y = 31 + }, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/cargo) +"awv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aww" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/cargo) +"awx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"awy" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"awz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"awA" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_x = -10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"awB" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/arrivals) +"awC" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"awD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"awE" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/arrivals) +"awF" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"awG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"awH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 13; + pixel_y = -6; + dir = 8; + layer = 3.1 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 18; + pixel_x = 8 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"awI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"awJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/debark_lounge{ + pixel_x = 15; + pixel_y = -32 + }, +/obj/structure/sign/safety/west{ + pixel_y = -32 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"awK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/vehicle/powerloader{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"awL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/sign/calendar/ua{ + pixel_y = 29; + pixel_x = -4; + layer = 2.9 + }, +/obj/structure/machinery/computer/objective, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"awM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/arrivals) +"awN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 6 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/arrivals) +"awO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"awP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"awQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/storage{ + pixel_y = -32; + pixel_x = 2 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"awR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"awS" = ( +/obj/item/shard, +/obj/item/stack/rods{ + layer = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"awT" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"awU" = ( +/obj/structure/sign/safety/maint{ + pixel_x = 38 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/girder/displaced, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"awV" = ( +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_west) +"awW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt, +/obj/effect/decal/large_stain{ + layer = 2.52 + }, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"awX" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_3, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"awY" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"awZ" = ( +/obj/effect/decal/floor_symbol/con_am/left, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"axa" = ( +/obj/structure/machinery/landinglight/delaythree, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"axb" = ( +/obj/effect/decal/floor_symbol/con_am, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + layer = 2.52 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"axc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"axd" = ( +/obj/effect/decal/floor_symbol/con_am/right, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"axe" = ( +/obj/structure/machinery/landinglight{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"axf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 7; + layer = 3.1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"axg" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/trash/eat, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"axh" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/turf/open/floor/prison/redfull, +/area/abyssal/interior/landing_zone) +"axi" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_1, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"axj" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_2, +/obj/effect/decal/large_stain{ + layer = 2.52; + pixel_y = -13 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"axk" = ( +/obj/structure/monorail{ + dir = 10; + name = "launch track" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"axl" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_3, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"axm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"axn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt/top_4, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"axo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"axp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"axq" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"axr" = ( +/obj/structure/machinery/light/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/command) +"axs" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/telecomms_1) +"axt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"axu" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"axv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/engineering) +"axw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"axx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"axy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"axz" = ( +/obj/item/tool/warning_cone{ + pixel_x = -15; + pixel_y = 16 + }, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_y = 3; + pixel_x = -5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axA" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "comm_monitor"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#008000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"axB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axC" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/head/beret/jan{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axD" = ( +/obj/structure/closet/l3closet, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axE" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/machinery/computer/communications, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"axF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/largecrate/random/barrel/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"axG" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/abyssal/interior/command) +"axH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"axI" = ( +/obj/item/tool/warning_cone{ + pixel_x = -7; + pixel_y = 14 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"axK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_y = 8; + pixel_x = -8 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"axL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4; + pixel_y = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"axN" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axO" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axP" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"axQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 2 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"axR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axS" = ( +/obj/structure/closet/jcloset, +/obj/item/clothing/shoes/galoshes, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"axU" = ( +/obj/item/tool/mop{ + pixel_x = -10 + }, +/obj/structure/sign/poster/io{ + pixel_y = 35 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt1/east, +/area/abyssal/interior/corridor_west) +"axW" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"axX" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"axY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axZ" = ( +/obj/structure/surface/rack, +/obj/item/tool/wet_sign, +/obj/structure/sign/poster/safety{ + pixel_x = -4; + pixel_y = 34 + }, +/obj/structure/sign/poster/music{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"aya" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/toolbox/mechanical/green{ + pixel_y = 8 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -6 + }, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"ayb" = ( +/obj/structure/janitorialcart, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"ayc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 16 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 18; + pixel_x = 8 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"ayd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"aye" = ( +/obj/structure/tunnel/maint_tunnel, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"ayf" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"ayg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"ayh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"ayi" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"ayj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/large_stain, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"ayk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"ayl" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/delivery, +/area/abyssal/interior/command) +"aym" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/prop/misc/lit_cable, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"ayn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"ayo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ayp" = ( +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"ayq" = ( +/obj/item/shard, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"ayr" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -10 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"ays" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"ayt" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 3.01 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "power"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/station/metal/floor_blue/alt3, +/area/abyssal/interior/corridor_central) +"ayu" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/computer/objective, +/turf/open/floor/station/metal/floor_blue/alt3, +/area/abyssal/interior/corridor_central) +"ayv" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"ayw" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/liaison) +"ayx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"ayy" = ( +/obj/structure/machinery/sensortower{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/station/metal/floor_blue/alt2, +/area/abyssal/interior/corridor_central) +"ayz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/station/metal/floor_blue/alt2, +/area/abyssal/interior/corridor_central) +"ayA" = ( +/obj/structure/machinery/landinglight, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"ayB" = ( +/obj/structure/sign/conam{ + pixel_y = 31 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"ayC" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_central) +"ayD" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor/colony{ + dir = 1; + name = "\improper Armoury" + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"ayE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/structure/closet/crate/freezer, +/obj/structure/sign/safety/maint{ + pixel_y = -24; + pixel_x = 14 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"ayF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/sheet/metal, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"ayG" = ( +/obj/item/tool/wet_sign{ + pixel_x = 3 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/arrivals) +"ayH" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"ayI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/liaison) +"ayJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/reagent_container/food/snacks/meat/synthmeat, +/obj/item/reagent_container/food/snacks/meat/synthmeat, +/obj/item/reagent_container/food/snacks/meat/synthmeat, +/obj/item/reagent_container/food/snacks/meat/synthmeat, +/obj/item/reagent_container/food/snacks/meat/synthmeat, +/obj/item/reagent_container/food/snacks/meat/synthmeat, +/obj/item/reagent_container/food/snacks/meat/synthmeat, +/obj/item/reagent_container/food/snacks/meat/synthmeat, +/obj/structure/closet/crate/freezer, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"ayK" = ( +/obj/item/trash/cigbutt, +/obj/item/tool/wet_sign{ + pixel_x = 4; + pixel_y = -7 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"ayL" = ( +/obj/structure/sign/safety/galley{ + pixel_y = 33; + pixel_x = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "generic"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#008000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"ayM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"ayN" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/item/reagent_container/food/snacks/donkpocket{ + pixel_x = -2; + pixel_y = -6 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"ayO" = ( +/obj/item/device/analyzer, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/arrivals) +"ayP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"ayQ" = ( +/obj/structure/sign/safety/maint{ + pixel_x = 36 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/command) +"ayR" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile, +/area/abyssal/interior/engineering) +"ayS" = ( +/obj/docking_port/stationary/marine_dropship/lz1{ + name = "LZ: Com-Am 81 'Abyssal'" + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"ayT" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"ayU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"ayV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"ayW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stool{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"ayX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"ayY" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/processor{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"ayZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"aza" = ( +/obj/structure/machinery/landinglight/delaytwo, +/turf/open/floor/prison/redfull, +/area/abyssal/interior/landing_zone) +"azb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"azc" = ( +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"azd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7; + buckling_x = 7; + buckling_y = 7 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"aze" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/microwave{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"azf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"azg" = ( +/obj/item/trash/cigbutt{ + pixel_x = -13; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"azh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/secure_closet/freezer/fridge/full, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"azi" = ( +/obj/structure/sign/conam{ + pixel_y = 32; + pixel_x = 16 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"azj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"azk" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"azl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/ashtray/glass, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"azm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azn" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/arrivals) +"azo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azr" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"azs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/static_tank/fuel, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"azx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"azy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azC" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"azD" = ( +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"azE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"azF" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azG" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/command) +"azJ" = ( +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/prison/floor_marked/southwest, +/area/abyssal/interior/telecomms_2) +"azK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"azL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azN" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/static_tank/water, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/structure/girder/displaced, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azP" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"azQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azR" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azS" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"azT" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azW" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"azX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + layer = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"azY" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -24; + pixel_x = 2 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"azZ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAa" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -24 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"aAb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/landmark/yautja_teleport, +/obj/effect/landmark/yautja_young_teleport, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aAc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aAd" = ( +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"aAe" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAg" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F"; + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAi" = ( +/obj/structure/surface/rack, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aAj" = ( +/obj/structure/surface/rack, +/obj/item/engi_upgrade_kit, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aAk" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aAl" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/obj/structure/machinery/fuelcell_recycler, +/obj/item/fuel_cell/used, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aAn" = ( +/obj/structure/pipes/vents/scrubber, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/engineering) +"aAo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAp" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"aAq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aAr" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAs" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aAt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aAu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aAv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aAw" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/abyssal/interior/telecomms_2) +"aAx" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aAy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aAz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/obj/item/tool/wirecutters, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAD" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/item/trash/cigbutt, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aAE" = ( +/obj/item/shard, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aAF" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/maintenance/east) +"aAG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aAH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAI" = ( +/obj/item/stock_parts/smes_coil{ + name = "Solar Lattice"; + desc = null + }, +/turf/open/floor/engine, +/area/abyssal/exterior/fore) +"aAJ" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/darkyellow2, +/area/abyssal/interior/telecomms_2) +"aAK" = ( +/obj/item/shard, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aAL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAN" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAO" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAQ" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aAR" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aAS" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/liaison) +"aAT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAW" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"aAX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAZ" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-y" + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aBa" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aBb" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aBc" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/engineering) +"aBd" = ( +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"aBe" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aBf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt{ + pixel_x = -13; + pixel_y = 9 + }, +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/south, +/area/abyssal/interior/galley) +"aBg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"aBh" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -24; + pixel_x = 2 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/defibrillator/synthetic, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/engineering) +"aBi" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/space_heater, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aBj" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aBk" = ( +/obj/structure/machinery/door/airlock/strata/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"aBl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/smes/buildable, +/turf/open/floor/plating/prison, +/area/abyssal/interior/engineering) +"aBm" = ( +/obj/structure/machinery/power/smes/buildable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/engineering) +"aBn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/command) +"aBo" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/clothing/gloves/marine/veteran/insulated{ + pixel_y = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aBp" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"aBq" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/light/blue, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aBr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/reagent_dispensers/tank/fuel, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aBs" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"aBt" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "security"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FF0000"; + light_on = 1; + anchored = 1 + }, +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/arrivals) +"aBu" = ( +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"aBv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4" + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aBw" = ( +/obj/structure/machinery/computer/cameras{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/arrivals) +"aBx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aBy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aBz" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/emcloset, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aBA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aBB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/prop/static_tank/fuel, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aBC" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aBD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aBE" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aBF" = ( +/obj/structure/terminal, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/engineering) +"aBG" = ( +/obj/structure/terminal, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/engineering) +"aBH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aBI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aBJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aBK" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-y" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aBL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aBM" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aBN" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/arrivals) +"aBO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aBP" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"aBQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"aBR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"aBS" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aBT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aBU" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aBV" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/obj/structure/closet/secure_closet/engineering_welding{ + req_one_access = null + }, +/obj/item/tool/weldingtool/largetank, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/prison/darkyellow2, +/area/abyssal/interior/telecomms_2) +"aBW" = ( +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/walllocker/emerglocker/south, +/turf/open/floor/prison/darkyellow2, +/area/abyssal/interior/telecomms_2) +"aBX" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + dir = 1; + req_one_access = null + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/telecomms_2) +"aBY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison/darkyellow2, +/area/abyssal/interior/engineering) +"aBZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aCa" = ( +/obj/structure/machinery/power/power_generator/reactor/colony{ + name = "\improper S-13 solar power collector"; + desc = "Power-bank designed to hold and disperse solar energy collected from the externally mounted solar arrays." + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/engineering) +"aCb" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/obj/structure/noticeboard{ + pixel_y = 33; + icon_state = "notices_2"; + desc = null; + name = "sticky notes" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/arrivals) +"aCc" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aCd" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/shiva/radiator_tile2, +/area/abyssal/interior/engineering) +"aCe" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"aCf" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aCg" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aCh" = ( +/obj/item/trash/hotdog, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_west) +"aCi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aCj" = ( +/obj/structure/machinery/conveyor{ + id = "abyssal_garbage" + }, +/turf/open/floor/almayer/plating_striped/east, +/area/abyssal/interior/corridor_west) +"aCk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/darkredcorners2/north, +/area/abyssal/interior/security) +"aCl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/north, +/area/abyssal/interior/telecomms_2) +"aCm" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/telecomms_2) +"aCn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/arrivals) +"aCo" = ( +/obj/item/stack/rods, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aCp" = ( +/obj/item/stack/rods{ + layer = 6 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aCq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aCr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/arrivals) +"aCs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aCt" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/abyssal/interior/engineering) +"aCu" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aCv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/galley{ + pixel_x = 1; + pixel_y = -32 + }, +/obj/structure/sign/safety/south{ + pixel_x = 15; + pixel_y = -32 + }, +/turf/open/floor/station/metal/floor/alt1, +/area/abyssal/interior/corridor_west) +"aCw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aCx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aCy" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow3"; + pixel_y = 2 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"aCz" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/arrivals) +"aCA" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"aCB" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aCC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aCD" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aCE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"aCF" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aCG" = ( +/obj/structure/bed/chair, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aCH" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aCI" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/prison/darkyellow2/east, +/area/abyssal/interior/engineering) +"aCJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/wrench{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aCK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aCL" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"aCM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aCN" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aCO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aCP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aCQ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/condiment/hotsauce/franks/macho{ + pixel_y = 7; + pixel_x = 2 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aCR" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aCS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/engineering) +"aCT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/abyssal/interior/engineering) +"aCU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_central) +"aCV" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/item/clothing/head/welding/painted, +/turf/open/floor/shiva/radiator_tile2, +/area/abyssal/interior/engineering) +"aCW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aCX" = ( +/obj/structure/machinery/landinglight/delaytwo, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"aCY" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "chair_alt" + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"aCZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aDa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aDb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/engineering) +"aDc" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aDd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"aDe" = ( +/obj/structure/pipes/vents/scrubber, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/engineering) +"aDf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 31 + }, +/obj/structure/machinery/computer/arcade, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"aDg" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/toolbox, +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_x = -30 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/engineering) +"aDh" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/abyssal/interior/engineering) +"aDi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/east, +/area/abyssal/interior/engineering) +"aDj" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/yellow, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aDk" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/abyssal/interior/engineering) +"aDl" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"aDm" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + req_one_access = null + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"aDn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDo" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/reagent_dispensers/water_cooler/walk_past, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDp" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/empty/case/double, +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDq" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDr" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/tool/crowbar, +/obj/structure/machinery/cell_charger, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDs" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/engineering) +"aDt" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aDu" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/head/hardhat, +/obj/item/device/lightreplacer, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/engineering) +"aDv" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDw" = ( +/obj/structure/bed/hybrisa/bunkbed2{ + dir = 8 + }, +/obj/structure/sign/conam{ + pixel_y = 32; + pixel_x = 16 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"aDx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDz" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/sign/conam{ + pixel_x = -30; + pixel_y = 20 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aDA" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/plasteel/wired{ + dir = 1 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"aDB" = ( +/obj/effect/spawner/random/tool, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aDC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/floodlight, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDD" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = -27 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aDE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/structure/machinery/floodlight, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/engineering) +"aDF" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"aDG" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"aDH" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/darkish, +/area/abyssal/interior/liaison) +"aDI" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aDJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aDK" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aDL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aDM" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aDN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aDO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aDP" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/head/hardhat, +/obj/item/device/lightreplacer, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aDQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aDR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aDS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_west) +"aDT" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aDU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aDV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aDW" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aDX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"aDY" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/liaison) +"aDZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aEa" = ( +/obj/item/tool/lighter/zippo/gold{ + pixel_x = 2 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aEb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aEc" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "engi_lockdown"; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"aEd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/security) +"aEe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/command) +"aEf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aEg" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/command) +"aEh" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aEi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/comfy{ + dir = 8; + icon_state = "chair_alt" + }, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/east, +/area/abyssal/interior/galley) +"aEj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"aEk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/northeast, +/area/abyssal/interior/galley) +"aEl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aEm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aEn" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/effect/decal/large_stain{ + pixel_x = -10; + pixel_y = -4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aEo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aEp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/closet/crate, +/obj/item/device/lightreplacer, +/obj/item/device/lightreplacer, +/obj/item/device/lightreplacer, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aEq" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aEr" = ( +/obj/item/stack/cable_coil/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aEs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aEt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aEu" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aEv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/chest{ + pixel_y = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aEw" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aEx" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "engi_lockdown"; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"aEy" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aEz" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aEA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aEB" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aEC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/poster/safety{ + pixel_x = -4; + pixel_y = 34 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/engineering) +"aED" = ( +/obj/structure/window/framed/abyssal/standard, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"aEE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/closet/crate/construction, +/obj/item/stack/sheet/plasteel/large_stack, +/obj/item/stack/sheet/metal/large_stack, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aEF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aEG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aEH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/hazard{ + pixel_y = 32; + pixel_x = 1 + }, +/turf/open/floor/station/metal/floor/alt1/north, +/area/abyssal/interior/corridor_west) +"aEI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aEJ" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"aEK" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/sign/safety/rad_haz{ + pixel_x = 8; + pixel_y = -32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aEL" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aEM" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aEN" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4; + pixel_y = 14 + }, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"aEO" = ( +/obj/structure/sign/poster/safety{ + pixel_x = 27; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/engineering) +"aEP" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/engineering) +"aEQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/obj/structure/sign/poster/io{ + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aER" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aES" = ( +/obj/structure/machinery/door/airlock/strata/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"aET" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aEU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/maintenance_jack, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aEV" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/head/hardhat, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aEW" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aEX" = ( +/obj/structure/machinery/power/power_generator/port_gen/pacman, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/engineering) +"aEY" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aEZ" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aFa" = ( +/obj/structure/machinery/door_control{ + id = "engi_lockdown"; + name = "Engineering Exit" + }, +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/engineering) +"aFb" = ( +/obj/item/stack/cable_coil/blue, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aFc" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/tunnel/maint_tunnel, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_east) +"aFd" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFe" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/engineering) +"aFf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aFg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_x = 32 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/engineering) +"aFh" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFk" = ( +/obj/structure/bed/chair/bolted{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/engineering) +"aFl" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 4 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"aFm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aFn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_west) +"aFo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"aFp" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aFq" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + req_one_access = null + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"aFr" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFs" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aFt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = -10; + pixel_y = -4 + }, +/turf/open/floor/engine/vacuum, +/area/abyssal/interior/maintenance/central) +"aFu" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aFv" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aFw" = ( +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFx" = ( +/obj/structure/prop/static_tank/water, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aFy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + level = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/arrivals) +"aFz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aFB" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aFC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile/east, +/area/abyssal/interior/engineering) +"aFE" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"aFF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aFG" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"aFH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/engineering) +"aFI" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aFJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aFK" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4; + pixel_y = 8 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aFL" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aFN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aFO" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/static_tank/water, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFP" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFQ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aFR" = ( +/obj/item/tool/warning_cone{ + pixel_y = 6; + pixel_x = -12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aFS" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/maintenance/central) +"aFU" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aFW" = ( +/obj/structure/sign/safety/hazard{ + pixel_x = 1; + pixel_y = -26 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"aFX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"aFY" = ( +/obj/structure/sign/safety/hazard{ + pixel_x = 15; + pixel_y = -26 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"aFZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aGa" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/atmo) +"aGb" = ( +/obj/structure/surface/rack{ + color = "#848484" + }, +/obj/item/clothing/accessory/storage/black_vest/black_leg_pouch, +/obj/structure/sign/safety/maint{ + pixel_x = 12; + pixel_y = 32 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/security) +"aGc" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/structure/girder/displaced, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aGd" = ( +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/obj/item/stack/medical/splint, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"aGe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/darkbrown2/southeast, +/area/abyssal/interior/corridor_west) +"aGf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aGg" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_west) +"aGh" = ( +/turf/open/floor/prison/darkbrown2/east, +/area/abyssal/interior/corridor_west) +"aGi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/obj/structure/sign/poster/pinup{ + pixel_x = -30 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aGj" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/prison/darkbrowncorners2, +/area/abyssal/interior/corridor_west) +"aGk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/prison/darkbrown2/northeast, +/area/abyssal/interior/corridor_west) +"aGl" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Executive Coordinator Office" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/liaison) +"aGm" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aGn" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/wy{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/desk_bell{ + anchored = 1; + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aGo" = ( +/obj/item/tool/pen/red, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aGp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/io{ + pixel_y = 35 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/liaison) +"aGq" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aGr" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aGs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/frame/table/wood/fancy, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aGt" = ( +/obj/structure/bed/hybrisa/bunkbed3{ + dir = 8 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"aGu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/calendar/ua{ + pixel_y = 29; + pixel_x = -4; + layer = 2.9 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/liaison) +"aGv" = ( +/obj/structure/closet/medical_wall{ + pixel_x = 30 + }, +/obj/item/stack/medical/splint, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/station/metal/floor/alt1/east, +/area/abyssal/interior/corridor_west) +"aGw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aGx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"aGy" = ( +/obj/structure/sign/poster/art{ + pixel_y = 32 + }, +/obj/effect/decal/floor_symbol/con_am/left, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/liaison) +"aGz" = ( +/obj/structure/machinery/atm{ + pixel_y = 32 + }, +/obj/item/tool/pen/green, +/obj/effect/decal/floor_symbol/con_am, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/liaison) +"aGA" = ( +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/obj/effect/decal/floor_symbol/con_am/right, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/liaison) +"aGB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/liaison) +"aGC" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/airlock/strata{ + dir = 1; + name = "\improper Ancillery Storage" + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"aGD" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"aGE" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/strata{ + dir = 1; + name = "\improper Janitorial Closet" + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"aGF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"aGG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aGH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aGI" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_central) +"aGJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/power/apc/power/east{ + start_charge = 20 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"aGK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aGL" = ( +/obj/structure/closet/crate/green, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/reagent_container/food/drinks/cans/souto/vanilla, +/obj/item/reagent_container/food/drinks/cans/souto/vanilla, +/obj/item/reagent_container/food/drinks/cans/souto/vanilla, +/obj/item/reagent_container/food/drinks/cans/souto/vanilla, +/obj/item/reagent_container/food/drinks/cans/souto/classic, +/obj/item/reagent_container/food/drinks/cans/souto/classic, +/turf/open/floor/prison/darkbrown2/west, +/area/abyssal/interior/corridor_west) +"aGM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1 + }, +/turf/open/floor/prison, +/area/abyssal/interior/corridor_west) +"aGN" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/prison/darkbrown2/east, +/area/abyssal/interior/corridor_west) +"aGO" = ( +/obj/structure/largecrate/random/secure{ + pixel_x = -2 + }, +/obj/item/prop/helmetgarb/gunoil{ + pixel_x = -7; + pixel_y = 12 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aGP" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aGQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkbrown2/west, +/area/abyssal/interior/corridor_west) +"aGR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 1 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aGS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/prison, +/area/abyssal/interior/corridor_west) +"aGT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + layer = 2.52 + }, +/obj/structure/closet/walllocker/emerglocker/west, +/turf/open/floor/prison/darkbrown2/west, +/area/abyssal/interior/corridor_west) +"aGU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/corridor_west) +"aGV" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/prison/darkbrown2, +/area/abyssal/interior/corridor_west) +"aGW" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aGX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aGY" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aGZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aHa" = ( +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/obj/structure/noticeboard{ + pixel_y = 31; + icon_state = "notices_3"; + desc = null; + name = "sticky notes" + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime2" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aHb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/abyssal/interior/corridor_west) +"aHc" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/freezerfloor, +/area/abyssal/interior/galley) +"aHd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/corridor_west) +"aHe" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = 27 + }, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/arrivals) +"aHf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison, +/area/abyssal/interior/corridor_west) +"aHg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 18; + pixel_x = 8 + }, +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_y = -1; + pixel_x = -1 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/security) +"aHh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aHi" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/corridor_west) +"aHj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aHk" = ( +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aHl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_x = 38 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12; + layer = 2.52 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/abyssal/interior/corridor_west) +"aHm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 3 + }, +/obj/structure/noticeboard{ + desc = "The note is haphazardly attached to the cork board by what looks like a bent firing pin. 'The order has come in to perform end of life service checks on all L42A service rifles, any that are defective are to be dis-assembled and packed into a crate and sent to to the cargo hold. L42A service rifles that are in working order after servicing, are to be locked in secure cabinets ready to be off-loaded at Chinook. Scheduled end of life service for the L42A - Complete'"; + pixel_y = 29 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/abyssal/interior/corridor_west) +"aHn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/command) +"aHo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/pinup{ + pixel_x = 4; + pixel_y = 35 + }, +/obj/structure/sign/safety/maint{ + pixel_x = 38 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/north, +/area/abyssal/interior/galley) +"aHp" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"aHq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/abyssal/interior/corridor_west) +"aHr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aHs" = ( +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/abyssal/interior/corridor_west) +"aHt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 14 + }, +/obj/structure/sign/safety/bulkhead_door{ + pixel_y = 32 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aHu" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aHv" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_3, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"aHw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aHx" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_1, +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"aHy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/conveyor_switch{ + id = "abyssal_garbage" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aHz" = ( +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"aHA" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"aHB" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/goggles/highchance, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aHC" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_3, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -6 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"aHD" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aHE" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 7; + pixel_x = -2 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"aHF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"aHG" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + layer = 2.5 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"aHH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/small, +/obj/item/device/lightreplacer, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aHI" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aHJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aHK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aHL" = ( +/obj/item/stack/sheet/metal, +/obj/structure/sign/safety/maint{ + pixel_x = -18 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aHM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aHN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"aHO" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aHP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/emcloset, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aHQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -30 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aHR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aHS" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "generic"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#008000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aHT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/reagent_dispensers/tank/fuel, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aHU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aHV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aHW" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/corridor_west) +"aHX" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"aHY" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"aHZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/item/shard, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"aIb" = ( +/obj/structure/surface/rack, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/spawner/random/powercell, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aId" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/commline_connection{ + pixel_x = -17 + }, +/obj/effect/hybrisa/misc/fake/wire, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = 8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aIe" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aIf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIi" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/telecomms_1) +"aIj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIk" = ( +/obj/structure/sign/safety/hazard{ + pixel_y = 32; + pixel_x = 12 + }, +/obj/item/trash/cigbutt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aIl" = ( +/obj/structure/sign/safety/radio_rad{ + pixel_x = 16; + pixel_y = 32 + }, +/obj/structure/sign/safety/commline_connection{ + pixel_x = 2; + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aIm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aIo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_y = 9; + pixel_x = -22 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIp" = ( +/obj/structure/surface/rack, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/double, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/yellow, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "solar"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/solar_control_south) +"aIt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/cigbutt{ + pixel_y = 21; + pixel_x = 6 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aIu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/girder/displaced, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIv" = ( +/obj/item/frame/table/almayer, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"aIw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aIx" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aIy" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aIz" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/goggles, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/effect/spawner/random/technology_scanner, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIB" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aIC" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"aID" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aIE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aIF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aIG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aIH" = ( +/obj/item/shard, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"aII" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aIJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aIK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "power"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aIL" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aIM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aIN" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_y = -5; + pixel_x = -9 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aIO" = ( +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aIP" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"aIQ" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/liaison) +"aIR" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/liaison) +"aIS" = ( +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/liaison) +"aIT" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aIU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aIV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed, +/obj/item/bedsheet/orange, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aIW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aIX" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/dormitory) +"aIY" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aIZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aJa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/liaison) +"aJb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/liaison) +"aJc" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aJd" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"aJe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aJf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 7 + }, +/obj/structure/sign/poster/art{ + pixel_y = 32 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aJg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aJh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aJi" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + dir = 2; + autoname = 1; + req_one_access = null + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"aJj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aJk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/cabinet, +/obj/item/storage/briefcase, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aJl" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper{ + pixel_x = -11 + }, +/obj/structure/machinery/computer/emails{ + pixel_x = 6 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aJm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/liaison) +"aJn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/liaison) +"aJo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"aJp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aJq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aJr" = ( +/obj/effect/landmark/queen_spawn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aJs" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/machinery/door/airlock/prison/horizontal{ + name = "\improper Executive Coordinator Quarters" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/liaison) +"aJt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"aJu" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/liaison) +"aJv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"aJw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"aJx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"aJy" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_y = 35 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aJz" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aJA" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/command) +"aJB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/conam{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/liaison) +"aJC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/liaison) +"aJD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"aJE" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "launch bay door"; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aJF" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"aJG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aJH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aJI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"aJJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aJK" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/liaison) +"aJL" = ( +/obj/item/trash/cigbutt, +/obj/item/frame/table/wood/fancy, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aJM" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/bed/chair{ + dir = 1; + layer = 2.7 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aJN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"aJO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"aJP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aJQ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aJR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aJS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aJT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aJU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aJV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aJW" = ( +/obj/structure/monorail{ + dir = 9; + name = "launch track" + }, +/turf/open/space/basic, +/area/abyssal/oob) +"aJX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aJY" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aJZ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/paper_bin{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/tool/pen/blue/clicky{ + pixel_x = -9 + }, +/obj/item/device/flashlight/lamp{ + pixel_x = 7 + }, +/obj/item/clothing/accessory/patch/conam_patch{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"aKa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/large_stain{ + pixel_x = -10; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aKb" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "security"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FF0000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aKc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"aKd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aKe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"aKf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"aKg" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aKh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/command) +"aKi" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aKj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aKk" = ( +/obj/structure/machinery/landinglight/delayone, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"aKl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"aKm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aKn" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aKo" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"aKp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/sign/safety/bulkhead_door{ + pixel_y = 32 + }, +/obj/structure/sign/safety/storage{ + pixel_y = 32; + pixel_x = 14 + }, +/obj/structure/largecrate/empty/case{ + pixel_x = 4 + }, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"aKq" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + name = "General Listening Channel"; + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/command) +"aKr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/command) +"aKs" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 7 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/liaison) +"aKt" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aKu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"aKv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"aKw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aKx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aKy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"aKz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/liaison) +"aKA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/abyssal/interior/liaison) +"aKB" = ( +/obj/structure/sign/poster/kellandmining{ + pixel_y = 38; + pixel_x = -5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/safety{ + pixel_y = 31; + pixel_x = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aKC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -16 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/prop/static_tank/water, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"aKD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/iv_drip{ + pixel_y = 10; + pixel_x = -3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aKE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/maint{ + pixel_y = -24; + pixel_x = 14 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aKF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aKG" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aKH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aKI" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aKJ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = -2; + pixel_y = 1 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aKK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aKL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aKM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/machinery/vending/cola{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/greenfull, +/area/abyssal/interior/medical) +"aKN" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/redfull, +/area/abyssal/interior/landing_zone) +"aKO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aKP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/green/southwest, +/area/abyssal/interior/medical) +"aKQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aKR" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aKS" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/green/southeast, +/area/abyssal/interior/medical) +"aKT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"aKU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"aKV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aKW" = ( +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"aKX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/green/northeast, +/area/abyssal/interior/medical) +"aKY" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/item/trash/cigbutt, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aKZ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aLa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aLb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"aLc" = ( +/obj/item/stack/cable_coil/yellow, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aLd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"aLe" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"aLf" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aLg" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/stack/rods, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aLh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/frame/table/almayer, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aLi" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 4; + icon_state = "bigrollerempty3_up"; + layer = 4 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aLj" = ( +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aLk" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"aLl" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aLm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/west, +/area/abyssal/interior/command) +"aLn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/abyssal/interior/command) +"aLo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/pinup{ + pixel_x = 4; + pixel_y = 35 + }, +/obj/structure/bed/hybrisa/bunkbed2{ + dir = 8 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"aLp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aLq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aLr" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/command) +"aLs" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aLt" = ( +/obj/structure/surface/rack, +/obj/item/device/analyzer, +/obj/item/device/binoculars/civ, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"aLu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aLv" = ( +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/arrivals) +"aLw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aLx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aLy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aLz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aLA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aLB" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aLC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"aLD" = ( +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/arrivals) +"aLE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/arrivals) +"aLF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aLG" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aLH" = ( +/obj/structure/machinery/light/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aLI" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aLJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"aLK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"aLL" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = -3; + dir = 1 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aLM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aLN" = ( +/obj/structure/sign/safety/galley{ + pixel_x = 1; + pixel_y = -32 + }, +/obj/structure/sign/safety/south{ + pixel_x = 15; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/station/metal/floor/alt1, +/area/abyssal/interior/corridor_west) +"aLO" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = -4; + layer = 3.8 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aLP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"aLQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2, +/area/abyssal/interior/arrivals) +"aLR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"aLS" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"aLT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/green/southwest, +/area/abyssal/interior/medical) +"aLU" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aLV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/turf/open/floor/prison, +/area/abyssal/interior/telecomms_1) +"aLW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/maint{ + pixel_y = -24; + pixel_x = 14 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/green/southeast, +/area/abyssal/interior/medical) +"aLX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/command) +"aLY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"aLZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aMa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aMb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aMc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison, +/area/abyssal/interior/telecomms_1) +"aMd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aMe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"aMf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/greencorner/east, +/area/abyssal/interior/medical) +"aMg" = ( +/obj/structure/sign/safety/galley{ + pixel_x = 8; + pixel_y = -32 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aMh" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aMi" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aMj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"aMk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/frame/table/almayer, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"aMl" = ( +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"aMm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/obj/structure/medical_supply_link/green{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/green/northwest, +/area/abyssal/interior/medical) +"aMn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aMo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/item/tool/portadialysis, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/green/northeast, +/area/abyssal/interior/medical) +"aMp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aMq" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aMr" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aMs" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine/bravo{ + name = "\improper Airlock"; + req_access = null; + req_one_access = null + }, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"aMt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison, +/area/abyssal/interior/telecomms_1) +"aMu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"aMv" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/corridor_west) +"aMw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"aMx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkredcorners2, +/area/abyssal/interior/arrivals) +"aMy" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aMz" = ( +/obj/structure/pipes/vents, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aMA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = -4; + layer = 3.8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"aMB" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aMC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aMD" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aME" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"aMF" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aMG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison, +/area/abyssal/interior/telecomms_1) +"aMH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/open/floor/prison, +/area/abyssal/interior/telecomms_1) +"aMI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aMJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aMK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aML" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"aMM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/engineering) +"aMN" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/greenfull, +/area/abyssal/interior/medical) +"aMO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/green/northwest, +/area/abyssal/interior/medical) +"aMP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aMQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/structure/pipes/vents/pump, +/obj/structure/flora/pottedplant{ + pixel_y = 12 + }, +/turf/open/floor/green/northeast, +/area/abyssal/interior/medical) +"aMR" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"aMS" = ( +/obj/item/stack/sheet/metal{ + amount = 5; + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/command) +"aMT" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/structure/sign/poster/art{ + pixel_y = 32 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/item/device/defibrillator{ + pixel_x = -1; + pixel_y = 5 + }, +/turf/open/floor/green/northwest, +/area/abyssal/interior/medical) +"aMU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_y = 10; + pixel_x = -4 + }, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aMV" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + dir = 1; + autoname = 1; + req_one_access = null; + name = "\improper Atmospherics" + }, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aMW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aMX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/sign/safety/hazard{ + pixel_x = -17; + pixel_y = -8 + }, +/turf/open/floor/station/metal/floor/alt1/west, +/area/abyssal/interior/corridor_west) +"aMY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/floor_symbol/con_am/alt/top_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aMZ" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aNa" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"aNb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aNc" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_2, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aNd" = ( +/turf/open/floor/green/southeast, +/area/abyssal/interior/medical) +"aNe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aNf" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aNg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aNh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aNi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aNj" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aNk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aNl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/greenfull, +/area/abyssal/interior/medical) +"aNm" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"aNn" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"aNo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/west, +/area/abyssal/interior/galley) +"aNp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = -2; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/green/northwest, +/area/abyssal/interior/medical) +"aNq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aNr" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aNs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aNt" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aNu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"aNv" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aNw" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aNx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aNy" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aNz" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"aNA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aNB" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/east{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/solar_control_south) +"aNC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aND" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aNE" = ( +/obj/structure/machinery/computer/communications{ + dir = 4; + layer = 4; + pixel_y = 5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"aNF" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_west) +"aNG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aNH" = ( +/obj/structure/sign/safety/hvac_old{ + pixel_x = 8 + }, +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/atmo) +"aNI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aNJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aNK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aNL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/hybrisa/bunkbed1{ + dir = 8 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"aNM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"aNN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/empty/case{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aNO" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/abyssal/interior/engineering) +"aNP" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aNQ" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aNR" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aNS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/sign/calendar/ua{ + pixel_y = 31; + pixel_x = 29 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/security) +"aNT" = ( +/obj/structure/window/framed/abyssal/standard, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"aNU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/green/southwest, +/area/abyssal/interior/medical) +"aNV" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aNW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aNX" = ( +/obj/structure/bed/roller, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aNY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/powercell, +/obj/item/stack/sheet/glass/reinforced{ + amount = 50 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aNZ" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + dir = 4 + }, +/turf/open/floor/green/southeast, +/area/abyssal/interior/medical) +"aOa" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aOc" = ( +/turf/open/space, +/area/abyssal/oob) +"aOd" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"aOe" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aOg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"aOh" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aOi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOj" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aOk" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "generic"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#008000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aOl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/green/northwest, +/area/abyssal/interior/medical) +"aOm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/roller, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aOn" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aOo" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"aOp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aOq" = ( +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aOr" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aOs" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aOt" = ( +/obj/structure/flora/pottedplant, +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/turf/open/floor/green/northeast, +/area/abyssal/interior/medical) +"aOu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aOv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/northeast, +/area/abyssal/interior/galley) +"aOw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/medical) +"aOx" = ( +/obj/item/shard, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aOy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aOA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/radio{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/paper_bin{ + pixel_x = 7 + }, +/turf/open/floor/prison/darkyellowcorners2/north, +/area/abyssal/interior/telecomms_1) +"aOB" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/sign/conam{ + pixel_y = 31 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aOC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/abyssal/interior/telecomms_1) +"aOD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aOE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aOG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/abyssal/interior/telecomms_1) +"aOH" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/decal/large_stain{ + pixel_x = 1 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/freezerfloor, +/area/abyssal/interior/galley) +"aOI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/north, +/area/abyssal/interior/telecomms_1) +"aOK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/darkyellowcorners2/east, +/area/abyssal/interior/telecomms_1) +"aOM" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aON" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOP" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aOR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aOS" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aOT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aOU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/floodlight, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aOV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 3 + }, +/turf/open/floor/green/southwest, +/area/abyssal/interior/medical) +"aOW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aOX" = ( +/obj/structure/closet/crate/medical{ + name = "medical crate (roller beds)" + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aOY" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright"; + color = "#d3d3d3" + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aOZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottom"; + color = "#d3d3d3" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aPa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomleft"; + color = "#d3d3d3" + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/green/southeast, +/area/abyssal/interior/medical) +"aPb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/urinal{ + pixel_y = 32; + color = "#f5e9db"; + pixel_x = 6 + }, +/obj/item/tool/soap{ + pixel_x = -2 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime2" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"aPc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/medical) +"aPd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aPe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aPf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aPg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"aPh" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aPi" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/space/basic, +/area/abyssal/oob) +"aPj" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aPk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aPl" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"aPm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"aPn" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"aPo" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aPp" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"aPq" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aPr" = ( +/obj/structure/bed/chair/comfy/teal, +/obj/structure/sign/conam{ + pixel_y = 31 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aPs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/green/northeast, +/area/abyssal/interior/medical) +"aPt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/spawner/random/tool, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aPu" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/powercell, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aPv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aPw" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aPx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aPy" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"aPz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aPA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/arrivals) +"aPB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aPC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"aPD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"aPE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"aPF" = ( +/obj/structure/machinery/portable_atmospherics/canister/air, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aPG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkbluecorners2, +/area/abyssal/interior/command) +"aPH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 10 + }, +/turf/open/floor/green/northwest, +/area/abyssal/interior/medical) +"aPI" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/northwest, +/area/abyssal/interior/galley) +"aPJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/corporate{ + layer = 2.9; + pixel_y = 32 + }, +/obj/structure/tunnel/maint_tunnel, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aPK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"aPL" = ( +/obj/structure/machinery/door/airlock/external/colony{ + unslashable = 1; + unacidable = 1; + health = 100000; + locked = 1; + no_panel = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_north) +"aPM" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aPN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/space/basic, +/area/abyssal/oob) +"aPO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aPP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/space/basic, +/area/abyssal/oob) +"aPQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aPR" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aPS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkbluecorners2/north, +/area/abyssal/interior/command) +"aPT" = ( +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aPU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aPV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aPW" = ( +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aPX" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aPY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aPZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQa" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aQb" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"aQc" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 4 + }, +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aQd" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQe" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aQf" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQg" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aQh" = ( +/obj/structure/pipes/binary/pump/high_power/on{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/southwest, +/area/abyssal/interior/atmo) +"aQi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQj" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/visible/cyan, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/atmo) +"aQk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aQl" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aQm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"aQn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aQo" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"aQp" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/abyssal/interior/solar_control_south) +"aQq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = -11; + pixel_y = -9 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue, +/area/abyssal/interior/galley) +"aQr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/arrivals) +"aQs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"aQt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_west) +"aQu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"aQv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"aQw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aQx" = ( +/obj/item/frame/table/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aQy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aQz" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aQA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aQB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aQC" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4; + pixel_y = 8 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aQD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aQE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aQF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/life_support{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aQG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/structure/largecrate/random/barrel/yellow, +/obj/structure/pipes/standard/simple/visible{ + dir = 9 + }, +/turf/open/floor/darkbrown2/southeast, +/area/abyssal/interior/atmo) +"aQJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aQK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"aQL" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aQM" = ( +/obj/item/frame/table/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aQN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/engineering) +"aQO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aQP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -16 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"aQR" = ( +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"aQS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aQT" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aQU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQW" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"aQX" = ( +/obj/structure/sign/safety/maint{ + pixel_x = 38 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + level = 2 + }, +/obj/structure/surface/rack, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/freezerfloor, +/area/abyssal/interior/galley) +"aQY" = ( +/obj/item/shard, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/window_frame/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aQZ" = ( +/obj/structure/displaycase, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"aRa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aRb" = ( +/obj/structure/machinery/photocopier{ + anchored = 0 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"aRc" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aRd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aRe" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aRf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_central) +"aRg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aRh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aRi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aRj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"aRk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aRl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aRm" = ( +/obj/structure/sign/safety/fridge{ + layer = 3; + pixel_x = 8; + pixel_y = -28 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aRn" = ( +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/turf/open/space/basic, +/area/abyssal/oob) +"aRo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_1) +"aRp" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/spawner/random/tool{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_1) +"aRr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bedsheetbin{ + icon_state = "linenbin-empty"; + pixel_x = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed{ + icon_state = "psychbed" + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"aRt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/dormitory) +"aRv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"aRw" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aRx" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aRy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRz" = ( +/obj/item/shard, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aRA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aRB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aRC" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aRD" = ( +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aRE" = ( +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aRF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aRG" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aRH" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/shuttle/dropship/flight/lz1{ + density = 1; + layer = 3.5; + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"aRI" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRJ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/dormitory) +"aRK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"aRL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/kellandmining{ + pixel_y = 32; + pixel_x = 8 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"aRM" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/structure/sign/safety/maint{ + pixel_y = -24; + pixel_x = 12 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aRN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/green/southeast, +/area/abyssal/interior/medical) +"aRO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aRP" = ( +/obj/structure/closet/crate, +/obj/item/roller/bedroll, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRQ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRR" = ( +/obj/structure/machinery/door/airlock/strata/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"aRS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_1) +"aRT" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/maintenance/east) +"aRU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"aRV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/sign/safety/maint{ + pixel_x = 36 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/abyssal/interior/telecomms_1) +"aRW" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/weldpack{ + pixel_y = 15 + }, +/obj/item/clothing/head/welding, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/darkbrown2/north, +/area/abyssal/interior/corridor_west) +"aRX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_13"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRZ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aSa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aSb" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"aSc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/power_generator/reactor/colony{ + name = "\improper S-13 solar power collector"; + desc = "Power-bank designed to hold and disperse solar energy collected from the externally mounted solar arrays." + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_x = 27 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/solar_control_south) +"aSd" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/dormitory) +"aSe" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"aSf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/dormitory) +"aSg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12; + layer = 2.52 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aSh" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/dormitory) +"aSi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aSj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aSk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"aSl" = ( +/obj/structure/pipes/unary/outlet_injector{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aSm" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 9 + }, +/obj/structure/machinery/meter, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/west, +/area/abyssal/interior/atmo) +"aSn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aSr" = ( +/obj/structure/prop/misc/lit_cable, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_west) +"aSs" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aSt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/trash/cigbutt, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aSy" = ( +/obj/structure/pipes/standard/simple/visible/cyan, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/atmo) +"aSz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSC" = ( +/obj/structure/machinery/door/airlock/strata/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"aSD" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/poster/io{ + pixel_y = 32 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aSF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"aSM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_central) +"aSN" = ( +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aSO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + layer = 6 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aSP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"aSQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"aSR" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = -6; + density = 0 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"aSS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aST" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"aSU" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4; + pixel_y = -2 + }, +/obj/structure/pipes/standard/simple/visible{ + dir = 6 + }, +/turf/open/floor/darkbrowncorners2, +/area/abyssal/interior/atmo) +"aSV" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"aSW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"aSX" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"aSY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4; + pixel_y = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 6; + pixel_x = 2 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"aSZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/security) +"aTa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/security) +"aTb" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt1/west, +/area/abyssal/interior/corridor_west) +"aTc" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/arrivals) +"aTd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aTe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/solar_control_south) +"aTf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stool{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/solar_control_north) +"aTg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/security) +"aTh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"aTi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/folder/white{ + pixel_x = 6 + }, +/obj/item/clipboard{ + pixel_x = -8 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/security) +"aTj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"aTk" = ( +/obj/structure/machinery/meter, +/obj/structure/pipes/standard/simple/visible{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/darkbrown2/southeast, +/area/abyssal/interior/atmo) +"aTl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + layer = 3.1; + pixel_y = -1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"aTm" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/obj/item/stack/medical/ointment, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/splint, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt1/north, +/area/abyssal/interior/corridor_west) +"aTn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aTo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aTp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_central) +"aTq" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/external/colony{ + unslashable = 1; + unacidable = 1; + health = 100000; + locked = 1; + no_panel = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"aTr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"aTs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/security) +"aTt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/west, +/area/abyssal/interior/liaison) +"aTu" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aTv" = ( +/obj/effect/landmark/static_comms/net_one, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/floor_marked/southwest, +/area/abyssal/interior/telecomms_1) +"aTw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/surface/table/almayer, +/obj/item/device/flash, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aTx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aTy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aTz" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aTA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aTB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/floor_marked/southwest, +/area/abyssal/interior/telecomms_1) +"aTC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/largecrate/empty/case, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_1) +"aTD" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aTE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/computer/communications/simple, +/turf/open/floor/prison/darkyellow2/west, +/area/abyssal/interior/telecomms_1) +"aTF" = ( +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#702963"; + color = "#702963"; + needs_power = 0; + alpha = 0 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/sign/safety/rad_haz{ + pixel_x = 8; + pixel_y = -32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aTG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"aTH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"aTI" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"aTJ" = ( +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aTK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/girder/displaced, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aTL" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aTM" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aTN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aTO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aTP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aTQ" = ( +/obj/structure/surface/table/almayer, +/obj/item/toy/deck/uno, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"aTR" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"aTS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"aTT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"aTU" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/grille, +/obj/structure/blocker/invisible_wall, +/turf/open/space/basic, +/area/abyssal/oob) +"aTV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aTW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aTX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"aTY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aTZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aUa" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aUb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aUc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aUd" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aUe" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aUf" = ( +/obj/structure/machinery/door_control{ + id = "engi_lockdown"; + name = "Cell Emergency Exit" + }, +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/security) +"aUg" = ( +/obj/structure/pipes/standard/simple/visible, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/darkbrown2/west, +/area/abyssal/interior/atmo) +"aUh" = ( +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"aUi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"aUj" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"aUk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aUl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/machinery/vending/cola, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aUm" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aUn" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aUo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aUp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aUq" = ( +/obj/effect/decal/large_stain, +/obj/structure/pipes/standard/simple/visible/cyan{ + dir = 6 + }, +/turf/open/floor/dark, +/area/abyssal/interior/atmo) +"aUr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aUs" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + autoname = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"aUt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/waffles, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_west) +"aUu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aUv" = ( +/obj/structure/pipes/standard/simple/hidden/universal{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/atmo) +"aUw" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/security) +"aUx" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 26 + }, +/obj/structure/reagent_dispensers/forensictank{ + pixel_y = 41 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/security) +"aUy" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 10 + }, +/turf/open/floor/darkbrowncorners2, +/area/abyssal/interior/atmo) +"aUz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aUA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aUB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aUC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aUD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods, +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 4 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_central) +"aUE" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aUF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"aUG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aUH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aUI" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"aUJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 1; + layer = 2.7 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aUK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aUL" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/gold_clock{ + pixel_y = 34 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/emails{ + dir = 4; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"aUM" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aUN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = -7; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/security) +"aUO" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aUP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"aUQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 10; + pixel_y = 2 + }, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/security) +"aUR" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aUS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/prop/static_tank/water, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aUT" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer/emails{ + dir = 8; + pixel_x = -2; + pixel_y = 7 + }, +/turf/open/floor/darkbrown2/southeast, +/area/abyssal/interior/atmo) +"aUU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_y = 32 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/abyssal/interior/telecomms_1) +"aUV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/prop/static_tank/fuel, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aUW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/security) +"aUX" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aUY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/sofa/south/grey/left, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aUZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/sofa/south/grey/right, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/security) +"aVa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/largecrate/empty/case/double, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_1) +"aVb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/darkredcorners2/north, +/area/abyssal/interior/security) +"aVc" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/engineering) +"aVd" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aVe" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aVf" = ( +/obj/structure/sign/poster/marshalls{ + pixel_x = 30 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aVg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aVh" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aVi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"aVj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aVk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/io{ + pixel_x = 30 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 11; + pixel_x = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aVl" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 11; + pixel_x = -8 + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aVm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aVn" = ( +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aVo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aVp" = ( +/turf/open/floor/darkbluecorners2, +/area/abyssal/interior/command) +"aVq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/security) +"aVr" = ( +/obj/structure/largecrate/random/case/double, +/obj/item/storage/firstaid/toxin{ + pixel_x = 2; + pixel_y = 10 + }, +/turf/open/floor/darkbrown2/east, +/area/abyssal/interior/atmo) +"aVs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_y = 7 + }, +/obj/item/tool/stamp/hos{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/tool/pen/red{ + pixel_x = -7; + pixel_y = -4 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aVt" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aVu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet, +/obj/item/roller/bedroll, +/obj/item/restraint/handcuffs, +/obj/item/restraint/handcuffs, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/security) +"aVv" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aVw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2" + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aVx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aVy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"aVz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aVA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aVB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 7; + pixel_x = -2 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"aVC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/marshalls{ + pixel_x = 30 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-y" + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aVD" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aVE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aVF" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aVG" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/objective{ + dir = 4 + }, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/security) +"aVH" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/sign/poster/pinup{ + pixel_x = 4; + pixel_y = 35 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aVI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"aVJ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aVK" = ( +/obj/structure/pipes/standard/simple/visible, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/west, +/area/abyssal/interior/atmo) +"aVL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/security) +"aVM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"aVN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aVO" = ( +/obj/structure/closet/medical_wall{ + pixel_x = 30 + }, +/obj/item/stack/medical/splint, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt1/east, +/area/abyssal/interior/corridor_central) +"aVP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aVQ" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aVR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkredcorners2, +/area/abyssal/interior/security) +"aVS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/reagent_dispensers/water_cooler/stacks{ + density = 0; + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"aVT" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/donut_box, +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"aVU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aVV" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"aVW" = ( +/obj/structure/prop/misc/lit_cable, +/turf/open/floor/dark, +/area/abyssal/interior/atmo) +"aVX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aVY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aVZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"aWa" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = -1; + pixel_x = -1 + }, +/obj/structure/sign/safety/maint{ + pixel_x = -18 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aWb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aWc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aWd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/atmo) +"aWe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"aWf" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 8; + pixel_x = -2; + pixel_y = 7 + }, +/turf/open/floor/darkbrown2/east, +/area/abyssal/interior/atmo) +"aWg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aWh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aWi" = ( +/obj/structure/sign/safety/ammunition{ + pixel_x = 31; + pixel_y = 7 + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 31; + pixel_y = -8 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aWj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aWk" = ( +/obj/structure/machinery/pipedispenser, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/safety{ + pixel_y = 31; + pixel_x = 7 + }, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -2; + pixel_y = 30 + }, +/turf/open/floor/darkbrown2/east, +/area/abyssal/interior/atmo) +"aWl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/corridor_central) +"aWm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/firecloset, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aWn" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/northwest, +/area/abyssal/interior/atmo) +"aWo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/sign/poster/marshalls{ + pixel_y = 32 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aWp" = ( +/obj/structure/machinery/computer/cameras{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/arrivals) +"aWq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aWr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aWs" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aWt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aWu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"aWv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aWw" = ( +/obj/structure/pipes/trinary/mixer{ + dir = 8; + name = "Gas mixer N2/O2" + }, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/atmo) +"aWx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/closet/emcloset, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aWy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aWz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/bathunisex{ + layer = 2; + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aWA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/computer/emails{ + dir = 4; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aWB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aWC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/tool/pen{ + pixel_x = -9; + pixel_y = 3 + }, +/obj/item/restraint/handcuffs, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aWD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aWE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/security) +"aWF" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "launch bay door" + }, +/obj/structure/monorail{ + name = "launch track" + }, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"aWG" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aWH" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"aWI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/red, +/area/abyssal/interior/security) +"aWJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red, +/area/abyssal/interior/security) +"aWK" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/obj/structure/noticeboard{ + pixel_y = 31; + icon_state = "notices_3"; + desc = null; + name = "sticky notes" + }, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/atmo) +"aWL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/cigbutt, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aWM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aWN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aWO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "security"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FF0000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aWP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aWQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"aWR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/bolted{ + dir = 8 + }, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/security) +"aWS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/girder/displaced, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aWT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 4; + pixel_y = 2 + }, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/security) +"aWU" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/atmo) +"aWV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/bolted{ + dir = 8 + }, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -6 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/security) +"aWW" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 9; + layer = 3 + }, +/obj/structure/machinery/meter, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/darkbrown2/northeast, +/area/abyssal/interior/atmo) +"aWX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/security) +"aWY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aWZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/ad{ + pixel_y = 32 + }, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"aXa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/largecrate/random/secure, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aXb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"aXc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aXd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aXe" = ( +/obj/structure/pipes/standard/simple/visible, +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aXf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXg" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aXh" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/station/metal/floor/alt1/north, +/area/abyssal/interior/corridor_west) +"aXi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXl" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_west) +"aXm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkbluecorners2/west, +/area/abyssal/interior/command) +"aXo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aXr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"aXt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXv" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aXw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/conam{ + pixel_y = 31 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aXD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_y = 9; + pixel_x = -27 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/darkish, +/area/abyssal/interior/maintenance/north) +"aXE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aXF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"aXG" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/maintenance/central) +"aXH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/maintenance/central) +"aXI" = ( +/obj/structure/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aXJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aXK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"aXL" = ( +/obj/structure/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aXM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"aXN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aXO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/machinery/vending/coffee, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aXP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aXR" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXS" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aXT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aXU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/largecrate/empty/case/double, +/obj/structure/sign/conam{ + pixel_y = 32; + pixel_x = 16 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aXV" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aXW" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aXX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aXY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aXZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aYa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"aYb" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/prison_hatch{ + req_one_access = list(104,106); + name = "\improper Armoury Hatch"; + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aYc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aYd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"aYe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aYf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/abyssal/interior/corridor_west) +"aYh" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"aYi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYj" = ( +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aYk" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYl" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_east) +"aYn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"aYo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"aYp" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aYq" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e"; + layer = 3 + }, +/obj/item/storage/pouch/magazine/pistol/large{ + pixel_y = -4; + pixel_x = -3 + }, +/obj/item/storage/pouch/magazine/large{ + pixel_y = 6; + pixel_x = 2 + }, +/turf/open/floor/prison/redcorner/north, +/area/abyssal/interior/security) +"aYr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"aYt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aYu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"aYw" = ( +/turf/open/floor/darkbluecorners2/north, +/area/abyssal/interior/command) +"aYx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"aYy" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/security) +"aYz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"aYB" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aYC" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_17"; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_east) +"aYD" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aYE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"aYF" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aYG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/engineering) +"aYH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"aYI" = ( +/obj/structure/closet/secure_closet/guncabinet{ + locked = 0 + }, +/obj/item/ammo_box/magazine/shotgun/buckshot, +/obj/item/ammo_box/magazine/mk45, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/security) +"aYJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/greencorner_bigtile, +/area/abyssal/interior/liaison) +"aYK" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/landing_zone) +"aYL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYM" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"aYN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/corridor_east) +"aYO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_y = 21; + pixel_x = 6 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aYP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -7 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"aYQ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aYS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"aYT" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_east) +"aYU" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"aYV" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"aYW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"aYX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt{ + pixel_x = -13; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/northwest, +/area/abyssal/interior/galley) +"aYY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"aYZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"aZa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"aZb" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"aZc" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"aZd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/corridor_east) +"aZe" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aZf" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aZg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_west) +"aZh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"aZi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile/west, +/area/abyssal/interior/engineering) +"aZj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt1/west, +/area/abyssal/interior/corridor_west) +"aZk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/warning_cone{ + pixel_x = -15; + pixel_y = 16 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_east) +"aZl" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"aZm" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/goo/goo_alt, +/obj/effect/decal/cleanable/dirt/alt_dirt/goo, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/arrivals) +"aZn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aZo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/warning_cone{ + pixel_y = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_east) +"aZp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aZq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aZr" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aZs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 2 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_east) +"aZt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt1/west, +/area/abyssal/interior/corridor_west) +"aZu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/obj/structure/surface/table/woodentable, +/obj/structure/sign/poster/io{ + pixel_y = 35 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"aZv" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aZw" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aZx" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"aZy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"aZz" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"aZA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aZB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7" + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"aZC" = ( +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"aZD" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aZE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"aZF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"aZG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aZH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aZI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"aZJ" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aZK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aZL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"aZM" = ( +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aZN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -7 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"aZO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aZP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"aZQ" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aZR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"aZS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aZT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"aZU" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aZV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"aZW" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"aZX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + pixel_y = 8 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"aZY" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"aZZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/bolted{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"baa" = ( +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"bab" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"bac" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"bad" = ( +/obj/structure/closet/cabinet/hybrisa/metal, +/obj/item/clothing/suit/armor/riot, +/obj/item/clothing/suit/armor/riot, +/obj/item/clothing/mask/gas/swat, +/obj/item/clothing/mask/gas/swat, +/obj/item/clothing/head/helmet/marine/veteran/ua_riot, +/obj/item/clothing/head/helmet/marine/veteran/ua_riot, +/obj/item/clothing/shoes/marine/brown/knife{ + layer = 3.01 + }, +/obj/item/clothing/shoes/marine/brown/knife{ + layer = 3.01 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/security) +"bae" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/bolted{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_central) +"baf" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -32 + }, +/obj/structure/surface/rack, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/obj/item/storage/bag/plants{ + pixel_y = -3 + }, +/obj/item/storage/bag/plants{ + pixel_x = 3 + }, +/turf/open/floor/darkgreen2, +/area/abyssal/interior/hydro) +"bag" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"bah" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_13"; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"bai" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/corridor_central) +"baj" = ( +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"bak" = ( +/obj/structure/closet/cabinet/hybrisa/metal, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/sign/poster/marshalls{ + pixel_x = 30 + }, +/obj/item/clothing/under/rank/security, +/obj/item/clothing/under/rank/security, +/turf/open/floor/prison/redcorner/west, +/area/abyssal/interior/security) +"bal" = ( +/obj/structure/surface/rack{ + color = "#848484" + }, +/obj/item/weapon/gun/shotgun/pump{ + starting_attachment_types = list(/obj/item/attachable/stock/shotgun); + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/weapon/gun/shotgun/pump{ + starting_attachment_types = list(/obj/item/attachable/stock/shotgun); + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/security) +"bam" = ( +/obj/structure/surface/rack{ + color = "#848484" + }, +/obj/item/weapon/gun/pistol/highpower{ + pixel_y = -7 + }, +/obj/item/weapon/gun/pistol/highpower{ + pixel_y = 2; + pixel_x = 4 + }, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/security) +"ban" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"bao" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"bap" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"baq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bar" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bas" = ( +/obj/structure/prop/server_equipment/broken, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"bat" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"bau" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"bav" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"baw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bax" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"bay" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"baz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"baA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"baB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baC" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"baE" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"baF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"baG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"baH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"baI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"baJ" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baL" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baM" = ( +/obj/structure/prop/server_equipment/broken, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"baN" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"baO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"baP" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"baQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"baS" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baT" = ( +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baW" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -18 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"baX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"baY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"baZ" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bba" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/fuel/oxygentank, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bbb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/sign/safety/commline_connection{ + pixel_x = -17 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bbc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/circuitboard/machine/rdserver, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bbd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bbe" = ( +/obj/effect/hybrisa/misc/fake/wire/red, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbg" = ( +/obj/structure/cable/yellow, +/obj/item/stock_parts/smes_coil{ + name = "Solar Lattice"; + desc = null + }, +/turf/open/floor/engine, +/area/abyssal/oob) +"bbh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bbi" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbj" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbk" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bbl" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bbm" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"bbn" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bbo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/item/frame/table/almayer, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"bbp" = ( +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bbq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbr" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bbs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bbt" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bbu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"bbw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bbx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"bby" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"bbz" = ( +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"bbA" = ( +/obj/item/shard, +/obj/structure/window_frame/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bbB" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bbC" = ( +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"bbD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bbE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"bbF" = ( +/obj/item/shard, +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bbG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"bbH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bbI" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bbJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/cable_coil/cyan, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bbK" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"bbL" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bbM" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbN" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bbO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bbP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbQ" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bbR" = ( +/obj/structure/window_frame/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bbS" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bbT" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bbU" = ( +/obj/item/shard, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bbV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bbW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bbX" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbY" = ( +/obj/item/stack/sheet/metal{ + pixel_x = 16; + pixel_y = -10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bbZ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bca" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bcb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bcc" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bcd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bce" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bcf" = ( +/obj/structure/sign/safety/terminal{ + layer = 2.5; + pixel_x = -17 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bcg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/tunnel/maint_tunnel, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bch" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "shuttle"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"bci" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bcj" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"bck" = ( +/obj/item/shard, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bcl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/big_computers/computerblack/computer3{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"bcm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/shard, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bcn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bco" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"bcp" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bcq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bcr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bcs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"bct" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"bcu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bcv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bcw" = ( +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bcx" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bcy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"bcz" = ( +/obj/item/frame/table/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"bcA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bcB" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"bcC" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"bcD" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bcE" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-y" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bcF" = ( +/obj/item/frame/table/almayer, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bcG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bcH" = ( +/obj/item/stack/rods, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bcI" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bcJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bcK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/frame/table/almayer, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"bcL" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "robot"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bcM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"bcN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"bcO" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bcP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -30 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bcQ" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"bcR" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bcS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"bcT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bcU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bcV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"bcW" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"bcX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bcY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/cable_coil/cyan, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bcZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/server_equipment/laptop/closed, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"bda" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"bdb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bdc" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"bdd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/frame/table/almayer, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bde" = ( +/obj/item/stack/cable_coil/cyan, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bdf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_x = 36 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bdg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/sign/safety/commline_connection{ + pixel_x = -17 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdk" = ( +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdl" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bdm" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bdn" = ( +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bdo" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdp" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdq" = ( +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdr" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bds" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"bdu" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdv" = ( +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bdw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"bdx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bdy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/item/circuitboard/machine/rdserver, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bdz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bdA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/prop/server_equipment/laptop, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bdB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bdC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bdD" = ( +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"bdE" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"bdF" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = -6; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bdG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bdH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdI" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdK" = ( +/obj/item/shard, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bdL" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bdM" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bdN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bdO" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bdP" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bdQ" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "chair_alt" + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bdR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bdS" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/stack/rods, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"bdT" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"bdU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"bdV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bdW" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdY" = ( +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bea" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"beb" = ( +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"bec" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"bed" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bee" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bef" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"beg" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"beh" = ( +/obj/item/circuitboard/computer/generic, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bei" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_y = -5; + pixel_x = -9 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"bej" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/corridor_central) +"bek" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bel" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bem" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"ben" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"beo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/item/frame/table/almayer, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bep" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/warning_cone{ + pixel_x = -15; + pixel_y = 16 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_central) +"beq" = ( +/obj/structure/machinery/prop/almayer/computer/PC, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"ber" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/surface/table/almayer, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"bes" = ( +/obj/item/stack/sheet/metal{ + pixel_x = 16; + pixel_y = -10 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bet" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"beu" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"bev" = ( +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"bew" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/shard, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"bex" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bey" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bez" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beA" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beC" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/stack/rods, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"beD" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"beE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"beG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"beI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"beJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/floor_symbol/con_am/alt/bottom_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"beK" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"beL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"beM" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"beN" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"beO" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"beP" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers{ + dir = 9 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"beQ" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"beR" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"beS" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"beT" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beU" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beV" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_13"; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beX" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"beY" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"beZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_east) +"bfa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"bfb" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_east) +"bfc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"bfd" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"bfe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"bff" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"bfg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/vending/coffee, +/obj/structure/sign/safety/galley{ + pixel_x = 36 + }, +/turf/open/floor/darkbrown2/southeast, +/area/abyssal/interior/cargo) +"bfh" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"bfi" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/machinery/power/apc/power/south{ + start_charge = 20 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bfj" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"bfk" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"bfl" = ( +/turf/open/floor/darkbrown2/west, +/area/abyssal/interior/cargo) +"bfm" = ( +/turf/open/floor/darkbrown2/east, +/area/abyssal/interior/cargo) +"bfn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"bfo" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"bfp" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"bfq" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bfr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"bfs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bft" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"bfu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_east) +"bfv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/safety{ + pixel_y = 37; + pixel_x = 9 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 18; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_x = -1 + }, +/obj/structure/sign/safety/maint{ + pixel_x = -17; + pixel_y = -8 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/darkbrown2/northwest, +/area/abyssal/interior/cargo) +"bfw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/noticeboard{ + pixel_x = -1; + pixel_y = 32 + }, +/obj/structure/noticeboard{ + pixel_y = 33; + icon_state = "notices_2"; + desc = null; + name = "sticky notes" + }, +/obj/structure/cargo_container/hybrisa/containersextended/blueleft{ + layer = 4 + }, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/cargo) +"bfx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/darkbrowncorners2/north, +/area/abyssal/interior/cargo) +"bfy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"bfz" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + pixel_y = -6; + pixel_x = -3 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bfA" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_east) +"bfB" = ( +/obj/structure/sign/safety/rad_shield{ + pixel_x = 8 + }, +/turf/closed/wall/abyssal/standard/temphull, +/area/abyssal/interior/bunker) +"bfC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/corridor_east) +"bfD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bfE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/spawner/random/toolbox{ + layer = 4; + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/barricade/plasteel/wired, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfG" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_y = 9 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/supply/supplies/tables_racks, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/wy_mre, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"bfL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"bfM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"bfN" = ( +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bfO" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -24 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_y = 12 + }, +/obj/structure/barricade/plasteel/wired, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/burger, +/obj/structure/closet/secure_closet/surgical{ + pixel_y = -28; + pixel_x = -1; + req_access = null + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/ammo_box/magazine/misc/mre/emergency/empty{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/structure/closet/walllocker/emerglocker/south, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/storage/firstaid/regular/empty, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfT" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/paper/colonial_grunts, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/weapon/gun/shotgun/pump/m37a{ + pixel_x = 7; + pixel_y = 15 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bfU" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/trash/wy_mre, +/obj/item/toy/deck/uno{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/effect/landmark/map_item, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bfV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_y = 35 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bfW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bfX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/plasteel/wired{ + dir = 4 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfY" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + autoname = 1; + req_one_access = null + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"bfZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/corridor_central) +"bga" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/corridor_central) +"bgb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"bgc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bgd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/wy_mre, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bge" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/obj/structure/machinery/optable{ + name = "Emergency Operating Table"; + desc = "A backup OR table, as a precaution if the crew were cut off from the medbay in an emergency. Unlikely this table has been sterile in years." + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/bedroll, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_17"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/tool/wirecutters, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgi" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/ceramic_plate, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgj" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/trash/candle, +/obj/item/tool/pen/blue{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/tool/pen{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/toy/dice{ + pixel_x = 3 + }, +/obj/item/toy/dice/d20{ + pixel_x = -8; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgl" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/liaison) +"bgm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bgn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_y = 13; + pixel_x = 8 + }, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_x = 27 + }, +/turf/open/floor/darkbrown2/northeast, +/area/abyssal/interior/cargo) +"bgo" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"bgp" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_central) +"bgq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"bgr" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"bgs" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/sign/poster/corporate{ + layer = 2.9; + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_east) +"bgt" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"bgu" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_east) +"bgv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/paper/crumpled/bloody{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/paper/crumpled/bloody{ + pixel_x = -4 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bgw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber{ + welded = 1 + }, +/obj/item/toy/deck{ + pixel_x = -8 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/item/ammo_box/magazine/misc/mre/emergency/empty{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/effect/decal/hybrisa/trash, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/pipes/vents/pump{ + welded = 1 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bgE" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + dir = 2; + autoname = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/cargo) +"bgF" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bgG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"bgH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"bgI" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"bgJ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Communications Dome"; + req_access_txt = "100"; + req_one_access = null; + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_north) +"bgK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/reagent_container/glass/bucket/janibucket, +/obj/effect/decal/cleanable/dirt/alt_dirt/goo{ + pixel_y = -2; + color = "#6E260E"; + pixel_x = 9; + name = "???"; + desc = "You don't want to think about it..." + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/goo{ + pixel_y = -2; + color = "#6E260E"; + pixel_x = 9; + name = "???"; + desc = "You don't want to think about it..." + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bgL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/storage/box/mre/wy{ + pixel_x = 3; + pixel_y = 5; + name = "\improper emergency ration pack" + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgM" = ( +/obj/item/tool/crowbar/red{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/sheet/wood{ + pixel_x = 4; + pixel_y = -11 + }, +/obj/item/stack/sheet/wood{ + pixel_x = 7; + pixel_y = -5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/item/ammo_box/magazine/misc/mre/emergency/empty{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/wy_mre, +/obj/effect/decal/floor_symbol/con_am/left, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/floor_symbol/con_am, +/obj/effect/decal/large_stain{ + layer = 2.52; + pixel_y = -14; + pixel_x = -15 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgQ" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/obj/effect/decal/floor_symbol/con_am/right, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12; + layer = 2.52 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/obj/structure/bed/bedroll{ + dir = 4 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/tool/pen/blue, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/obj/structure/sign/conam{ + pixel_x = 32 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bgU" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bgV" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/drinks/cans/souto/classic, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"bgW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bgX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"bgY" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + level = 2 + }, +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"bgZ" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/solar_control_north) +"bha" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/abyssal/oob) +"bhb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"bhc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bhd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bhe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bhf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/buritto, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bhg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/item/paper_bin/wy{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bhh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/wy_mre, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/structure/barricade/plasteel/wired{ + dir = 4 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bhi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + autoname = 1; + req_one_access = null + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"bhj" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-y" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"bhk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bhl" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Communications Dome"; + req_access_txt = "100"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_north) +"bhm" = ( +/obj/effect/decal/large_stain{ + pixel_x = -10; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/solar_control_north) +"bhn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bho" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/engineering) +"bhp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/north, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bhq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/barricade/plasteel/wired{ + dir = 1 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bhr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/bedroll{ + dir = 1 + }, +/obj/structure/sign/poster/kellandmining{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/landmark/survivor_spawner, +/obj/structure/sign/poster/conam{ + pixel_y = 37; + pixel_x = -6 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bhs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "crew"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/obj/item/ammo_magazine/shotgun/buckshot{ + pixel_y = -4 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bht" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/storage/firstaid/toxin{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/structure/barricade/plasteel/wired{ + dir = 1 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bhu" = ( +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/structure/closet/firecloset, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/science, +/obj/structure/sign/poster/safety{ + pixel_y = 31; + pixel_x = 15 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bhv" = ( +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_west) +"bhw" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_central) +"bhx" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"bhy" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bhz" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bhA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bhB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"bhC" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"bhD" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"bhE" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"bhF" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/item/stock_parts/smes_coil{ + name = "Solar Lattice"; + desc = null + }, +/turf/open/floor/engine, +/area/abyssal/exterior/fore) +"bhG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"bhH" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"bhI" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"bhJ" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"bhK" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bhL" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 2 + }, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_east) +"bhM" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 2 + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"bhN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"bhO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bhP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"bhQ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/shard{ + layer = 2.9 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"bhR" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"bhS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"bhT" = ( +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_east) +"bhU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"bhV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"bhW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"bhX" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/command) +"bhY" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"bhZ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"bia" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"bib" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"bic" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bid" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"bie" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_x = 32 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"bif" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"big" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"bih" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"bii" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"bij" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"bik" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"bil" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"bim" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"bin" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"bio" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"bip" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"biq" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"bir" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bis" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/storage{ + pixel_y = 32; + pixel_x = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"bit" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_east) +"biu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"biv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"biw" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"bix" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"biy" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"biz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"biA" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"biB" = ( +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/obj/item/stack/medical/splint, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"biC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"biD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/obj/structure/bed/chair, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"biE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/conam{ + pixel_y = 32; + pixel_x = 16 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"biF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"biG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"biH" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_central) +"biI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"biJ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"biK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"biL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"biM" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_central) +"biN" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"biO" = ( +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/corridor_central) +"biP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"biQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 2 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_central) +"biR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"biS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"biT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/obj/effect/landmark/yautja_teleport, +/obj/effect/landmark/yautja_young_teleport, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_central) +"biU" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"biV" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/faxmachine, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"biW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"biX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"biY" = ( +/obj/structure/bed/bedroll{ + desc = "A bed of cotton fabric, purposely made for a cat to comfortably sleep on."; + name = "cat bed" + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"biZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"bja" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"bjb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bjc" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"bjd" = ( +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bje" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"bjf" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"bjg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"bjh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"bji" = ( +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"bjj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"bjk" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/clothing/accessory/patch/conam_patch{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"bjl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 3; + pixel_x = -5; + layer = 2.9 + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_central) +"bjm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/ashtray/glass{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"bjn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/crowbar, +/obj/structure/surface/table/almayer, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"bjo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"bjp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"bjq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"bjr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/large_stain, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bjs" = ( +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bjt" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "shuttle"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -4 + }, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"bju" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "power"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"bjv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "crew"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"bjw" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "crew"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"bjx" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "comm"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"bjy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bjz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"bjA" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bjB" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"bjC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"bjD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"bjE" = ( +/obj/structure/window/framed/abyssal/standard/cell, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"bjF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"bjG" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"bjH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/hydro) +"bjI" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "comm"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"bjJ" = ( +/obj/item/toy/syndicateballoon, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/gonzo) +"bjK" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "greenshift1" + }, +/turf/open/space/basic, +/area/abyssal/oob) +"bjL" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/arrivals) +"bjM" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/solar_control_south) +"bjN" = ( +/obj/structure/machinery/power/smes/buildable, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/solar_control_south) +"bjO" = ( +/obj/item/stool{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/terminal{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/solar_control_south) +"bjP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/music{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"bjQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"bjR" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"bjS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"bjT" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_north_west) +"bjU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/power_generator/reactor/colony{ + name = "\improper S-13 solar power collector"; + desc = "Power-bank designed to hold and disperse solar energy collected from the externally mounted solar arrays." + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/solar_control_north_west) +"bjV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/abyssal/interior/solar_control_north_west) +"bjW" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_x = 27 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/smes/buildable, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/solar_control_north_west) +"bjX" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/solar_control_north_west) +"bjY" = ( +/obj/effect/decal/large_stain{ + pixel_x = -10; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/obj/item/stool{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/solar_control_north_west) +"bjZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "solar"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/terminal, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/solar_control_north_west) +"bka" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/solar_control_north_west) +"bkb" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/solar_control_north_west) +"bkc" = ( +/obj/structure/blocker/invisible_wall, +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/solar_control_north_west) +"bkd" = ( +/obj/structure/machinery/door/airlock/external/colony{ + unslashable = 1; + unacidable = 1; + health = 100000; + locked = 1; + no_panel = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_north_west) +"bke" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"bkf" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/arrivals) +"bkg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"bkh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/medical) +"bki" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"bkj" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/medical) +"bkk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"bkl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_x = -30 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"bkm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"bkn" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"bko" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "med_lockdown"; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"bkp" = ( +/turf/open/floor/greencorner/north, +/area/abyssal/interior/medical) +"bkq" = ( +/obj/structure/machinery/door_control{ + id = "med_lockdown"; + name = "Medical Exit" + }, +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/medical) +"bkr" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/green/northeast, +/area/abyssal/interior/medical) +"bks" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + layer = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bkt" = ( +/obj/structure/girder/displaced, +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/corridor_east) +"bku" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/tool/warning_cone{ + pixel_y = 18 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bkv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/hydro) +"bkw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + pixel_y = -6; + pixel_x = -3 + }, +/obj/item/tool/warning_cone{ + pixel_y = 18 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/hydro) +"bkx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/yautja_teleport, +/obj/effect/landmark/yautja_young_teleport, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"bky" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"bkz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"bkA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"bkB" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"bkC" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/maintenance/central) +"bkD" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/telecomms_1) +"bkE" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/solar_control_north_west) +"bkF" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/solar_control_north_west) +"bkG" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_north_west) +"bkH" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"bqz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"buf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"bus" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/prop/misc/lit_cable, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"byJ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"bKE" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/shiva/radiator_tile2, +/area/abyssal/interior/landing_zone) +"bOR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/landing_zone) +"bQk" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile/north, +/area/abyssal/interior/engineering) +"bTn" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform_decoration/metal/almayer/northwest, +/obj/structure/platform_decoration/metal/almayer/northeast, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"bUG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"bVc" = ( +/obj/item/stack/sandbags_empty/half, +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/landing_zone) +"ceG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"coi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sink{ + pixel_y = 26 + }, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"cuI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"cvu" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/redcorner/west, +/area/abyssal/interior/landing_zone) +"cyX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"cAF" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/prop/misc/lit_cable, +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/alt1/north, +/area/abyssal/interior/corridor_central) +"cJx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"cPi" = ( +/obj/effect/decal/hybrisa/trash, +/turf/open/floor/prison/darkyellow2/east, +/area/abyssal/interior/engineering) +"cPG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"cTK" = ( +/obj/structure/machinery/bioprinter{ + stored_metal = 1000 + }, +/turf/open/floor/prison/whitegreen/west, +/area/abyssal/interior/medical) +"dgD" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"dgW" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/green/southwest, +/area/abyssal/interior/medical) +"don" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"dqa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"drf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"dNf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"dVs" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/prison/whitegreencorner/east, +/area/abyssal/interior/medical) +"dWi" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"dZy" = ( +/obj/item/stack/rods{ + pixel_y = -6; + pixel_x = -3 + }, +/obj/item/tool/warning_cone{ + pixel_y = 12; + pixel_x = 4 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_east) +"eaa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/redcorner/east, +/area/abyssal/interior/landing_zone) +"efd" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"eBG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"eEK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"eKj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"eSo" = ( +/obj/structure/machinery/door/airlock/external/colony{ + req_one_access = null + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"eZQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/greenfull, +/area/abyssal/interior/medical) +"fad" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/prison/red/northeast, +/area/abyssal/interior/landing_zone) +"ffv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"foo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"frG" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/sterile_white, +/area/abyssal/interior/medical) +"fst" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"fzB" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + req_one_access = null + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"fzT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"fAQ" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"fFi" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"fOG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"fRQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/obj/structure/surface/rack{ + color = "#848484" + }, +/obj/item/tank/oxygen/red, +/obj/item/tank/oxygen/red, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/landing_zone) +"fVT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/redcorner/east, +/area/abyssal/interior/landing_zone) +"fXi" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"fYU" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_west) +"gep" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"gev" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"ghw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/item/device/healthanalyzer, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/green/southwest, +/area/abyssal/interior/medical) +"ghC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"gkc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"goy" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"gpD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/firecloset, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"gzH" = ( +/turf/open/floor/greencorner, +/area/abyssal/interior/medical) +"gAj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/bolted{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"gFG" = ( +/obj/structure/surface/rack, +/obj/item/storage/bag/plants{ + pixel_x = -3 + }, +/obj/item/tool/scythe, +/turf/open/floor/darkgreen2, +/area/abyssal/interior/hydro) +"gGc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/landing_zone) +"gHR" = ( +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"gIj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/railgun_camera_pos, +/turf/open/floor/prison/ramptop/east, +/area/abyssal/interior/landing_zone) +"gKi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/handrail, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"gMZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -30 + }, +/turf/open/floor/prison/red/southeast, +/area/abyssal/interior/landing_zone) +"gTx" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/door_control/abyssal_lockdown{ + name = "Emergency Lockdown - Lift"; + needs_power = 0; + light_color = "#D2E3EC"; + light_on = 1; + light_range = 2; + id = "abyssallockdown"; + pixel_y = 2 + }, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"gWU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"hfv" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"hhf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/darkyellow2/southeast, +/area/abyssal/interior/engineering) +"hmc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2, +/area/abyssal/interior/hydro) +"hxE" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/turf/open/floor/prison/whitegreencorner/north, +/area/abyssal/interior/medical) +"hHp" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"hIV" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/window_frame/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"hPd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/northeast, +/area/abyssal/interior/hydro) +"hRB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"hVT" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/oob) +"iev" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + autoname = 1; + req_one_access = null + }, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"ihb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreencorners2, +/area/abyssal/interior/hydro) +"inB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellowcorners2/north, +/area/abyssal/interior/telecomms_2) +"isn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"ivy" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"izv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"iDj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/sofa/vert/grey/bot, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"iIK" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"iMV" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/greenfull, +/area/abyssal/interior/medical) +"iNH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"iRK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/ramptop/north, +/area/abyssal/interior/landing_zone) +"iVL" = ( +/obj/structure/machinery/floodlight/landing/floor{ + light_color = "#D2E3EC"; + color = "#D2E3EC" + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"jbJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/southeast, +/area/abyssal/interior/hydro) +"jcl" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform/metal/almayer, +/obj/structure/platform_decoration/metal/almayer/southeast, +/obj/structure/platform_decoration/metal/almayer/southwest, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -30 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"jcn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkgreen2/east, +/area/abyssal/interior/hydro) +"jdN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"jmv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/sentry_landmark/lz_1/top_left, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"jmB" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"joy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/green/northeast, +/area/abyssal/interior/medical) +"jpo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"jxF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"jyJ" = ( +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile/north, +/area/abyssal/interior/engineering) +"jHz" = ( +/obj/item/prop/almayer/comp_closed{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"jRX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/walllocker/emerglocker/north, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"jXg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/red/southeast, +/area/abyssal/interior/landing_zone) +"jZI" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkyellowcorners2/east, +/area/abyssal/interior/engineering) +"kdm" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/engineering) +"kdE" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/analyzer/plant_analyzer, +/turf/open/floor/darkgreen2/northwest, +/area/abyssal/interior/hydro) +"kdY" = ( +/obj/structure/reagent_dispensers/tank/water, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/hydro) +"kfx" = ( +/obj/structure/machinery/light/small/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack{ + color = "#848484" + }, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tool/screwdriver, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/landing_zone) +"kgw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/red/southeast, +/area/abyssal/interior/landing_zone) +"klB" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"koT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"kyW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"kDJ" = ( +/obj/item/stack/rods{ + layer = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/corridor_east) +"kHo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkgreencorners2/north, +/area/abyssal/interior/hydro) +"kHD" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"kHI" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"kMj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"kMt" = ( +/turf/open/floor/darkgreen2/west, +/area/abyssal/interior/hydro) +"kZG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 9; + pixel_x = -5; + layer = 2.9 + }, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"lhR" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"llg" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + dir = 2; + autoname = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"llv" = ( +/obj/structure/sign/safety/maint{ + pixel_x = 32; + pixel_y = -6 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"lmL" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"lvJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/red, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"lyu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"lzt" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"lzw" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"lDs" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/structure/machinery/computer/emails{ + dir = 1; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_red, +/area/abyssal/interior/medical) +"lGD" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2, +/area/abyssal/interior/hydro) +"lKb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"lRc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/southwest, +/area/abyssal/interior/landing_zone) +"lRM" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"lSg" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/structure/sign/safety/waterhazard{ + pixel_x = 15; + pixel_y = 32 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/sign/safety/hazard{ + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkgreen2/northwest, +/area/abyssal/interior/hydro) +"lWH" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"lWN" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"lXR" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform/metal/almayer, +/obj/structure/platform_decoration/metal/almayer/southeast, +/obj/structure/platform_decoration/metal/almayer/southwest, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"mgh" = ( +/obj/structure/pipes/vents, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"mmh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/black, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/redcorner/east, +/area/abyssal/interior/landing_zone) +"mmi" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"mvA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"mvG" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/structure/sign/poster/conam{ + pixel_x = 32 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"mww" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"mLg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"mWf" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"nay" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"naZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_west) +"nnq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/calendar/ua{ + pixel_y = 29; + pixel_x = -4; + layer = 2.9 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_west) +"nnw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/northeast, +/area/abyssal/interior/telecomms_2) +"nsj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"nvz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/hydro) +"nNq" = ( +/obj/structure/machinery/suit_storage_unit/compression_suit{ + needs_power = 0 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/landing_zone) +"nRt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/whitegreen/north, +/area/abyssal/interior/medical) +"nZf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/sterile_white, +/area/abyssal/interior/medical) +"ocT" = ( +/obj/structure/machinery/landinglight/delaythree, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"odT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/structure/sign/conam{ + pixel_x = 32 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"ogo" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"olJ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"oSj" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"oVu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/sentry_landmark/lz_1/top_right, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"oZd" = ( +/obj/structure/machinery/vending/hydronutrients, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"oZn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/darkgreen2/southeast, +/area/abyssal/interior/hydro) +"paB" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"pdu" = ( +/obj/item/tool/warning_cone{ + pixel_y = 18 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_east) +"pdL" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"pkb" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/largecrate/empty/secure{ + pixel_y = 8; + layer = 4; + pixel_x = 2 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"prf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/redcorner, +/area/abyssal/interior/landing_zone) +"prL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/red, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"psr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/supply, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"puU" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -30 + }, +/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, +/turf/open/floor/prison/red/southwest, +/area/abyssal/interior/landing_zone) +"pvt" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"pxi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/sofa/vert/grey/top, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"pxv" = ( +/obj/structure/machinery/landinglight/delaytwo, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"pyS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/hydro) +"pzb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/waffles, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"pBu" = ( +/obj/structure/machinery/optable, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/prison/whitegreenfull, +/area/abyssal/interior/medical) +"pCP" = ( +/obj/item/tool/warning_cone{ + pixel_y = 18 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"pDf" = ( +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"pOR" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"pQN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_2) +"qdj" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"qji" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/airport/refuelinghose{ + layer = 1; + pixel_x = -13; + pixel_y = -44 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"qrV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/prison/redcorner, +/area/abyssal/interior/landing_zone) +"qzO" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"qCT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/redcorner/north, +/area/abyssal/interior/landing_zone) +"qFv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/spycam_start, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"qSs" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/item/device/flashlight/lamp{ + pixel_y = 2; + pixel_x = 1; + layer = 2.96 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_red, +/area/abyssal/interior/medical) +"qSz" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/item/stack/rods, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_y = 12; + pixel_x = 2 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/hydro) +"rbw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/waterhazard{ + pixel_x = 37 + }, +/turf/open/floor/darkgreen2/east, +/area/abyssal/interior/hydro) +"rmy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/north, +/area/abyssal/interior/telecomms_2) +"roH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"rsl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"rFF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/green/northwest, +/area/abyssal/interior/medical) +"rMh" = ( +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"rND" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/darkgreen2, +/area/abyssal/interior/hydro) +"rPC" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"rQI" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform/metal/almayer/east, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"rUM" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"rWK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/medical) +"rXX" = ( +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/reagent_dispensers/tank/fuel/spacecraft, +/turf/open/floor/shiva/radiator_tile2, +/area/abyssal/interior/landing_zone) +"rYy" = ( +/obj/item/shard, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"skp" = ( +/obj/structure/machinery/vending/hydroseeds, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"snK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"soB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"suS" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"syh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"sCF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_red, +/area/abyssal/interior/medical) +"sHj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/supply/supplies/tables_racks, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"sLo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/minihoe{ + pixel_y = -4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"sTn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"sUH" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"tcB" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"tdZ" = ( +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/landing_zone) +"teQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + pixel_y = 12 + }, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/green/northeast, +/area/abyssal/interior/medical) +"tgy" = ( +/obj/structure/largecrate/empty/secure{ + pixel_x = -4; + pixel_y = -4 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"tkU" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/prison/sterile_white, +/area/abyssal/interior/medical) +"tng" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"tny" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/darkyellow2/west, +/area/abyssal/interior/engineering) +"tnI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"trU" = ( +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"ttE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/effect/landmark/objective_landmark/science, +/obj/item/reagent_container/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 = 3 + }, +/turf/open/floor/green/southeast, +/area/abyssal/interior/medical) +"tuQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"tES" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"tJx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/double, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -16; + pixel_y = 7 + }, +/turf/open/floor/prison/red/northwest, +/area/abyssal/interior/landing_zone) +"tOg" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/medical) +"tTP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"tVe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"tVP" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -24 + }, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/engineering) +"ucD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/prison/redcorner/north, +/area/abyssal/interior/landing_zone) +"ugo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkgreencorners2, +/area/abyssal/interior/hydro) +"uhW" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"uoa" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"uoR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/item/stack/medical/advanced/bruise_pack/upgraded, +/obj/item/stack/medical/advanced/ointment/upgraded{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"uva" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"uEg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/hunk{ + pixel_x = -25; + pixel_y = 10 + }, +/obj/item/tool/shovel/etool{ + pixel_x = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/hydro) +"uEA" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/redfull, +/area/abyssal/interior/landing_zone) +"uKJ" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/red/northeast, +/area/abyssal/interior/landing_zone) +"uLT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"uMz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"uPj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/east{ + start_charge = 20 + }, +/turf/open/floor/darkgreen2/east, +/area/abyssal/interior/hydro) +"uSc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -16; + pixel_y = 7 + }, +/obj/structure/sign/safety/airlock{ + pixel_x = -16; + pixel_y = -7 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"uTK" = ( +/obj/item/tool/shovel/etool{ + pixel_x = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/landing_zone) +"uYB" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"vdz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"vdF" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkgreen2/west, +/area/abyssal/interior/hydro) +"vpL" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = -8; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/medical) +"vsY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/redcorner/north, +/area/abyssal/interior/landing_zone) +"vwR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/sentry_landmark/lz_1/bottom_right, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/redcorner/west, +/area/abyssal/interior/landing_zone) +"vDQ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"vGs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_2) +"vIn" = ( +/turf/open/floor/darkgreen2, +/area/abyssal/interior/hydro) +"vMG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/ramptop/east, +/area/abyssal/interior/landing_zone) +"vSH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/landing_zone) +"vST" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/telecomms_2) +"wbg" = ( +/obj/effect/sentry_landmark/lz_1/bottom_left, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"wdY" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"wke" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"wlT" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = -8; + pixel_y = 21; + density = 0 + }, +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_y = -1; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_red, +/area/abyssal/interior/medical) +"wqS" = ( +/obj/structure/surface/rack, +/obj/item/tool/shovel/spade{ + pixel_x = -4 + }, +/obj/item/tool/shovel/spade{ + pixel_x = 4 + }, +/obj/item/tool/shovel/spade, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/item/reagent_container/glass/bucket, +/turf/open/floor/darkgreen2, +/area/abyssal/interior/hydro) +"wrT" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"wtT" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"wvP" = ( +/obj/item/stack/rods, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"wHq" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/red/northwest, +/area/abyssal/interior/landing_zone) +"wHJ" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/item/storage/surgical_tray, +/turf/open/floor/prison/whitegreen/east, +/area/abyssal/interior/medical) +"wKv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"wOo" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/engineering) +"wPd" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/obj/structure/largecrate/random/case, +/turf/open/floor/prison/red/northwest, +/area/abyssal/interior/landing_zone) +"wTg" = ( +/obj/structure/machinery/seed_extractor, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkgreen2/west, +/area/abyssal/interior/hydro) +"wVX" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform_decoration/metal/almayer/northwest, +/obj/structure/platform_decoration/metal/almayer/northeast, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -2; + pixel_y = 30 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"xaa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber{ + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"xbT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"xdk" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"xfl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-y" + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_west) +"xfF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/prison/red/northeast, +/area/abyssal/interior/landing_zone) +"xkT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"xll" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"xmB" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -6 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/tool/minihoe{ + pixel_x = 4 + }, +/turf/open/floor/darkgreen2/west, +/area/abyssal/interior/hydro) +"xpA" = ( +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"xqz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"xuy" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4" + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"xxL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"xFp" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"xHX" = ( +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"xKP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/sofa/vert/grey, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"xPY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"xYB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_west) +"xZn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"yca" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"yhm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_2) + +(1,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(2,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(3,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(4,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(5,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(6,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(7,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(8,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(9,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(10,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(11,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(12,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(13,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(14,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(15,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(16,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(17,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(18,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(19,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(20,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(21,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(22,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(23,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(24,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(25,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(26,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(27,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(28,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(29,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(30,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(31,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aoD +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +aPi +asf +asf +asf +aad +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(32,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aoD +asf +aPi +aoD +asf +asf +asf +aad +asf +asf +asf +aPi +asf +asf +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(33,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +aPi +aPi +asf +asf +asf +aad +aPi +aPi +aPi +hVT +hVT +hVT +aPi +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(34,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +aPi +aPi +aPi +asf +asf +asf +asf +aPi +aPi +asf +asf +asf +asf +asf +aPi +aac +aaf +aTq +aaf +aac +aac +alN +aac +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(35,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +bha +bha +bha +asf +asf +aPi +aPi +asf +asf +asf +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +asf +asf +aPi +aac +aaf +aaf +aaf +aaf +aac +aac +aaf +aaf +aaf +aaf +aac +aPi +aac +nNq +vSH +kfx +aYK +alW +alO +aaf +asf +asf +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(36,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +asf +bha +asf +aPi +asf +asf +asf +aPi +asf +asf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +asf +asf +asf +aac +aac +wVX +rQI +rQI +lXR +rXX +bKE +bTn +rQI +rQI +jcl +aac +aac +aac +asr +bOR +fRQ +aYK +alZ +alP +aaf +aPi +aPi +aPi +aad +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(37,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aoD +aoD +asf +asf +asf +asf +asf +aPi +asf +asf +aPi +aPi +aPi +asf +asf +asf +aPi +aPi +asf +aPi +aPi +aPi +asf +asf +asf +asf +aac +aac +aac +aac +aaf +aaf +aac +aac +asp +ana +ana +ana +aok +aQB +ana +ahp +ana +ana +ana +lvJ +aYK +aYK +aaz +eSo +aaz +aYK +ama +aYK +alN +aPi +asf +asf +asf +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(38,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +aad +aPi +aPi +aTU +aTU +aTU +aPi +aPi +aPi +aPi +aPi +aoD +asf +aPi +asf +asf +asf +asf +asf +aPi +asf +asf +aPi +asf +aPi +asf +asf +asf +aPi +aej +aej +aej +aej +aej +aej +aPi +aPi +aac +aac +aYK +aYK +tJx +xZn +azw +azw +lzt +azw +azw +tnI +tnI +wrT +baa +lRM +baa +azw +qji +azw +baa +tgy +pkb +baa +eKj +tnI +uSc +lRc +gGc +aac +aac +asf +asf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(39,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +asf +asf +asf +asf +adD +bhF +adD +asf +asf +asf +asf +asf +aoD +aPi +aPi +asf +asf +aPi +aPi +aPi +aPi +asf +asf +aPi +afQ +afQ +agr +agr +agr +afQ +afQ +avt +atX +atX +atX +aej +asf +asf +aac +aYK +aYK +wPd +mmh +aqg +soB +amj +amj +amj +anf +anf +anf +anf +anf +anf +anf +anf +anf +anf +amj +amj +amj +amj +amj +amj +ghC +ucD +prL +puU +aac +aac +aac +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(40,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +adD +adD +adD +adD +ahe +adD +adD +adD +adD +adD +asf +aPi +asf +aPi +aPi +aPi +aPi +aik +aik +aik +aik +aPi +aPi +afQ +aKC +bgK +bgv +bgd +bfO +avF +avv +aeu +aeu +aqS +aej +aej +aej +aac +gGc +aro +trU +prf +jXg +aKN +aFl +aHp +ivy +lWN +aFl +jmB +afg +axq +aFl +aHp +lhR +lWN +aFl +aHp +lhR +lWN +aFl +aHp +afg +aKN +uKJ +qCT +fst +akY +aNa +akY +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(41,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adp +adD +aiB +aiB +aiB +adp +ajB +adp +aiB +aiB +aiB +adD +adD +aPi +asf +aPi +asf +asf +asf +aik +aiC +aPF +aik +aej +aej +afQ +aDf +bgL +bgw +bge +bfP +bfB +avv +ave +aeu +aud +apn +atg +asu +aaL +aam +arp +trU +aqE +anE +iVL +apd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +apd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +apd +iVL +aot +alR +isn +akY +aNa +akY +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(42,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aPi +aPi +aPi +adp +aiB +aiP +aiP +aiP +akD +agQ +aiW +aiP +aiP +aiP +aiB +adp +aad +asf +aPi +aik +ajb +ajb +aik +aSl +ait +ail +aPU +apG +bkH +aDA +bgM +bgx +bgf +bfQ +avy +avx +avf +aeu +aeu +aeu +aeu +asv +aaL +abD +arq +lKb +aqE +axa +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aPp +ajs +aon +aWF +azr +aWF +asx +asx +asx +asx +alm +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(43,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +asf +asf +asf +adD +adD +aiB +aiB +aiB +adp +agQ +adp +aiB +aiB +aiB +adp +adD +aad +aik +aik +aik +aWk +aVr +aGa +aQc +aQc +ail +avN +avy +avy +aDX +bgN +bgy +bgg +bfR +avy +avy +avg +aeu +aeu +aeu +aeu +aen +aaL +aVt +arq +lKb +aqE +pxv +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +axe +xHX +fst +akY +aNa +akY +aOc +aOc +aOc +aOc +aRn +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(44,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +asf +asf +asf +adD +adD +adp +adD +adD +agQ +adD +adD +adp +adD +adD +asf +aik +aik +aiC +aiR +aWn +aVK +aUg +aSm +aQh +ail +aQF +avy +bhp +bhc +bgO +bgz +bgh +bfS +bfE +bfB +avi +auF +atk +atw +atk +asw +aaL +aHt +arr +wbg +aqG +aKk +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +akB +xHX +fst +akY +aNa +akY +aOc +aOc +aOc +aOc +aRn +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(45,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +adD +aiB +adp +adp +adp +aiB +adp +adp +agQ +adp +adp +aiB +adp +adD +asf +aik +aXI +ait +aXe +aWw +aVW +aUq +aSy +aQj +aMV +aVD +aJi +bhq +bhd +bgP +bgA +bgi +bfT +bfF +afT +avj +auG +aew +aew +arj +asy +beX +ayg +aru +aqT +aqG +ayA +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +apx +xHX +fst +akY +aNa +akY +aOc +aOc +aOc +aOc +aRn +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(46,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +aiB +aiP +aiB +adD +aiB +aiP +aiB +adD +agQ +adD +aiB +aiP +aiB +adD +asf +aik +aGa +aGa +aGa +aWK +ajd +aUv +aSU +aQI +aNH +atd +avy +bhr +bhe +bgQ +bgB +bgj +bfU +bfG +avy +aew +afi +aew +aew +aew +asz +aaL +aBO +arx +aqW +aqG +ocT +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +ayS +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aPp +xHX +fst +akY +aNa +akY +aOc +aOc +aOc +aOc +aRn +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(47,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aPi +adD +aiB +aiP +aiB +adp +aiB +aiP +aiB +adp +ajE +adp +aiB +aiP +aiB +adD +asf +aik +aiC +aiC +aiR +aWU +aWd +aUy +aTk +ail +ail +avN +avy +bhs +bhf +bgR +bgy +bgk +bfV +bfH +avy +bfv +auH +aue +arR +aew +aep +aaL +aSL +axp +ard +aqG +aCX +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +axe +xHX +jxF +akY +aNa +akY +aOc +aOc +aOc +aOc +aRn +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(48,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +aad +aPi +adp +agQ +bhH +ahw +ahw +ahw +ahw +ahw +ahw +bhG +akD +aiW +akJ +agQ +adp +aPi +aik +aXL +ait +aXe +aWW +aWf +aUT +ail +ail +aoe +awz +arb +bht +bhg +bgS +bgC +anx +bfW +bfI +avy +bfw +auJ +aui +bff +aex +asA +beY +xqz +foo +ard +aqG +aKk +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +akB +aKW +baj +akY +aNa +akY +aOc +aOc +aOc +aOc +aRn +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(49,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +aad +aPi +adD +aiB +aiP +aiB +adp +aiB +aiP +aiB +adp +ahe +adp +aiB +aiP +aiB +adD +asf +aik +aik +ail +ail +ail +aiR +aiR +ail +aOM +ajl +aVn +avy +bhu +bhh +bgT +bgD +bgm +bfX +bfJ +avy +avk +auK +aum +atx +aex +asA +beY +iRK +iRK +ard +aqG +ayA +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +apx +aKW +baj +akY +aNa +akY +aOc +aOc +aOc +aOc +aRn +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(50,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +adD +aiB +aiP +aiB +adD +aiB +aiP +aiB +adD +ahe +adD +aiB +aiP +aiB +adD +asf +asf +adT +aND +aRA +aSN +ayk +ayk +aRA +aid +acz +apr +avy +bfB +bhi +avy +avy +bfB +bfY +avy +avy +afz +auL +auo +atx +aex +asA +beY +iRK +iRK +ard +aqE +axa +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aPp +axk +uoa +aWF +azr +aWF +asx +asx +asx +asx +aJW +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(51,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +adD +aiB +adp +adp +adp +aiB +adp +adp +ahe +adp +adp +aiB +adp +adD +asf +asf +adT +aHr +ahI +ahI +ahI +ahI +ahI +ahI +asj +ahI +ahI +ags +ahg +agE +awH +awo +bfl +avG +bfl +bfx +aeK +aus +atx +aex +asA +beY +xqz +jdN +ard +aqE +aza +iVL +apd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +apd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +apd +iVL +apD +alS +baj +akY +aNa +akY +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(52,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +adD +adD +asf +asf +adD +adD +adD +adD +ahe +bkc +bkE +bkE +bkE +bkE +aej +aej +aej +aHj +ahI +atH +aCj +aCj +abW +akC +aOu +ahW +afV +bhv +aFn +agE +awI +awp +avY +avI +avz +avl +auN +auo +aty +aew +aep +aac +aKp +asa +eEK +vwR +aqi +uEA +akv +apk +aEJ +axu +akv +apk +aEJ +axu +akv +apk +aEJ +axu +akv +apk +aEJ +axu +akv +apk +aEJ +axh +wHq +eaa +fst +akY +aNa +akY +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(53,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +asf +asf +asf +asf +adD +alf +ahw +ahw +bke +bkd +bka +bjX +bjU +bkE +aAq +aKO +ayk +aFV +ahI +ano +atf +atf +aqk +awT +adl +ahW +ahL +agw +xkT +agE +agE +awq +awa +avJ +aeK +bjD +auO +aut +atz +aew +asC +aac +aXU +arz +xfF +vsY +cvu +apQ +amQ +amQ +amQ +amQ +amQ +amQ +amQ +amQ +amQ +amb +amb +amb +amQ +amQ +amQ +amb +amb +amk +amb +amb +fVT +qrV +gMZ +aac +aac +aac +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(54,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +asf +asf +asf +asf +aPi +abu +ahe +adD +adD +adp +bkG +bkb +bjY +bjV +bjT +aCK +ahI +ahI +ahI +ahI +afV +aHy +aYD +ajw +aMp +awA +ahW +afV +aEH +awP +awO +bgE +awt +awb +avL +avA +avo +auQ +auu +atA +aeB +asF +aac +sHj +arA +apw +fad +apm +apR +apb +apm +apm +apb +aoI +jmv +fzT +aZC +aZC +fzT +fzT +fzT +oVu +fzT +aZC +fzT +fzT +aml +fzT +fzT +fzT +kgw +aYK +aac +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(55,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +aPi +aPi +aad +aPi +adp +ahe +adp +afZ +aga +bkE +bkF +bjZ +bjW +bkE +asq +ahI +kZG +gAj +gpD +afV +aYF +ary +aKd +azW +arV +aEZ +afV +byJ +awQ +agE +agE +awu +awc +auR +aeK +aEN +auR +auw +atB +aew +asI +aac +aaf +aaf +aac +aqH +aqj +apS +adh +xqz +xqz +beR +aoL +gHR +xqz +xqz +lKb +rsl +xqz +qFv +xqz +rsl +gHR +xqz +fst +amm +aDV +alU +alU +alU +aYK +aac +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(56,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +abu +ahe +adD +afZ +avc +aDB +afV +afV +afV +bkE +pdL +ahI +nnq +fYU +aXl +afV +afV +afV +amz +afV +afV +afV +afV +jRX +xkT +agE +awK +aww +awf +avO +auN +avq +auT +auo +atD +aew +asK +adT +aPi +aPi +aaf +psr +goy +apU +trU +pxi +xKP +iDj +aoM +aRH +aJZ +fOG +atS +gKi +vMG +gIj +vMG +roH +baj +hRB +fst +amp +ape +abU +aam +aFR +drf +aaf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(57,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +aga +xYB +bjf +afV +aOd +bjF +yca +aZj +afn +yca +yca +wKv +aHF +aOo +aMX +aAZ +aTb +axH +mLg +aZW +aMv +aFB +agE +awL +bgn +awg +bfm +avB +bfm +auV +aux +bfg +aew +asA +adT +aPi +aPi +aaf +sHj +koT +mvG +adi +iIK +fFi +aZC +aZC +bjt +gTx +fzT +lKb +gKi +vMG +ani +vMG +roH +baj +xpA +baj +pCP +aAd +fXi +pDf +aAd +aYK +aac +asf +aPi +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(58,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +alg +agD +akX +wtT +bhE +aAb +ban +bjG +xdk +vDQ +bUG +aXV +asQ +aZv +abz +asQ +ahJ +ahJ +aiu +wke +axt +aLR +aHW +aFB +aew +aew +aew +aew +aew +aew +aew +aew +aew +aew +aew +asL +aej +adT +adT +aac +aac +aac +aac +aac +aac +aac +aac +jHz +alU +uva +anV +auc +gKi +vMG +ank +vMG +roH +baj +xpA +ams +wvP +uTK +tdZ +tdZ +aac +aac +aac +aPi +aPi +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(59,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +aga +xfl +ceG +aGv +xPY +kHD +syh +gev +aeX +ajO +xuy +dNf +axV +pzb +eBG +naZ +ahM +ahM +ahM +ahM +ahx +aFu +agW +arg +awx +arC +arC +arg +arg +arg +arg +atI +arg +asM +ase +arC +arC +arg +aqJ +aqm +apV +acU +acU +apn +aaL +art +tTP +odT +dgD +abK +gKi +vMG +anl +vMG +roH +afC +qdj +amv +bVc +tdZ +tdZ +aac +aac +asf +aPi +asf +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(60,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +afY +akU +ajm +ajF +ajF +akc +akt +akj +akc +ajF +ajF +ajm +aYB +bkD +ahM +ahM +ahM +aOA +aLV +ahM +aIk +jpo +aaN +aaN +aaN +aaN +aaN +aaN +aaN +aaN +aaN +aZQ +aaN +aaN +aaN +aaN +aaN +arh +aqL +aqr +apW +apo +acV +apo +aaL +aaL +beO +aaL +aaL +aaL +rsl +vMG +vMG +vMG +aBp +aac +aac +aac +aAd +aAd +aac +aac +asf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(61,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adp +ahe +adp +afY +aSn +ajm +ajF +lSg +wTg +vdF +kMt +xmB +qSz +uEg +ajm +aTD +bkD +aOC +aTv +aRo +aOG +aMc +ahN +hHp +gWU +aMs +aLD +awB +apL +aLv +aCy +aBs +auW +auy +atL +asR +asR +asg +arI +aaN +arj +aqM +acU +adx +acU +acU +app +apc +aoP +abE +aom +abE +aaL +aFE +ann +ann +ann +aFE +aaL +aaK +aac +aaf +aaf +aac +asf +asf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(62,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adp +ahe +adD +afY +aSn +ajm +kdE +kHo +akE +xaa +akd +akd +bkw +bkv +ajm +arW +bkD +aUU +aTB +aRq +aOJ +aMt +ahM +aIl +awR +agY +awM +awE +awh +avQ +aCE +aBR +auZ +aBg +atN +adH +asT +ayK +aZm +aaN +acU +acU +aaN +apX +aaT +aaN +aaN +aaN +aoQ +aoA +aoo +anX +aaN +anL +anD +ajy +aba +amS +aaN +amy +aaC +adD +adp +adD +asf +asf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(63,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +afY +aSo +ajm +oZd +kyW +sLo +ihb +uPj +rbw +kdY +ajm +ajm +aJg +bkD +aVa +aTC +aRS +aOJ +aMG +axs +acl +aFQ +afc +awN +arM +asX +akZ +aaT +adI +abF +aaT +atO +atl +asU +azi +ayG +aaT +aaT +aqO +aqt +apZ +apL +acX +aai +aaN +aaN +aaN +aaN +aaN +aaN +aku +aob +anq +ang +amT +aaN +wdY +aaF +azk +aGP +adp +aPi +aPi +aPi +aPi +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(64,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +afY +aSp +ajm +skp +xxL +ugo +oZn +ajP +ajP +ajP +ajm +aId +axM +bkD +bkD +aTE +aRV +aOL +aMH +axs +auU +aFZ +aaT +aaT +aCL +awk +aoq +aaT +aCb +aBw +abF +atO +atp +aaT +ash +arN +arE +agm +aqP +aqu +aoY +anh +anh +apq +acr +aoR +azn +aTc +anY +acr +anN +anF +aje +anh +amV +aaO +suS +aaC +adp +amc +adD +asf +asf +asf +aPi +asf +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(65,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +agq +bqz +ajm +ara +iNH +vIn +akw +ajP +aPi +afY +ajj +ajn +ayj +ahS +bkD +bkD +bkD +aIi +ahP +ahP +aIC +aMR +aaT +aaT +awF +asZ +avS +avD +aCn +aBN +abF +atP +atq +asW +asi +arO +arF +ark +aqR +apC +aqa +apM +apC +aps +aEj +aoS +aoB +aop +anZ +aEj +anP +anG +anr +agv +amX +aaN +amJ +aaH +adp +amc +adD +asf +asf +asf +aoD +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(66,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +agq +bqz +ajm +adn +pyS +rND +akw +aPi +aPi +afY +aFI +axJ +aBK +aGW +akH +awi +avh +aPh +avh +aHu +aaW +awJ +aaT +aaT +awG +awm +avT +aaT +aaT +aaT +aaT +atQ +arM +asX +arM +arP +aaT +aaT +aCz +aqx +aqc +apN +apE +apu +aaT +aoU +aoC +aoq +aoa +aaT +abV +anI +ant +abb +amY +aaN +amM +aaH +adD +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(67,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +adD +ahe +agQ +agq +bqz +ajm +coi +bjH +vIn +akw +asf +asf +afY +aJY +ahI +ahI +aGY +ahI +ahI +ahI +ahI +ahI +ahI +adC +acv +aaT +aaT +aaT +aaT +aaT +aaT +avr +ava +auz +ats +ats +asY +asm +arS +aaN +aaN +aaN +aaN +aaN +aaN +aaN +aFq +aaT +abF +abF +abF +abF +aaT +aaT +abF +aaT +abF +aaT +aaN +amN +aaH +adD +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(68,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adp +adp +ahe +adp +afY +aSt +ajm +aWZ +buf +rND +akw +asf +asf +afY +aTF +ahI +aff +aHb +aGT +aGQ +aGL +aYg +alX +afV +aqD +aSr +aax +acR +afr +atR +anm +aaT +avs +auB +auB +atU +aeC +asZ +aso +arU +apF +arl +aqf +aqA +aqe +adk +aaN +apy +aaT +aoW +aoE +aWp +aLE +aaT +aoF +aBt +aPA +aPA +ago +aaN +amM +aaH +adD +amc +abu +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(69,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +alf +aDd +agQ +afY +bqz +ajm +lyu +buf +wqS +ajP +asf +asf +agq +aZr +ahI +aRW +aHd +aGU +aGS +aGM +aim +akq +afV +adF +arZ +aIe +axP +arZ +alk +afo +aaT +avs +awU +auC +atW +aaT +atc +ass +arY +aaN +aqM +aqS +aqB +aqf +apO +apF +apz +api +aoZ +aoG +anJ +aoc +avw +aoN +anJ +aMx +aQr +ayO +aaN +amM +aaH +abu +amc +abu +aPi +aPi +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(70,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +adD +afY +bqz +ajm +lmL +iNH +baf +ajP +asf +asf +agq +aZr +ahI +aHm +aHf +aGj +afV +aGN +aGh +aGe +afV +aKB +aGg +aXq +aeW +aeW +aNF +aWY +aeD +aUR +aaN +aaN +aaN +aaN +ado +ado +ado +acE +acE +acE +acE +acE +acE +aaN +apB +apj +aCr +aCr +aCr +aLQ +aaT +aHe +awj +any +aaN +aaN +aaN +amy +aaH +adD +amc +abu +aPi +asf +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(71,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adp +aPi +afY +pvt +paB +uhW +nay +gFG +ajP +asf +asf +agq +aZr +ahI +aHq +aGU +afV +afV +afV +aGH +aGf +afV +aHa +aJQ +aUt +aGJ +ahV +aSY +aqs +axX +aXg +aWb +aMF +aDD +aBC +aJJ +aos +aed +aaD +auk +acx +axc +akn +ado +aaT +bkf +aFy +bjL +aci +amH +aaN +aaN +aaN +aaN +anA +abc +aaU +amR +amP +aaH +adD +amc +abu +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(72,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +adD +ahe +adp +asf +afY +aSu +ajm +cJx +mgh +lGD +akw +asf +asf +afY +aEK +ahI +aHs +aHi +aGV +afV +aGO +aGK +aGG +aGC +aZD +aGm +aGR +afV +afV +afV +afV +aeD +aeD +aeD +aeD +aeD +acE +avm +aap +aHk +ayF +avU +aTd +aap +aiw +acE +aaN +aaN +apI +aaN +aaN +aaN +aaN +anS +anR +anK +anB +dWi +amZ +aaH +aaH +aaH +adp +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(73,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +aTU +adD +adD +ahe +adp +afY +afY +aSv +ajm +cuI +nvz +hmc +akw +asf +asf +afY +aWG +ahI +aGk +aHl +aGe +aGi +ahW +ahX +ahW +afV +amx +arX +aXQ +afv +aTn +anb +atu +aZt +aLb +afn +axW +ajD +ado +ari +aul +aPT +acn +acn +aiY +aNG +aIM +acE +apH +vdz +tES +anK +anR +aow +aod +anT +aaH +aaH +aaH +aaH +aaC +aaH +adD +adp +adD +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(74,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adp +alf +ahw +ahw +aDd +afY +afY +aSz +aSw +ajm +kMj +akK +rND +akw +asf +aPi +afY +agA +ahI +ajf +ahI +ahI +ahI +afV +afV +afV +afV +aQA +awV +agw +agH +ags +aCh +aFG +alT +abT +aRw +aSr +aNy +ado +aVH +asN +azC +azg +aDz +aiY +adJ +aVv +acE +apK +aPq +apl +aaH +aaH +aaH +aaH +aaH +aaH +amc +amc +amc +amc +amc +amc +amc +amc +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(75,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +adp +ahe +adp +adp +adp +afY +aSF +aSA +aiK +ajm +hPd +jcn +jbJ +akw +aPi +aPi +afY +acW +aaJ +asn +anc +amG +ahI +asl +afV +aao +afV +atK +azP +aCv +afZ +afZ +afZ +afZ +afV +aXh +aFK +aeW +aqN +ado +aVQ +anW +aMi +aCW +aCW +aiY +aap +avU +acE +acE +apI +acE +acn +amc +amc +amc +amc +amc +amc +adD +adD +adD +adD +adD +adp +adD +adD +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(76,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aPi +adp +ahe +alu +afY +afY +afY +aSG +akW +akW +aju +aSh +aSd +akF +ake +ake +ake +afY +afu +aiK +aiK +aiK +auq +ahI +aPb +aKl +axw +afV +ahR +aeW +ace +aga +aPi +aPi +aga +aPu +ane +avb +auD +ahv +age +ajU +anW +aCG +bih +big +aUJ +aVN +ado +ado +aZu +aeO +aVB +acn +amc +adD +adD +adD +adD +adp +adD +asf +asf +asf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(77,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +agq +alr +aln +ali +aSH +akW +arQ +aZJ +aSa +ajp +ajt +avX +aGt +arQ +aNL +aRt +ajp +aji +aiK +aiI +ahI +aua +aLY +alE +aoV +aiF +aeW +aeJ +aga +asf +asf +aga +aHB +agT +aMY +amo +ath +aAp +aGw +asN +aCG +akg +aiX +aJM +afU +auk +aBk +aST +aUI +awC +acn +amc +adp +aPi +aPi +aPi +aPi +aPi +aoD +aoD +aPi +aPi +aoD +aoD +aPi +aoD +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(78,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +alv +als +alo +all +aSH +akW +aDw +ajp +aSa +akL +ajt +aRP +ahG +ajp +avZ +ajH +aRp +aiK +aiK +aiS +ahI +afV +afV +axy +afV +aWz +aQC +aeJ +aga +aPi +aPi +aga +aUO +atj +avd +acf +ahv +aur +ajU +anW +aCG +bjk +aCQ +aUJ +aap +ado +ado +are +ayU +aCY +aco +amc +adD +aoD +adD +adD +adp +adD +adD +adD +adp +adp +adD +adD +adD +adp +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(79,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adp +ahe +agq +alt +alq +ali +aSH +akW +arQ +ajp +akQ +arf +ajQ +ajt +aRI +ajt +ajQ +amO +aRr +aiK +aFx +aiS +ahI +amr +aqd +ahZ +afV +aRO +aSr +aLN +afZ +afZ +afZ +afZ +afV +aXh +afq +auE +aMg +ado +aVQ +akS +aJj +aPT +aTJ +aqQ +aYO +aHk +ado +aeF +avR +amK +aco +aGP +adD +aoD +adD +aeE +anj +aeE +adD +aeE +anj +aeE +adD +aeE +anj +aeE +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(80,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adp +ahe +afY +afY +afY +afY +aSI +akW +aLo +ajt +aSi +aSf +aRQ +aRy +aOh +aRy +aRy +aRu +aeV +aiK +ayf +aiU +ahI +afV +afV +afV +afV +aTm +asQ +avC +aQb +avC +aFo +aWQ +atG +atE +aeW +aSr +aeJ +adq +aMZ +aET +aDZ +ars +aes +aUJ +agU +aXv +adq +aBf +anv +aEi +acp +beP +adD +asf +adD +aeE +afb +aeE +adp +aeE +afb +aeE +adp +aeE +afb +aeE +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(81,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +asf +aPi +afY +aSJ +akW +akW +adM +ajp +aSg +aLH +aju +aju +aRJ +ajI +ajI +aju +aiK +ayf +ahI +ahI +axU +axI +axz +afV +aVx +aeW +agw +agH +agw +aeW +amt +aay +aOf +aeX +aeX +abX +adq +aHk +aws +aCG +bil +aPX +aUJ +aLa +avU +adq +aEk +amW +aPI +acn +amc +adD +asf +adD +aeE +afb +aeE +adD +aeE +afb +aeE +adD +aeE +afb +aeE +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(82,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adp +adp +adp +afY +aSK +aSB +akW +aju +aju +aKj +aRX +aju +ame +ajR +ajR +aRv +agG +aiK +ayh +ahI +axZ +axR +axL +axB +aGE +aKm +aeW +alJ +afV +acT +aem +aLt +aeX +aZg +ado +ado +ado +ado +ado +agj +aCG +axg +bih +aUJ +aap +amD +ado +aOv +aQq +aYX +acn +amc +adD +asf +adD +aeE +afb +aeE +adp +aeE +afb +aeE +adp +aeE +afb +aeE +adD +aPi +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(83,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aPi +adp +aij +ahw +ahw +ahd +afY +afY +aSD +akW +aju +aju +aQy +aRY +ajI +ahi +aMz +aRB +aRx +aYj +aZw +ayh +ahI +aya +aQW +axN +afV +afV +aaS +ahy +aSq +aeD +ahI +ahI +ahI +ado +ado +ado +bfn +aze +ayV +adq +ajX +aGw +aIt +aGw +atr +azE +ado +ado +aHo +akT +aNo +acn +amc +adp +adp +adp +aeE +anu +aeE +adD +aeE +anu +aeE +adD +aeE +anu +aeE +adD +adp +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(84,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +adp +adp +adp +adD +aij +ahd +ake +aSE +ajt +agd +aRP +ajQ +aRX +ajI +ajR +aRE +aRC +aqh +aKR +aiK +ayh +ahI +ayb +aHY +axO +axC +afV +aql +aQt +aSq +aeD +azo +aQn +aAR +aHc +aOH +ado +azh +ayX +ayW +aeS +aNG +avU +avU +avU +aDL +aZA +acE +acE +acE +aAl +acn +acn +amc +aTz +asV +apf +amc +amc +aLc +amc +amc +amc +amc +amc +amc +amc +agX +asV +bbg +adp +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(85,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aPi +adD +adD +ahe +ake +alc +aSx +aSj +ajH +ajQ +aRZ +aIX +aRK +aRG +aRD +aUa +aIL +aiK +adW +ahI +ayc +axR +axR +axD +afV +aqp +aeQ +aSq +aeD +biz +aRm +acE +afS +acq +ado +abM +aqK +ayX +ayN +auS +awv +avU +atn +acE +acE +acE +azH +azH +azG +aaH +adD +amc +aEh +adp +adp +aeE +anz +aeE +adD +aeE +anz +aeE +adD +aeE +anz +aeE +adD +adp +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(86,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aPi +aPi +adp +ahe +ake +ake +aPO +atb +ajp +ajH +aSa +aju +aRL +afd +aJp +aBb +aju +aiK +ayi +aiL +ayd +axY +axS +afV +afV +aDS +apv +ags +aeD +agx +aWD +acE +aQX +atZ +aka +apA +aWe +ayY +ado +aRR +adq +aES +ado +acE +aBz +azG +azH +aaH +aaH +aaH +adD +adp +aEh +adD +adD +aeE +afb +aeE +adp +aeE +afb +aeE +adp +aeE +afb +aeE +adD +aoD +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(87,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +asf +adD +ahe +adD +ake +ake +ake +aju +akF +ahb +aju +aju +aju +aju +aju +aju +aiK +aiK +ahI +afV +afV +afV +afV +afV +afV +aec +aMR +aeD +aeD +azv +acE +acE +afB +acE +amE +aRU +ayZ +aSC +avE +axK +ajq +ahQ +acE +aBi +azH +aAH +aaH +aPi +aPi +adp +adp +aEh +adD +adD +aeE +afb +aeE +adD +aeE +afb +aeE +adD +aeE +afb +aeE +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(88,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +adD +ahe +adD +adD +adp +ake +aju +aSQ +aWu +ahc +ahc +aTT +aVI +bjS +bjR +agK +agK +bjQ +aUi +aTT +bcC +ahc +arK +agK +ahh +aSQ +bjl +aeD +azy +azq +aas +azm +acE +ado +ado +ado +ado +ayL +ayH +aGF +bii +acE +adr +aAX +azH +aaH +aaH +acb +acb +adp +aEh +adD +adD +aeE +afb +aeE +adp +aeE +afb +aeE +adp +aeE +afb +aeE +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(89,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +agQ +agV +agD +akR +bhD +bhC +aSb +ahT +aVU +bhA +aVJ +aVw +aVh +aym +bhB +aUF +aUj +aTV +bhA +bhy +aXN +ahA +aCc +bjr +agJ +aFU +aOQ +acg +aeD +azo +afK +agf +azf +azb +ayP +aGF +agf +amf +ayE +acE +adr +azH +azH +ada +acb +bjN +acb +acb +aEh +adD +adD +aeE +aor +aeE +adD +aeE +aor +aeE +adD +aeE +aor +aeE +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(90,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +adD +adp +ahr +aTp +bkx +aQs +agN +aVV +aVO +aSW +aVy +aVi +aSW +aSW +aSW +aSW +aSW +bdT +bhz +agZ +agZ +bhj +bgU +bjm +aeD +aFC +azs +aeD +azp +acE +azl +azd +azd +agf +ayM +ayJ +awe +aML +aMr +aow +aLz +aAL +ada +aIs +bjO +bjM +acc +aEh +adD +adD +adD +adp +adD +adD +adD +adD +adp +adD +adD +adp +adD +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(91,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +asf +aPi +afY +aXa +aWL +aWx +aWm +aVX +ahB +bjE +ajJ +aub +bjE +ahB +aXO +aUl +ajk +ajk +bae +aZZ +aZX +aSS +aZG +bjn +aeD +aFC +bkC +bho +afB +acs +act +act +act +act +act +act +act +act +acs +azH +aLA +aKZ +adb +aTe +aeI +aQp +asc +aWs +adp +aPi +aPi +aPi +aPi +aad +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(92,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +afY +afY +afY +aXc +aWN +ahB +ahB +ahB +ahB +aiE +aVz +aVj +aVq +ajg +ahB +ahB +ajk +ajk +ajk +ajk +ajk +aXK +aZH +aXG +aeD +aFC +bkC +bho +aEO +agM +agM +agM +agM +abf +tng +asb +aNk +aMM +aMr +aow +aLB +apP +ada +aSc +aih +aNB +acc +aEh +adD +asf +asf +asf +asf +asf +aPi +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(93,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +abu +ahe +adp +afY +aXp +aiL +aXd +ahB +ahB +aWo +bjh +akh +aVL +aVC +aVk +aUW +aUK +aUG +aUm +aio +aTL +aib +ajk +ajk +arm +aZH +aXH +aeD +azA +azt +acs +afI +ayR +aIx +aoT +acG +jyJ +auA +aCN +sTn +arn +acs +azH +azH +adr +ada +acb +acb +acb +acb +aEh +adD +asf +asf +asf +asf +asf +aPi +aPi +aPi +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(94,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +aPi +adD +ahe +adD +afY +aXr +aiK +ahB +ahB +aWy +aWq +azj +azj +aTg +ahm +ahm +aUY +aCk +aif +aUn +aix +aip +ahU +aBP +awZ +aZR +aXJ +bjo +aeD +aeD +aFi +acs +anQ +aHD +acs +acs +acs +aKi +akM +aCM +amw +aqo +acs +aBA +aAY +adr +aaH +aaH +asf +asf +adp +aEh +adD +asf +asf +asf +asf +asf +aPi +asf +aPi +asf +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(95,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +abu +ahe +adD +afY +aXt +aXf +ahB +aWO +abj +aTW +aVY +aVP +aVM +ahm +ahm +aUZ +aTZ +aTZ +aUo +aTW +aTM +ahU +aBP +axb +biK +mvA +biC +aeD +aeD +aFi +acs +aXC +aZi +anH +anH +anH +aFD +adU +adU +arG +abr +acs +azH +azH +aAM +aaH +aPi +aPi +aPi +adp +aEh +adD +asf +asf +asf +asf +asf +aPi +aPi +aPi +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(96,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +adD +ahe +afY +afY +afM +aUz +ahB +akO +aWA +aWr +aWc +aif +aUP +aVE +aVl +aVb +aUM +aif +aUp +aTZ +aTN +aTr +aSX +axd +aSV +aXJ +agC +aeD +azB +azu +acs +bju +aoh +atC +atC +atC +aUk +aCZ +aCO +tVe +akf +acs +aBB +azH +aAM +aaH +aaH +asf +asf +adp +aEh +adD +asf +asf +asf +asf +asf +aPi +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(97,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +agq +aXB +aXu +aXi +ahB +aWR +aWB +aWt +aWg +aVR +aEd +aiH +aVm +aiy +aiy +aDa +aUr +aUc +aDa +aTs +ahB +ahB +biL +aXJ +aZB +afK +azz +aFj +aFd +aQN +aUb +aAQ +aAQ +aAQ +ate +afJ +asd +aCx +aVc +acs +acs +azH +aAN +azG +aaH +asf +asf +adp +aEh +adp +aPi +aoD +aPi +aPi +aPi +aoD +aoD +aPi +aPi +aPi +aoD +aoD +aPi +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(98,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +afY +afM +aXw +aUz +ahB +aWT +aWC +adK +aWg +aVS +ahB +ahB +auI +bjE +ahB +ahB +aUs +bjE +bjE +ahB +ahB +ahB +aXM +biF +aXF +aeD +aeD +aeD +acs +act +aCA +ady +lWH +adY +act +act +adY +aCA +iev +act +acs +acs +acs +azG +aaH +asf +asf +adp +aEh +adD +asf +adp +adD +adp +adD +adD +adD +adp +adD +adD +adD +adD +adD +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(99,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +agq +aXB +aXx +aXj +ahB +aWV +aeP +aky +aWh +aVT +bjE +aVF +aVo +aVd +aUN +ahB +aUu +aUd +aTO +aTw +aSZ +ahB +ahl +bgW +aFW +act +aFk +aFk +act +act +afs +aEl +agM +axv +fzB +aDb +agM +aCC +agM +aBS +aMd +aBc +acs +azH +aaC +asf +asf +adp +aEh +adD +asf +adp +aeE +anj +aeE +adD +aeE +anj +aeE +adD +aeE +anj +aeE +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(100,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +alf +aDd +afY +afY +aXy +afY +ajk +ajk +aWE +aDa +aWi +ajV +bjE +aVG +aVs +aVe +biZ +amA +aUw +aUe +aif +aic +aOg +ahB +ahm +bgG +aSQ +bfd +aDb +tng +aFe +adY +aEy +aEm +aDI +aDn +aDl +aDc +aCP +aCF +aCf +aBT +aBD +aBe +aAO +aAo +aaC +asf +asf +adp +aEh +adD +asf +adD +aeE +afb +aeE +adp +aeE +afb +aeE +adp +aeE +afb +aeE +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(101,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +abu +abu +afY +aXy +agq +asf +ajk +aWH +ayD +ahB +ahB +ahB +aHg +ajv +aVf +aUQ +ahB +aUx +bjg +aTP +aTx +aTa +ahB +ahm +cAF +aFX +aDl +aFF +aCP +aFf +llg +aEz +adU +aDK +aDo +act +aDe +aCR +aCH +aCi +aBU +aBE +aBh +acs +aAz +aaC +asf +asf +adp +aEh +adD +asf +adD +aeE +afb +aeE +adD +aeE +afb +aeE +adD +aeE +afb +aeE +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(102,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +aij +ahw +ahd +afY +aXy +afY +ajk +ajk +auv +akz +akk +aYq +ahB +aNS +aVu +ahB +ahB +ahB +alb +ahB +ahB +bjE +aiv +ahB +ahm +aZI +agL +bfd +aFH +aFm +aFg +adY +aEA +aEn +adU +aDp +adA +aef +aef +adZ +vST +adA +adA +acs +acs +aAA +aaH +asf +asf +adp +aEh +adD +asf +adD +aeE +afb +aeE +adp +aeE +afb +aeE +adp +aeE +afb +aeE +adD +aPi +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(103,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +adD +adD +ahe +afY +aXz +aXk +ahB +aGb +akG +apT +aRM +ahB +ahB +ahB +ahB +ahB +aUS +ahB +aUz +ahB +aNY +aTy +aTg +ahB +aGd +aZK +aFY +aeD +aeD +afB +aeD +aeD +akx +adU +aDM +aDq +adA +ael +nnw +aea +inB +aAJ +adA +aBi +aAP +aAB +aaH +asf +asf +adp +aEh +adD +adD +adp +aeE +aEh +aeE +adD +aeE +anu +aeE +adD +aeE +anu +aeE +adD +adp +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(104,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +afY +aXA +aXm +aYb +aWX +aWI +aTZ +aTZ +aYy +aYb +aUH +aVg +aVg +aqz +aUH +aUA +ahB +aiq +aic +aTh +ahB +ahn +aZK +aSP +aeD +aFL +afE +afE +afK +aEB +aEo +aDN +aDr +adA +agk +vGs +yhm +rmy +aBV +adA +azG +aAT +abc +aaH +aPi +aPi +adp +aFs +aDt +asV +asV +asV +afb +apf +amc +amc +amc +amc +amc +amc +amc +agX +asV +ala +adp +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(105,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +afY +afY +aXo +ahB +bal +aWJ +bje +aZU +ahB +ajk +ajk +ajk +ajk +aUV +ahB +aUB +ahB +aqw +aTA +aTi +ahB +aZT +aZE +bjp +aeD +aeD +aFr +aFh +aeD +aEC +aAQ +aDO +aDs +adA +aAw +azJ +pQN +aCl +aBW +adA +aBj +aAU +abc +aaH +aaH +aaH +aaH +aaH +aEh +adD +adp +aeE +aEh +aeE +adD +aeE +anz +aeE +adD +aeE +anz +aeE +adD +adp +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(106,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +aij +ahd +afY +afY +ajk +bam +akI +akA +aif +aYI +ajk +aPi +aPi +ajk +ahB +ahB +aUz +ahB +aiv +bjE +ahB +ahB +bjP +biG +biD +aeD +aeD +acg +aeD +aeD +aED +ads +ads +act +adA +aAw +aAw +pQN +aCl +adB +adA +azG +aAV +aAC +aAo +aAh +azG +azG +aaH +aEh +adD +adD +aeE +afb +aeE +adp +aeE +afb +aeE +adp +aeE +afb +aeE +adD +aoD +aoD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(107,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adp +adp +aij +ahw +ahd +ajk +ajk +bak +bad +akl +ahB +ajk +ajz +ajz +ajk +aRe +ahB +aUz +ahB +aSk +aTH +aTj +ahB +aZT +aZN +bjq +aeD +aFO +acg +aeD +aEP +aEE +aEp +aDP +aDu +adA +adA +adA +aef +aCm +aBX +adA +acs +acs +acs +aAr +acs +acs +aAe +aaH +aEh +adD +adD +aeE +afb +aeE +adD +aeE +afb +aeE +adD +aeE +afb +aeE +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(108,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +adp +adp +adp +ahe +adp +ajk +ajk +ajk +akm +ahB +ayC +ayv +ahc +bfK +aRf +ahB +aUC +aUf +aTQ +aTG +aTl +ahB +aSQ +bgX +aXG +aeD +aFP +aFt +aeD +aEQ +acN +aEq +aDR +aDv +act +aDg +aCS +aeb +adR +adG +aBF +aBl +act +tVP +aAs +kdm +acs +bcQ +aaF +beD +adD +adD +aeE +afb +aeE +adp +aeE +afb +aeE +adp +aeE +afb +aeE +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(109,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adp +asf +asf +aha +aWj +ajY +bjd +bjb +bjb +ayp +bja +ahB +aUC +aiA +aTR +aTI +awd +ahB +biM +biH +aXG +aeD +aFP +acg +aeD +aER +aEG +aEs +aDT +aDx +aDm +aDh +tny +tny +jZI +aBY +aBG +aBm +ads +aKL +acN +mWf +acs +beQ +aaC +aqU +adD +adD +aeE +aor +aeE +adD +aeE +aor +aeE +adD +aeE +aor +aeE +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(110,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adp +asf +asf +aha +aWl +aZT +bhn +ayy +ayt +bex +aQQ +ahB +aeh +ahB +ahB +ahB +ahB +ahB +agL +biI +agL +aeD +aFS +aFr +aeD +aEU +adU +aEu +aDU +aDy +bfd +aDi +aCT +aCI +cPi +hhf +aBH +aBo +ads +tcB +aAt +aAi +acs +aPM +aaC +aEh +adD +adD +adD +adp +adD +adD +adD +adp +adD +adD +adD +adp +adD +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(111,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adp +aPi +aPi +aPi +ahr +aZT +bhn +ayz +ayu +ahq +bhk +aTT +aUD +biO +biO +ahm +bab +aZY +aho +aZO +aZy +aeD +aFT +aFr +aeD +aEV +aEI +aEv +acN +aDC +bho +aDj +aNN +aCJ +aCs +aBZ +bQk +aBq +act +aAD +acO +aAi +acs +aAf +aaH +aEh +adp +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aoD +aoD +aoD +aPi +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(112,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +asf +aPi +asf +ahr +aia +bfN +bex +bjy +bfN +aRg +bfD +aUE +bep +air +bku +ahT +ahT +aXN +bgY +bgF +agz +aeD +acg +aeD +aEW +aEL +aEw +aAx +aOU +bho +aCa +aCd +aCa +aCd +aCa +aBI +adU +act +bju +aAu +aAj +acs +azH +aaH +aFs +auM +adD +adD +adp +adD +adD +adD +adp +adD +adD +adD +adp +adD +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(113,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +adD +adp +adD +aha +aha +bhw +biN +agN +agN +agN +agN +agN +bex +biP +bah +biN +agN +aSW +aSW +aZE +agC +aeD +aFw +aeD +aEX +aEM +adV +aEb +aDE +bho +aDk +aCV +aCd +aCd +aCd +aBJ +aBv +fzB +afI +aAv +aAk +acs +azH +aaH +aaH +aFs +asV +asV +asV +asV +asV +asV +asV +asV +asV +asV +asV +auM +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(114,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +aij +ahw +ahw +ahw +ahw +ahd +afY +ajZ +aiK +aiK +aiK +aiK +aiK +aiK +biS +aSS +aig +aha +ahr +ahr +aha +bgH +aSP +aeD +aFz +aeD +aFa +aEx +aEx +aEc +act +bho +aCa +aNO +aCa +aCt +aCa +aBL +aBx +aAW +aAG +aAx +aAm +acs +bhZ +bjj +aaH +aaC +aaC +aaH +aaH +aaH +adD +adD +adp +adD +adD +adD +adp +aEh +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(115,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +adD +adD +adp +adD +adD +ahe +afY +aiV +aiV +aXR +bhb +aXP +aiV +aiL +aZT +bdU +bai +aha +aPi +aPi +aha +biE +aSP +aeD +aFr +afK +aFc +aNM +aNM +beI +aDF +bho +bho +bho +bho +bho +bho +ady +olJ +act +wOo +aAy +aAn +acs +aAg +azZ +azU +azU +azU +azU +bji +aaH +aan +aan +aan +asf +asf +asf +adp +aEh +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(116,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +adD +ahe +afY +afY +afY +afY +afY +afY +afY +afY +bfc +bdU +bai +aha +aPi +aPi +aha +aZF +aSP +aeD +aeD +aeD +aaV +aYf +aYf +aYr +aYS +act +aGc +bim +aCw +aCw +bkl +aYE +aYE +act +act +act +bho +bho +aaX +aaX +abG +aaX +aaX +azV +azM +abe +azF +aIj +aan +asf +asf +asf +adp +aEh +abu +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(117,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +bha +aPi +adp +aij +ahw +ahw +ahw +ahw +ahw +ahd +adD +ahr +aZT +bdV +aSM +aha +ahr +ahr +aha +aZF +aSP +agn +agc +aZd +aYx +aYW +aYE +bfh +bfe +aTS +beZ +aNM +aNM +bkm +aNM +aYP +aNM +bkg +aNM +bia +aYG +bho +aqb +aAa +bhN +bhJ +aaX +aaX +azN +azG +aaX +azD +aan +aan +asf +asf +adp +aEh +abu +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(118,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +bha +asf +adp +adD +adD +adD +adD +adD +adD +ahe +adD +ahr +biT +aQR +aQK +aQm +aQm +aQo +aQm +bgI +bgo +bfZ +axm +bfC +bfy +aPB +bcR +bfi +aaB +aaB +bfa +aNQ +aXW +aXW +aXW +aXW +bcR +aYL +aXW +aXW +aYH +beM +bcR +aXW +bhO +bey +abm +aaX +aaX +azH +aaX +aIm +aIb +aan +asf +asf +adp +aEh +abu +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(119,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +bha +bha +bha +aPi +aPi +aPi +aPi +aPi +adp +ahe +adD +aha +bej +biQ +aSW +aSW +aSW +aZV +aZP +aSW +bgp +bga +agc +aZd +aYx +aYY +acu +bfj +aoX +avW +bfb +aNR +aXY +bij +bie +avH +avH +avH +aYE +aYf +aYE +aYE +aYz +aYi +rMh +bez +pdu +kDJ +aaX +azH +aaX +aHU +aIc +aan +aan +asf +adp +aEh +abu +asf +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(120,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +aPi +bej +bej +aTK +aTo +axf +aQu +agO +agO +aGI +aCU +bkj +bkj +bit +beH +aXY +aXY +aYT +abL +abO +aNT +abO +abL +bkj +bki +bki +bkh +abS +avH +avH +avH +avH +avH +atv +bez +dZy +abl +aaX +azH +aaX +aIo +aIf +aHT +aan +aPi +adp +aEh +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(121,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +aPi +aPi +aan +aan +agO +agO +bhl +agO +agO +bgr +bgb +bkj +bkj +bkq +afw +bko +bko +abO +abL +aOl +aNU +aNl +aMN +bki +aPi +aPi +bki +abL +abL +abL +abL +abL +abL +aaV +bhK +mmi +aaX +aaX +azH +aaX +aIp +aHU +aHU +aan +aad +adp +aEh +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(122,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +adD +adD +adD +aan +agP +aqn +ahu +aca +agO +bgs +aYv +aZl +abL +aPH +aPC +aPn +aPg +aOV +abO +aOm +aeg +abL +abL +bkj +bki +bki +bkj +aKM +abO +rFF +cyX +dgW +gep +amn +aYk +abv +aaX +azO +azL +aaX +aaB +aaB +aHX +aan +aan +adp +aEh +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(123,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +aij +ahw +ahw +ahw +ahw +ahd +ahH +aeM +bhm +aiT +bgJ +aQe +aQa +abv +abL +aPJ +aJO +fAQ +don +aOX +abO +aOm +aNV +aNm +aMO +aLK +aLK +bkk +aLd +aKP +ogo +nsj +acw +oSj +abN +aJo +aJc +aYh +aaX +azQ +azH +aaX +aIq +aIg +aHU +aHH +aaq +adD +aEh +adp +aoD +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(124,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +adp +adD +adD +adD +adD +ahe +ahH +alF +aTf +bgZ +agO +bgt +aZp +abv +abL +bkr +aPD +bkp +aPj +bkn +abL +aOp +aNW +aNn +aMP +ffv +aLG +aLG +adu +aKQ +abO +aKw +aJO +aJG +abO +abH +aYk +bhI +aaX +azR +aaX +aaX +aIr +bjz +aHZ +aHJ +aaq +adD +aEh +adD +adp +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(125,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +aPi +aPi +aad +aad +aPi +aPi +aPi +aPi +aad +aad +aPi +adp +ahe +agP +ahH +aPL +agP +agO +biA +aYr +abv +bkj +aPK +bkh +aPr +aPk +aOY +abO +aOq +aJG +abO +aMQ +xbT +xbT +xbT +aLe +aKS +abO +teQ +llv +aRN +abO +abH +aYk +abv +aaO +azT +aaX +aIz +aHU +aIh +aHU +aHM +aan +adp +aFs +asV +auM +adp +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(126,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +adD +adD +adp +adD +adD +adD +adp +adD +adD +adD +adp +adD +adD +ahe +abu +abu +ahe +agP +agP +bgt +aYr +abv +bki +aPN +bki +afe +aPl +aOZ +ogo +aOr +aKH +abL +abL +abO +abO +abO +sUH +abL +abL +abL +abL +xFp +abL +abH +uYB +azY +aaX +aan +aan +aIA +aIu +aHU +aHU +aHP +aan +adD +adp +adD +aEh +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(127,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +aiB +aiN +aiB +adD +aiB +aiN +aiB +adD +aiB +aiN +aiB +adD +aij +ahw +ahw +aGD +ahd +aaq +bgt +beG +abv +bki +aPP +snK +aPs +aPm +aPa +abL +aOs +aNX +abL +aMT +aMu +aLK +aLK +xll +aKT +ghw +abL +aJP +aJH +abL +ayB +aYl +atv +bhx +aan +aan +aaB +aaI +aaI +aaI +aaB +aan +aan +aan +adD +aEh +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(128,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +adD +aiB +aiP +aiB +adp +aiB +aiP +aiB +adp +aiB +aiP +aiB +adD +adD +abu +adD +adD +ahe +aaq +aZx +bgc +bfL +bkj +bki +bkj +xFp +bkj +bkj +bkj +aOt +aNZ +abL +aMU +aMw +aLj +aLj +aLf +aKU +uoR +abL +aJR +abL +abL +abH +aYk +aYf +aYf +aNM +aYd +aYa +aXT +aXT +aXT +aNM +ahj +aHG +aaq +adD +aEh +adD +aPi +asf +asf +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(129,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +aiB +aiP +aiB +adD +aiB +aiP +aiB +adD +aiB +aiP +aiB +adD +asf +aPi +asf +adD +ahe +aan +biB +aZq +aYr +aNM +biu +abL +aPt +bkj +bkj +bkj +abL +abL +abL +aMW +aMA +aLi +aLL +aLi +adc +aKD +abL +aJS +abL +abQ +atv +beA +aXX +aie +aXX +aXX +pOR +aXX +afy +bcA +aYf +bbQ +bbB +aar +azk +aqU +adD +adp +adD +adD +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(130,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +aPi +adD +aiB +aiP +aiB +adp +aiB +aiP +aiB +adp +aiB +aiP +aiB +adD +asf +aPi +asf +adD +ahe +aan +bgu +aYQ +aZn +aZe +aZb +abL +aPv +acH +aPc +tOg +vpL +abO +aNp +aMf +adL +bjC +aLM +aLj +aqI +aKE +abL +aJS +abL +aYx +beE +beB +aYi +aYe +beb +aYe +aYc +aXY +amn +bcB +aXS +bgV +afL +aaq +adp +aFs +asV +asV +auM +adp +aPi +aoD +asf +asf +asf +bjK +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(131,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +adD +adp +adD +aiB +ajB +aiB +adD +aiB +ajB +aiB +adD +aiB +ahe +aiB +adp +adD +abu +adD +adp +ahe +aan +aan +aZs +aZo +bks +aZc +abL +abL +abL +sCF +lDs +aOw +ogo +aNq +aLj +aLL +aLi +aLO +aLi +ade +aKF +acH +aJT +abL +abH +beF +atv +abw +aaw +bbt +hIV +bdv +aaw +qzO +aSe +qzO +aaw +aaw +aaa +aaa +aaa +aaa +adp +aEh +adp +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(132,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +aAI +ahw +akD +akp +agQ +agQ +agQ +agQ +agQ +agQ +aiW +aiP +ahw +ahw +ahw +ahw +ahw +ahw +aDd +agQ +aan +aaB +abl +aZk +bfz +bfr +abm +abL +wlT +qSs +rWK +abO +aNr +aLF +aMB +aMj +aLk +aLk +aKV +aKH +abL +aJU +abL +bhR +aYo +abv +aaw +aaw +bbC +bdK +bdw +aaw +bcS +bcD +aVZ +bbR +bbC +agh +bbh +aeq +aaa +aaa +aEh +adD +asf +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(133,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +adD +adp +adD +aiB +ajE +aiB +adD +aiB +ajE +aiB +adD +aiB +ahe +aiB +adp +adD +adD +adD +adp +adp +agQ +aan +aan +bkt +abl +bfA +bfs +bfo +abL +abL +abL +abL +abL +bjv +gzH +efd +aMl +aLP +klB +adf +aKI +abL +aJV +abL +aBQ +aYr +rYy +bbA +bem +bec +bdL +bdx +bdl +bcT +bcE +bci +bbS +bbD +bbs +bbi +uLT +aNE +aaa +aEh +adD +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(134,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +aPi +adD +aiB +aiP +aiB +adp +aiB +aiP +aiB +adp +aiB +aiP +aiB +adp +asf +asf +asf +asf +adp +agQ +adD +afY +afM +afM +afM +aYZ +bfp +abL +wHJ +hxE +frG +abO +aNs +aKQ +abL +abO +aLS +abL +rPC +aKJ +abL +aJS +abL +abS +aYt +bhL +bdv +ben +bed +bdM +bdy +bdm +bcU +aIa +aaP +bbt +agF +ahz +bbj +aee +baR +aaa +aEh +adD +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(135,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +aiB +aiP +aiB +adD +aiB +aiP +aiB +adD +aiB +aiP +aiB +adp +aPi +aad +aPi +aPi +adp +agV +agD +agp +anp +afj +afO +aEF +bfp +abL +pBu +nRt +nZf +ogo +aNt +aKQ +abL +aMm +aLT +abL +aKX +ttE +abL +aJV +abL +atv +aYu +aaw +aaw +beo +bee +bdN +baw +kHI +bcV +aeG +bcj +aaw +bbE +aev +bbk +baZ +mww +aaa +aEh +adp +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(136,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +aiB +aiP +aiB +adp +aiB +aiP +aiB +adp +aiB +aiP +aiB +adD +asf +aPi +asf +asf +adD +agQ +adD +agq +aXD +afW +afM +bis +bfp +abL +cTK +dVs +tkU +abO +joy +aNd +abL +aMn +aLU +abL +iMV +abL +abL +aJS +abL +bhT +aYv +bhM +aaw +ahD +bef +bdO +bdz +aab +aab +aab +aab +aab +bbF +bbt +bbl +aab +baS +aAF +aEh +adD +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(137,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +aiB +aiQ +aiB +adD +aiB +aiQ +aiB +adD +aiB +aiQ +aiB +adD +asf +aPi +asf +asf +adD +agQ +adD +afY +afY +afY +afM +bft +aYU +abL +abL +abL +abL +abL +aNu +hfv +abL +aMo +aLW +abL +abL +abL +abL +aJX +abL +aaV +izv +abv +aaw +beq +bjA +bdN +bdA +aab +bcW +agh +aav +bbR +bbG +agh +bbm +aab +cPG +aAF +aEh +adD +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(138,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +adD +adD +adp +adD +adD +adD +adp +adD +adD +adD +adp +adD +adD +adD +adp +adp +adD +adD +agQ +adD +asf +asf +aaq +aZd +aZa +bfq +aNM +biq +bip +abL +aqb +aEF +aXT +abL +abL +eZQ +aLl +aKK +aKK +aKx +aKa +ach +abH +aBy +aXT +bdm +aoj +aIH +bdP +bdB +aab +bcX +bcF +alz +bbT +bbH +bbu +bbn +aab +baT +aKg +aEh +adD +adD +adp +adD +adD +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(139,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aPi +aTU +adp +adp +aTU +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +adp +aPi +aPi +aaq +aZd +aYZ +aYV +bfk +beV +bic +bus +beV +avV +aYQ +beS +abL +abL +abL +abL +abL +abL +abL +abL +abS +aYt +aYm +aaw +bjs +beg +acd +bdC +bcI +bcY +baY +bck +bbU +bbI +bbv +bbo +aab +dqa +aKg +aFs +asV +asV +asV +asV +auM +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(140,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +agQ +agQ +agQ +agQ +aAF +aAF +aAF +aAF +aAF +asS +asS +asS +asS +aAF +adD +adD +adp +adD +asf +asf +aaq +afP +bfu +aJq +aJq +aJq +aYR +aYR +aYR +aNv +beW +beT +aqb +aqb +aqb +aNM +aNM +aNM +aNM +aYA +aox +aof +aYn +aaw +abn +aev +aeG +bdD +aab +bcZ +bcG +acS +aab +bbJ +bbw +aab +aab +ahK +aAF +aAF +adD +adD +adp +adD +aEh +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(141,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adp +adp +agQ +aAF +aAF +aAF +aAF +add +aCq +asH +aQP +aTY +aTY +aPw +aTY +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +abS +beU +beM +beM +aYs +aYM +aMh +aXW +aXW +aoH +aoy +beJ +aYn +aaa +abg +abg +aaa +aaw +aab +aab +aab +aab +aab +bbK +bbx +aab +bba +dqa +aLq +aAF +asf +asf +aPi +adD +aEh +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(142,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adp +agQ +agQ +aAF +aTY +ayo +aPo +aLq +abp +abp +abp +aWS +aLq +aNi +aNe +aGX +alL +aNe +aQi +aRT +aRT +aNi +aKG +aNe +aNe +aPx +aNe +aPd +aMC +aAF +aRF +aAF +aAF +abS +aXY +aXY +aXY +aYN +bib +aRz +avH +aYC +aag +aog +azc +abg +aPi +aPi +abg +bdE +bdn +bda +aaw +bcl +bbV +bbL +bby +aab +aal +aaj +aTY +aAF +aPi +aPi +aPi +adp +aEh +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(143,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aPi +asf +adp +agQ +aAF +aAF +atY +aaY +aaY +aaY +aaY +aaY +aaY +aaY +aaY +aMD +aaY +aaY +aaY +aaY +aNx +aQf +aQd +aPY +aaY +aaY +aaY +aaY +aaY +bir +aOz +bdJ +bdJ +aNw +aAF +aAF +aAF +bjB +bjB +abk +ack +ack +acj +abp +aoz +aoi +aaw +aaa +abg +abg +aaa +bdF +agB +aaP +bcH +bcm +bbW +bbM +aaP +aab +aal +baU +baK +aAF +asf +asf +aPi +adD +aEh +abu +aad +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(144,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aPi +asf +adp +agQ +asS +aTY +aLq +aaY +aHE +ajM +aCp +aLJ +aaY +aDG +aWa +aDQ +ahE +aCu +axo +aaY +aaY +aaY +aaY +aaY +aaY +abp +aph +aPy +aaY +cPG +aaY +aaY +aaY +aNx +aNe +aMC +aAF +aPi +aPi +abk +acP +acJ +acy +arJ +ajW +beK +aaw +aaw +ber +beh +bdQ +bcM +alx +bdb +bcI +bcn +bbX +arc +alz +aab +aal +baV +agt +aAF +asf +asf +aPi +adD +aEh +adD +adD +asf +adp +adD +adD +adp +adD +adD +adp +aad +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(145,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aPi +aPi +adp +agQ +asS +aBa +aDJ +ack +aPW +uMz +uMz +arT +auh +aPW +aQS +aOI +abR +aOR +aIB +aaY +aDG +amU +aeH +avP +aaY +arD +aYw +amu +aaY +ais +aaY +agu +aaY +aaY +aaY +aMD +abk +aPi +aPi +abk +acA +aiD +acB +acj +aCe +bhP +abA +beu +agR +afm +bdR +bdG +aIv +aaP +bbt +bco +bbY +bbN +bbz +aab +bbb +afx +aRT +aAF +aAF +aAF +aAF +aAF +aFs +auM +abu +adp +adp +aeE +aeE +amc +aeE +aeE +adp +abu +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(146,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +asf +asf +adD +agQ +aAF +aAF +bdH +ack +axA +alQ +aRh +aVA +aaY +asG +aNC +aeN +alh +aQx +aZh +aqC +asJ +alh +aNb +aHz +aaY +aOk +ajG +aiz +aEe +aPe +abp +agu +aei +aBu +aHL +aME +abk +abJ +abJ +abk +acQ +acL +acD +ack +bhU +beL +beC +bev +bes +aIJ +aIG +aID +aIw +bdc +aaw +bcp +bbZ +arv +bbA +aab +tuQ +aTY +baL +aTY +aTY +aTY +aLq +aAF +aAF +aEh +adD +adD +aeE +afb +afb +anj +afb +afb +aeE +adp +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(147,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aoD +aPi +adp +agQ +adp +aAF +adO +ack +aKb +aCD +aNh +aMK +aQY +aNP +aQz +aQL +aov +aQz +aQw +ays +aQk +aoK +awY +agu +aaY +aIK +aRh +bky +aEe +aQv +afH +amU +aSs +ajh +aLh +aMI +abp +ahO +aHn +abp +abp +abx +abp +abp +beN +bhQ +abp +abp +bet +aIN +bdS +aaY +aab +aab +aaw +aqv +bca +arw +aqv +aab +aJz +aab +aab +aab +aab +aab +aLq +aHK +aAF +aEh +adD +adD +adp +aeE +aeE +anu +aeE +aeE +adp +adD +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(148,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +agQ +adD +asS +aTY +acj +aSR +aKY +aez +atT +ack +aBu +apa +aQM +apa +axi +awW +aqC +auX +acY +apa +bkB +atM +aHw +awl +amu +aaY +atJ +aHh +aDW +acK +atm +aNf +aMJ +ayl +aqF +aLm +alK +aJv +aMe +aKc +aJv +bhV +aXb +axr +abp +ahO +ayq +aMS +aHI +bdo +aab +avu +bcq +bcb +bbO +agh +agh +bbc +baW +baM +aeZ +bas +aab +aab +aaA +asS +aEh +adD +adD +abu +abu +adD +amc +adD +adD +adp +adD +asf +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(149,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +agV +agD +aKg +akb +aaY +anM +auj +auj +aye +bew +aOn +aZM +aJr +aiG +axj +aNc +aaY +aIn +aQg +aOD +aMK +aMy +aPQ +aJy +aFb +aaY +aug +aOD +aOe +aOa +aCo +aNg +arT +abp +aEg +aLn +adg +abh +abI +aKe +acI +bhW +aiM +aJd +aIT +azI +arL +aou +aaY +bdp +aab +bcJ +bcr +bcc +bbP +baA +bbp +bbd +baA +baN +afh +bat +adz +aBM +aat +asS +aFs +asV +apf +amc +amc +amc +amc +amc +amc +agX +afp +adp +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(150,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adp +agQ +adD +asS +aTY +ajK +afX +abP +bag +biW +awS +biU +biR +aqZ +biy +axl +awX +biJ +ajS +aFA +biy +bix +biw +biv +bkz +amu +aaY +afN +aez +aOx +aAK +aez +aez +aHz +abp +abp +adv +abq +abq +abq +aKf +aLC +alC +aiO +aBn +arH +aii +axG +amg +aaY +bdq +aab +bcK +bcs +bcd +aet +aev +anC +aev +baX +adm +baD +afa +aXs +aab +afD +asS +amc +adD +adD +abu +abu +adD +amc +adD +adD +adp +adD +asf +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(151,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +agQ +adp +aAF +aTY +acj +bjw +aRl +aHO +aRd +aQY +aNP +aSO +aQO +aQJ +axn +ajL +aMq +aQl +awY +auj +aEr +aaY +ahC +aFp +arT +aaY +abp +abp +auh +aOb +aWM +abp +abp +abp +abp +aLr +abB +abp +abp +aKh +abp +bhX +aIS +aIS +aIS +aIS +aii +ayQ +aaY +bdr +aaa +aaa +atF +afA +abs +aaa +aaa +aaa +aaa +adE +afA +bav +aaa +aaa +aHQ +aAF +amc +adD +adD +adp +aeE +aeE +anz +aeE +aeE +adp +adD +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(152,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aPi +aPi +adp +agQ +aAF +aAF +adO +ack +bjx +ajo +aOP +aFv +aaY +aUh +alj +aNI +aCg +aQD +aLJ +bei +ast +aah +ayr +avP +aaY +aOB +atm +aXn +aKt +amU +agg +bhS +aNI +aAE +apa +aoJ +abp +abp +bdS +aun +abp +abp +aKn +abp +bhY +aIS +aJe +aIV +aIR +abi +aaY +aaY +bds +aaa +aaa +aup +bce +aaP +aaa +aaa +aaa +aaa +agI +abZ +baw +aaa +aaa +aIO +aAF +amc +adD +adD +aeE +afb +afb +aor +afb +afb +aeE +adp +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(153,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +asf +aPi +adp +adp +asS +bbr +baQ +ack +aPV +azX +aQE +biX +bet +ayT +aQT +aNK +acK +aQE +aIB +aaY +ati +aez +aaM +aHz +aaY +aPR +aPG +aPz +aiJ +aPf +agy +bio +bin +aNA +bik +bif +bid +aLX +aKy +aKy +aBd +aKy +aKo +aIP +alA +aIS +abo +aRk +aIR +acF +aRT +aIE +aIy +aab +aaE +bct +aee +aer +aey +anO +agh +agS +agR +aee +bax +acZ +aab +aHK +aAF +amc +abu +adp +adp +aeE +aeE +amc +aeE +aeE +adp +abu +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(154,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aoD +aPi +asf +aPi +asS +aTY +aTY +aaY +adj +ako +aRi +akP +aaY +ati +afG +bgq +lzw +alH +aGx +aRT +aRT +aRT +aRT +adP +aRT +asE +aft +abp +aaY +aaY +aNz +aez +aLI +aNC +alh +bfM +aLg +alB +abY +aPE +abI +alG +acI +aHN +aJw +aIS +aJf +aLs +aIR +acF +aRT +aIF +aab +aab +bcL +bcu +aee +adS +aee +bbq +bbe +abZ +aee +baE +bay +aaP +aab +aAF +aAF +amc +adD +asf +adp +adD +adD +adp +adD +adD +adp +aad +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(155,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aAF +aAF +azx +aaY +aaY +aaY +auY +aaY +aaY +aaY +aRT +aMD +aRT +aRT +aRT +aRT +asD +aTY +aTY +aTY +aRT +rUM +aqC +abp +aaY +aaY +aaY +aaY +aaY +aKn +auh +aaY +aaY +aii +aiO +aiO +abq +abq +awr +acI +aJx +aJs +aJh +aIW +aIR +bek +aly +bdI +aab +axE +bcM +bcv +aet +aev +aqy +aHx +ald +ahY +aeG +afF +baz +aZL +abd +aaa +adp +amc +atV +aad +aPi +aPi +aPi +aPi +aPi +aad +aad +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(156,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aAF +aLq +aaY +aUL +aZz +aRj +aiZ +aQZ +aaY +aQU +axF +aRT +aQG +aNe +aQf +aNe +aWv +aQd +aPZ +aRT +bkA +aLJ +abp +aph +apa +bhS +apa +apa +aNI +bhS +avP +aaY +aaY +aaY +aaY +aaY +aaY +aKq +abY +aJw +aIS +aJk +amB +aIR +aIF +bdW +acF +aab +bdd +bau +bcw +acS +aaa +aaa +aHA +alp +aaa +aaa +agb +aev +bao +aMk +aaa +adp +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(157,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aAF +aTY +aaY +bjc +acm +aiZ +asB +aRb +aaY +asO +aRT +aRT +aIF +aAF +aAF +aAF +aAF +aXZ +aNx +acM +aHR +afk +apa +aYw +aiG +aiG +att +aIZ +aNJ +aII +aOF +acM +akV +aLu +bdJ +bdJ +acM +aKr +aJI +aJA +aIS +aJl +aIY +aHI +gkc +aAF +aaa +aab +anU +bav +aaa +aaa +aaa +aaa +aHC +aHv +aaa +aaa +aaa +aaa +bap +abs +aaa +aaa +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(158,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aAF +alM +aaY +aRs +apY +aiZ +biY +biV +aaY +aQV +aKG +bdJ +aQH +aAF +aPi +aPi +aAF +aAF +aAF +aRT +akr +axx +acK +acK +aiG +adt +aCB +aYp +aNK +aiG +aUX +aaY +aaY +aLw +aLq +aIR +aIR +aIS +aJK +aGl +aIS +aIS +aIQ +aIQ +aAF +aAF +aaa +axQ +agR +awy +aaa +aaa +aaa +bbG +agR +abC +aav +aaa +aaa +aaa +adN +abC +ain +aaa +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(159,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aAF +aFM +aaY +aaY +aaY +aaY +aaY +aaY +aaY +aZS +aRT +aAF +aAF +aAF +asf +aPi +asf +asf +abk +aBu +aPS +aOi +aaG +aOi +aOi +aOE +aOi +aOi +ans +acK +afk +aLJ +aaY +aLp +aFJ +aIR +aIS +aIS +aGp +aJB +aIS +aIS +aIQ +aPi +asS +aat +aaZ +axT +aee +bcN +aey +bcf +aey +agR +aol +alY +abC +agS +agh +aey +adX +abZ +aaP +aaa +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(160,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aAF +aTY +aGZ +azK +aLq +aLq +aRT +aRT +add +afR +aTY +aAF +asf +asf +asf +aPi +asf +asf +abk +aPV +acK +abk +abk +abk +acK +aNK +acK +abk +abk +abk +adQ +arT +aaY +aWP +aOW +aIR +amd +aIS +aAS +aJC +aIS +aDH +aIQ +aPi +asS +bdX +aab +ayn +bde +bcO +bcx +bcg +baO +baY +bbf +bbf +baY +baO +baF +baA +baq +acd +aaP +aaa +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(161,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aAF +aAF +aGZ +aks +aTY +aLq +aRT +aRT +aLq +aEt +amI +aAF +abu +abu +abu +adp +abu +abu +abk +aPV +acK +abk +abk +adw +adQ +aOI +adQ +aOj +abk +abk +acK +arT +aaY +aHV +aIR +aIR +aGu +aKs +ajA +ajT +aDY +ayI +aby +aIQ +aIQ +bdY +aab +bdt +bdf +awD +auP +aev +ami +aqV +alV +amh +aja +ahf +baG +aeG +aeo +acC +aaR +aaa +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(162,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +aPi +aPi +aAF +aAF +aAF +aAF +aTY +aCq +aPw +aTY +aBr +aAF +aAF +alw +aeA +aeA +aeA +aeA +awn +abk +aHS +acK +adQ +alD +aOy +aEY +aOK +aOy +aOi +atm +azS +aVp +aHz +aaY +aLw +aIR +aGy +alI +aKu +aJN +aJD +aJt +aTt +aJa +abt +aIR +bdZ +aab +ayx +aab +aab +avn +ato +arB +amq +amq +amq +ajc +ahk +agi +aeL +aab +aOS +aRT +aAF +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(163,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +asf +asf +aPi +aPi +asf +asf +aAF +aAF +aAF +asS +asS +aAF +aAF +abu +aeA +abu +abu +abu +abu +abu +abk +bjI +aqq +uMz +adQ +adQ +adt +aON +aIZ +acK +acK +acK +arT +aaY +aaY +aLw +aIR +aGz +aKz +aKv +aJF +aJF +bac +aJm +aJb +aIR +aIR +aHK +aab +aaQ +aab +aab +baH +aoO +ask +amq +apg +amC +ajr +ahs +baH +aeR +aab +aPw +aAF +aAF +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(164,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aoD +asf +aPi +asf +asf +asf +asf +asf +asf +asf +aPi +abu +awn +aeA +bjJ +abu +asf +asf +asf +aPi +abk +abk +aPV +uMz +axx +adQ +adt +aOO +acK +aek +acK +aHh +arT +aaY +aFN +aLx +aIR +aGA +aKz +aGs +aGq +aGn +aJL +aJn +afl +aHI +bel +bea +bdJ +bdu +bdg +aab +bcy +aoO +aqX +amq +amq +amq +aht +aoO +baI +aeU +aab +aRa +aAF +adp +amc +adp +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(165,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aoD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +abu +adp +adp +adp +adp +aPi +aPi +aPi +aPi +aPi +abk +asJ +aez +aez +avM +acK +aNK +acK +aVp +aez +aez +aHz +aaY +aLZ +aLy +acM +aGB +aKA +aeT +aGr +aGo +aEa +aYJ +ale +aIQ +aAF +aAF +aAF +aAF +bdh +aab +bcz +aeR +aeR +aqX +amq +amF +ajx +aht +baI +aeY +aab +aTY +aKg +adp +amc +adD +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(166,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +asf +asf +aPi +aPi +asf +asf +asf +abk +abk +abk +abk +aZf +aiG +aOP +uMz +aRc +aaY +aaY +aaY +aaY +aMa +aAF +aIQ +aIQ +ayw +aAc +aEf +aAc +aEf +bgl +aIQ +aIQ +asf +aPi +asf +aAF +bdi +aab +avp +aeR +asP +amL +amL +amL +ajC +baP +agl +aab +bar +aTu +aKg +azk +aGP +adp +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(167,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +aad +aPi +asf +asf +asf +aad +aad +asf +asf +asf +asf +asf +asf +abk +aXE +aiG +aOR +uMz +aUX +aaY +aNi +bdJ +aIU +aMb +aAF +aPi +aIQ +aIQ +aJu +aJu +aJu +aJu +aIQ +aIQ +asf +asf +aPi +asf +aAF +bdj +aab +aab +bch +ajN +aqY +apt +ahF +ajN +ahF +aab +aab +aTY +aAF +aAF +adp +adD +adD +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(168,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +aPi +asf +asf +asf +aPi +asf +asf +asf +asf +asf +asf +abk +auf +avK +aOT +apJ +aTX +acM +aNj +aAF +aAF +aAF +aAF +aPi +asf +asf +asf +aPi +asf +asf +asf +aPi +asf +asf +aPi +asf +aAF +bdk +bcP +aab +aae +aki +aau +and +and +aki +aae +aab +baB +aTY +aAF +asf +aPi +aPi +aPi +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(169,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +abk +abk +abJ +abJ +abJ +abk +abk +aAF +aAF +asf +asf +aPi +aPi +asf +asf +asf +aPi +asf +asf +asf +aPi +asf +asf +aPi +asf +aAF +aAF +bbr +baJ +baQ +akN +aRa +bbr +baQ +akN +baQ +baJ +baC +aAF +aAF +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(170,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aAF +aAF +aAF +asS +aak +aJE +aJE +aJE +aak +asS +aAF +aAF +asf +asf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(171,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aad +aPi +asf +asf +asf +asf +asf +asf +aRn +asf +asf +asf +aRn +asf +asf +aPi +asf +asf +asf +aPi +asf +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(172,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +asf +aad +asf +asf +asf +asf +asf +asf +aRn +asf +asf +asf +aRn +asf +asf +aPi +aPi +aPi +aPi +aPi +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(173,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +aRn +asf +asf +asf +aRn +asf +asf +aPi +asf +asf +asf +aPi +asf +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(174,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +ata +anw +anw +anw +aJW +asf +asf +asf +asf +asf +aoD +aoD +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(175,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(176,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(177,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(178,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(179,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(180,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(181,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(182,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(183,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(184,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(185,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(186,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(187,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(188,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(189,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(190,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(191,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(192,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(193,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(194,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(195,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(196,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(197,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(198,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(199,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(200,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} diff --git a/maps/map_files/ConAm_81_Abyssal/sprinkles/.gitkeep b/maps/map_files/ConAm_81_Abyssal/sprinkles/.gitkeep new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/maps/map_files/ConAm_81_Abyssal/standalone/greenshift_bunker.dmm b/maps/map_files/ConAm_81_Abyssal/standalone/greenshift_bunker.dmm new file mode 100644 index 000000000000..1ec286277b81 --- /dev/null +++ b/maps/map_files/ConAm_81_Abyssal/standalone/greenshift_bunker.dmm @@ -0,0 +1,954 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"bi" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/maintenance/west) +"cs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/conam{ + pixel_x = 32 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + layer = 2.8; + pixel_y = 1 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"cP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"dU" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/space/basic, +/area/abyssal/oob) +"fv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/closet/walllocker/emerglocker/south, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"go" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + autoname = 1; + req_one_access = null + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"gU" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"hk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"hF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/left, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"iN" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/ceramic_plate, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"jc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"jK" = ( +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/structure/closet/firecloset, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/science, +/obj/structure/sign/poster/safety{ + pixel_y = 31; + pixel_x = 15 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"lk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"lx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"mB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"nb" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"nF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"ot" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/north, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"ou" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"pc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"pY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"sq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_y = 9 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"sy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"sH" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + autoname = 1; + req_one_access = null + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"tn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/obj/structure/machinery/optable{ + name = "Emergency Operating Table"; + desc = "A backup OR table, as a precaution if the crew were cut off from the medbay in an emergency. Unlikely this table has been sterile in years." + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"tN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"uD" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/spawner/random/toolbox{ + layer = 4; + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"uH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"vP" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/effect/landmark/map_item, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"vY" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/tool/pen/blue{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/paper_bin/wy{ + pixel_x = -2; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"wt" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"xS" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"yh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"yY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/supply/supplies/wy_emergency_food, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"zI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"zQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/secure_closet/surgical{ + pixel_y = -28; + pixel_x = -1; + req_access = null + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Aj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"BI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Cd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/bed/chair, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"CF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"Df" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"DB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/toy/deck{ + pixel_x = -8 + }, +/obj/structure/sign/poster/conam{ + pixel_y = 31 + }, +/obj/structure/surface/rack, +/obj/item/toy/dice/d20{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/toy/dice{ + pixel_x = 3 + }, +/obj/item/paper/colonial_grunts, +/obj/item/toy/deck/uno{ + pixel_x = -9; + pixel_y = 9 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Ec" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Ei" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"FJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/supply/supplies/tables_racks, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"GX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"GZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"HJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/bed/chair, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"Iy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"IQ" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/obj/effect/decal/floor_symbol/con_am/right, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"JS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/kellandmining{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/structure/sign/poster/conam{ + pixel_y = 37; + pixel_x = -6 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"LA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/reagent_container/glass/bucket/janibucket, +/obj/structure/surface/rack, +/obj/item/tool/crowbar/red{ + pixel_x = -4 + }, +/obj/item/tool/weldingtool/screen{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/tool/wirecutters, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"LJ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"LM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Mc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Mk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"MW" = ( +/obj/structure/sign/safety/rad_shield{ + pixel_x = 8 + }, +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/bunker) +"OK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Pr" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -24 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_y = 12 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"QD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -16 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/prop/static_tank/water, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"RY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"Tf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "crew"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Tp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"UI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"UR" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/bunker) +"We" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + dir = 2; + autoname = 1; + req_one_access = null + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"Wl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Xf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/floor_symbol/con_am, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"Xh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/mob/living/simple_animal/small/cat/blackcat{ + dir = 8; + name = "Sebastian" + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"Xo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"XG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"YU" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/bunker) + +(1,1,1) = {" +dU +YU +YU +nb +nb +nb +YU +YU +Xo +"} +(2,1,1) = {" +dU +YU +QD +LA +Ec +Ec +Pr +ou +cP +"} +(3,1,1) = {" +bi +YU +DB +yY +CF +tn +GX +MW +cP +"} +(4,1,1) = {" +pY +gU +LJ +lk +RY +Tp +zQ +UR +pc +"} +(5,1,1) = {" +UR +UR +Wl +sy +Tp +Mk +fv +UR +UR +"} +(6,1,1) = {" +UR +ot +LM +hF +Mk +Aj +XG +BI +MW +"} +(7,1,1) = {" +We +Iy +zI +Xf +HJ +iN +uD +jc +gU +"} +(8,1,1) = {" +UR +JS +hk +IQ +Cd +vY +vP +Df +UR +"} +(9,1,1) = {" +UR +Tf +hk +GZ +Tp +xS +mB +Mc +UR +"} +(10,1,1) = {" +wt +lx +nF +lk +UI +Xh +uH +sq +UR +"} +(11,1,1) = {" +UR +jK +tN +cs +OK +Ei +yh +FJ +UR +"} +(12,1,1) = {" +UR +MW +go +UR +UR +MW +sH +UR +UR +"} diff --git a/maps/map_files/ConAm_81_Abyssal/standalone/greenshift_hive_remove.dmm b/maps/map_files/ConAm_81_Abyssal/standalone/greenshift_hive_remove.dmm new file mode 100644 index 000000000000..4ba37774fd2a --- /dev/null +++ b/maps/map_files/ConAm_81_Abyssal/standalone/greenshift_hive_remove.dmm @@ -0,0 +1,8519 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"ab" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"ac" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"ad" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"ai" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"ak" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"an" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"aq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/liaison) +"au" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"az" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/girder/displaced, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"aD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"aL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"aO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ba" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"bc" = ( +/turf/open/floor/hybrisa/engineership/ship_hull/non_weedable_hull/north, +/area/abyssal/interior/derelict_shuttle) +"bl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"bs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"bt" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"bu" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"bx" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"bz" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"bB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"cc" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"cd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"cg" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = 8; + density = 0 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"cp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/science) +"cs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"cG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"cJ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"cK" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"cM" = ( +/obj/structure/monorail{ + dir = 5; + name = "launch track" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"cP" = ( +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"cS" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"cZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"dd" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"df" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"dg" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/liaison) +"dh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"dn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/liaison) +"dv" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"dA" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"dC" = ( +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"dO" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"dP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"dR" = ( +/turf/closed/wall/engineership, +/area/abyssal/interior/derelict_shuttle) +"dS" = ( +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/maintenance/east) +"dU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"dV" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/prison/horizontal{ + name = "\improper Executive Coordinator Quarters" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/liaison) +"dY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"dZ" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"ea" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door"; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ed" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"ep" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"er" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"et" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"ev" = ( +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"ey" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/maintenance/east) +"eE" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"eG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"eJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"eP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"eT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"eY" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"fb" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/blocker/invisible_wall, +/turf/open/space/basic, +/area/abyssal/oob) +"fl" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"fu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"fy" = ( +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"fB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/command) +"fK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/west, +/area/abyssal/interior/liaison) +"fL" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"fN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"fO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"fS" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"fT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"gc" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"gi" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 1; + layer = 4 + }, +/turf/open/floor/hybrisa/engineership/pillars/north/pillar4, +/area/abyssal/interior/derelict_shuttle) +"gj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"gz" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"gK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"gL" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"gU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"gV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"gY" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -18 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"gZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"ha" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"hc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"hd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"hg" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"hm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ht" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"hA" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"hB" = ( +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"hD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"hE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"hI" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"hK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"hL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"hP" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"hU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"ib" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"ic" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"in" = ( +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"iq" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop/closed, +/turf/open/floor/darkred2, +/area/abyssal/interior/command) +"iA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"iP" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"iU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"iZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "shuttle"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"ja" = ( +/turf/open/floor/hybrisa/engineership/engineer_floor2, +/area/abyssal/interior/derelict_shuttle) +"jb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"jf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"jj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"jm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_x = 36 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"jn" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"jo" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/research/autoname{ + req_one_access = list(103,106,201,206) + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"jr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt/top_4, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"js" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"ju" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"jv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/command) +"jw" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"jx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"jB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"jD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"jI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"jL" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"jQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"jU" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + pixel_y = 8 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"jZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"kb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"kh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"kk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"kn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"kp" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/command) +"ku" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"kA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"kC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"kG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/liaison) +"kH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"kI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"kM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"kO" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/faxmachine, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"kQ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -10 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"kR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"kT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"kW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"kY" = ( +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"lb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"lc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"ls" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"lz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"lG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"lK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/liaison) +"lL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"lU" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"lV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"lW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"me" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"mh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"mq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ms" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "comm_monitor"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#008000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"mu" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"mv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"mB" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"mD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"mG" = ( +/turf/open/floor/darkbluecorners2, +/area/abyssal/interior/command) +"mR" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"mZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"nb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + pixel_y = 12 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"nc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"nd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"ng" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"nh" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"nt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"nu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/io{ + pixel_y = 35 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/liaison) +"nv" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/command) +"nx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"nz" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/command) +"nA" = ( +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"nE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"nJ" = ( +/turf/open/floor/darkbluecorners2/west, +/area/abyssal/interior/command) +"nR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"nT" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"nV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"nW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"nZ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"ob" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"oc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"of" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"oh" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"os" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/reagent_dispensers/tank/fuel, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ov" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"ow" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"ox" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"oy" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{ + dir = 4; + pixel_y = -61; + pixel_x = -37 + }, +/turf/open/floor/hybrisa/engineership/pillars/north/pillar4, +/area/abyssal/interior/derelict_shuttle) +"oC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"oN" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/machinery/computer/communications, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"oZ" = ( +/obj/structure/prop/server_equipment, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"pd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkbluecorners2/north, +/area/abyssal/interior/command) +"pe" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"pf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"pg" = ( +/obj/structure/prop/server_equipment, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"pm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"pq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/abyssal/interior/liaison) +"pw" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/tool/lighter/zippo/gold{ + pixel_x = 2 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"px" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"py" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"pB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed, +/obj/item/bedsheet/orange, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"pC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/east, +/area/abyssal/interior/liaison) +"pO" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"pQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"pR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + layer = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"qb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/command) +"qd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 6 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"qm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"qq" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"qr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"qv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"qD" = ( +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"qE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/surface/table/almayer, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"qF" = ( +/obj/structure/machinery/atm{ + pixel_y = 32 + }, +/obj/item/tool/pen/green, +/obj/effect/decal/floor_symbol/con_am, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/liaison) +"qM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"qW" = ( +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"qX" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "robot"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"qY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"rd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"rf" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"rg" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"rh" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt/bottom_4, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"rl" = ( +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/obj/effect/decal/floor_symbol/con_am/right, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/liaison) +"rm" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"ro" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"rs" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper{ + pixel_x = -11 + }, +/obj/structure/machinery/computer/emails{ + pixel_x = 6 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"ru" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"rD" = ( +/obj/structure/displaycase, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"rE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/command) +"rK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"rL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"rO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7; + buckling_x = 7; + buckling_y = 7 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"rS" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door"; + dir = 4 + }, +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"rV" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_3, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"rZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"sb" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"se" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"sf" = ( +/obj/structure/bed/bedroll{ + desc = "A bed of cotton fabric, purposely made for a cat to comfortably sleep on."; + name = "cat bed" + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"sh" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + layer = 2.5 + }, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"si" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"sj" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"so" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"sp" = ( +/obj/structure/sign/poster/art{ + pixel_y = 32 + }, +/obj/effect/decal/floor_symbol/con_am/left, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/liaison) +"sq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"sz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"sH" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 1; + layer = 4 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"sL" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"sO" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"sS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"sY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer/arcade, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/liaison) +"ti" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"tm" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"tn" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"to" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"tp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/west, +/area/abyssal/interior/liaison) +"tt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"tx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/fuel/oxygentank, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ty" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"tz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"tA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"tG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"tH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"tJ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/wy{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/desk_bell{ + anchored = 1; + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"tK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"tL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"tM" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"tN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"tP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"tQ" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"tS" = ( +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"tX" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/sign/conam{ + pixel_y = 31 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"uh" = ( +/obj/structure/machinery/colony_floodlight_switch/engineerconsole_switch{ + pixel_y = 17 + }, +/obj/structure/blackgoocontainer{ + pixel_x = -10; + pixel_y = -2; + density = 0 + }, +/obj/structure/blackgoocontainer{ + pixel_x = 8; + pixel_y = -8; + density = 0 + }, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#702963"; + color = "#702963"; + needs_power = 0; + alpha = 0; + light_range = 3; + light_power = 3 + }, +/turf/open/floor/hybrisa/engineership/engineer_floor8, +/area/abyssal/interior/derelict_shuttle) +"uk" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door"; + dir = 4 + }, +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ul" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"um" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -18 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"uv" = ( +/obj/effect/decal/hybrisa/hull_angled{ + layer = 4 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"uw" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 6; + pixel_x = 2 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"uz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7; + buckling_x = 7; + buckling_y = 7 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"uA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"uF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"uM" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/darkish, +/area/abyssal/interior/liaison) +"uO" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/liaison) +"uP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"uT" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"uX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"uY" = ( +/turf/open/floor/dark, +/area/abyssal/interior/science) +"vd" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"vf" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"vj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/server_equipment/yutani_server, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"vo" = ( +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/abyssal/interior/command) +"vp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"vq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"vr" = ( +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"vt" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"vy" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"vz" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"vB" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"vF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"vG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"vJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3; + pixel_y = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"vK" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "generic"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#008000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"vN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"vQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"vV" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"wg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"wB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"wD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"wF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"wG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"wJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"wN" = ( +/turf/open/space/basic, +/area/abyssal/oob) +"wV" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"wW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/wy{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/tool/pen, +/obj/item/storage/fancy/cigar{ + pixel_x = 8 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"wX" = ( +/obj/effect/decal/hybrisa/hull_angled{ + layer = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"wY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/east, +/area/abyssal/interior/liaison) +"xa" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"xj" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = -6; + density = 0 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"xn" = ( +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"xq" = ( +/obj/item/tool/pen/red, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"xr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/tool/pen/red, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"xu" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"xw" = ( +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/command) +"xx" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_y = 10; + pixel_x = -4 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"xy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 7 + }, +/obj/structure/sign/poster/art{ + pixel_y = 32 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"xA" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"xD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"xH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"xR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -30 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"xX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"ya" = ( +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"yh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"yj" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"yk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"yl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/server_equipment/laptop/closed, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"ym" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"yr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/liaison) +"yu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"yw" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"yK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/command) +"yO" = ( +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"yP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"yQ" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_4, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"yS" = ( +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"yW" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"za" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"zb" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"zc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"zh" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"zl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/command) +"zo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"zu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/conam{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/liaison) +"zy" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 7; + pixel_x = -2 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"zF" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"zK" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"zM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"zQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"zW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"zY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"Aa" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"Ab" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"Ad" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/command) +"Ae" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"Ah" = ( +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"Al" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"An" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -18 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"As" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Av" = ( +/turf/open/floor/darkred2/east, +/area/abyssal/interior/command) +"Ay" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"Az" = ( +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "security"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FF0000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/command) +"AE" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/liaison) +"AI" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"AJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"AL" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"AO" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"AP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"AR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"AU" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/liaison) +"AZ" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "crew"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7; + buckling_x = 7; + buckling_y = 7 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"Bd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"Bk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"Bm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Bo" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door"; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"Bp" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"Bq" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + name = "\improper Captain's Quarters"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"Bv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"BB" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"BI" = ( +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/liaison) +"BJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"BL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"BT" = ( +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"BV" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/command) +"BZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Cb" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Cg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/command) +"Ch" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Ci" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_2, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"Ck" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"Co" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"Cq" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"Cz" = ( +/obj/structure/machinery/prop/almayer/computer/PC, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"CC" = ( +/obj/structure/sign/safety/terminal{ + layer = 2.5; + pixel_x = -17 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"CG" = ( +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"CK" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"CL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"CM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"CO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/liaison) +"CV" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"De" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"Dg" = ( +/obj/item/stack/rods, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/command) +"Dh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Di" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"Dj" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/science) +"Dx" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/research/autoname{ + req_one_access = list(103,106,201,206); + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"Dy" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"DA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"DC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"DE" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"DJ" = ( +/turf/open/floor/darkish, +/area/abyssal/interior/command) +"DK" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"DM" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/science) +"DO" = ( +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"DR" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_3, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"DS" = ( +/obj/structure/tunnel/maint_tunnel, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"DY" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 4; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -4 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"Ea" = ( +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Ee" = ( +/obj/effect/decal/hybrisa/dirt_2, +/mob/living/simple_animal/small/cat/blackcat{ + dir = 8; + name = "Sebastian" + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"Ej" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/darkbluecorners2/east, +/area/abyssal/interior/command) +"Em" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"En" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"Er" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"Ew" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Ey" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/cabinet, +/obj/item/storage/briefcase, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"Ez" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"EG" = ( +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"EJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/liaison) +"EL" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-y" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Fb" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_2, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"Fd" = ( +/obj/structure/monorail{ + dir = 6; + name = "launch track" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"Fe" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"Fk" = ( +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"Fn" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_y = 35 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Fp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/command) +"Fr" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/floor_symbol/con_am/alt/bottom_4, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"Ft" = ( +/obj/structure/pipes/vents/pump, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"Fx" = ( +/turf/open/floor/darkbluecorners2/north, +/area/abyssal/interior/command) +"Fy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"Fz" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"FB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbluecorners2/west, +/area/abyssal/interior/command) +"FD" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"FF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"FH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -16 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"FK" = ( +/obj/effect/decal/hybrisa/hull_angled{ + layer = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/engineership/pillars/north/pillar4, +/area/abyssal/interior/derelict_shuttle) +"FL" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"FM" = ( +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"FQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"Ge" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Gg" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Gl" = ( +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"Gm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"Gq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Gs" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 7 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/liaison) +"Gv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"GA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"GS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Hb" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Hc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"Hd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/liaison) +"Hf" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Hj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"Ho" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"Hr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/ethanol, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Hs" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "generic"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#008000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"Hx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"HA" = ( +/turf/open/floor/prison, +/area/abyssal/interior/command) +"HC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"HF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"HH" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"HK" = ( +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"HM" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + name = "General Listening Channel"; + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/command) +"HP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/sign/safety/commline_connection{ + pixel_x = -17 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"HS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/abyssal/interior/command) +"Ia" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Ic" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/command) +"Ie" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"If" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "security"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FF0000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"Ih" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/surface/table/almayer, +/obj/item/tool/crowbar/red, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"Ik" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"Iw" = ( +/obj/structure/machinery/photocopier{ + anchored = 0 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"Ix" = ( +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"IB" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/gold_clock{ + pixel_y = 34 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/emails{ + dir = 4; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"IE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"IK" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"IN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"IS" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"IU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/command) +"IW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/tunnel/maint_tunnel, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"IX" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"Jd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Je" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 8; + layer = 4 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"Jh" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"Ji" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"Jj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"Jm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"Jp" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"Jt" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/surface/table/almayer, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"Jw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"JA" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/maintenance/east) +"JB" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"JK" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"JP" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/command) +"JS" = ( +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"JZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Ka" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/liaison) +"Kc" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Kd" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/constructable_frame, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"Kh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/analyzer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"Kn" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"Ko" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Kt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed{ + icon_state = "psychbed" + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"Ky" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 4; + layer = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"Kz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/closed/wall/engineership, +/area/abyssal/interior/derelict_shuttle) +"KA" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/command) +"KE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"KH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 2 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"KI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"KL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"KM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"KQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"KR" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/command) +"KU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Lc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/liaison) +"Ln" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Lo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"Lt" = ( +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"Lu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Lw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"Ly" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"LE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"LM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"LO" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/almayer/research/autoname{ + req_one_access = list(103,106,201,206); + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"LQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"LY" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"LZ" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 2 + }, +/obj/structure/sign/safety/maint{ + pixel_x = 32; + pixel_y = -6 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"Me" = ( +/obj/structure/bed/chair, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"Mf" = ( +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"Mi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbluecorners2/north, +/area/abyssal/interior/command) +"Mk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/greencorner_bigtile, +/area/abyssal/interior/liaison) +"Mm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"Mr" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Mt" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"Mw" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"MB" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{ + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/engineership/pillars/north/pillar4, +/area/abyssal/interior/derelict_shuttle) +"MC" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Executive Coordinator Office" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/liaison) +"MD" = ( +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"MG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"MI" = ( +/obj/structure/blackgoocontainer{ + pixel_x = -6; + pixel_y = 4; + density = 0 + }, +/obj/item/hybrisa/engineer_helmet{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/engineership/engineer_floor9, +/area/abyssal/interior/derelict_shuttle) +"MK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"MQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"MR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"MX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/command) +"Nb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"Nd" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/command) +"Ne" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"Ng" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Nm" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/surface/table/almayer, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Nt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5; + pixel_x = -4; + buckling_x = -4 + }, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/command) +"Nv" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"NB" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = 9; + density = 0 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"NE" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"NJ" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/command) +"NX" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"NY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"Oc" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"Od" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkbluecorners2, +/area/abyssal/interior/command) +"Oe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"Oh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"Ol" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Om" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"On" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"Oo" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"Oq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"Or" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_1, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"Oy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"Oz" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = -1; + pixel_x = -1 + }, +/obj/structure/sign/safety/maint{ + pixel_x = -18 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"OB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"OE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"OH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"OI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"OM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"ON" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"OS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"OT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"OU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"OW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"OY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/calendar/ua{ + pixel_y = 29; + pixel_x = -4; + layer = 2.9 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/liaison) +"Pf" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Po" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/west, +/area/abyssal/interior/command) +"Pp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"Ps" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"Pw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"PD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + layer = 2.5 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"PF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"PL" = ( +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"PN" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"PQ" = ( +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"PR" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"PY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/big_computers/computerblack/computer3{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"Qa" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_1, +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"Qe" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Qn" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/abyssal/interior/command) +"Qq" = ( +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"Qr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"Qu" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/research/colony{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"Qy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"QK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"QL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"QQ" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "chair_alt" + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"QU" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"QW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"Rf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Rj" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"Rt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"Rw" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"Rx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/sign/safety/commline_connection{ + pixel_x = -17 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"RH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"RJ" = ( +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"RM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"RT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"RU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"RX" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "comm"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"Sk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Sl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7; + buckling_x = 7; + buckling_y = 7 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"Sm" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/almayer/research/autoname{ + req_one_access = list(103,106,201,206); + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"Sq" = ( +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"Ss" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"Sz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"SF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"SJ" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "comm"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"SK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"SN" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"SR" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"SV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"SY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Tb" = ( +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/science) +"Tc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Tf" = ( +/obj/effect/hybrisa/misc/fake/wire/red, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Th" = ( +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"Ti" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"To" = ( +/turf/template_noop, +/area/template_noop) +"Tw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"TB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"TD" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = -6; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"TF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/liaison) +"TH" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"TQ" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_3, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -6 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"TS" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 5; + pixel_y = 10 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"TV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"TZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Ug" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/largecrate/random/barrel/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Un" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/liaison) +"Uo" = ( +/obj/structure/window/framed/abyssal/blue, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"Us" = ( +/obj/structure/window/framed/abyssal/blue/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"Ut" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"Uu" = ( +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"Ux" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"Uz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"UC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/command) +"UD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -30 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"UF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/girder/displaced, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"UK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5; + pixel_x = -4; + buckling_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"UM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"UX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"Vc" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"Vm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/server_equipment, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"Vn" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"Vq" = ( +/turf/open/floor/darkbluecorners2/east, +/area/abyssal/interior/command) +"Vu" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"Vz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"VA" = ( +/obj/structure/sign/safety/maint{ + pixel_x = 36 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/command) +"VB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"VC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"VE" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/liaison) +"VF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"VN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"VP" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/liaison) +"VS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/command) +"VT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"VU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"Wd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"We" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Wi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"Wk" = ( +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"Wp" = ( +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Wq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"Wr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/liaison) +"Wv" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_3, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"Wy" = ( +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"WB" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"WC" = ( +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"WG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"WH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"WX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Xa" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Xh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Xk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"Xs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"Xt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"Xu" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"Xx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 2 + }, +/obj/structure/sign/safety/maint{ + pixel_x = 36 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"XL" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"XU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"XV" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"XZ" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Yb" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Yc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"Yh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"YA" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 4; + layer = 4 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"YB" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"YD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/command) +"YF" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"YV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"YZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"Za" = ( +/obj/structure/machinery/light/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/command) +"Zg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Zj" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/liaison) +"Zl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "power"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"Zm" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Zn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/stack/cable_coil/cyan, +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"Zo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"Zq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"Zu" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/research/colony{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"ZJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"ZQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"ZS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkbluecorners2/east, +/area/abyssal/interior/command) +"ZV" = ( +/obj/structure/machinery/computer/communications{ + dir = 4; + layer = 4; + pixel_y = 5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"ZZ" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) + +(1,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +"} +(2,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +Tb +tS +tS +tS +Tb +gc +JB +gc +Tb +Tb +Dj +Dj +Dj +Dj +To +To +To +To +To +To +To +To +To +"} +(3,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +Tb +Tb +HK +DO +LM +Tb +sq +mR +hL +tS +HK +an +wD +nA +Dj +Dj +To +To +To +To +To +To +To +To +"} +(4,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +tS +Wi +Lw +xA +VF +Wd +ls +EL +Mw +Sm +tA +nc +Pf +HC +ZV +Dj +To +To +To +To +To +To +To +To +"} +(5,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +tS +iU +kH +Gg +wG +Dx +KI +MR +hD +tS +iU +OB +zb +uY +Ux +Dj +To +To +To +To +To +To +To +To +"} +(6,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +Tb +ha +lz +SV +ro +tS +PD +qW +sh +Tb +vq +tP +cK +tP +eT +Dj +To +To +To +To +To +To +To +To +"} +(7,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +Tb +tn +NE +IK +tt +DM +DM +DM +DM +DM +xn +tS +jo +DM +PR +ey +To +To +To +To +To +To +To +To +"} +(8,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +Tb +Cz +DE +SV +rL +DM +TS +ad +hL +tS +En +an +Xu +DM +Uz +ey +To +To +To +To +To +To +To +To +"} +(9,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +Dx +Lt +Hf +vz +rL +DM +hU +OB +dC +Dx +Qr +WH +gL +DM +MD +LY +To +To +To +To +To +To +To +To +"} +(10,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +Tb +FM +tM +Bv +OT +LO +NY +KM +oc +Oq +fl +Nb +kR +DM +Bm +LY +To +To +To +To +To +To +To +To +"} +(11,1,1) = {" +To +To +To +To +To +To +ey +ey +ey +ey +ey +to +to +to +to +ey +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +Tb +qd +tP +qW +Gl +DM +yl +mZ +TB +DM +cS +VU +DM +DM +Ti +ey +ey +To +To +To +To +To +To +To +"} +(12,1,1) = {" +To +To +To +ey +ey +ey +ey +hE +sz +zc +FH +sz +sz +sz +sz +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +To +To +To +To +To +To +To +To +To +To +To +To +To +Dj +vt +vt +Dj +Tb +DM +DM +DM +DM +DM +fL +XU +DM +tx +Bm +JZ +ey +To +To +To +To +To +To +To +"} +(13,1,1) = {" +To +To +To +ey +sz +uA +JZ +JZ +xw +xw +xw +UF +JZ +py +jx +aU +jx +jx +cs +JA +JA +py +Ko +jx +jx +jx +jx +Sz +jB +ey +tK +ey +ey +To +To +To +To +To +To +To +To +To +To +To +To +vt +wN +wN +vt +PN +Uu +hL +Tb +PY +cG +Ab +jf +DM +dS +aO +sz +ey +To +To +To +To +To +To +To +"} +(14,1,1) = {" +To +To +ey +ey +kn +JP +JP +JP +JP +JP +JP +JP +JP +Fz +JP +JP +JP +JP +wJ +jx +Qy +Tw +JP +JP +JP +JP +JP +hm +Zg +Qy +Qy +cs +ey +ey +ey +si +si +nv +fy +fy +fy +xw +yQ +Fr +Tb +Dj +vt +vt +Dj +TD +Hf +hD +tS +iU +QL +jn +hD +DM +dS +fN +vN +ey +To +To +To +To +To +To +To +"} +(15,1,1) = {" +To +To +to +sz +JZ +JP +zy +xu +lU +Ck +JP +dZ +Oz +QK +QU +hA +Ck +JP +JP +JP +JP +JP +JP +xw +Ne +SR +JP +Uz +JP +JP +JP +wJ +jx +jB +ey +wN +wN +nv +jv +rE +Nt +au +JS +se +Tb +Tb +Jt +sj +QQ +kh +FD +zo +LO +NY +nh +jn +dC +DM +dS +Bm +sz +ey +To +To +To +To +To +To +To +"} +(16,1,1) = {" +To +To +to +KU +KU +fy +uw +Er +Er +nW +AO +Wk +KQ +MK +ov +ul +Mt +JP +EG +tG +dO +vr +JP +NB +Fx +ya +JP +Ln +JP +kb +JP +JP +JP +Fz +nv +wN +wN +nv +KR +Ng +iq +fy +JS +HF +tS +nZ +BJ +yh +uX +PF +bl +nb +tS +oC +yP +Jh +TB +DM +Rx +Ge +JA +ey +ey +ey +ey +ey +To +To +To +"} +(17,1,1) = {" +To +To +ey +ey +OE +fy +ms +hI +Er +nW +JP +dv +lL +lL +LQ +so +zM +vf +yO +LQ +LQ +RJ +JP +Hs +js +Oo +fB +CM +xw +kb +VS +dZ +gY +gZ +nv +tQ +tQ +nv +Az +Av +YD +fy +ow +Oy +tS +Ah +qW +Gv +qM +hK +df +CL +Tb +Xk +zh +Zu +tS +DM +Bm +sz +gz +sz +sz +sz +JZ +ey +ey +To +To +"} +(18,1,1) = {" +To +To +To +ey +pR +fy +If +bt +tH +Oe +Uo +Ps +HH +tm +XV +bu +OI +er +ed +Rj +Rj +kb +JP +Zl +Er +ya +fB +mv +An +tG +tG +Mi +Er +RT +xw +qb +zl +xw +xw +Cq +xw +xw +IS +DK +xw +xw +iP +Qu +fy +JP +DM +DM +Tb +tP +pm +jb +tP +DM +FL +DM +DM +DM +DM +DM +JZ +iA +ey +To +To +"} +(19,1,1) = {" +To +To +To +to +sz +fy +xj +SN +ev +Ly +fy +EG +lU +DC +lU +Or +Bk +vf +SF +in +in +vr +vf +hd +vB +ya +JP +Pp +HA +XL +HA +Qe +wF +fT +MG +Ad +Po +RU +yu +yu +RU +yu +tL +nV +Za +xw +NJ +AI +IU +of +mB +DM +eP +Xt +gU +Zo +an +an +nR +um +oZ +DO +pg +DM +DM +Tc +to +To +To +"} +(20,1,1) = {" +To +To +To +LY +pO +JP +bz +PL +PL +DS +fy +Me +Hb +ul +AL +Zm +Fb +JP +Nv +Ae +Ae +Oe +er +lW +Fn +ya +JP +zW +UK +ON +hg +ON +Yh +nW +xw +kp +vo +Kn +Ik +ob +ab +wB +IE +Jm +vy +er +Ad +CV +aa +JP +oh +DM +Di +yk +Ch +qm +AP +AP +ty +AP +Ia +ac +aC +hL +Mr +Tc +to +To +To +"} +(21,1,1) = {" +To +To +To +to +sz +fy +cg +in +Ji +aL +ku +Ho +nE +Kh +gV +Wv +rV +Rw +jZ +Fe +Fe +cJ +Rw +RH +ov +ya +JP +bs +sb +ev +so +ev +ev +RJ +xw +xw +KA +JK +JK +JK +YZ +Gm +VB +Gm +nz +fy +kp +Qn +Ix +JP +cP +DM +Zn +FQ +VN +Yc +tP +kY +tP +vF +Ut +ru +Fy +VT +DM +Tc +to +To +To +"} +(22,1,1) = {" +To +To +To +ey +sz +fy +AZ +ZQ +sL +kA +Bd +Ps +uz +Sl +rO +jr +rh +er +gj +Rj +Rj +kb +JP +bm +HA +nW +JP +xw +xw +vf +Om +ib +xw +xw +xw +xw +Ic +DJ +xw +xw +MX +xw +BV +BI +BI +BI +BI +kp +VA +JP +pe +Dj +Dj +BL +OB +hD +Dj +Dj +Dj +Dj +Lt +OB +ro +Dj +Dj +xR +ey +To +To +"} +(23,1,1) = {" +To +To +ey +ey +pR +fy +SJ +dd +nx +IX +JP +hB +Hx +Hx +in +OU +hc +vf +EG +in +kQ +vr +JP +tX +Qe +nJ +tG +tG +OH +in +Hx +in +in +Ss +xw +xw +fy +Cq +xw +xw +Bp +xw +zK +BI +zY +pB +VE +fS +JP +JP +WB +Dj +Dj +Mf +ep +hD +Dj +Dj +Dj +Dj +vj +OB +ro +Dj +Dj +Wp +ey +To +To +"} +(24,1,1) = {" +To +To +to +Dh +Dh +fy +lV +Er +KQ +Mm +AO +Wk +ul +nx +HA +KQ +Mt +JP +yO +ev +px +RJ +JP +me +Od +Lo +cZ +cZ +ZS +bZ +As +On +xD +SK +TH +Fp +ox +ox +Sq +ox +Ay +ng +Dg +BI +wW +OW +VE +Yb +JA +RM +ak +DM +dA +Vn +uY +Qq +DO +BT +an +an +BJ +uY +UX +Vc +DM +iA +ey +To +To +"} +(25,1,1) = {" +To +To +to +sz +sz +JP +DY +zF +so +mu +JP +yW +LZ +Zq +rm +Ft +Al +JA +JA +JA +JA +uT +JA +VC +RJ +xw +JP +JP +xx +ev +ev +lL +LQ +zM +iP +Cg +kC +wB +ob +ob +wB +KE +kM +BI +xy +sO +VE +Yb +JA +Bm +DM +DM +qX +Rf +uY +uY +uY +BZ +Tf +OB +uY +eE +wg +hD +DM +ey +ey +To +To +"} +(26,1,1) = {" +To +To +ey +ey +rZ +JP +JP +JP +Bq +JP +JP +JP +JA +Fz +JA +JA +JA +JA +az +sz +sz +sz +JA +YB +et +xw +JP +JP +JP +JP +JP +YB +et +JP +JP +yK +Gm +Gm +JK +JK +HS +wB +nd +dV +Hc +uP +VE +rf +qq +ht +DM +oN +kh +MR +Yc +tP +tP +Qa +xH +qW +qW +qD +qv +eJ +Kd +Dj +fb +To +To +"} +(27,1,1) = {" +To +To +To +ey +JZ +JP +IB +yj +dU +ym +rD +JP +FF +Ug +JA +AJ +jx +jx +jx +kI +Qy +Pw +JA +mv +hc +xw +Ne +in +in +in +in +Hx +in +vr +JP +JP +JP +JP +JP +JP +HM +kC +kM +BI +Ey +Oc +VE +Bm +Ol +Yb +DM +Ez +Fy +qW +TB +Dj +Dj +cc +Ci +Dj +Dj +Rt +tP +FQ +tz +Dj +fb +To +To +"} +(28,1,1) = {" +To +To +To +ey +sz +JP +yw +PQ +Ee +CG +Iw +JP +Gq +JA +JA +Bm +ey +ey +ey +ey +Sk +wJ +Em +jD +FB +in +Fx +NX +NX +Er +ov +Ie +Ae +cd +Em +jx +jj +Qy +Qy +Em +UC +MQ +Nd +BI +rs +hP +of +Ge +ey +Dj +DM +iU +ro +Dj +Dj +Dj +Dj +TQ +DR +Dj +Dj +Dj +Dj +aD +hD +Dj +Dj +To +To +"} +(29,1,1) = {" +To +To +To +ey +OE +JP +Kt +OS +ym +sf +kO +JP +bB +Ko +Qy +WG +ey +To +To +ey +ey +ey +JA +Wq +ov +HA +HA +NX +HA +NX +Dy +nx +NX +Aa +JP +JP +kk +JZ +VE +VE +BI +VP +MC +BI +BI +Zj +Zj +ey +ey +Dj +KH +BJ +rL +Dj +Dj +Dj +En +BJ +ic +hL +Dj +Dj +Dj +aD +ic +Vm +Dj +To +To +"} +(30,1,1) = {" +To +To +To +ey +zQ +JP +JP +JP +JP +JP +JP +JP +mq +JA +ey +ey +ey +To +To +To +To +nv +EG +pd +qE +Nm +qE +mD +hg +mD +qE +Cb +Hb +FB +hc +JP +ti +GS +VE +BI +BI +nu +zu +BI +BI +Zj +wN +to +Tc +eY +pf +uY +LE +DO +CC +DO +BJ +qr +qr +ic +an +an +DO +lG +OB +hD +Dj +To +To +"} +(31,1,1) = {" +To +To +To +ey +sz +dP +zc +JZ +JZ +JA +JA +hE +sS +sz +ey +To +To +To +To +To +To +nv +lV +HA +nv +nv +nv +HA +nx +HA +nv +nv +nv +ov +nW +JP +lb +eG +VE +yr +BI +dg +lK +BI +uM +Zj +wN +to +Tc +DM +Co +Lu +ju +vV +IW +QW +KM +Lu +Lu +KM +QW +OM +AP +rd +Bv +hD +Dj +To +To +"} +(32,1,1) = {" +To +To +To +ey +ey +dP +fu +sz +JZ +JA +JA +JZ +Vz +Hr +ey +To +To +To +To +To +To +nv +lV +HA +nv +nv +BB +ov +MK +ov +rg +nv +nv +HA +nW +JP +WX +VE +VE +OY +Gs +pC +tp +AU +EJ +Lc +Zj +Zj +Wy +DM +nt +jm +tP +Jw +tP +za +Ky +Kz +FK +MB +wX +pm +qW +Xx +Xs +pQ +Dj +To +To +"} +(33,1,1) = {" +To +To +To +To +ey +ey +ey +ey +sz +sz +sz +sz +os +ey +ey +To +To +To +To +To +To +nv +vK +HA +ov +IN +DA +Xa +xX +DA +mD +Qe +HA +mG +RJ +JP +kk +VE +sp +wY +Hj +Jj +kT +lc +fK +Wr +TF +VE +UM +DM +De +DM +DM +vJ +jI +YA +dR +dR +dR +uv +Th +vQ +KL +DM +CK +JA +ey +To +To +"} +(34,1,1) = {" +To +To +To +To +To +To +To +ey +ey +ey +to +to +ey +ey +To +To +To +To +To +To +To +nv +RX +Ej +Er +ov +ov +HA +MK +ov +HA +HA +HA +nW +JP +JP +kk +VE +qF +Hd +ba +vd +vd +YF +kG +Ka +VE +VE +iA +DM +ZZ +DM +DM +TV +Th +bc +dR +uh +MI +ja +Th +TV +qY +DM +sz +ey +ey +To +To +"} +(35,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +nv +nv +lV +Er +ov +ov +HA +nx +HA +Kc +HA +HA +nW +JP +mh +Ew +VE +rl +Hd +xr +nT +tJ +pw +CO +dn +of +Qy +YV +Qy +Xh +HP +DM +fO +Th +Je +dR +dR +dR +sH +Th +fO +qY +DM +We +ey +To +To +To +"} +(36,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +nv +yO +ev +ev +Vq +HA +nx +HA +mG +ev +ev +RJ +JP +SY +jQ +Em +aq +pq +rK +jL +xq +yS +Mk +sY +Zj +ey +ey +ey +ey +Jd +DM +Ih +qY +qY +Je +dR +gi +oy +sH +fO +cp +DM +sz +LY +To +To +To +"} +(37,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +nv +nv +nv +nv +wV +NX +nx +Er +Oo +JP +JP +JP +JP +tN +ey +Zj +Zj +Un +dh +dh +dh +dh +uO +Zj +Zj +To +To +To +ey +kW +DM +jw +qY +Fd +Jp +Jp +Jp +cM +Th +ai +DM +TZ +XZ +LY +To +To +To +"} +(38,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +nv +lV +bx +ul +Er +Aa +JP +py +Qy +vG +vp +ey +To +Zj +Zj +AE +AE +AE +AE +Zj +Zj +To +To +To +To +ey +GA +DM +DM +iZ +Fk +Oh +Oh +AR +Fk +AR +DM +DM +sz +ey +ey +To +To +To +"} +(39,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +nv +jU +sb +ZJ +uF +gK +Em +Ge +ey +ey +ey +ey +To +To +To +To +To +To +To +To +To +To +To +To +To +ey +Ea +UD +DM +Us +rS +Bo +Vu +Vu +rS +Us +DM +dY +sz +ey +To +To +To +To +"} +(40,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +nv +nv +tQ +tQ +tQ +nv +nv +ey +ey +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +ey +ey +Dh +xa +Dh +WC +We +Dh +Dh +WC +Dh +xa +We +ey +ey +To +To +To +To +"} +(41,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +ey +ey +ey +to +uk +ea +ea +ea +uk +to +ey +ey +To +To +To +To +To +To +"} +(42,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +"}